* {
    margin: 0; padding: 0;
    border: 0; box-sizing: border-box;
}

section {
    background-color: rgba(0, 128, 0, 0.664);
    width: 80%; height: 100vh;
    margin: auto; 
}
header {
    text-align: center;
    border: solid 4px yellow;
}
h2 {
    text-shadow: 1px 1px 2px whitesmoke;
}

#hori1 {
    border: solid red;
    width: 80%; height: 15%;
    margin: 15px auto;
    text-align: center;
}

#vert1 {
    width: 80%; height: 60%;
    border: solid yellow;
    margin: auto;
    display: flex;
}
#nav1 ul {
    list-style-type: none;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
#nav1 ul li {
    border: solid 2px orangered;
    margin: 8px;
    background-color: white;
}
#nav1 a {
    text-decoration: none;
    font-size: 1em;
    display: inline-block;
    position: relative;
    padding: 10px 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    transition: all 200ms linear;
    width: 200px;
    color: black;
}
#nav1 a:hover{
    
    color: white;
}
#nav1 ul li:hover {
    background: orangered;
}

.left {
    width: 45%; height: 100%;
    border: solid red;
    text-align: center;
    background-image: url(/images/firepit.jpg);
    background-size: cover;
    
}
#nav3 {
    margin: 8px; padding: 8px;
}
.v1 {
    list-style-type: none;
    overflow: hidden;
    
}
.v1 li {
    border: 2px solid white;
    margin: 30px auto;
}
.v1 a {
    text-decoration: none;
    color: white;
    display: inline-block;
    padding: 8px;
    text-shadow: 0px 0px 2px black;
}
.v1 li:hover {
    background-color: white;
}
.v1 a:hover {
    color: black;
}

.v1_1 {
    width: 80%; height: 50px;
    padding-top: 6px;
}
.v1_2 {
    width: 40%;
    border-radius: 20px;
}
.v1_3  {
    width: 70%;
    border-radius: 20px;
}
.v1_4 {
    width: 70%;
    border-radius: 20px;
}

.right {
     
    width: 45%; height: 100%;
    border: solid turquoise;
    margin-left: 10%;
    text-align: center;
}
.v2 {
    list-style: none;
    overflow: hidden;
}
.v2 li {
    border: solid 1px black;
    width: 50%; margin: auto;
    text-align: left;
    padding-left: 20px;
    background-color: whitesmoke;
}
.v2 a {
    text-decoration: none;
    color: black;
    display: inline-block;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .77em;
}
.v2 li:hover {
    background-color: rgb(172, 171, 171);
}
.v2 a:hover {
    color: blue;
}
.v2_1 {
    height: 50px;
    padding-top: 15px;
}

#hori2 {
    width: 80%; height: 12%;
    border: solid orange;
    margin: 15px auto;
    text-align: center;
}
#nav2 {
    border: solid 2px #654321;
    background-color: #654321;
}
#nav2 ul {
    list-style-type: none;
    overflow: hidden;
    display: flex;
    
    width: 70%;
}
#nav2 a {display: inline-block;
        padding:10px;
        text-decoration: none;
        color: white;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: .9em;
}
#nav2 a:hover {
    
    color: #654321;
}
#nav2 li:hover{
    background-color: #fffdd0c7;
}
.input {
    width: 10%%;
    text-align: right;
   
    display: inline-block;
    float: right;
    position: relative;
    bottom: 30px;
}

    


