  body {
	
	font-family: 'Carrois Gothic', sans-serif;
}
section#hero {


position:absolute;top:77px;left:0px;width:100%;
height:275px;
background-color:transparent;

background-repeat:no-repeat;
 padding:50px 0px;
 margin:0px;
}
  
div.fullscreen-bg {
    position: absolute;
    top: -30px;
    left: 0px;
    width: 100%;
    height: auto;
} 

div.fullscreen-bg video {
    width: 100%;
    height: auto;
}
  
#hero div#title {font-size:4vw;font-family: 'Carrois Gothic';
color:#fff;padding:10px 50px;display:inline-block;
    position:absolute;
    z-index:5;
    text-shadow:2px 2px 2px #000;
	z-index:11;
}

#hero div#ban {position: absolute;
    top: 0px;
    right: 250px;
    min-width: 281px;
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
    text-align: right;
}

div#title div#sub {font-size:23px;font-family:times;color:#aaa;}
	
p a {text-decoration:none;color:#fff;font-size:1.27rem;margin-right:40px;}
p a:hover {text-decoration:underline;color:#eee;}

div#intro {
    position: absolute;
    top: 453px;
    height: 40px;
    width: 100%;
    text-align: center;
    background-color: #383430;
}
div#intro a.btn  {    
    text-align: center;
    width: 29%;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 1.2rem;
    border: 1px outset #aaa;
    margin: 5px 5px;
    background-color: #426f86;}


section#main {position:absolute;top:453px; background-color:#fff7e6;display: flex;flex-direction: row;flex-wrap:wrap;padding-bottom:70px;}


section.so {padding:2px 3rem;font-size: 1.12rem;}
section.so h2 {border-bottom:1px solid #444;}

#main section#nav {
	flex-basis:35%;padding:.5rem 1rem;font-size:1.27rem;
	color:#000;line-height:1.47rem;
}

section#nav p {padding:0rem 1rem;}
#main section#themes {text-align:center;
flex-basis:60%;}

div#theflex {display: flex;flex-direction: row;flex-wrap:wrap;justify-content: center;}

div#theflex div.thea {color:#fff;width: 44%;margin:1rem;background-color:#767261;cursor:pointer;}
div.thea img {width:100%;padding:0px;margin:0px;}
div.thea h3 {font-size:1rem;padding:0px;margin:0px;text-transform:uppercase;}
div.thea p {font-size:.9vw;text-align:center;padding:0px 15px;}

footer {margin-top:.4rem;bottom:0px;left:0px; background-color:#333;
z-index:2;height:75px;padding:10px 0px;text-align:center;
border:0px solid red;color:#fff;}
footer p {font-size:.8rem;border-radius:1rem;padding:0rem .31rem;}



/**** MOBILE /
@media screen and (max-width: 1025px) {

#main section#nav {
		flex-basis:100%;
	}
	 #main section#themes {
		flex-basis:100%;
	}
	 footer {
		display:none;
	}


	 section#hero {
		 position: absolute;
		 top: 57px;
		 height:auto;
		 background-size:cover;
	}
	 #hero div#title {
		 font-size: 1.52rem;
		 position:relative;
	}
	 #hero div#ban {
		 top: 0px;
		 right:auto;
		 opacity: 40%;
	}
	 div#intro {
		 top: 433px;
		 height: 140px;
	}
	 div#intro {
		 top: 433px;
		 height: 140px;
	}
	 div#intro a.btn {
		 width: 90%;
	}
	 section#main {
		 top: 203px;
	}
	 div#theflex div.thea {
		 width: 100%;
	}
	 div.thea h3 {
		 font-size: 1rem;
	}
	 header nav ul li a {
		 font-size: 1.22rem;
	}
	


}
