@charset "utf-8";
/* CSS Document */
h1{
	font-family: 'Questrial', sans-serif;
	font-size:55px;
	color:#ffffff;
	font-weight: normal;
	text-align:center;
	line-height:47px;
	letter-spacing:2px;
	margin: 0 0 0 0;
	padding-top:10px;
}
h2{
	font-family: 'Questrial', sans-serif;
	font-size:22px;
	color:#FFFFFF;
	font-weight: normal;
	text-align:left;
	letter-spacing:1px;
	line-height:25px;
	margin: 10 0 0 0;
}
h3{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:21px;
	color:#FFFFFF;
	font-weight: normal;
	text-align:center;
}
/* ----- Links Styling ----- */
a.white:link,
a.white:visited,
a.white:active{
	color:  #ffffff;
	text-decoration: none;
}
a.white:hover {
	text-decoration: none;
	color: #999999;
}
/* ----- Main Wrapper Styling ----- */
div.wrapper {
   min-height: 100%;
   height: auto !important;
   height: 100%;
}
/* ----- Header Styling ----- */
.header-wrapper{
	width:100%;
}
.header{
	width:800px;
	padding-top:50px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	clear:both;
}
.facebook-container{
	height:30px;
}
.share{
	height:20px;
	padding-bottom:10px;
	margin-right:10px;
	float:left;
}
.like{
	height:20px;
	padding-bottom:10px;
	float:left;
}
.col-left{
	width:380px;
	text-align:left;
	float:left;
}
.col-right{
	width:420px;
	text-align:left;
	vertical-align:bottom;
	float:right;
	padding-top:130px;
}
/* ----- Main Body Styling ----- */
.main-body-wrapper{
	width:100%;
	clear:both;
}
.main-body{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-top:25px;
	padding-bottom:25px;
}
.video-frame{
	width:800px;
	height:450px;
	background-color:#FFF;
	color:#333;	
	position: relative;
	text-align:center;	
}
.video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 790px;
    height: 444px;
    -webkit-transform: translate(-50%, -50%);  
    transform: translate(-50%, -50%);   
    background: black;
}
/* ----- Lower Body Styling ----- */
.lower-main-body{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-top:1px;
	padding-bottom:15px;
}
.lower-main-body-grecas-container{
	width:922px;
	height:160px;
	margin-left:auto;
	margin-right:auto;
	padding-top:50px;	
	background-image:url(../images/gala_held_bg.png);
	background-repeat:no-repeat;
	background-position:center;
}
.lower-main-body-grecas{
	width:800px;
	margin-left:auto;
	margin-right:auto;	
}
.line{
	padding-top:10px;
	padding-bottom:10px;
	clear:both;
}
/* ----- Main Footer Styling ----- */
.footer{
   width:800px;
   height:110px;
   margin-left:auto;
   margin-right:auto;
   text-align:center;
   clear: both;
   position: relative;
}
.signature{
	padding-top:3px;
}
.social-media-container{
	height:21px;
	padding-right:350px;
	padding-bottom:5px;
}
.social-media-icon-mail{
	padding-top:7px;
	width:40px;
	float:right;
}
.social-media-icon-facebook{
	width:40px;
	float:right;
}
.social-media-icon-instagram{
	padding-top:2px;
	width:40px;
	float:right;
}