
/* Reset */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%!important;font-weight:normal!important;}


html,
body {
  height: 100%;
  background-color: #fff;
}

a {
    text-decoration: none !important;
	color: #fff!important;
}

a:hover {
   color: #0A81D1!important;
}
.logo{
	/*background-color: black;*/
	width: auto !important;
	padding-left:inherit !important;
	padding-right:inherit !important;
}

.top-text{
	font-size:30px!important;
	margin-top:100px;
	font-weight: 900!important;
	font-family: 'Comfortaa', cursive;
	color:black;
}
.row {
	
  justify-content: center;
 
}
.section {
    padding: 90px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background-color: #ffffff;
}

.img-responsive{
	
	width: 100%;
  height: auto;
  max-width: 550px;

}

body{
margin:0;
padding:0;
color: white!important;
text-align: center !important;
background-color: #3b3f41;
background-size: cover;
box-shadow: 0 0 100px rgba(87, 88, 88, 0.3) inset;
position: relative;
}

.black{
/*background: url(../images/.jpg) no-repeat  right bottom;*/
background-size: cover;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.text-right {
    text-align: right;
}

#wrapper{
	position: relative;
	width: 100%;
	margin: auto;
	background-color: white;
} 

#header{
	width: 100%;
	padding: 140px 0 50px 0;
	margin: auto;
}

h1{
	font-family:'Comfortaa', cursive;
	font-size: 103px;
}

h2{
    font-family: 'Comfortaa', cursive;
font-size: 24px;
font-weight: bold;
letter-spacing: 4px;
padding-top: 60px;
color: #fff;
padding-bottom: 40px;
line-height:2;
}

h2 strong.sep-one{
	width: 60px;
	height: 1px;
	background: #d6ad8f;
	position: absolute;
	margin-left: -80px;
	margin-top: 23px;
}

h2 strong.sep-two{
	width: 60px;
	height: 1px;
	background: #d6ad8f;
	position: absolute;
	margin-left: 15px;
	margin-top: 23px;
}
h3{
	
	font-family: 'Comfortaa', cursive;	
}

#middle{
	width: 100%;
	background: rgba(0,0,0,0.8);
	padding: 40px 0;
	margin: 40px 0;
}
#midle ul{
	font-family: 'Comfortaa', cursive;

	line-height: 34px;
	padding: 0 38%
}

#middle p{
	font-family: 'Comfortaa', cursive;
	font-size: 24px;
	color: #fff;
	line-height: 34px;

	margin-bottom: 21px;

}

#middle p span{
	color:#e63b4d;
}

#footer{
	width: 100%;
}

ul.social
{
width: 62px;
margin: 10px auto 0;
height: 62px;
}


ul.social li{
float: left;
background: url(../images/social.png) left top no-repeat;
position: relative;
height: 62px;
margin-right: 28px;
}

ul.social li a{
display: block;
width: 62px;
height: 62px;
}


ul.social li.facebook{
height: 62px;
background-position: 0 0;
width: 62px;
}

ul.social li.facebook:hover{
background-position: 0 -62px;
}



ul.social li.twitter{
height: 62px;
background-position: -90px 0;
width: 62px;
}

ul.social li.twitter:hover{
background-position: -90px -62px;
}



ul.social li.youtube{
margin-right: 0;
height: 62px;
background-position: -180px 0;
width: 62px;
}

ul.social li.youtube:hover{
background-position: -180px -62px;
}


@media screen and (max-width: 568px){
	#header{
		width: 100%;
		padding: 30px 0 30px 0;
		margin: auto;
	}

.img{
	height: 200px;
}



	h1{
		font-size: 53px;
	}
	
	h2{
		
		font-size: 15px;
		letter-spacing: 2px;
	}

	h2 strong.sep-one{
		width: 30px;
		margin-left: -40px;
		margin-top: 7px;
	}
	
	h2 strong.sep-two{
		width: 30px;
		margin-left: 10px;
		margin-top: 7px;
	}

	#middle{
		margin: 50px 0 20px 0;
		width: 100%;
		padding: 5%;
	}
	
	#middle p{
		font-size: 18px;
		color: #fff;
		line-height: 24px;
		padding: 0;
	}
	
	#middle p span{
		color:#e63b4d;
	}
	#middle a{
		font-size:18px
	}
	
}
ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

li {
  padding-left: 1em; 
  text-indent: -.7em;
  text-align:left;
  margin-bottom: 20px;
  display: inline-table;
  width:unset !important;
}

li::before {
  content: "";
  color:  #0A81D1; /* or whatever color you prefer */
}
.social-media{
	font-size: 20px; 
	margin-bottom: 30px;
}

/* ==============================================================================================================================================================
																Responsive
=================================================================================================================================================================*/
@media only screen and (max-width: 280px) {
	
.img-responsive{
width:260px;

}	
}
@media only screen and (max-width: 768px) {
	img.img-resp-center {
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	
	.float-end{
		float:unset!important;
		display:contents;
	}
}
@med

#middle h1{
	font-size: 55px;
    color: #fff;
}


.white{
	color:#fff;
}

.m-l-10{
	margin-left:10px
}

.fa{
	font-size: 23px;
}

ul li a{
	font-family: "Comfortaa";
	font-size: 24px;
}
@media only screen and (max-width: 375px) {
li{
	text-align:center;
	}
}