@charset "utf-8";
/* CSS Document */

/* zeroes out all browsers */
html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

header{
	padding: 5px;	
}

body {
	margin-left: auto;
	margin-right: auto;
	background: url("images/sunset2.jpg") no-repeat fixed left top;	
}



footer {
	padding: 20px 30px;
	background-color: #121212;
}

/* Classes */

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: darkgrey;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}

.preloader, body {
    background-color:black ;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 5px;
}

.words {
	padding: 1em 2em 5em 5em;
	color: white;
	text-align: justify;
}


.splash {
  background-image: image-url("images/bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/* image responsiveness */
.responsive {
  max-width: 100%;
  height: auto;
}


.round {
   	width: 210px;
   	height: 210px;
  	border-radius: 50%;
	text-align: center;
    float: left;
    font-weight: bold;
              
 /* Change the shape according to the image */
     shape-outside: circle();
     background-color: transparent;
     color: white;
}

.footer-text {
	font-size: 13px;
	color: antiquewhite;
	margin-bottom: 20px;
}

footer {
	margin-top: 1em;
	padding-top: 1em;
	
}
.footer-content {
	width: 100%;
	margin: 0 auto;
	padding-bottom:1em;
}
.footer-social {
	display: block;
	width: 100%;
	list-style-type: none;
	text-align: center;
}
.footer-social li {
	display: inline-block;
	margin: 0 1.2em;
}
.footer-social li a {
	line-height: 4em;
	display: inline-block;
	width: 3em;
	height: 3em;
	text-align: center;
	border: 2px solid rgba(255,255,255,.3);
	border-radius: 50%;
}
.footer-social li a:hover {
	border-color: white;
		
}
.footer-social li a img {
	width: auto;
	height:2em;
}
.footer-social li a .social-hover {
	display: none;
}
.footer-social li a:hover .social-default {
	display: none;
}
.footer-social li a:hover .social-hover {
	display: inline;
}
.footer-info {
	padding-top: 5em;
}
.footer-info p {
	font-size: .8em;
	color:#fff;
	line-height: 1.55;
	max-width: 36em;
	margin-bottom: 1.7em;
}
.footer-info {
	clear: both;
}
.footer-legal {
	opacity: .8;
}
.footer-credit a:hover {
	text-decoration: none;
}


div.transbox {
 	margin: .5em 0em 1em 0em;
  	background: rgba(255,255,255,0.1); /* white background with 10% opacity */
 	border: 1px solid black;
 	padding: 20px 20px 20px 20px;
 }

div.transbox p {
  	margin: 5%;
  	font-weight: bold;
  	color: #FDFDFD;
}


h1 {
	font-style: normal;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
}


/* unvisited link */
a:link {
  	color:white;
	font-weight: bold;
	text-decoration: none;
}

/* visited link */
a:visited {
  	color: gray;
}

/* mouse over link */
a:hover {
  	font-style: bold;
}

/* selected link */
a:active {
  	color: antiquewhite;
	text-shadow: 2px 2px 5px red;
}





/* tablet sizing for responsive menu */

@media (min-width: 768px){
	
.style-nav ul li {
		display: inline-block;
	}	
	
.style-nav ul {
		text-align: center;
	}
}


/* desktop sizing */

@media (min-width: 1024px){
.style-logo {
		float:left;
	}
	
.style-nav {
		float: right;
	}
	
.words {
	padding: 10em 2em 5em 5em;
	color: white;
	text-align: justify;
}
	
body {
		max-width: 1200px;
	}
	
	
}
