  body {
	
	font-family: 'Carrois Gothic', sans-serif;
}
section#hero {


position:absolute;top:77px;left:0px;width:100%;
height:275px;
background-color:#000;
background-size:cover;
background-image: url('/art-museum/exhibitions/digital/model-home/lib/img/home.jpg');
background-repeat:no-repeat;
 padding:50px 0px;
 margin:0px;
}
  
#hero div#title {font-size:4vw;font-family: 'Carrois Gothic';
color:#E3C4A0;padding:50px 50px 0px 50px;display:block;
    z-index:4;
    width:45%;
    text-shadow:3px 3px 3px #000;
}

div#stitle {color:#000;padding:0px 5px;width:40%;font-size:5vw;bottom:100px;text-align:center;z-index:4;
text-shadow:1px 1px 1px #e3c4a0;}

#hero div#ban {position: absolute;
    top: 0px;
    right: 0px;
    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;}


.firstcharacter {
    float: left;
    color: #6F1D1B;
    font-size: 3.8em;
    line-height: .4em;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
    font-family: Georgia;
}

div#intro {
    position: absolute;
    top: 453px;
    height: 40px;
    width: 100%;
    text-align: center;
    background-color: #333;
}
div#intro a.btn  {    
    text-align: center;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 1.2rem;
    border: 1px outset #444;
    margin: 5px 5px;
    background-color: #73437d}


section#main {position:absolute;top:493px; background-color:#fff;margin-bottom:70px;}


#main section#nav {
	padding:.5rem 1rem 1.5rem 2rem;font-size:1.27rem;
	color:#000;line-height:2.47rem;
}

#nav div.i {border-bottom: 1px solid #6F1D1B;}
div.i div.l {display:none;}
#main section#themes {text-align:center;}

#main section#credits {
	flex-basis:100%;padding:.5rem 1rem;font-size:1.27rem;
	color:#000;line-height:1.47rem;margin-bottom:3rem;
}

div.thea {color:#fff;width: 85%;margin:1rem auto;padding:0px;
text-align:left;background-size:cover;
background-color:#333;cursor:pointer;}
div.thea h3 {font-size:4rem;padding:0px;margin-left:5rem;text-transform:uppercase;
text-shadow:2px 2px 2px #000;display:inline-block;
width:78%;}
div.thea p {text-align:justify;padding:0px 5px;}

footer {margin-top:.4rem;position:absolute;bottom:0px;left:0px; background-color:#333;
z-index:2;height:60px;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%;
		line-height:2rem;
	}
	 #main section#themes {
		flex-basis:100%;
	}
	 footer {
		display:none;
	}

	div.thea p {font-size:1rem;}
	
	div.thea h3 {margin-left:0px;text-align:center;width:100%;}
	
	div.thea {margin:.1rem;width:100%;}

	 section#hero {
		 position: absolute;
		 top: 57px;
		 height:175px;
		 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box; 
	}
	 #hero div#title {
		 font-size: 3rem;width:72%;color:#333;
		text-shadow: 2px 2px 2px #e3c4a0;padding:0px 0px 0px 10px;
	}
	
	div#stitle {
		font-size:2rem;text-align:left;width:70%;padding:0px 0px 0px 15px;color:#333;
		text-shadow: 2px 2px 2px #e3c4a0;
	}
	 #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: 230px;padding-top:5px;
	}
	 div#theflex div.thea {
		 width: 100%;
	}
	 div.thea h3 {
		 font-size: 1rem;
	}

	
	 header nav ul li a {
		 font-size: 1.22rem;
	}
	
	
	


}
