.site-content {
    max-width: 1100px;
    margin: 0 auto 5em;
    padding: 0 15px;
}

#wrapper-widget {
    display: flex;
    flex-direction: row;
}

body {
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    line-height: 25px;
}

.tab {
    background-color: #500000;
    overflow: hidden; /* Clear floats */
}

.tab ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

@media (max-width: 768px) {
    .tab ul {
        flex-direction: column;
    }
}

.tab li {
    float: left; /* Default is to line up horizontally */
}

@media (max-width: 768px) {
    .tab li {
        float: none; /* Stack the list items vertically on small screens */
    }
}

.tab li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
    background-color: #500000;
}

.tab li a:hover {
    background-color: #575757;
}

.site-header {
    padding: 25px;
    text-align: center;
    background-image: url("../pics/header-2.jpg");
    color: white;
    font-size: 30px;
}

.site-header a {
    text-decoration: none;
    color: white;
}

.site-header .wrapper {
    padding: 15px;
}

.site-content .wrapper {
    overflow: auto;
    margin: auto;
    display: inline;
    text-align: left;
}

.name-title {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    position: relative;
}

table {
    background: #EFECEC;
    border: 2px solid #E6E3E3;
    padding: 2%;
    line-height: 1;
    width: 100%;
}

h1, h2, h3, h4 {
    color: #500000;
}

h2 {
    font-size: 35px;
}

@media (max-width: 768px) {
    h2 {
        font-size: 24px;
    }
}

p, li, td {
    font-size: 20px;
    line-height: 25px;
}

@media (max-width: 768px) {
    p, li, td {
        font-size: 16px;
    }
}

.site-footer {
    text-align: center;
    padding: 3px;
    background-image: url("../pics/header-2.jpg");
    color: white;
    text-decoration: none;
    margin-top: auto;
}

.site-footer a {
    text-decoration: none;
    color: white;
}

#portfolio-logo-1 {
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #70ADD3;
}

button {
    background-color: white;
    color: black;
    opacity: .6;
    padding: 2%;
    border-radius: 50%;
    font-weight: bold;
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

button:hover {
    background-color: transparent;
    border-color: white;
    border-radius: 50%;
    border-width: 2px;
    color: white;
}

#main-title-name {
    font-size: 45px;
    margin: .4em 0;
}

@media (max-width: 768px) {
    #main-title-name {
        font-size: 32px;
    }
}
