body {
    font-family: sans-serif;
    height: fit-content;
    width: 100vw;
    background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(/picture_library/chris-liverani-XLFu0PM5Qsg-unsplash.jpg);
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
main {
    width: 90vw;
    margin: 0 auto;
    padding: 30px 20px;
}
.docs{
    height: fit-content;
}
table .dwn ul li a{
    float: right;
}
table{
    border-collapse: separate !important;
    margin-bottom: 2vh;
}
.dwn{
    border: 1px solid gray;
    border-left: none;
    padding-right: 2vw;
}
.cell{
    padding:1vh 1vw;
    border:1px solid gray;
    border-right: none;
    border-collapse: separate !important;

}
.arraydwn{
    width: 80vw;
    box-shadow: 0 0 20px rgba(0,0,0,0.6);
    padding-right:4vw;
    padding-left:4vw;
    padding-top:4vh;
    padding-bottom: 4vh;
    z-index: 999;
    height: auto;
    margin-left:10vw;
    margin-right: 10vw;
    margin-top:-8vh;
    background-color:white;
    line-height: 4em;
    white-space: unset;
    height: fit-content;
}

#message{
    border: 1px solid gray;
    background-color: transparent;
    margin-top:2vh;
    width: 157%;
    resize: none;
    height: 200%;
    margin-left:4vw;
    margin-right:4vw;
    margin-bottom: 2vh;
}
.row_lg{
    text-align: left;
    font-size: 0.9em;
    width: 80%;
    margin-top:5vh;
    margin-bottom:5vh;
    display: flex;
    flex-direction: row;
    margin-left: 10vw;
    margin-right:10vw;
}
header {
    height: 30vh;
    width: auto;
    /*background:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(/picture_library/chris-liverani-XLFu0PM5Qsg-unsplash.jpg);*/
    background: white;;
    background-size: 100%;
    color: black;
    z-index: 1;
}

li{
    list-style-type: none;
}
.navbar {
    max-width: 95vw;
    margin: 0 auto;
    padding: 0px 20px;
    position: fixed;
    color: black;
    z-index: 2;
    
}
.headtext{
    width:25%;
    color: white;
    font-weight: 100;
    text-align: left;
    float: left;
    margin-left: 10vh;
    white-space: pre-line;
    margin-right:10vw ;
    overflow: unset;
    white-space: pre-wrap;
}
.headpart{
    display: flex;
    flex-direction: row;
    height: 60vh;
    margin-top:8vh;
    margin-left:10vw;
    margin-right:10vw;
    width:80vw;
}
.contactform{
    width:fit-content;
    height: 100vh;
    background: rgba(255,255,255,0.6);
    height: fit-content;
    padding: 5vh;
    text-align: center;
}
.row{
    align-items: center;
    align-content: center;
    align-self: center;
}
nav{
    margin-top:2vh;
}
.logo {
    display: inline-block;
    text-decoration: none;
    color: rgb(46,72,85);
    font-weight: 100;
    font-size: calc(3em*0.8);
    line-height: 4vh;
    margin-top:2vh;
    font-family: 'Raleway', sans-serif;
    padding-right:1vw;
    padding-left:1vw;
    padding-top: 1vh;
    border:3px solid gray;
}
.logo p{
    font-size: calc(1.5em *0.5);
    line-height: 2.9vh;
}
.logo:hover{
    text-decoration: none;
    color: rgb(46,72,85);
}
nav ul li a:hover{
    text-decoration: none;
}
nav > ul {
    float: right;
    margin-top:2vh;
}
nav > ul > li {
    text-align: center;
    line-height: 10vh;
    font-size: 1.2em;
    padding-left:6vw;
}

nav ul li:hover {
    cursor: pointer;
    position: relative;
}
nav ul li:hover > ul {
    display: block;
}
nav ul li:hover > a {
    color: #777;
}

nav > ul > li > a {
    cursor: pointer;
    display: block;
    outline: none;
    width: 100%;
    color: black;
    text-decoration: none;
}
nav > ul > li {
    float: left;
}
nav a {
    color: white;
}
[type="checkbox"],
label {
    display: none;
}
@media screen and (max-width: 850px) and (min-width:421px){
    .arraydwn{
        height: fit-content;
        line-height: 1.5em;
        margin-top:-2vh;
    }
    .slid{
        height: 50vh;
    }
    .row_lg{
        flex-direction: column;
        width:95vw;
        margin-left:1vw;
        margin-right:1vw;
    }
    .col-md-3{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .logo{
        font-size: 2.8em;
        width: 100%;
margin-bottom: 2vh;
        margin-left: 8vw;
    }
    header{
        background-size: 150%;
    }
    label {
        display: block;
        background: transparent;
        width: 6vh;
        height: 6vh;
        cursor: pointer;
        position: absolute;
        right: 5vw;
        top: 8vh;
    }
    label:after {
        content: '';
        display: block;
        width: 30px;
        height: 5px;
        background: #777;
        margin: 7px 5px;
        color:#777;
        box-shadow: 0px 10px 0px #777, 0px 20px 0px #777
    }
    [type="checkbox"]:checked ~ ul {
        display: block;
        z-index: 9999;
        position: absolute;
        right: 3vw;
        left: 3vw;
        color:#777;
    }
    nav a {
        color: #777;
    }
    nav ul{
        margin-top:2vh;
    }
    nav ul li {
        display: block;
        float: none;
        width: 100%;
        text-align: left;
        background: rgba(219, 219, 219, 0.95);
        text-indent: 20px;
    }
    nav > ul > li {
        margin-left: 0px;
    }
    li{
        list-style-type: none;  
    }
    nav ul {
        display: none;
    }
    nav ul li > a {
        color: rgb(46, 46, 46);
    }
    .headpart{
        flex-direction: column;
        margin-left:5vw;
        margin-right:5vw;
        line-height: none;
        width: 90vw;
        margin-top:none;
    }
    header{
        background-size: 420%;
        height: 24vh;
    }
    .headtext{
        text-align: center;
        width:fit-content;
        vertical-align: middle;
        margin-left:6vw;
        margin-right:2vw;
        margin-bottom: 2vh;
    }
    .contactform{
        margin-left:14vw;
        margin-right: 10vw;
        line-height: none;
    }
}
@media screen and (min-width:1465px) {
    header{
    background-size: 170%;
    }
}

@media screen and (max-width: 421px) and (min-width:0px) {
    .arraydwn{
        line-height: 1.5em;
        height: fit-content;
    }

    .logo{
        font-size: 2em;
        width: 100%;
        margin-left: 8vw;
    }
    header{
        background-size: 150%;
    }
    label {
        display: block;
        background: transparent;
        width: 6vh;
        height: 6vh;
        cursor: pointer;
        position: absolute;
        right: 5vw;
        top: 8vh;
    }
    label:after {
        content: '';
        display: block;
        width: 30px;
        height: 5px;
        background: #777;
        margin: 7px 5px;
        color:#777;
        box-shadow: 0px 10px 0px #777, 0px 20px 0px #777
    }
    [type="checkbox"]:checked ~ ul {
        display: block;
        z-index: 9999;
        position: absolute;
        right: 3vw;
        left: 3vw;
        color:#777;
    }
    nav a {
        color: #777;
    }
    nav ul{
        margin-top:2vh;
    }
    nav ul li {
        display: block;
        float: none;
        width: 100%;
        text-align: left;
        background: white;
        text-indent: 20px;
    }
    nav > ul > li {
        margin-left: 0px;
    }
    li{
        list-style-type: none;  
    }
    nav ul {
        display: none;
    }
    .headpart{
        flex-direction: column;
        margin-left:5vw;
        margin-right:5vw;
        line-height: none;
        width: 90vw;
        margin-top:none;
    }
    header{
        background-size: 420%;
        height: 24vh !important;
    }
    .headtext{
        text-align: center;
        width:fit-content;
        vertical-align: middle;
        margin-left:6vw;
        margin-right:2vw;
        margin-bottom: 2vh;
        
    }
    h3{
        font-size: 1em !important;
    }
    .contactform{
        margin-left:12vw;
        margin-right: 10vw;
        line-height: none;
    }
}
@media screen and (max-width: 1464px) and (min-width:1153px) {
    .logo{
        font-size:2em;
    }
    nav > ul > li{
        padding-left:5vw;
    }
    .navigation{
        width:fit-content;
    }
    header{
        background-size: 200%;
    }
    .headtext{
        width:50%;
        margin-left:-2vw;
        margin-top:2vh;
    }
}
@media screen and (max-width: 1152px) and (min-width:1009px) {
    .arraydwn{
        height: fit-content;
    }
    .logo{
        font-size:2em;
    }
    nav > ul > li{
        padding-left:3vw;
    }
    header{
        background-size: 210%;
    }
    .headtext{
        width:50%;
        margin-left:-2vw;
        margin-top:2vh;
    }
}
@media screen and (max-width: 1008px) and (min-width:850px) {
    .arraydwn{
        height: fit-content;
        margin-top:-2vh;
    }
    .logo{
        font-size:1.5em;
    }
    nav > ul > li{
        padding-left:3vw;
        font-size:1em;
    }
    .headpart{
        flex-direction: column;
    }
    header{
        background-size: 300%;
        height: 24vh;
        margin-top: 0 !important;
    }
    .headtext{
        text-align: center;
        width:fit-content;
        vertical-align: middle;
        margin-left:2vw;
        margin-right:2vw;
        margin-top:2vh;
        margin-bottom: 2vh;
    }
    .contactform{
        margin-left:10vw;
        margin-right: 10vw;
        line-height: none;
    }
}


footer {
    text-align: center;
    color: #fff;
    padding: 20px;
    position: relative;
    bottom: 0;
    width: 100%;
    background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.6));
  }
