/*Navbar*/
header {
    background-color: #324F40;
    padding: 0;
    font-family: 'League Gothic';
    z-index: 3;
    font-size: 30px;
}

.navbar-brand {
    width: 17%;
    padding-left: 3%;
}

.navbar-brand>img {
    width: 30%;
    height: auto;
    background: white;
    border-radius: 0px;
}

.nav-link.active {
    background-color: white !important;
    color: #324F40 !important;
}

.nav-link {
    color: white !important;
}

.logo {
    width: 100%;
    padding: 0;
    cursor: pointer;
}

/*Footer*/
footer {
    background-color: #324F40;
    color: white;
    padding: 15px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.contact-info a {
    color: white;
    text-decoration: none;
}

#saftitle {
    text-align: center;
    margin-top: 10px;
}

/*text*/
.indent1 {
    text-indent: 40px;
    margin-top: 50px;
    margin-bottom: 20px;
    margin-right: 150px;
    margin-left: 80px;
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
}

.indent2 {
    text-indent: 40px;
    margin-top: 10px;
    margin-bottom: 50px;
    margin-right: 150px;
    margin-left: 80px;
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
}

@media only screen and (max-width: 480px) {

    #saftitle {
        font-size: 20px !important;
    }

    p {
        font-size: 12px !important;
        width:70%;
    }

}