body {
    margin: 0;
    font-family: Arial
}

.topnav {
    overflow: hidden;
    background-color: #663695;
    padding: 0px 0px;
}

.topnav a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 17px;
}

.active {
    background-color: #663695;
    color: white;
}

.topnav .icon {
    display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
    background-color: #663695;
    text-decoration: none;
    cursor: pointer;
}

.dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: white;
    padding: 5px 15px;
    background-color: inherit;
    font-family: inherit;
    margin: 0px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #663695;
    color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: white;
    padding: 3px 0px 3px 36px;
    text-decoration: none;
    display: block;
    text-align: left;
    cursor: pointer;
}

.topnav a:hover,
.dropdown:hover .dropbtn {
    background-color: #555;
    color: white;
}

.dropdown-content a:hover {
    background-color: #555;
    color: white;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 600px) {

    .topnav a:not(:first-child),
    .dropdown .dropbtn {
        display: none;
    }

    .topnav a.icon {
        float: left;
        display: block;
    }
}

.socialMedia a {
    float: right;
    padding-right: 7px;
    padding-top: 6px;
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .topnav.responsive .dropdown {
        float: none;
    }

    .topnav.responsive .dropdown-content {
        position: relative;
    }

    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
}

.front-container {
    width: 95%;
    height: auto;
}

.front-container h3 {
    margin: 1em 2em;
}

.front-container p {
    font-family: sans-serif;
    font-size: 1.2em;
    display: block;
    margin: 1em 2em
}

.front {
    display: flex;
    width: 1000px;
    height: auto;
}

.front p {
    font-family: sans-serif;
    font-size: 1.5em;
    display: inline-block;
    margin-left: 2em;
}

.test-container h3 {
    padding-left: 1em;
}

#infoForm {
    padding-left: 50px;
}

#infoForm h2 {
    font-size: 1.5em;
    font-style: italic;
    color: #663695;
    padding: 0px 0px 2px 0px;
}

#comment {
    padding-left: 30px;
}

.center {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 90%;
}

.prev {
    width: 30px;
    height: 30px;
    left: 0;
}

.next {
    width: 30px;
    height: 30px;
    right: 0;
}

.slider {
    position: relative;
}

.slider ul {
    margin: 0;
    padding: 0;
}

.slider li {
    list-style: none;
}

.slide {
    position: absolute;
    height: auto;
    width: 100%;
}

.slider .slide:target {
    z-index: 10;
}

.info-container {
    margin-left: 100px;
    position: fixed
}

.header {
    position: absolute;
    top: 30%;
    left: 50px;
}

/*.pdf-container {
    position: absolute;
    width: 100%;
    overflow: hidden;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}*/

.footer-container {
    color: #fff;
    background-color: #663695;
    padding: 1px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#pagetext h3 {
    font-size: 1.75em;
    font-style: italic;
    color: #663695;
    padding: 0px 0px 2px 30px;
}

#pagetext h2 {
    font-size: 1.25em;
    font-style: italic;
    color: #663695;
    padding: 2px 0px 2px 40px;
}

#pagetext p {
    font-size: 1em;
    font-family: serif;
    color: black;
    padding: 5px 10px 0px 50px;
}

.hedr {
    font-size: 15pt;
    font-family: sans-serif;
    background-color: white;
    font-weight: bold;
    font-style: normal;
    color: #000000;
    /*padding: 5px 10px 0px 20px;*/
    margin-left: 30px;
}

.proexp {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: auto;
}

.skiexp {
    display: flex;
    flex-wrap: nowrap;
    width: auto;
}

.train {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: auto;
}

.mil {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: auto;
}

.volunteer {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: auto;
}

.proline {
    display: flex;
    flex-wrap: nowrap;
    width: auto;
}

.skiline {
    display: flex;
    flex-wrap: wrap;
    width: 600px;

    margin-left: 160px;
    border: 1px solid red;

}

.linked {
    display: flex;
    justify-content: flex-start;
    margin-left: 50px;
}

.skilinked {
    display: flex;
    justify-content: flex-start;
    margin-left: 50px;
}

.titl {
    font-size: 10pt;
    font-family: serif;
    font-weight: bold;
    text-align: left;
    color: black;
    display: flex;
    margin-right: 10px;
    padding-bottom: 5px;
}

.traintitl {
    font-size: 10pt;
    font-family: serif;
    font-weight: bold;
    text-align: left;
    color: black;
    display: flex;
    margin-right: 10px;
    margin-left: 100px;
    flex: 2;
}

.degree {
    font-size: 10pt;
    font-family: serif;
    font-weight: bold;
    text-align: left;
    color: black;
    display: flex;
    margin-right: 10px;
    margin-left: 100px;
    padding-top: 5px;
}

.gpa {
    font-size: 10pt;
    font-family: serif;
    color: black;
    padding-top: 5px;
}

.skiarea {
    font-size: 10pt;
    font-family: serif;
    font-weight: bold;
    text-align: left;
    color: black;
    display: flex;
    margin-left: 40px;
    padding-bottom: 5px;
    flex: .5;
}

.trainsubj {
    font-size: 10pt;
    font-family: serif;
    font-weight: bold;
    text-align: left;
    color: black;
    display: flex;
    margin-left: 40px;
    padding-bottom: 5px;
    flex: 2;
}

.milsubj {
    font-size: 10pt;
    font-family: serif;
    font-weight: bold;
    text-align: left;
    color: black;
    display: flex;
    margin-left: 40px;
    padding-bottom: 5px;
    flex: 1.5;
}

.volsubj {
    font-size: 10pt;
    font-family: serif;
    font-weight: bold;
    text-align: left;
    color: black;
    display: flex;
    margin-left: 40px;
    padding-bottom: 5px;
    flex: 1;
}

.schl {
    font-size: 10pt;
    font-family: serif;
    text-align: left;
    color: black;
    margin-right: 20px;
}

.skiaddr {
    font-size: 10pt;
    font-family: serif;
    text-align: left;
    color: black;
    display: flex;
    margin-left: 10px;
    align-self: flex-start;
    flex: .5;

}

.trainaddr {
    font-size: 10pt;
    font-family: serif;
    text-align: left;
    color: black;
    display: flex;
    margin-left: 10px;
    margin-right: 30px;
    align-self: flex-start;
    flex: 2;
}

.miladdr {
    font-size: 10pt;
    font-family: serif;
    text-align: left;
    color: black;
    display: flex;
    margin-left: 10px;
    margin-right: 30px;
    align-self: flex-start;
    flex: 2;
}

.milend {
    font-size: 10pt;
    font-family: serif;
    text-align: left;
    color: black;
    display: flex;
    margin-left: 10px;
    margin-right: 30px;
    align-self: flex-start;
    flex: 1.5;
}

.voladdr {
    font-size: 10pt;
    font-family: serif;
    text-align: left;
    color: black;
    display: flex;
    align-self: flex-start;
    flex: 1;
}

.addr {
    font-size: 10pt;
    font-family: serif;
    color: black;
}

.date {
    font-size: 10pt;
    font-family: serif;
    text-align: right;
    color: black;
    display: flex;
    margin-right: 20px;
    justify-content: flex-end;
}

.skidate {
    font-size: 10pt;
    font-family: serif;
    text-align: right;
    color: black;
    display: flex;
    margin-right: 20px;
    justify-content: flex-end;
}

.traindate {
    font-size: 10pt;
    font-family: serif;
    text-align: right;
    color: black;
    display: flex;
    margin-right: 20px;
    justify-content: flex-end;
}

.mildate {
    font-size: 10pt;
    font-family: serif;
    text-align: right;
    color: black;
    display: flex;
    margin-right: 20px;
    justify-content: flex-end;
}

.voldate {
    font-size: 10pt;
    font-family: serif;
    text-align: right;
    color: black;
    display: flex;
    margin-right: 20px;
    justify-content: flex-end;
}

.skijob {
    font-size: 10pt;
    font-family: serif;
    text-align: left;
    color: black;
    display: flex;
    margin-right: 10px;
    margin-left: 25px;
    align-self: flex-start;
    flex: 1;

}

.desc {
    font-size: 10pt;
    font-family: serif;
    color: black;
    margin-left: 55px;
}

.edudesc {
    font-size: 10pt;
    font-family: serif;
    color: black;
    margin-left: 120px
}

.traindesc {
    font-size: 10pt;
    font-family: serif;
    color: black;
    margin-left: 60px;
    margin-right: 30px;
    margin-top: 5px;
}

.voldesc {
    font-size: 10pt;
    font-family: serif;
    color: black;
    display: flex;
    flex: 2;
}

.define {
    border: 2px solid blue;
    display: flex;
    justify-content: space-between;
    margin-left: 1px;
}

.login {
    margin-left: 20px;
}

#pagetext ul {
    font-size: 1em;
    font-family: sans-serif;
    color: #797979;
    padding: 5px 10px 10px 70px;
}

#pagetext ol {
    font-size: 1em;
    font-family: sans-serif;
    color: #797979;
    padding: 5px 10px 10px 70px;
}

#pagetext li {
    font-size: 1em;
    font-family: sans-serif;
    color: #797979;
    padding: 5px 10px 5px 5px;
}

#about h3 {
    font-size: 2em;
    font-style: italic;
    color: #6ead51;
    padding: 0px 0px 2px 50px;
}

#about p {
    font-size: 1em;
    font-family: sans-serif;
    color: #797979;
    padding: 5px 10px 0px 50px;
}

.intro p {
    margin-left: 20px;
    padding-right: 30px;
    padding-top: 10px;
}

#intro h2 {
    font-size: 2em;
    font-style: italic;
    color: #663695;
    padding: 0px 0px 2px 50px;
}

.intro h2 {
    font-size: 2em;
    font-style: italic;
    color: #663695;
    padding: 0px 0px 2px 50px;
}

.intro img {
    float: left;
    padding: 0px 20px;
    width: 50%;
    height: auto;
}

.test img {
    width: 100%;
    height: auto;
}

/*Div styling for the calendar table*/

#myCalendarContainer {
    padding-left: 125px;
    padding-bottom: 100px;
}

#demo-form {
    padding-left: 125px;
    padding-bottom: 100px;
}

#footer {
    width: 1000px;
    font-family: sans-serif;
}

#footer-items {
    margin: 10px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    cursor: pointer;
    text-decoration: none;
}

.button {
    background-color: #663695;
    border: none;
    color: white;
    padding: 2px 2px;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    margin: 2px 2px;
    border-radius: 8px;
    cursor: pointer;
}

#hide {
    background-color: #663695;
    border: none;
    color: white;
    padding: 3px 4px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    border-radius: 8px;
    margin: 2px 2px 2px 8px;
    cursor: pointer;
}

#show {
    background-color: #663695;
    border: none;
    color: white;
    padding: 3px 4px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    border-radius: 8px;
    margin: 2px 2px 2px 8px;
    cursor: pointer;
}

#footer li a {
    text-decoration: none;
    color: white;
}

#footer li a:hover {
    color: white;
    background: black;
}

.fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 295px;
    font-size: 10pt;
    font-weight: bold;
    border: 3px solid #663695;
    background-color: white;
}

#indent {
    text-decoration: none;
    padding-left: 30%;
}
