* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    height: 100%;
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
}

html {
    height: 100%;
}

p, h1, h2, h3, i {
    font-family: sans-serif;
    font-weight: normal;
}

h4 {
    padding-bottom: 3vh;
}

p {
    font-family: sans-serif;
    font-size: 1vw;

}

.container {
    width: 50vw;
}

.header {
    font-size: 2.5vw;
    color: #20948D;
    font-weight: 100;
    margin-top: 5vh;
    margin-bottom: 5vh;
    text-align: center;
}

.txt {
    font-size: 1vw;
    margin-top: 5vh;
}

.evalTxt {
    margin-top: 2vh;
    text-align: justify;
}

.evalSubHeader {
    margin-top: 3vh;
}

img {
    width: 100%;
    height: 30vw;
    display: block;
    margin: auto;
    margin-top: 2vh;
}

.image3 {
    height: 20vw;
}

.caption {
    font-size: 1vw;
    color: gray;
    text-align: center;
    margin-top: 2vh;
}

.subHeader {
    font-weight: bold;
    color: gray;
    font-size: 1.5vw;
}

.subSubHeader {
    font-size: 1.25vw;
    margin-top: 5vh;
    margin-bottom: 2vh;
    text-decoration: underline;
}

li {
    font-size: 1vw;
}


h4 {
    overflow: hidden;
    text-align: center;
    font-family: sans-serif;
    margin-top: 3vh;
    margin-bottom: 3vh;
    color: #20948D;
}

a {
    text-decoration: none;
}

h4:before,
h4:after {
    background-color: #20948D;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 10%;
}

h4:before {
    right: 0.5em;
}

h4:after {
    left: 0.5em;
}

ol, ul {
    padding-left: 2vw;
    padding-top: 1vh;
    font-family: sans-serif;
}

ul > li {
    padding-bottom: 1vh;
}

table {
    font-family: sans-serif;
    padding-top: 2vh;
    font-size: 1vw;
    padding-bottom: 4vh;
}

td:nth-child(3) {
    color: limegreen;
    text-align: center;
}

.evalImg {
    width: 25vw;
    height: 15vw;
}

figcaption {
    text-align: center;
    font-family: sans-serif;
}


/******* ENC MODES *****/

.encBinary {
    width: 20vw;
    height: 20vw;
    /*float: left;*/
}

.encTable {
    height: 5vw;
    width: 30vw;
}

@media screen and (max-width: 1000px) {
    .container {
        width: 90vw
    }

    .caption {
        font-size: 3.5vw;
    }

    .txt {
        font-size: 3.5vw;
    }

    p {
        font-size: 3.5vw;
    }

    .header {
        font-size: 10.5vw;
    }

    body {
        width: 90vw
    }

    img {
        height: 60vw;
        /*width: 90vw;*/
        /*height: 105vw;*/
    }

    .image3 {
        height: 40vw;
    }

    .evalTxt {
        text-align: left;
    }

    .evalImg {
        width: 90vw;
        height: 45vw;
    }

    .encBinary {
        width: 90vw;
        height: 90vw;
    }

    .encTable {
        height: 15vw;
        width: 90vw;
    }

    .subHeader {
        font-size: 5.25vw;
    }

    .subSubHeader {
        font-size: 4.375vw;
    }



    li {
        font-size: 3.5vw;
    }
    table {
        font-size: 4vw;
    }
}

