/*-------------
 	General
-------------*/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	color: #555;
}

ul, nav{
	list-style: none;
}
img{max-width: 100%; height: auto;}

a{
	text-decoration: none;
	color: inherit;
	cursor: pointer;

	opacity: 0.9;
}

h1, h2, h3, h4 {
	font-family: 'Londrina Solid', sans-serif;
	
}

a:hover{
	opacity: 1;
}

a.btn{
	font-family:  'Londrina Solid', sans-serif;
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
	background-color: #7f3f98;
	font-weight: 400;
	text-align: center;
	padding: 20px 46px;
	margin-top: 40px;
}

hr{
	width: 150px;
	height: 2px;
	background-color: #2196F3;
	border: 0;
	margin-bottom: 80px;
}

section{
	display: flex;
	flex-direction: column;
	align-items: center;

	padding: 75px 100px;
}

@media (max-width: 1000px){

	section{
		padding: 100px 50px;
	}
	.hidden-mobile {display: none;}
}

@media (max-width: 600px){

	section{
		padding: 80px 20px;
	}

}

section h3.title{
	text-transform: capitalize; 
	font: bold 32px 'Londrina Solid', sans-serif;
	margin-bottom: 20px;	
}

section p{
	max-width: 800px;
	text-align: center;
	margin-bottom: 35px;
	padding: 0px;
	line-height: 2;
}

ul.grid{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}


/*-------------
 	Header
-------------*/

header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	padding: 25px 100px;
	background: #000;
}

header h2{
	font-family:  'Londrina Solid', sans-serif;
}

header nav{
	display: flex;
}
header nav a {

}
header nav li{
	margin: 0 15px;
}

header nav li:first-child{
	margin-left: 0;	
}

header nav li:last-child{
	margin-right: 0;	
}



@media (max-width: 1000px){
	header{
		padding: 20px 50px;
	}
}


@media (max-width: 700px){
	header{
		flex-direction: column;		
	}

	header h2{
		margin-bottom: 15px;
	}
}



/*----------------
 	Hero Section
----------------*/

.hero{
	position: relative;
	justify-content: center;
	min-height: 100vh;
	color: #E7E7E7;
	text-align: center;
	margin-top: 50px;
	padding-bottom: 75px;
}

.hero .background-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
		background-color: #000000;
	background-position: bottom;
	z-index: -1;	
}

.hero .background-image:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.0;
}

.hero h1{
	font: 400 60px 'Londrina Solid', sans-serif;
	margin-bottom: 15px;
}

.hero h3{
	font: 400 28px 'Londrina Solid', sans-serif;
	margin-bottom: 40px;
}

.hero a.btn{
	font-size: 1.25em;
	padding: 20px 40px;
	margin: 0px 10px;
}

@media (max-width: 1000px){ 
	.hero {margin-top: 100px;}
	
	}

@media (max-width: 800px){

	.hero{
		min-height: 600px;
	}

	.hero h1{
		font-size: 48px;
	}

	.hero h3{
		font-size: 24px;
	}

	.hero a.btn{
		display: block;
		padding: 15px 40px;
		margin-bottom: 10px;
	}

}

/*--------------------
 	Flex-container
---------------------*/
.flex-row {display: flex; flex-direction: row; align-items: center; justify-content: center}
.global-flex-image {text-align: center;}
.half {width: 50%; padding: 30px; text-align: left;}
.quarter {width: 25%; padding: 30px; text-align: left;}
.third {width: 33.3%; padding: 30px; text-align: left;}
.flex-row p {max-width: 100%; text-align: left; line-height: 1.5;}
.flex-row h3 {text-align: left; line-height: 1.5;}
@media (max-width: 1000px){
	.flex-row {flex-wrap: wrap}
	.half {width: 100%;}
	.quarter {width: 100%;}
	.third {width: 100%;}
}
/*--------------------
 	Our Work Section
---------------------*/

.our-work{
		background-color:  #f7f7f7;

	
}

.our-work .grid li{
	padding: 20px;
	height: 350px;
	border-radius: 3px;
	align-items: center;

	background-clip: content-box;
	background-size: cover;
	background-position: center;	
}

.our-work .grid li.small{
	flex-basis: 20%;
}
.our-work .grid li.quarter {
	flex-basis: 25%;
}
.our-work .grid li.med{
	flex-basis: 40%;
}
.our-work .grid li.large{
	flex-basis: 60%;
}
.text-left h2, 
.text-left p {
			text-align: left;	
	
	
} 

@media (max-width: 1000px){

	.our-work .grid li.small,
	.our-work .grid li.med,
	.our-work .grid li.large{
		flex-basis: 100%;
	}
	.text-left h2, 
.text-left p {
			text-align: center;	
	
	
} 

}

/*----------------------
 	Features Section
----------------------*/

.features{
	background-color: #874c9e;
	color: #f7f7f7;
}

.features .grid li{
	padding: 0 30px;
	flex-basis: 33%;
	text-align: center;
}

.features .grid li i{
    font-size: 50px;
    color: #2196F3;
    margin-bottom: 25px;
}

.features .grid li h4{
	color: #fff;
    font-size: 20px;
    margin-bottom: 0px;
	margin-top: 10px;
}

.features .grid li p{
    margin: 0;
}

@media (max-width: 1000px){

	.features .grid li{
		flex-basis: 70%;
		margin-bottom: 65px;
	}

	.features .grid li:last-child{
		margin-bottom: 0;
	}

}


@media (max-width: 600px){

	.features .grid li{
		flex-basis: 100%;
	}

}





/*--------------------
 	Vendor Section
---------------------*/

.vendor {	
	background-color: #000000;
	color: #ffffff;
		
}

.vendor .list li {
	
	flex-basis: 20%;
	padding: 10px;
}
.vendor .list {margin-bottom: 40px;}
.vendor .grid {margin-bottom: 30px;}
.vendor .grid li{
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 40px;
	
}

.vendor .grid li.small{
	flex-basis: 20%;
}
.vendor .grid li.quarter {
	flex-basis: 25%;	
}

.vendor .grid li.large{
	flex-basis: 60%;
}
.vendor .grid li.half{
	flex-basis: 45%;
}
.vendor .grid img {width: 100%}

.vendor a.btn{
	padding: 20px 46px;
}
@media (max-width: 1000px){

	.vendor .grid li.small,
	.vendor .grid li.quarter,
	.vendor .grid li.large,
	.vendor .grid li.half,
	.vendor .list li
	{
		flex-basis: 100%;
	}
	

}



/*----------------------
 	About Section
----------------------*/

.about{
	background-color: #ffffff;	
	color: #7f3f98;
}
.about img {max-width: 100%; height: auto;}

.about .grid li{
	padding: 0 30px;
	flex-basis: 33%;
	text-align: center;
}

.about .grid li i{
    font-size: 50px;
    color: #2196F3;
    margin-bottom: 25px;
}

.about .grid li h4{
	color: #555;
    font-size: 20px;
    margin-bottom: 25px;
}

.about .grid li p{
    margin: 0;
}

@media (max-width: 1000px){

	.about .grid li{
		flex-basis: 70%;
		margin-bottom: 65px;
	}

	.about .grid li:last-child{
		margin-bottom: 0;
	}

}


@media (max-width: 600px){

	.about .grid li{
		flex-basis: 100%;
	}

}



/*--------------------
 	Reviews Section
--------------------*/

.reviews{
	background-color: #fff;
}

.reviews .quote{
	text-align: center;
	width: 80%;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 0;
}

.reviews .author{
    font-size: 18px;
    margin-bottom: 50px;
}

.reviews .author:last-child{
    margin-bottom: 0;
}

@media (max-width: 1000px){

	.reviews .quote{
		font-size: 20px;
	}

	.reviews .author{
	    font-size: 16px;
	}

}



/*---------------------
 	Contact Section
---------------------*/

.contact{
	background-color: #f7f7f7;
}

.contact form{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;

	max-width: 800px;
	width: 80%;
}

.contact form input{
	padding: 15px;
	flex: 1;
	margin-right: 30px;
	font-size: 18px;
	color: #555;
}

.contact form .btn{
	padding: 18px 42px;
}


@media (max-width: 800px){

	.contact form input{
		flex-basis: 100%;
		margin: 0 0 20px 0;
	}

}

/*-------------
 	Sponsors
-------------*/
#sponsors {
	background-color: #f7f7f7;
	color: #414141;
}
#sponsors h3 {color: #fff;} 
#sponsors h4 {margin-bottom: 10px;}
#sponsors img {margin-bottom: 20px;}

/*-------------
 	Footer
-------------*/

footer{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #fff;
	background: #874c9e;
	padding: 60px 0;
}

footer ul{
	display: flex;
	margin-bottom: 25px;
	font-size: 32px;
}

footer ul li{
	margin: 0 8px;	
}

footer ul li:first-child{
	margin-left: 0;	
}

footer ul li:last-child{
	margin-right: 0;	
}

footer p{
	text-transform: uppercase;
	font-size: 14px;
	color: rgba(255,255,255,0.6);
	margin-bottom: 10px;
}

footer p a{
	color: #fff;
}

@media (max-width: 700px){

	footer{
		padding: 80px 15px;
	}
	footer p a{
		
	font-size: 0.75em;
}

}


/* -- Demo ads -- */

@media (max-width: 1200px) {
	#bsaHolder{ display:none;}
}