  body {
	
	font-family: 'Carrois Gothic', sans-serif;
}
section#hero {


position:absolute;top:77px;left:0px;width:100%;
height:275px;
background-color:#000;
background-image: url('/art-museum/education/curriculum-based-exhibits/presence-of-the-past/images/home-bg.png');
background-repeat:repeat-x;
 padding:50px 0px;
 margin:0px;
}
  
#hero div#title {font-size:4vw;font-family: 'Carrois Gothic';
color:#fff;padding:50px;display:inline-block;
    position:absolute;
    z-index:5;
    text-shadow:2px 2px 2px #000;
}

#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: #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 #aaa;
    margin: 5px 5px;
    background-color: #426f86;}


section#main {position:absolute;top:493px; background-color:#fff;display: flex;flex-direction: row;flex-wrap:wrap;margin-bottom:70px;}


#main section#nav {
	flex-basis:35%;padding:.5rem 1rem;font-size:1.27rem;
	color:#000;line-height:1.47rem;
}
#main section#themes {text-align:center;
flex-basis:60%;}

div#theflex {display: flex;flex-direction: row;flex-wrap:wrap;}

div#theflex div.thea {color:#fff;width: 44%;margin:1rem;background-color:#333;cursor:pointer;}
div.thea img {width:100%;padding:0px;margin:0px;}
div.thea h3 {font-size:1vw;padding:0px;margin:0px;text-transform:uppercase;}
div.thea p {font-size:.9vw;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%;
	}
	 #main section#themes {
		flex-basis:100%;
	}
	 footer {
		display:none;
	}


	 section#hero {
		 position: absolute;
		 top: 57px;
	}
	 #hero div#title {
		 font-size: 2rem;
	}
	 #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: 543px;
	}
	 div#theflex div.thea {
		 width: 100%;
	}
	 div.thea h3 {
		 font-size: 1rem;
	}
	 header nav ul li a {
		 font-size: 1.22rem;
	}
	


}
