*{
    box-sizing: border-box;
}
#wrapper{
    width: 100%;
    margin: auto;
}
body{
    font-family: helvetica, arial, sans-serif;
    font-size: 18px;
}
header{
    position: absolute;
    width: 100%;
    background-color: white;
    margin: 0;
    padding: 0;
}
.logo{
    float: left;
    padding-top: 0;
    padding-left: 60px;
    margin-top: 0;
    line-height: 100%;
    color: #DD5D12;
    text-shadow: 2px 2px 8px #a0a0a0;
/*     text-shadow: 1px 1px 6px #808080; */
}
nav ul{
    list-style: none;
    text-align: center;
    width: 70%;
    float: right;
}
nav ul li{
    display: inline-block;
}
nav a{
    padding-top: 5px;
    padding-bottom: 5px;
    /* this is padding in instructions, but doesn't quite look like picture */
    display: block;
    padding-right: 30px;
    padding-left: 30px;
    min-width: 100px;
    transition: 0.5s;
    text-decoration: none;
    font-weight: bold;
    /* color: #735CDD; */
    color: #DD5D12;
}
nav a:hover{
    color: white;
    background-color: #DD5D12;
}
.clearfix{
    clear: both;
}
.box{
    background-image: url(../images/animals.jpeg);
    height: 100vh;
    width: 100%;
    background-size: contain;
    margin-left: auto;
    /* background-repeat: no-repeat; */
    background-position: center;
    background-attachment: fixed;
    display: table;
}
.box1{
    background-image: url(../images/han\ n\ meg.jpg);
    height: 100vh;
    width: 100%;
    background-size: contain;
    margin-left: auto;
    /* background-repeat: no-repeat; */
    background-position: center;
    background-attachment: fixed;
    display: table;
}
.head{
    margin: 0;
    font-size: 60px;
    color: #D1CFF3;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.head a{
    color: #D1CFF3;
    text-decoration: none;
    text-shadow: 2px 2px 8px #464646;
}
.para{
    font-size: 20px;
    color: white;
    text-align: justify;
    width: 50%;
    margin: auto;
    /* background-color: rgba(0,0,0,0.4); */
    background-color: rgba(221,93,13,0.7);
    padding: 20px;
}
.box2{
    background-image: url(../images/airbud2jpg.jpg);
    height: 100vh;
    width: 100%;
    background-size: contain;
    margin-left: auto;
    /* background-repeat: no-repeat; */
    background-position: center;
    background-attachment: fixed;
    display: table;
}
.box3{
    background-image: url(../images/collage.jpg);
    height: 100vh;
    width: 100%;
    background-size: contain;
    margin-left: auto;
    /* background-repeat: no-repeat; */
    background-position: center;
    background-attachment: fixed;
    display: table;
}
.box4{
    background-image: url(../images/Kara\ 3\ \(2\).JPG);
    height: 100vh;
    width: 100%;
    background-size: contain;
    margin-left: auto;
    /* background-repeat: no-repeat; */
    background-position: center;
    background-attachment: fixed;
    display: table;
}

footer{
    height: 200px;
    background-color: #D1CFF3;
}
.icon img{
    width: 60px;
    margin: 20px;
}
.sm{
    text-align: center;
}
footer p{
    font-size: 10px;
}
footer p a{
    color: black;
    text-decoration: none;
}
@media only screen and (max-width: 1024px){
    nav ul{
        float: none;
        width: 100%;
        padding-left: 0;
        margin-left: 0;
    }
    .logo{
        float: none;
        padding-left: 0;
        margin-left: 0;
        text-align: center;
    }
    .lists{
        margin-left: 0px;
    }
    .banner{
        height: 500px;
    }
}
@media only screen and (max-width: 768px){
    header{
        display: block;
    }
    nav ul{
        width: 100%;
        overflow: hidden;
        float: none;
        text-align: left;
        padding-left: 0;
        margin-left: 0;
    }
    nav ul li{
        display: block;
    }
    nav a{
        color: #DD5D12;
    }
    .logo{
        float: none;
        text-align: left;
        margin-left: 0;
        padding-left: 30px;
        line-height: 50px;
        display: block;
        border-bottom: 1px solid #DD5D12;
    }
    .banner{
        background-color: #fff;
        height: 100vh;
        height: 1000px;
    }
    .para{
        text-align: center;
    }
    .list{
        float: none;
    }
}
/* start of ID 110 page specific content */
.bannerr{
    color: #DD5D12;
    text-align: center;
    height: 300px;
    background-color: #fff;
}
.bannerr h1{
    padding-top: 2px;
    padding-bottom: 0;
    margin-bottom: 5px;
    text-shadow: 2px 2px 8px #a0a0a0;
}
.bannerr h4{
    margin: 0;
    padding-bottom: 5px;
}
.bannerr p{
    width: 60%;
    text-align: justify;
    margin: auto;
    padding-top: 0;
    margin-top: 0;
    font-size: 16px;
}
.ID{
    float: left;
    width: 23%;
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.ID img{
    width: 95%;
    text-align: center;
    box-shadow: 0px 10px 20px #9c8ddf7d;
}
main{
    width: 95%;
    margin-left: auto;
}
.stripe{
/*     background-color: #D1CFF3; */
    height: 100px;
}
/* end of ID 110 specific css */

/* form attempts */
.wholeform{
    float: left;
    width: 50%;
    color: #DD5D12;
}
.wholeform p{
    font-size: 16px;
}
.formpara{
    text-decoration: none;
    color: #DD5D12;
    font-size: 16px;
}
label{
    float: left;
    display: block;
    text-align: right;
    width: 8em;
    padding-right: 1em;
    font-size: 16px;
}
input, textarea{
    display: block;
    margin-bottom: 1em;
    font-size: 16px;
}
#mySubmit{
    margin-left: 11em;
}
.com{
    float: right;
    width: 40%;
}
.com img{
    width: 70%;
    text-align: center;
    box-shadow: 0px 10px 20px #9c8ddf7d;
}
.com p{
    font-size: 14px;
    color: #DD5D12;
}
.about{
    height: 1000px;
    background-color: #fff;
}
/* formsubmit page */
#fs{
    color: #DD5D12;
    text-align: center;
    margin-top: 0;
    padding-top: 0;
}
.new{
    color: #DD5D12;
    text-align: center;
    margin-top: 100px;
}
.btn{
    color: #DD5D12;
/*     text-decoration: none; */
}
/* 2D list */
.list{
    float: left;
    width: 40%;
    text-align: left;
    list-style-type: circle;
    font-size: 16px;
}
.lists{
    margin-left: 300px;
}
/* table css */
table, td, th{
    border: 1px solid rgba(138, 138, 138, 0.425);
    border-collapse: collapse;
    text-align: center;
    min-width: 170px;
}
table{
    width: 80%;
    margin: 40px auto;
    box-shadow: 0px 10px 20px #9c8ddf7d;
    color: #DD5D12;
}
.idk{
    color: #DD5D12;
    text-align: center;
    padding-top: 50px;
}
.bleh{
/*     color: #DD5D12; */
    font-size: 14px;
}
