html {
    padding-bottom: 150px;
}

body {
    width: 95%;
    margin: 70px auto;
    border-radius: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

/* Headings */
h1 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin: 15px 0px 25px 0px;
}

h2 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
}

/* Section Dividers */
h3 {
    background-color: #005DAA;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.2);
    color: white;
    padding: 6px;
    font-size: 22px;
    font-weight: 700;
}

/*Page Blurbs*/
h4 {
    display: table;
    margin: 20px 5%;
    font-style: italic;
    font-weight: 400;
}

p {
    font-size: 1.2em;
}

img {
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.2);
    margin: 6px 0px;
    max-height: 600px;
    max-width: 100%;
    margin: 20px auto;
}

.pageLink {
    margin: 10px 0px 10px 0px;
    display: block;
}

.codesnip {
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.2);
    display: block;
    margin: 6px 0px;
    max-height: 800px;
    max-width: 960px;
    margin: 20px auto;
}

.video {
    list-style: none;
    padding: 0px;
    margin: 0px 200px;
    margin-bottom: 15px;
}

.video li a {
    padding-left: 10px
}

/* List Styles */
li {
    margin: 0px 0px 5px 0px;
}

/* Link Styles */
a {
    text-decoration: none;
    color: rgb(51, 122, 183);
}

a:hover {
    color: rgb(0, 0, 0);
    text-decoration-style: solid;
}

.note {
    background-color: rgb(252, 248, 227);
    padding: 8px;
    padding-left: 8px;
    color: rgb(63, 60, 43);
    border-radius: 7px;
    border: 1px solid rgb(186, 173, 107);
    margin: 5px auto;
    align-items: center;
    display: table;
}

/* Glossary styles */
.right {
    float: right;
    border-radius: 10px;
}

/* Topic styles */
#container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}


.topic {
    display: inline-flex;
    flex-direction: column;
    flex-flow: column;
    width: 600px;
}

.readDiv {
    display: flex;
    margin: 0px auto;
    justify-content: space-between;
}

.readDiv ul {
    padding-right: 10px;
}

.read {
    display: inline-flex;
    background-color: aliceblue;
    border: solid 1px #005DAA;
    border-radius: 10px;
    margin: 0px 10px 0px 10px;
    width: 50%;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #777;
    font-size: 14px;
    text-align: center;
}

.fa-ul {
    margin: 5px 0px 5px 0px;
}


#assignmentContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 95%;
}

.assignmentTrack {
    margin: 10px;
    width: 400px;
}
