/* Avanti style */

body {
    background-color: #000000;
    color: #fff;

    font-family: motiva-sans, sans-serif;
    font-size: 14px;
    text-decoration: none;
}

a,
a:hover {
    color: inherit;
    text-decoration: inherit;
}

a:hover {
    color: orange;
}


.nav-container {float: right;}

a.nav-link {color: white;}
a.nav-link:hover, {color: white;text-decoration: underline;}
a.nav-link:visited {color: white;text-decoration: underline;}
.nav-item .visited {color: white;text-decoration: underline;}

.btn {
    border-radius: 2rem;
    padding: 1rem;
}








.banner-top {
    background-image: url("/assets/images/banner-top.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 750px;
}

.banner-bottom {
    background-image: url("/assets/images/banner-bottom.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: 530px;
}

.points {
    font-size: 16px;
    line-height: 40px;
}


/* Base */

.content h1 {
    padding-bottom: 20px;
}

.content {
    padding: 50px 200px;
    margin-top: 50px;
    background-color: rgba(1, 0, 0, 0.65);

    height: 700px;
    overflow-y: scroll;
}

.content2 {
    padding-top:50px;
}