/*

My Custom CSS
=============



*/
@import url(https://fonts.googleapis.com/css?family=Lato);

/* --------------------------------------
   Layout
   -------------------------------------- */

/* --------------------------------------
   Typography
   -------------------------------------- */



/* --------------------------------------
   Navbar
   -------------------------------------- */
   .navbar{
	   display: -webkit-inline-box;
	   background-color:#3D627F;
	   
	   
   }
   .navbar-nav > li > a{
	   color:#FFFFFF;
	   font-family: lato !important;
	   font-size: 20px;
   }
   
/* --------------------------------------
   Carousel
   -------------------------------------- */

#myCarousel {
    margin-top: 60px;
}
#myCarousel .item {
    height: 400px;
}
#slide1 {
    background: url(../../images/carousel_medium_01.jpg)top center no-repeat;
}
#slide2 {
    background: url(../../images/carousel_medium_02.jpg)top center no-repeat;
}
#slide3 {
    background: url(../../images/carousel_medium_03.jpg)top center no-repeat;
}


/* --------------------------------------
   Global Styles
   -------------------------------------- */
         
.footer-basic-centered{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font: normal 18px sans-serif;

	padding: 45px;
	margin-top: 80px;
}

.footer-basic-centered .footer-company-motto{
	color:  #8d9093;
	font-size: 24px;
	margin: 0;
}

.footer-basic-centered .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	margin: 0;
}

.footer-basic-centered .footer-links{
	list-style: none;
	font-weight: bold;
	color:  #ffffff;
	padding: 35px 0 23px;
	margin: 0;
}

.footer-basic-centered .footer-links a{
	display:inline-block;
	text-decoration: none;
	color: inherit;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 600px) {

	.footer-basic-centered{
		padding: 35px;
	}

	.footer-basic-centered .footer-company-motto{
		font-size: 18px;
	}

	.footer-basic-centered .footer-company-name{
		font-size: 12px;
	}

	.footer-basic-centered .footer-links{
		font-size: 14px;
		padding: 25px 0 20px;
	}

	.footer-basic-centered .footer-links a{
		line-height: 1.8;
	}
}


/* --------------------------------------
   Media Queries
   -------------------------------------- */

/* Portrait & landscape phone */
@media (max-width: 480px) {
	
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
	#myCarousel .item {
    height: 310px;
}
#slide1 {
    background: url(../../images/carousel_small_01.jpg)top center no-repeat;
}
#slide2 {
    background: url(../../images/carousel_small_02.jpg)top center no-repeat;
}
#slide3 {
    background: url(../../images/carousel_small_03.jpg)top center no-repeat;
}	
}


/* Large desktop */
@media (min-width: 1200px) {
	#myCarousel .item {
    height: 500px;
}
#slide1 {
    background: url(../../images/carousel_large_01.jpg)top center no-repeat;
}
#slide2 {
    background: url(../../images/carousel_large_02.jpg)top center no-repeat;
}
#slide3 {
    background: url(../../images/carousel_large_03.jpg)top center no-repeat;
}
}