/**** FONTS ****/

@font-face{
	font-family:'Freeway';
	src : url('../fonts/freewaygothic.ttf');
}

/**** GENERAL ****/

#codeigniter_profiler{
	display: none;
}

html{
	overflow-x: hidden;
	font-family: sans-serif;
}

section{
	padding:50px 50px;
}


/**** INTRO ****/

.intro, .testimonials{
	background:url("../img/home/BG.jpg") no-repeat center;
	background-size: cover;
	color:white;
}

img.logo{
	height: 40px;
}

.intro nav{
	float:right;
	padding-top: 10px
}

.intro nav ul li{
	display: inline;
	padding-left: 20px;
}

.intro nav ul li a{
	color:white;
	text-decoration: none;
	text-transform: uppercase;
    padding: 5px 0;
    margin-left: 15px;
    font-family: Montserrat, sans-serif;
	font-size: 15px;
	letter-spacing: 3px;
}

.intro nav ul li a:hover{
	border-bottom: 2px solid white;
}

.intro img, .work img{
	max-width: 100%;
}

.intro h1{
	color: white;
	font-size: 2.5em;
	padding-top: 0.5em;
	font-weight: bold;
	font-family:Roboto, sans-serif;
	margin-top: 30px;
}

.intro p{
	margin-top: 35px;
	margin-bottom:35px;
	font-size: 16px;
}

.intro .container a{
	background: linear-gradient(#f70,#f30);
	padding: 12px 15px;
	font-size: 16px;
	font-family: Freeway, sans-serif;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.12);
	color: white;
	border-radius: 3px;
}

.intro .container{
	padding-top: 40px;
	padding-bottom: 40px;
}

/**** WORK ****/

.work{
	background-color: white;
}

.work .container{
	padding-top: 40px;
	padding-bottom: 40px;
	color: #394e5b;
}

.work h3{
	color: #394e5b;
	text-align: center;
	font-family: Montserrat, sans-serif;
	font-size: 28px;
	padding-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.work h4{
	text-align: center;
	color: #394e5b;
	font-weight: normal;
	font-size: 15px;
	font-style: italic;
	margin-bottom: 40px;
}

.work img{
	height: 70px;
}

.work p{
	font-size: 16px;
	margin-top: 20px;
}


.work .quote{
	padding-top: 50px;
	padding-bottom: 15px;
	font-size: 28px;
	font-weight: 500;
}

.author{
	text-align: right;
}

/**** QUOTE ****/

.quote{
	text-align: center;
}

.quote p{
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0;
}
.quote p > span{
	font-size:100px;
}

.quote > .container > span{
	text-align: center;
	font-weight: 500;
	font-size: 17px;
}

/**** TESTIMONIALS ****/

#quotes-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
  text-align:center;
}
/* indicator position */
#quotes-carousel .carousel-indicators {
  bottom: -10px;
  margin:0 auto;
}

/* indicator color */
#quotes-carousel .carousel-indicators li {
  background: white;
  border:none;
  height: 10px;
  width:10px;
  border-radius:50%;
  flex: 0 0 auto !important;
}

/* active indicator */
#quotes-carousel .carousel-indicators .active {
  background: #333333;
  /* margin:0 calc(0% - 0%); */
}

.testimonials{
	text-align: center;
}

.testimonials img{
	height: 40px;
}

.carousel-item p {
	font-size:   18px;
	font-weight: lighter;
}

.carousel-item span{
	font-size:   15px;
	font-weight: 500;
}

.carousel-item {
	width: 100%;
	min-height:90px !important;
}



/**** PARTNERS ****/

.partners{
	background: #f4f6f7;
	padding: 30px 20px;
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;
}

.partners h3{
	color: #394e5b;
	text-align: center;
	font-family: Montserrat, sans-serif;
	font-size: 28px;
	padding-bottom: 60px;
}

.partners img{
	max-width: 60%
}

/**** FOOTER ****/

footer{
	background-color: #2c2e31;
	color: white;
}

footer .logo {
	margin-top: 20px;
}

footer ul{
	padding-left: 0;
}

footer ul li{
	list-style-type: none;
}

footer ul.social li{
	display: inline;
	text-decoration: none;
	padding-right: 15px;
}

footer ul.social li:last-child {
	padding-right: 0;
}

footer p{
	margin: 0;
}

footer{
	text-align: left;
	padding: 40px 0;

}

footer .footer-bottom{
	text-align: center;
	border-top: 1px solid #3a3c40;
	padding:20px 0;
}

footer h6{
	font-size: 18px;
	font-family: Montserrat, sans-serif;
	color: white;
	padding-bottom: 15px;
}

footer .logo2{
	height: 56px;
	margin: 0 auto;
	padding-top: 20px;
}

/**** RESPONSIVE BREAK POINT ****/

.row:before, .row:after { /* FIX FOR SAFARI MAC */
	display: flex !important;
}

@media only screen and (min-width: 992px) {
	.img-work{
		text-align: right;
	}

	.work p{
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 992px) {
	.work{
		text-align: center;
	}

	.work img{
		margin-top: 40px;
	}
}


@media only screen and (max-width: 768px) {
	footer{
		text-align: center;
	}

	footer img.logo{
		display: none;
	}

	footer h6{
		padding-top: 10px;
	}
}

@media only screen and (min-width: 768px) {
	footer img.logo2{
		display: none;
	}
}

@media only screen and (max-width:992px){
	.partners{
		display: none;
	}

	.intro h1, .intro p{
		text-align: center;
	}

	.intro h1{
		font-size:40px;
	}
}


@media only screen and (max-width:580px){
	.intro h1{
		font-size: 30px;
	}
}

@media only screen and (max-width: 991px){
	div.connect{
		text-align: center;
		margin-bottom:20px;
	}
}

/**** NAV ****/

@media screen and (max-width: 992px){
	.intro{
		padding: 50px 5px;
		text-align: center;
	}

	.intro nav{
		float: none;
		padding-top: 30px;
	}

	.intro h1{
		margin-top: 0;
	}

	.intro ul{
		padding-left: 0;
	}

	.intro nav ul li{
		padding-left: 0;
		display: block;
		padding-top: 15px;
	}

	.intro nav ul li a{
		margin-left: 0;
	}
}

@media screen and (max-width: 310px){
	.intro nav ul li a{
		font-size: 13px;

	}
}

@media screen and (max-width:486px){
	div.connect img{
		display: none !important;
	}

	.intro .container a{
		font-size: 14px;
	}

	div.connect{
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

}
