*{
    box-sizing: border-box;
}
body{
    background-color:rgba(214, 210, 210, 0.993);
    height: 100%;
    margin: 0px;
}
nav{
    top: 0;
    position: fixed;
    background-color: #331303;
    height: 50px;
    width: 100%;
}
.svg-icon {
    width: 1em;
    height: 1em;
}
.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
    fill: #d6e1e9;
}
  
.svg-icon circle {
    stroke: #afd9f5;
    stroke-width: 1;
}
.wrap a img{
    margin-top: 10px;
    height: 35px;
    width: 35px;
    border: 0px;
}
a{
    text-decoration: none;
    font-size: x-large;
}
.wrap{
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.float a{
    float: right;
    margin: 10px 0 0 10%;
}
.float svg.svg-icon:hover path{
    fill: rgb(95, 139, 5);
}
.float a svg:hover{
    border-bottom: 3px solid goldenrod;
}
.clearfix{
    overflow: auto;
    display: inline;
}
header{
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 3%;
}
header .top1, .top4{
    text-align: center;
    font-size: 22px;
    font-weight: bolder;
    color: #003366;
}
header .top2{
    font-family: Georgia;
    font-size: larger;
    font-weight: bold;
}
header .top3{
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #141823;
}
.container{
    background-color: white;
    font-family: 'Times New Roman', Times, serif;
    width: 96%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4em;
    margin-bottom: 2em;
    border-radius: 5px;
    padding-top: 5%;
}
.tin{
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
    color: #333;
    margin-bottom: 5%;
}
.middle blockquote{
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    color: #333;
}
footer{
    background-image: url("images/coffee.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 5%;
    color: #fff;
}
footer p{
    margin: 0px;
    padding: 1%;
    font-weight: bold;
}
.foot1 img{
    float: left;
    margin-right: 20px;
    margin-left: 1px;
    margin-bottom: 5px;
    box-shadow: 10px 0px 8px 3px black;
}
.foot2{
    margin: 0;
    margin-top: 5%;
    margin-bottom: 1%;
    padding: 0;
    text-align: center;
}
.foot2 img{
    margin: 0 5%;
    padding: 0;
    width: 4%;
    border: 0px;
}
.flex{
    display: inline-flex;
}
.flex p img{
    height: 80px;
    width: 80px;
}
.bag input, #completion{
    width: 100%;
    height: 40px;
    border: 1px solid black;
    opacity: 0.6;
}
.row{
    display: flex;
    flex-wrap: nowrap;
}
.row p{
    width: 50%;
    margin-top: 5px;
}
#submit{
    background-color: #3cb371;
    cursor: pointer;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    color: white;
    border-radius: 4px;
    border: 0px;
}
#submit:hover{
    background-color: #3e815c;
}
.textinput{
    width: 100%;
    height: 150px;
    font-size: larger;
    border: 1px solid black;
    opacity: 0.6;
}
.project a img{
    width: 100%;
    height: auto;
}
hr{
    margin: 0 10%;
    height: 1px;
    border: 0px;
    background: black;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, black));
}
@media only screen and (min-width: 677px){
    header .top1, .top4{
        font-size: 180%;
    }
    header .top2{
        font-size: 150%;
    }
    header .top3{
        font-size: 120%;
    }
    .middle blockquote, .tin{
        font-size: 120%;
    }
    .foot2 img{
         width: 1em;
    }
}
@media only screen and (min-width: 1024px){
    .wrap{
        width: 980px;
    }
    .container{
        width: 980px;
    }
} 
