body {
	font-family: 'Lato', sans-serif;
	background-color: #faebd74d;
}

@media screen and (min-width: 992px) {
    #navbarNav {
		position: absolute;
    	right: 0;
	}
	form {
		width: 50%;
		margin: 0 auto;	
	}
}

@media screen and (min-width: 360px) and (max-width: 1400px){
    
    svg.bd-placeholder-img {
        margin-bottom: 10px;
        text-align: center;
	}

    div.col-md-5 {
        text-align: center;
	}
}



form {
	margin-bottom: 20px;	
}

form .form-label span {
	color: red;	
}

form p.form-headline {
	font-weight: bold;	
}

form p.form-headline span {
	color: red;	
}

#navbarNav {
	margin-top: 10px;	
}

h1, h2, h3, h4 {
	color: coral;	
}

a {
	color: orangered;
    text-decoration: none;	
}

.pt10 {
    padding-top: 10px;	
}

.navbar-brand {
	color: #F44336;	
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.1rem;
}

.nav-link {
	color: #F44336;
}

.nav-link:focus, .nav-link:hover {
    color: #fff;
}

.navbar-nav .nav-link.active {
	color: #fff;
}

.home-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: url(../images/tumball-tower-top-slice.png) no-repeat;
    background-size: cover;
    background-position: center;

}

.home-hero-front {
    height: 700px;
}

.home-hero-other {
    height: 300px;
}

.featurette-heading {
    margin: 25px 0;
}

.featurette-divider {
    margin: 3rem 0;
}

.last-front {
    padding-bottom: 50px;
}

.text-center {
    text-align: center !important;
}

.header-text-front h1 {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
}

.header-text-front p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}

.marketing {
	margin-top: 70px;	
}

.marketing .col-lg-3 {
    margin-bottom: 1.5rem;
    text-align: center;
}
.main_section {
	background-color: #faebd74d;	
}

.header-text-other h1 {
	color: #fff;
    font-size: 54px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
}

.container.mainbox {
	margin-top: 20px;	
}

footer {
	padding: 0 10px;	
}

footer p {   
	color: #fff;
}


