.header {
    font-family: 'Smooch Sans', sans-serif;
    /* font-family: 'MedievalSharp', cursive; */
    font-variant: small-caps;
    font-weight: bold;
}

.content {
    margin: 5px 25px;
}

h1 {
    font-size: 120px;
    margin: 0;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    background-image: linear-gradient(to top, white, rgba(130, 130, 130, 1));;
    /* background: -webkit-linear-gradient(bottom, rgba(210, 210, 210, 1), rgb(211, 33, 33, 1);;
    background: -moz-linear-gradient(bottom, rgba(210, 210, 210, 1), rgb(211, 33, 33, 1);; */
}

h2 {
    font-size: 45px;
    color:rgb(46, 46, 46);
}

h3 {
    font-size: 32px;
    color:rgb(46, 46, 46);
}

body {
    margin: 0px;
    padding: 0% 10%;
    /* max-width: 1400px; */
    /* background-color: rgba(210, 210, 210, 1); */
}



.topnav {
    /* margin: 0px 10px; */
    background-color: rgba(80, 80, 80, 1);
    overflow: hidden;
    max-width: 378px;
    
}

.topnav a {
    float: left;
    color: white;
    text-align: center;
    padding: 14px 16px;
    font-size: 25;
    text-decoration: none;
    font-family: 'Smooch Sans', sans-serif;
    font-variant: small-caps;
    font-weight: 300;
}

.topnav a:hover {
    background-color:rgb(181, 180, 255);
    color: black;
}

.topnav a.active {
    background-color: rgb(21, 43, 114);
    color: white;
}


p {
    font-size: 18;
    font-family: 'Nunito', sans-serif;
    font-weight: 100;
}

a {
    text-decoration: none;
}

.pborder {
    border: 2px solid rgba(80, 80, 80, .3);
    border-radius: 7px;
    padding: 5px;
}

.quote {
    font-style: italic;
    color:rgba(80, 80, 80, 1);
    border: 2px solid rgba(80, 80, 80, .3);
    border-radius: 2px;
    padding: 5px;
    margin-left: 40px;
    margin-right: 40px;
}

.button {
    cursor: pointer;
    background:rgb(21, 43, 114);
    color: white;
    font-family: 'Smooch Sans', sans-serif;
    font-variant: small-caps;
    font-size: 36px;
    border: 2px solid rgba(80, 80, 80, .3);
    border-radius: 7px;
}
.button:hover {
    color: black;
    background-color:rgb(181, 180, 255);
    border-color: black;
}

.logoAndHeader {
    display: grid;
    margin-top: 20px;
}

.box1 {
    grid-row: 1 / 3;
    padding-top: 8px;
    cursor: pointer;
}

.box2 {
    grid-column-start: 2;
}

.box3 {
    grid-column-start: 2;
}

div.section {
    margin-top: 20px;
}

.bottom {
    margin-bottom: 80px;
}

@media only screen and (max-width: 1000px) {
    body {
        padding: 0%;
    }
}

@media only screen and (max-width: 750px) {

}