@charset "UTF-8";
/*font-family: 'Roboto', sans-serif;
font-family: 'Roboto Slab', serif;
*/


/*Microsoft:
cool green: #027373
light cool green: #038C7F
teal: #A9D9D0
off white: #F2E7DC
black: #0D0D0D
*/

/* Feeling Blue
navy: #3D5A73
dark gray: #2F3D40
gray: #455559
dark green: #28403D
black: #182625
*/ 

 .navbar-brand {
    background-image: url(../images/km_logo.png);
    background-repeat: no-repeat;
    background-size: 50px auto;
    background-position: 6% center;
    padding-left: 60px;
}

/* header banner section*/

#home_banner {
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
}


#home_banner h1 {
	font-size: 3rem;
	color: #A9D9D0;
	text-shadow: 5px 3px rgba(71,71,71,0.70);
	position: absolute;
	left: 3%;
	bottom: 7%;
}

/* 3 col main section*/
.main h2 {text-align:end;
}

/* footer*/
footer {text-align: center;
line-height: 60px;
background-color: #182625;
color: #F2E7DC;
}

.aboutpage {justify-content: space-around;
	align-items: flex-end;
padding-top: 50px}

.social a {margin: 0;
    display: inline-block;
    text-decoration: none;
    margin-left:10%;
    margin-right:10%;
}
/* Style all font awesome icons */
.fa {
  padding: 10px;
  font-size: 30px;
  width: 40px;
  margin-right: 5px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Instagram */
.fa-instagram {
  background: #125688;
  color: white;
}

.contact_head {color: #038C7F;
font-weight:900}




/*Media Query Breakpoints*/
/*X-SMALL ONLY*/
@media screen and (min-width:375px){
#home_bg h1 {
    font-size: 1rem;
    bottom: 3%;
    left: 3%;
    }    
}


/*SMALL SIZE ONLY*/
@media screen and (min-width:576px){
#home_bg h1 {
    font-size: 1rem;
    bottom: 3%;
    left: 3%;
    }
}


/*MEDIUM SIZE ONLY*/
@media (min-width: 768px) {
  #home_bg h1 {font-size: 2rem;
               bottom: 5%;
               left: 3%;
              }
  }


/*LARGE SIZE ONLY*/
@media screen and (min-width:992px){
    #home_bg h1 {
        font-size: 3rem;
        bottom: 5%;
        left: 3%;
        }
}