@charset "UTF-8";
/* CSS Document */
/*color codes: 
#fbb821 gold, 
#aea398  beige,
#34431c  forest green,
#6d8455  light green,
#875730  light brown,
#3b231c  dark brown,
/* https://codepen.io/imprakash/pen/GgNMXO */


body {
	background:white;
	margin:0px;
	font-family: 'Open Sans', sans-serif;
	background-image:url(../media/image93.jpeg);
}

header{
	background:#34431c;
	color:#FFFFFF;
	margin-top:-25px;  
      padding:10px 0px 5px 0px;    
}


h1{
	font-size:30px;
	font-style:italic;
	text-align:center;
}
.social-links{
	background-color:#FFFFFF;
	display:flex;
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	border-radius:10px;
}

.icon{
	flex:1;
	text-align:center;
}
.txt-hero{
	width:70%;
	background:white;
	padding:0 35px 0 30px;
}
.title-box{
	text-align:center;
}
.pic-link:hover{
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.summary{
	padding-right:15px;
}
p.titles{
	font-size:20px;
	font-style:italic;
	text-align:center;
}
.main-txt1{
	text-align:left;
}
h2{
	font-size:24px;
	font-style:italic;
	text-align:center;
	margin-top:-15px;
	color:white;
}

img.pic-small{
	width:100%;
	height:300px;
	margin:0px;
	
}

img.pic-large{
	width:35%;
	margin:0px 10px;
	border-style: solid;
   	border-width: 5px;
	border-color:#34431c;
}
.pic-medals{
	width:75%;
	height:100%;
	margin:0px 10px;
	border-style: solid;
   	border-width: 5px;
	border-color:#34431c;

}
	.pic-link:hover{
		box-shadow: 3px 3px 1px #fbb821;
    opacity: 0.8;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.hero{
	
	width:100%;
	margin-top:-5px;
	margin-left:auto;
	margin-right:auto;
	justify-content:center;
	border-radius:10px;
}
.picture-hero{
	width:100%;
	border-style: solid;
   	border-width: 5px;
	border-color:#34431c;
	margin:15px 10px 15px 10px;
	text-align:center;
	background:#34431c;
	display:flex;
	flex-direction:row;
	align-items:center;
}
.txt-hero{
	width:60%;

}
.picture-main{
	width:50%;
	border-style: solid;
   	border-width: 5px;
	border-color:#34431c;
	margin:15px 10px 15px 10px;
	text-align:center;
	background:#34431c;
}

#wrapper {
	width:85%;
	margin-left:auto;
	margin-right:auto;
	border-radius:10px;


}
.movie{
border-style: solid;
   	border-width: 5px;
	border-color:#34431c;
	width:560px;
	height:315px;
}
#container{
	margin-top:10px;
	justify-content:center;
	align-items:center;
	padding-left:35px;
	border-radius:10px;
	display:flex;
	flex-direction:row;
}

div.picture-frame{
	width:33%;
	border-style: solid;
   	border-width: 5px;
	border-color:#34431c;
	margin:15px 10px 15px 10px;
}

div.picture-frame:hover{
	border-style: solid;
    	box-shadow: 3px 3px 1px #3b231c;
}


div.picture{
	width:100%;
	border-top:2px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
    	border-style:solid;
	border-color:#34431c;
	margin-bottom:-5px;
}



footer{
	padding-top:5px;
	bottom:0;
    position:fixed;
  /*  _position:absolute;*/
    _top:expression(eval(document.documentElement.scrollTop+
        (document.documentElement.clientHeight-this.offsetHeight)));
    height:25px;
	background:#3b231c;
	color:#FFFFFF;
	width:100%;
	
}
/*responsiveness*/
@media (max-width: 800px){
	#container{

	display:flex;
	flex-direction:column;
}
div.picture-frame{
	width:90%;
	border-style: solid;
   	border-width: 5px;
	border-color:#34431c;
	margin:15px 10px 15px 10px;
}
.movie{
	width:100%;	
}
}
@media (max-width: 1050px){
.picture-hero{
	width:100%;
	flex-direction:column;
	align-items:center;
}
.picture-main{
	width:90%;
	text-align:center;
}
.pic-hero{
	width:60%;
}
.txt-hero{
	width:85%;

}
}
