/* 
Custom CSS for...
'Modern Business' HTML Theme by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* Font */
.h1, h1 {
    font-size: 24px;	
}

h1,h2,h3{

	font-family: Raleway;
    text-align: center;	
} 

.navbar-header a {
    font-size: 35px;
}

.nav a{
    font-size: 18px;
}

form label {
  font-weight: normal;
}


body { 
	font-family: Raleway;
	font-size: 16px;
}

p { 
	font-family: Raleway;
	font-size: 16px;
	line-height: 1.8;
}  

/* Navigation */
.navbar {
	padding: 10px;
}

/* Banner */
.jumbotron  {
  
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    background-attachment: fixed;
	height: 80%;
	background-position:center;
	background-color: #ffffff;
}




/* Global Styles */

html, body {
    height: 100%;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
	overflow-y:scroll;
}


.dropdown {
    cursor:pointer;
}


.img-home-portfolio,
.img-customer,
.portfolio-item {
    margin-bottom: 30px;
}

.tab-pane {
    margin-top: 15px;
}

/* Page Sections */
.section,
.section-colored {
    padding: 50px 0;
}

.section-colored {
    background-color: #e1e1e1;
    /* change this to change the background color of a colored section */
}

.sidebar {
    margin-top: 40px;
}

.sidebar ul {
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #cccccc;
}


/* Contact form */



/* Social Icons Styles */
.list-social-icons {
    margin-bottom: 45px;
}

.tooltip-social a {
    text-decoration: none;
    color: inherit;
}

.facebook-link a:hover {
    color: #3b5998;
}

.linkedin-link a:hover {
    color: #007fb1;
}

.twitter-link a:hover {
    color: #39a9e0;
}

.google-plus-link a:hover {
    color: #d14836;
}

/* Service Page Styles */
.service-icon {
    font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
    font-size: 8em;
}



/* Footer Styles */
footer {
    margin: 50px 0;
}

/* Responsive Styles */
@media (max-width: 767px) {

    .carousel {
        height: 70%;
        /* increases the carousel height so it looks good on phones */
    }
}


/* Styles for the gallery */
.gallery {
   
}

.gallery .thumbnail {
    padding: 0;
    border: none;
	
}

.gallery .thumbnail img {
	object-fit: cover;
    object-position: center;
	height: 335px;
	width: 100%;
}



.baguetteBox-button {
    background-color: transparent !important;
}

