body {
    padding: 0;
    margin: 0;
    background: #f2f6e9;
}

.header-blue {
    background-image: url('images/blue-background1.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

.header-turtle {
    background-image: url('images/turtle-background1.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

.header-sand {
    background-image: url('images/sand-background1.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

.header-paddleboard {
    background-image: url('images/paddleboard-background1.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

.header-home {
    background-image: url('images/header-background1.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

.header {
    background-size: cover;
    background-position: center;
    position: relative;
}

/*--- overlay sets the color of the background image on the header ---*/
.overlay {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
}
.description {
    left: 50%;
    position: absolute;
    top: 45%;
    transform: translate(-50%, -55%);
}

.index-text {
    font-family: Roboto;
    color: #ccc;
}

.font-style-bold {
    font-style:bold;
}

.font-family-heavy {
    font-family: Helvetica83-ExtendedHeavy, Roboto, Serif, Verdana ;
}

.primary {
    font-size: 20px;
    font-family: Roboto;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
    padding-left: 100px;
}

.text-right {
    text-align: right;
}

.description h1 {
    color: #990000;
}

.description h3 {
    color: #990000;
}

.description p {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5;
}

.description button {
    border:1px solid #990000;
    background:#990000;
    border-radius: 0;
    color:#fff;
}
.description button:hover {
    border:1px solid #fff;
    background:#fff;
    color:#000;
}

.features {
    margin: 4em auto;
    padding: 1em;
    position: relative;
}
.feature-title {
    color: #333;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.features img {
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 16px;
}

.features .form-control,
.features input {
    border-radius: 0;
}

.features .btn {
    background-color: #589b37;
    border: 1px solid #589b37;
    color: #fff;
    margin-top: 20px;
}

.features .btn:hover {
    background-color: #333;
    border: 1px solid #333;
}

.aim-logo {
    width: 40px;
    height: 40px;
    border: none;
}

.padtop25 {
    padding-top: 25px;
}

.padtop50 {
    padding-top: 50px;
}

.padtop100 {
    padding-top: 100px;
}


.primary {
    color:aquamarine;
}

.primary30 {
    font-size: 30px;
    color:aquamarine;
}

.secondary {
    color:navy;
}

.secondary-text {
    color:aquamarine;
}

@media (max-width: 575.98px) {
    .description {
        left: 0;
        padding: 0 15px;
        position: absolute;
        top: 10%;
        transform: none;
        text-align: center;
    }

    .description h1 {
        font-size: 2em;
    }

    .description p {
        font-size: 1.2rem;
    }

    .features {
        margin: 0;
    }

    /*--- navigation bar ---*/
    .navbar {
        background:navy;
    }
    .nav-item {
        font-size: 30px;
        font-family: Roboto;
    }

    .navbar-brand {
        color: navy;
        cursor: pointer;
    }
    .nav-link {
        margin-right: 1em !important;
        font-size: 30px;
        font-family: Roboto;
    }
    .nav-link:hover {
        color:black;
    }
    .navbar-collapse {
        justify-content: flex-end;
    }

    .page-footer {
        background-color: navy;
        padding: 60px 0 30px;
        font-family: Roboto;
        color: aquamarine;
        font-size: 30px;
    }

    .footer-copyright {
        padding: 40px 0;
    }

}
