@charset "utf-8";
/* CSS Document */

/*headline: font-family: 'Script MT Bold', serif;
 paragraph font-family: 'Young Serif', sans-serif;
*/

body {font-family:  'Script MT Bold', sans-serif;
}
h1, h2, h3, h3, h4, h5, h6 {font-family: 'Young Serif', serif;
}

/*center an image - img is an inline element*/
img {
	display: block;
	margin-left: auto;
	margin-right: auto;
    height: auto;
}
/*Navigation style*/
.navbar-custom {font-family: 'Young Serif', sans-serif;
}

/* Background color for navbar and dropdown menus */
.navbar-custom, .navbar-custom .dropdown-menu {
    background-color: #0D0D0D;
}
/* Text color for navbar and dropdown menus */
.navbar-custom .navbar-brand, .navbar-custom .navbar-text,
.navbar-custom .navbar-nav .nav-link,
.navbar-custom .dropdown-item {
    color: #FFEEE0;

}
/* Background and text colors for current page link and links on hover and focus */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .dropdown-item:hover, 
.navbar-custom .dropdown-item:focus {
    background-color: #0D0D0D;
    color: #44FE00;
}
/* Border and text colors for menu icon on small screens */
.custom-toggler.navbar-toggler {
    border-color: rgba(236,240,241,1.00);
    color: #162DFB;
}

/* Hamburger icon - use same rgb values as previous rule for stroke */
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(236,240,241, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/*navbar-brand logo*/
.navbar-brand {
    background-image: url(../images/Asset%202.2.png);
	background-repeat: no-repeat;
    background-size: 50px auto;
    background-position: 6% center;
    padding-left: 70px;
}

#home_banner {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    background-color: #44FE00;
    height: auto;
}

/*rem values are relative to the root html element, 1rem=16px*/
#home_banner h1 {
    font-size: 3em;
    color: #fff;
    position: absolute;
	left: 3%;
	bottom: 7%;
}
.img-fluid {max-width:100%;
            height: auto; 
}


/*carousel*/
.carousel{
	padding-left: 0px;
    padding-right: 0px;
}

/*3 col main section*/
.main h2 {text-align: center; 
         font-weight: 800;
}

.contact_side {
	background: white url("../images/20170911_125429_HDR.jpg") no-repeat center center;
	background-size: cover;
	padding:0;
	height:540px;
}

.contact_head {
	color: #913A31;
	font-weight: 900;
}

.contact_info h2 {
	color: #913A31;
	font-weight: 900;
}



/* Set a specific color for each brand */

.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;
}

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: #FFEEE0;
}

/* Instagram */
.fa-instagram {
  background: #125688;
  color: #FFEEE0;
}

/*footer*/
footer {text-align: center;
    margin: 0;
    line-height: 60px;
	background-color: #0D0D0D;
    color: #FFEEE0;
}

/*desktop styles end here*/
.strong {
}

