﻿@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,600,700,800,900');
@import url("reset.css");

body {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	font-size: 100%;
	color: #4D4D4D;
	background-color: #FFF;
	min-height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}


/***** Site-Title *****/
#title-container{
	position: fixed;
	margin: auto;
	top: 60%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: auto;
	height: auto;
	
	display: flex;
	align-items: center;
	justify-content: center;
	
	flex-flow: column;
	/* border: 1px solid #FFF; */
}

#title-content h1 {
	position: relative;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	font-size: 4.5em;
	color: #FFF;
	line-height: 70%;
	text-transform: uppercase;
	text-shadow: 0 0 2px #708090, 0 0 50px #000000;
	display: block;
	text-align: center;
}

#title-content h2 {
	position: relative;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 0.875em;
	color: #FFF;
	line-height: 70%;
	text-transform: lowercase;
	text-shadow: 0 0 2px #708090, 0 0 25px #000000;
	display: block;
	text-align: center;
}

#title-content h3 {
	position: relative;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 3.6em;
	color: #FFF;
	line-height: 80%;
	text-transform: lowercase;
	text-shadow: 0 0 2px #708090, 0 0 100px #000000;
	display: block;
	text-align: center;
}

#icon-content{
	position: relative;
	margin: auto;
	top: 20px;
	/* left: 50%; */
	/* transform: translateX(-50%) translateY(-50%); */
	width: 250px;
	height: auto;
	font-stretch: expanded;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	/* border: 1px solid #FFF; */
}

#icon-col1, #icon-col2, #icon-col3, #icon-col4 {
	width: 25%;
}

#iconbtn {
	background-color: Transparent;
	background-repeat: no-repeat;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
	   -moz-transition: all .2s ease-out;
	     -o-transition: all .2s ease-out;
	        transition: all .2s ease-out;	
}

#iconbtn:hover {
	opacity: 0.8;
	-webkit-transition: all .1s ease-in;
	   -moz-transition: all .1s ease-in;
	     -o-transition: all .1s ease-in;
	        transition: all .1s ease-in;
}

#icon {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 40px;
	filter: brightness(0) invert(1);
	display: block;
}

#icon-content h4 {
	position: relative;
	margin-top: 10px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	font-size: 0.785em;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 0 0 2px #708090, 0 0 25px #000000;
	text-align: center;
	display: none;
}


/***** Backgrounds will cover all the section *****/
.section{
	text-align: center;
}

#section0, #section1, #section2, #section3, #section4, #slide1, #slide3{
	background-size: cover;
}

#section-title-container {
	position: relative;
	margin: auto;
	top: 60%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: auto;

	display: flex;
	align-items: center;
	justify-content: center;
}

#section0 h5, #section1 h5, #section2 h5, #section3 h5, #section4 h5, #slide1 h5, #slide3 h5 {
	position: relative;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 2.25em;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0 0 2px #708090, 0 0 100px #000000;
	display: block;
}

#section0 h6, #section1 h6, #section2 h6, #section3 h6, #section4 h6, #slide1 h6, #slide3 h6 {
	position: absolute;
	top: 40px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 0.75em;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0 0 2px #708090, 0 0 25px #000000;
	display: block;
	cursor: pointer;
}

#section0 h6 a:link, #section1 h6 a:link, #section2 h6 a:link, #section3 h6 a:link, #section4 h6 a:link,  #slide1 h6 a:link, #slide3 h6 a:link {
	padding: 10px;
	color: inherit;
	-webkit-transition: all .2s ease-out;
	   -moz-transition: all .2s ease-out;
	     -o-transition: all .2s ease-out;
	        transition: all .2s ease-out;	
}

#section0 h6 a:visited, #section1 h6 a:visited, #section2 h6 a:visited, #section3 h6 a:visited, #section4 h6 a:visited,  #slide1 h6 a:visited, #slide3 h6 a:visited {
	color: inherit;
}

#section0 h6 a:hover, #section1 h6 a:hover, #section2 h6 a:hover, #section3 h6 a:hover, #section4 h6 a:hover,  #slide1 h6 a:hover, #slide3 h6 a:hover {
	opacity: 0.8;
	-webkit-transition: all .1s ease-in;
	   -moz-transition: all .1s ease-in;
	     -o-transition: all .1s ease-in;
	        transition: all .1s ease-in;
}


/***** Defining each sectino background and styles *****/
#section0{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url(../img/bg00.jpg);
	background-size: cover;
	background-position: center center;
	filter: saturate(70%);
}

#section1{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url(../img/bg01.jpg);
	background-size: cover;
	background-position: center center;
	filter: saturate(70%);
}

#section2{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url(../img/bg02.jpg);
	background-size: cover;
	background-position: center center;
	filter: saturate(70%);
}

#section3{
	background-image: url(../img/bg03.jpg);
	background-size: cover;
	background-position: center center;
	filter: saturate(70%);
}

#section4{
	background-image: url(../img/bg04.jpg);
	background-size: cover;
	background-position: center center;
	filter: saturate(70%);
}


/***** Arrow *****/
#uparrow {
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 50%;
	transform: translateX(-50%);
	top: 60px;
	width: 40px;
	height: 40px;
	border: none;
	outline: none;
	
	background: url(../img/next.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 50% 50%;
	transform: rotate(-90deg);
	transform-origin: center left;
	filter: brightness(0) invert(1);
	text-decoration: none;
	
	z-index: 100;
	cursor: pointer;

	-webkit-transition: all .2s ease-in;
	   -moz-transition: all .2s ease-in;
	     -o-transition: all .2s ease-in;
	        transition: all .2s ease-in;

	-webkit-animation: flickerAnimation 5s infinite;
	   -moz-animation: flickerAnimation 5s infinite;
	     -o-animation: flickerAnimation 5s infinite;
	        animation: flickerAnimation 5s infinite;
}

#downarrow {
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	width: 40px;
	height: 40px;
	border: none;
	outline: none;
	
	background: url(../img/next.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 50% 50%;
	transform: rotate(90deg);
	transform-origin: center left;
	filter: brightness(0) invert(1);
	text-decoration: none;
	
	z-index: 100;
	cursor: pointer;

	-webkit-transition: all .2s ease-in;
	   -moz-transition: all .2s ease-in;
	     -o-transition: all .2s ease-in;
	        transition: all .2s ease-in;

	-webkit-animation: flickerAnimation 5s infinite;
	   -moz-animation: flickerAnimation 5s infinite;
	     -o-animation: flickerAnimation 5s infinite;
	        animation: flickerAnimation 5s infinite;
}

#backtotop {
	display: inline-block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -5px;
	width: 150px;
	height: 50px;
	border: none;
	outline: none;
	z-index: 100;
	cursor: pointer;
	
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 0.625em;
	color: #FFF;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;

}

#backtotop a:link {
	color: inherit;
	-webkit-transition: all .2s ease-out;
	   -moz-transition: all .2s ease-out;
	     -o-transition: all .2s ease-out;
	        transition: all .2s ease-out;
}

#backtotop a:visited {
	color: inherit;
}

#downarrow:hover, #uparrow:hover, #backtotop:hover {
	opacity: 0.8;
	-webkit-transition: all .1s ease-in;
	   -moz-transition: all .1s ease-in;
	     -o-transition: all .1s ease-in;
	        transition: all .1s ease-in;
}

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0.6; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.6; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.6; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.6; }
  100% { opacity:1; }
}


/***** About *****/
#container{
	position: relative;
	margin: -35px 0;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	/* border: 1px solid red; */
}

#content{
	display: block; 
}

#content a:link {
	color:#4D4D4D;
}

#content a:visited {
	color:#4D4D4D;
}

#content a:hover {
	color:#696969;
}

#content a:active {
	color:#000;
}

#category {
	float: left;
	width: 100%;
	margin-top: 30px;
}

#listwide {
	float: left;
	width: 100%;
	margin-top: 20px;
}

#listwide-name {
	float: left;
	width: 100%;
	margin-top: 20px;
	display: none;
}

#listnarrow-l {
	float: left;
	width: 100%;
	margin-top: 20px;
}

#listnarrow-r {
	float: left;
	width: 100%;
	margin: 0;
}

#listnarrow-card {
	float: left;
	width: 100%;
	margin-top: 20px;
}

#break {
	margin-bottom: 10px;
}

#break-p {
	margin-bottom: 30px;
}

#social {
 	position: relative;
	top: 10px;
	margin: 0 55px;

	display: flex;
	align-items: center;
	justify-content: space-between;
}

#social-icon {
	width: 25px;
	height: 25px;
	filter: opacity(80%);
  
	display: block;
	margin: auto;
}

#vcard {
 	position: relative;
	top: 10px;

	display: flex;
	align-items: center;
	justify-content: center;
}

#vcard-img {
	width: 240px;
	height: 240px;
	max-width: 90%;
	filter: opacity(70%);

	display: block;
	margin: auto;
}

#content h1 {
	position: relative;
	left: 0;
	top: 10px;
	padding: 0;
	padding-right: 0;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 1.5em;
	text-transform:uppercase;
	display: block;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
}

#content h2 {
	position: relative;
	left: 0;
	top: 5px;
	padding: 2px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	font-size: 1.0em;
	text-transform: titlecase;
	display: block;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
}

#content h3 {
	position: relative;
	left: 0;
	top: 5px;
	padding:2px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	font-size: 0.875em;
	text-transform: titlecase;
	display: block;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
}

#content h4 {
	position: relative;
	left: 0;
	top: 5px;
	padding: 2px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 0.875em;
	line-height: 180%;
	text-transform: titlecase;
	display: block;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
}

#content h5 {
	position: relative;
	left: 0;
	top: 5px;
	padding: 2px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 0.625em;
	word-spacing: 120%;
	line-height: 120%;
	text-transform: titlecase;
	display: block;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
}

#content h6 {
	position: relative;
	left: 0;
	top: 5px;
	padding: 2px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 0.75em;
	word-spacing: 120%;
	line-height: 150%;
	text-transform: titlecase;
	display: block;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
}
