body {
    /*background: linear-gradient(thistle,cadetblue 40%);*/
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    background-image: url(../images/bskull.jpg);
}

h1 {
    text-align: center;
    text-shadow:5px 5px cadetblue;
    font-size: 70px;
}



/*article {
    border: 4px solid #008b8b;
            margin: 8px; padding: 8px;
            color: cadetblue;
            float: left;
}*/

nav {

    position: sticky; top: 0px;
    
}

#nav1 {
    color: thistle;
    border: 2px solid thistle;
    display: inline-block;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 16px 16px;
    text-decoration: none;
    font-size: 16px;
}


#nav2 {
    color: thistle;
    border: 2px solid thistle;
    display: inline-block;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 16px 16px;
    text-decoration: none;
    font-size: 16px;
    
}

#nav3 {
    color: thistle;
    border: 2px solid thistle;
    display: inline-block;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 16px 16px;
    text-decoration: none;
    font-size: 16px;
    float: right;
}

#nav4 {
    color: thistle;
    border: 2px solid thistle;
    display: inline-block;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 16px 16px;
    text-decoration: none;
    font-size: 16px;
    float: right;
}

#navhome {
    color: thistle;
    border: 2px solid thistle;
    display: inline-block;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 16px 16px;
    text-decoration: none;
    font-size: 16px;
    float: right;
}


.hero {
    height: 35vh;
    display: flex;
    flex-direction: row;
}



.hero :nth-child(1) {
    width: 25vw; height: 35vh;
    color: teal;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.hero :nth-child(2) {
    width: 60vw; height: 35vh;
    
}

.hero :nth-child(3) {
    width: 35vw; height: 35vh;
    color: teal;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

