@charset "UTF-8";
/* CSS Document */
body, html{
	margin:0;
	padding:0;
	background-image:url(black1.gif);
	height: auto;
	width: 100%;
	background-size:cover;
	background-attachment:fixed;
	
	background-repeat:no-repeat;
	
}

#wrapper{
	margin:0;
	padding:0;
	
}

.center2 {
    margin: 0 auto;
    width: 40%;
	padding-bottom:20px;
	padding-top:20px;
	

}

.center {
    margin: 0 auto;
    width: 80%;
	padding-bottom:20px;
	padding-top: 20px;
	

}

.center img {
	width:325px;}

img {
    display: block;
    margin: auto;
}
.video-container {
    position: relative;
    padding-bottom: 36.18%;
	    width: 65%;
    height: 65%;
    padding-top: 30px; height: 0; overflow: hidden;
	 margin: 0 auto;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	 margin: 0 auto;
}


.center iframe {
    margin: 0 auto;
    width: 100%;

}

h1{
	text-align:center;
	color:#fff;
}

h5{
	font-family: 'Alegreya Sans', sans-serif;
	font-size:16px;
	letter-spacing:0.3px;
	text-align:justify;
	color:#D5D5D5;
	font-weight:200;
	
}
a{text-decoration:none;}

p{
	text-align:justify;
	color:#D5D5D5;
	font-family: 'Alegreya Sans', sans-serif;
	font-size:21px;
	letter-spacing:0.3px;
	line-height: 25px;
	font-weight:200;
}

.social {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    z-index: 3;
    display: block;
}

.logo {
    position: absolute;
    top: 15px;
   left: 15px;
    width: 70px;
    z-index: 3;
    display: block;
}

.logo img{
	width: 100%;
	
}
.social-back {
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
    cursor: pointer;
}
.social-icons {
    display: none;
}
.social-icons.show {
    display: block;
}
.social-icons .facebook,
.social-icons .twitter,
.social-icons .copyright {
   width: 30px;
   height: 30px;
   margin-bottom: 8px;
}

.social img{
	width:100%;
}


@media(max-width : 1024px){
	.center2 {
    margin: 0 auto;
    width: 85%;
	padding-bottom:20px;
	padding-top:20px;
	

}

.video-container {
    position: relative;
    padding-bottom: 47%;
	    width: 90%;
    height: 90%;
    padding-top: 30px;
	overflow: hidden;
	margin: 0 auto;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	 margin: 0 auto;
}

	
}

@media(max-width : 767px){
	.center img {
	width:250px;}
	
	.logo {
    position: absolute;
    top: 15px;
   left: 15px;
    width: 40px;
    z-index: 3;
    display: block;
}

.social-back {
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
    cursor: pointer;
}


}