
p {
    font-family: 'Baskerville', Garamond, Georgia, 'Times New Roman', Times, serif;
    font-size:30px;
    padding-left: 10px;
    padding-right: 10px
}
a {
    font-family: 'Baskerville', Garamond, Georgia, 'Times New Roman', Times, serif;
    color: #333;
    font-size: 30px;
}
h2 {
    font-family: 'Fjalla One', Helvetica, Verdana, sans-serif;
    font-size: 50px;
    text-transform: uppercase;
}
h3 {
    font-family: 'Fjalla One', Helvetica, Verdana, sans-serif;
    font-size: 40px;
}
.headerlink{
   font-family: 'Fjalla One', Helvetica, Verdana, sans-serif;
    font-size: 40px;
    color: #333;

}
body {
    background-color:antiquewhite;
    text-align: center;
    margin-top: 40px;
}
.nametag {
    text-align: center;
    width: 300px;
    background-color: antiquewhite;
    border: 2px solid #3f704d;
    border-radius: 15px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    
    .header {
        background-color: #3f704d;
        color: antiquewhite;
        font-size: 40px;
        font-weight: bold;
        padding: 10px 0;
        padding-bottom: 0px;
    }
    .sub-header {
        background-color:#3f704d;

        color:antiquewhite;
        font-size: 18px;
        padding-bottom: 10px;
    }
    .name-display {
        padding: 40px 20px;
        padding-top: 30px;
        padding-bottom: 30px;
        font-family: 'Permanent Marker', Arial, sans-serif;
        font-size: 40px;
        color: #333;
        font-weight: bold;
    }
    .bottom {
        background-color:#3f704d;
        color:#3f704d;
        padding: 10px;
    }
}
.container { /*container for name tag*/
    border: 2px solid antiquewhite;
    border-radius: 0.5em;
    height: 320px;
    padding-top:0%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container2 { /*container for abt me*/
    padding-top:5%
}

.abttxt {
    padding-left: 0;
}

/* Add background color to top nav*/
.topnav {
    background-color:#3f704d;
    overflow: hidden;
    position: sticky;
    top: 0;
    width: 100%;
    text-transform: uppercase;
}
/*Style the links inside the navigation bar*/
.topnav a{
    float: left;
    color:antiquewhite;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    
    top: 0px;
}

/*Change color of links on hover*/
.topnav a:hover{
    background-color: #69b77f;
    color: antiquewhite;
}

/* Add color to active link */
.topnav a.active {
    background-color: #2b4b34;
    color:antiquewhite;
}



/**hobby page**/
.hobbies {
    padding-top: 50px;
    padding-bottom: 50px;
}

.maphead {
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact {
    padding-top: 50px;
    padding-bottom: 30px;
}

.email {
    padding-top: 30px;
}

.skills {
    padding-top: 50px;
    padding-bottom: 50px;
}

.skilltxt {
    padding-bottom: 15px;
}
figcaption {
   font-family: 'Baskerville', Garamond, Georgia, 'Times New Roman', Times, serif; 
    font-size:15px;
}
.credit2 {
    font-size:15px;
}
