





/******************************
 || General Styles 
 ******************************/

body {
	min-height: 100vh;
    opacity: 1;
    display: flex;
    flex-direction: column;
	font-family: 'Roboto', 'Noto', sans-serif;
	color: #fff;
	background-color: #000;
	font-size: 14px;
	opacity: 0;
	transition: opacity 300ms ease-in-out;
}

main {
	/*display: flex;
	flex-direction: column;*/
    position: relative;
    /*height: calc(100vh - 64px - 128px);*/
    z-index: 2;
    padding: 0 16px;
    flex-grow: 1;
}

.hellobar {
	width: 100%;
	max-height: 0;
	overflow: hidden;
	position: relative;
    /*display: none;*/
    transition: all 1500ms cubic-bezier(.88,.42,.42,.88);
}

.hellobar__content {
	display: flex;
	flex-direction: row;
	align-items: center;
	min-height:64px;
	background: #1d1c1c;
	position: relative;
    margin-left: -5px;
    box-shadow: 0 1px 7px rgba(0,0,0,0.75) inset, 0 0 7px rgba(0,0,0,0.75) inset;
    border-top: 0px solid #000;
    width: calc(100vw + 10px);
    padding: 8px 32px 8px 32px;
}

.hellobar__content--left {
	display: flex;
	flex-grow: 1;
	justify-content: center;
	order: 0;
	padding: 0 16px;

}

.hellobar__content--center {
	display:flex;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.3em;
	text-align: center;
	justify-content: center;
	order: 1;

}

.hellobar__content--right {
	display: flex;
	flex-grow: 1;
	justify-content: center;
	order: 2;
	padding: 0 16px;
}

i.warn {
	color: #f55306
}


/*	|| Background shading effects	*/

.shader {
    position: fixed;
    z-index: 1;
}

.shader:before {
	content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #000;
    /*-webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7) 30% ,rgba(0,0,0,0.6) 40%, rgba(0,0,0,0) 60%);*/
    -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7) 10% ,rgba(0,0,0,0.5) 15%, rgba(0,0,0,0) 35%);
    mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7) 10% ,rgba(0,0,0,0.5) 15%, rgba(0,0,0,0) 35%);
    /*-webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7) 8% ,rgba(0,0,0,0.6) 20%, rgba(0,0,0,0) 40%);*/
    /*mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7) 8% ,rgba(0,0,0,0.6) 20%, rgba(0,0,0,0) 40%);*/
}

.shader:after {
	content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #000;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 5%, rgba(0,0,0,0.7) 14% ,rgba(0,0,0,0.5) 20%, rgba(0,0,0,0) 40%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 5%, rgba(0,0,0,0.7) 14% ,rgba(0,0,0,0.5) 20%, rgba(0,0,0,0) 40%);
    /*-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0,0,0,0.7) 10% ,rgba(0,0,0,0.5) 15%, rgba(0,0,0,0) 40%);*/
    /*mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0,0,0,0.7) 10% ,rgba(0,0,0,0.5) 15%, rgba(0,0,0,0) 40%);*/
    /*-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0,0,0,0.5) 10%, rgba(0,0,0,0.25) 18%, rgba(0,0,0,0) 40%);*/
}


/*	|| Background and background image styling	*/

.bkg-main {
	width: 100%;    
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
	transition: opacity 300ms ease-in-out;
	opacity: 0;
	/*-webkit-mask-image: linear-gradient(to top, transparent 0%, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.5) 15%, rgba(0,0,0,0.75) 25%, rgba(0,0,0,1) 35%);*/
	/*mask-image: linear-gradient(to top, transparent 0%, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.5) 15%, rgba(0,0,0,0.75) 25%, rgba(0,0,0,1) 35%);*/
	
}
.bkg-image {
	z-index:-1;
	position:absolute;
	min-width: 90vw;
	min-height: 100vh;
	margin-left: 10vw;
	background-image: url("../img/bkg/bkg5.jpg");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}
.bkg-image:before {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #000;
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0,0,0,0.98) 8%, rgba(0,0,0,0.9) 17%, rgba(0,0,0,0.8) 27%, rgba(0,0,0,0.5) 45%,rgba(0,0,0,0.2) 60%, rgba(0,0,0,0) 75%);
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0,0,0,0.98) 8%, rgba(0,0,0,0.9) 17%, rgba(0,0,0,0.8) 27%, rgba(0,0,0,0.5) 45%,rgba(0,0,0,0.2) 60%, rgba(0,0,0,0) 75%);
}

.content-spacer {
	min-height:64px;
	display: block;
    position: relative;
    width: 100%;
    margin: 0px 0px;
    /*flex-grow: 1;*/
}

.content {
	position: relative;
    padding: 0 64px;
    z-index: 3;
    max-width: 100%;
    margin: 0 auto;
}

.content-header {
	text-transform: capitalize;
	font-size: 2.5em;
    padding: 0 48px 16px 48px;
    font-weight: 200;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

.content-text {
	display: block;
	padding: 16px 48px 0 48px;
    /*margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;*/
    font-weight: 200;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    /*text-shadow: 0px 0px 1px rgba(0,0,0,0.75);*/
    text-shadow: -1px -1px 0 rgba(0,0,0,0.2), 1px -1px 0 rgba(0,0,0,0.2), -1px 1px 0 rgba(0,0,0,0.2), 1px 1px 0 rgba(0,0,0,0.2);
}

/*********************************/





/******************************
 || Header and Main Navigation 
 ******************************/

.header {
	position: relative;
	display: block;
	color: #fff;
	width: 100%;
	line-height: 24px;
	z-index: 2;
}

.toolbar {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 64px;
	padding: 0 16px;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
}

.toolbar--top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    transform: translate3d(0px, 0px, 0px);
}

.toolbar__title {
	display: none;
	position: absolute;
	left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
    font-family: 'Raleway', sans-serif;
}

.toolbar__logo {
	margin-left: 64px;
}

/********************************/


/******************************
 || Footer Styles 
 ******************************/

.footer {
	position: relative;
	height: 64px;
	width:100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 16px;
	bottom: 0;
	z-index: 2;
}

.footer__content {
	margin-left: 64px;
	font-size: 0.9em;
}

/********************************/


/******************************
 || Utilities 
 ******************************/


/******************************
 || Screen Specific  
 ******************************/


@media only screen and (max-width: 768px) {

	.toolbar__logo {
		display: none;
	}

	.toolbar__title {
		position: absolute;
		display: block;
	    font-family: 'Oswald', sans-serif;
	}

	.hellobar__content {
		padding: 16px;
	}

	.hellobar__content--left, .hellobar__content--right {
		display:none;
	}

	.bkg-image {
		min-width: 100vw;
		min-height: 100vh;
		margin: 0;
	}
	.bkg-image:before {
	    background: #000;
	    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0,0,0,0.9) 1%, rgba(0,0,0,0.8) 8%, rgba(0,0,0,0.5) 20%,rgba(0,0,0,0.2) 33%, rgba(0,0,0,0) 45%);
	    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0,0,0,0.9) 1%, rgba(0,0,0,0.8) 8%, rgba(0,0,0,0.5) 20%,rgba(0,0,0,0.2) 33%, rgba(0,0,0,0) 45%);
	    /*-webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0,0,0,0.98) 8%, rgba(0,0,0,0.9) 17%, rgba(0,0,0,0.8) 27%, rgba(0,0,0,0.5) 45%,rgba(0,0,0,0.2) 60%, rgba(0,0,0,0) 75%);*/
	    /*mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0,0,0,0.98) 8%, rgba(0,0,0,0.9) 17%, rgba(0,0,0,0.8) 27%, rgba(0,0,0,0.5) 45%,rgba(0,0,0,0.2) 60%, rgba(0,0,0,0) 75%);*/
	}
	.bkg-image:after {
		content: '';
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    z-index: 2;
	    background: #000;
	    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0,0,0,0.9) 1%, rgba(0,0,0,0.8) 8%, rgba(0,0,0,0.5) 20%,rgba(0,0,0,0.2) 33%, rgba(0,0,0,0) 45%);
	    mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0,0,0,0.9) 1%, rgba(0,0,0,0.8) 8%, rgba(0,0,0,0.5) 20%,rgba(0,0,0,0.2) 33%, rgba(0,0,0,0) 45%);
		/*	   	
		-webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0,0,0,0.9) 5%, rgba(0,0,0,0.8) 10%, rgba(0,0,0,0.5) 20%,rgba(0,0,0,0.2) 30%, rgba(0,0,0,0) 35%);
		*/
		/*-webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0,0,0,0.98) 8%, rgba(0,0,0,0.9) 17%, rgba(0,0,0,0.8) 27%, rgba(0,0,0,0.5) 45%,rgba(0,0,0,0.2) 60%, rgba(0,0,0,0) 75%);*/
	}

	.content {
		width: 100%;
		padding:0 16px;
	}
	.content-spacer {

		min-height:32px;
	}

	.content-header {
		text-align: center;
		font-size: 2.5em;
    	padding: 0 0 16px 0;
    	line-height: 1;
    	text-shadow: -1px -1px 0 rgba(0,0,0,0.2), 1px -1px 0 rgba(0,0,0,0.2), -1px 1px 0 rgba(0,0,0,0.2), 1px 1px 0 rgba(0,0,0,0.2);
	}

	.content-text {
		display: block;
    	padding: 16px 0 0 0;
	    font-weight: 200;
	    font-size: 16px;
	    font-family: 'Roboto', sans-serif;
	}

	.footer__content {
		margin-left: 16px;
	}




}


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }