/* MEDIA QUERIES */
@media (max-width: 767px){
	.card-columns{
	-webkit-column-count: 1; 
	-moz-column-count: 1; 
	column-count: 1;  
	}	
}

@media (max-width: 991.98px) {	
	.card-columns{
	-webkit-column-count: 1; 
	-moz-column-count: 1; 
	column-count: 1;
	text-align: center;
	}
	
	.whyme-columns{
	-webkit-column-count: 1; 
	-moz-column-count: 1; 
	column-count: 1;
	text-align: left;
	}
	
	.reviews-columns{  
	-webkit-column-count: 1; 
	-moz-column-count: 1; 
	column-count: 1;
	text-align: left;
	}	
}

@media (min-width: 991.98px) {	
	.card-columns{
	-webkit-column-count: 1; 
	-moz-column-count: 1; 
	column-count: 1;
	text-align: center;
	}
	
	.whyme-columns{
	-webkit-column-count: 3; 
	-moz-column-count: 3; 
	column-count: 3;
	text-align: left;
	}
	
	.reviews-columns{  
	-webkit-column-count: 3; 
	-moz-column-count: 3; 
	column-count: 3;
	text-align: left;
	}	
}
/* END MEDIA QUERIES */

/* GENERAL */
.row .row{
	margin-top: 1rem;
	margin-bottom: 0;
}

[class*="col-"]{
	padding-top: 1rem;
	padding-bottom: 1rem;  
}

ul{
    list-style-type: none;
	margin: 0;
	padding: 0;
}

li{
	padding: 0.5rem 0;
}

.container-fluid{  
	padding-top: 4rem;
}

h3{
	font-family: 'Open Sans', sans-serif;
}

h4{
	font-family: 'Libre Baskerville', serif;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

h5{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 1.8rem;
}

.section-container{
	width: 100%;
}
/* END GENERAL */

/* NAVIGATION */
.navbar{
	background-color: #fefefe;
	font-family: 'Open Sans', sans-serif;
}

.nav-item{
	color: #343434;
}

.nav-item:hover{
	color: #f44900;
	text-decoration: none;
}

.dropdown-item:active{
	background-color: #f44900;
}

#contactme{
	color: #f44900;
}

#contactme:hover{
	color: #343434;
}
/* END NAVIGATION */

/* HEADER */
#intro{
	font-family: 'Libre Baskerville', serif;
}

#intro-text{
	font-size: 1.8rem;
	line-height: 3rem;
}

.cta{
	font-family: 'Open Sans', sans-serif;
	background-color: #f44900;
	color: #fefefe;
	font-size: 1.5rem;
	font-weight: 600;
}

.cta:hover{
	background-color: #343434;
	color: #fefefe;
}

#header{
	margin-bottom: 8rem;
}
/* END HEADER */

#showcase-container{
	margin-top: 12rem;
}

.web-container{
	background-color: #000000;
	padding: 2rem 2rem;

}

.web-name{
	font-weight: 400;
	font-size: 1.6rem;
	color: #ffffff;
	letter-spacing: 0.05rem;
}

.web-name:hover{
	text-decoration: none;
	color: #f44900;
	opacity: 1;
}

.design-method{
	font-size: 0.8rem;
	font-weight: 600;
	color: #ffffff;
	opacity: 0.4;
}

.design-text{
	font-size: 0.8rem;
	color: #ffffff;
}

.collab{
	font-size: 1rem;
	font-style: italic;
}

/* WHY ME */
#whyme-container{
	margin: 10rem 0;
}

.whyme-text{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4rem;
	line-height: 3rem;
}

.whyme-photo{
	width: 12rem;
}
/* END WHY ME */

/* HOW I HELPED */
#howihelped-container{
	margin: 15rem 0;
}

.howihelpeddes{
	font-size: 1.4rem;
	line-height: 2.6rem;
}

.subcta{
	font-family: 'Open Sans', sans-serif;
	background-color: #f44900;
	color: #fefefe;
	font-size: 1.25rem;
	font-weight: 600;
}

.subcta:hover{
	background-color: #343434;
	color: #fefefe;
}
/* END HOW I HELPED */

/* REVIEWS */
#reviews-container{
	margin: 15rem 0;
}

.reviews-text{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4rem;
	line-height: 2.5rem;
}

.reviews-client{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1rem;
}

.reviews-photo{
	width: 8rem;
}
/* END REVIEWS */

/* CONTACT */
#contact-bg{
	background-color: #eeeeee;	
}

.contactinfo{
	font-size: 1.5rem;
	padding: 0.25rem 4rem;
	font-weight: bold;
}

.fillform{
	font-size: 1.5rem;
	padding: 0.25rem 4rem;
}

#contact-form{
	padding: 0 4rem;
	font-family: 'Open Sans', sans-serif;
}

.contact-title{
	font-size: 1.8rem;
}

.form-control{
	font-size: 1.5rem;
}
/* END CONTACT */

#footer{
	background-color: #f44900;
	color: #eeeeee;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5rem;
	padding-left: 4rem;
	padding-right: 4rem;
}