body {
    background-color: hsl(0, 0%, 20%);
    background-repeat: repeat;
    font-family: monospace;
    text-align: center;
}

a {
  text-decoration: underline;
  text-decoration-color: white; /* pick your color */
}


.top {
    /* text-transform: uppercase !important; */
    text-align: center;
    color: #ffffff;
    margin-bottom: 10px;
    /* align-content: space-around; */
    /* padding: 40px; */
    font-size: 58px;
}

h1.section_head {
    font-size: 58px;
    padding-top: 60px; 
}

h2.section_head {
    font-size: 40px;
}

h3.section_head {
    font-size: 32px;
}

.section_head {
    /* text-transform: uppercase !important; */
    text-align: center;
    color: #ffffff;
    padding-bottom: 0px;
    /* align-content: space-around; */
    margin-top: 1em;
    margin-bottom: 10px;
    /* padding: 40px; */
}

.subhead {
    color: lawngreen;
    font-size: 28px;
    /* width: 50%; */
    align-content: center;
    text-align: center;
    padding-top: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 25%;
    margin-right: 25%;
    /* text-shadow:
        -1px -1px 0 rgb(249, 12, 12),
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000; */
}

.subhead2 {
    color: lawngreen;
    font-size: 28px;
    /* width: 50%; */
    align-content: center;
    text-align: center;
    padding-top: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 20%;
    margin-right: 20%;
    /* text-shadow:
        -1px -1px 0 rgb(249, 12, 12),
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000; */
}

.header_with_sub {
    text-align: center;
    /* min-width: 20%; */
    /* max-width: 80%; */
    display: grid;
    align-content: center;
    align-self: center;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    /* gap: 10%; */
    column-gap: 0px;
    padding-top: 40px;
}

.grid_holder {
    /* width: 80%; */
    text-align: center;
    /* min-width: 20%; */
    /* max-width: 80%; */
    display: grid;
    /* align-content: center; */
    /* align-self: center; */
    grid-template-columns: 1fr 1fr;
    /* justify-items: center; */
    /* gap: 10%; */
    column-gap: 0px;
    padding-top: 40px;
    margin-left: 5%;
    margin-right: 5%;
    /* grid-template-rows: 0%; */
    /* grid-template-areas: 200px; */
    /* column-gap: 10%; */
}

.main_content {
    align-content: center;
    /* padding-left: 10%; */
    /* padding-right: 10%; */
    /* float: right; */
    box-sizing: border-box;
}


.project_title {
    align-content: center;
    text-align: center;
    vertical-align: middle;
    padding: 2em;
    font-size: 44px;
    color: #ffffff;
}

.list_title {
    align-content: center;
    text-align: center;
    vertical-align: middle;
    padding: .2em;
    font-size: 44px;
    color: #ffffff;
}



/* .animated_content : {
    animation-delay: 2.0s;
    font-size: 32px;
} */

/* .subhead {
    text-align: center;
    color: #5d6e73;
    align-content: space-around;
    outline: lawngreen;
    outline-width: 4px;
    font-size: 40px;
} */

.embed {
    opacity: 1;
    display: block;
    /* width: 100%; */
    height: auto;
    transition: .5s ease;
    border: none;
    backface-visibility: hidden;
    position: relative;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;

    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    /* these center the text */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* text-align: center; */
}

.video_box {
    position: relative;
    /* width: 30%; */
    margin-bottom: 40px;
    border-style: solid;
    border-width: -3px;
    border-color: #bab6b6;
    margin-left: auto;
    margin-right: auto;
}




/* .nav {
    margin: 0px;
} */

ul.nav {
    padding-left: 0px;
    background-color: #04AA6D;
    text-align: center;
    font-size: 32px;
    margin: 0%;
    padding-top: 0px;
    /* padding-bottom: 5px; */
    position: fixed;
    top: 0%;
    align-content: center;
    width: 100%;
    z-index: 5;
    /* left: 50%; */
}

ul.nav>li {
    display: inline-block;
    padding: 10px 20px;
}

ul.nav>li:hover {
    background-color: #016943;
    height: 100%;
    /* padding-bottom: 20px; */
}

ul.nav>li>a {
    color: white;
    text-decoration: none;
}

.float_text {
    float: right;
    text-align: center;
    color: #735d5d;
}

.video_box:hover .image {
    opacity: 0.3;
}

.video_box:hover .middle {
    opacity: 1;
}

.hover_text {
    /* background-color: #04AA6D; */
    color: white;
    font-size: 32px;
    align-content: center;
    padding: -6px;
}

.stats_grid_one_col {
    text-align: center;
    display: grid;
    align-content: center;
    align-self: center;
    grid-template-columns: 1fr;
    justify-items: center;
    column-gap: 0px;
    margin-top: 10px;
    margin-left: 10%;
    margin-right: 10%;
}

.stats_grid_two_col {
    text-align: center;
    display: grid;
    align-content: center;
    align-self: center;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    column-gap: 0px;
    margin-top: 10px;
    margin-left: 10%;
    margin-right: 10%;
}