/*styles for the Owl N Thistle website*/

*{
    padding:0;
    margin:0;
    box-sizing:border-box;
}

body{
    background:orange;
    padding:0px;
}

#logo{
    width:940px;
    margin:auto;
}
#wrapper{
    width:940px;
    margin: auto;
    padding: 20px 0;
    background:black;
}


header{
    position:fixed;
    overflow: hidden;
    background:black;
    width: 940px;
}

nav{
    height:50px;
    width:930px;
    line-height:50px;
    background:green;
    margin:auto;
    
}

nav li{
    list-style-type:none;
    float:left;
    width:16.66%;
    text-align:center;
}

nav a{
    text-decoration:none;
    color:aquamarine;
    display:block;
}

nav a:hover{
    background:rgb(239, 83, 5);
    color:white;
}

.home li:nth-child(1) a,
.menu li:nth-child(2) a,
.events li:nth-child(3) a,
.videos li:nth-child(4) a,
.reservations li:nth-child(5) a,
.contact li:nth-child(6) a
{
    background:rgb(239, 83, 5);
    color:white;
}

#banner{
    height:400px;
    margin-top:270px;
    background:black;
}

.center{
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 5px;
}
    
.video1{
    width: 800px;
    height:auto;
    margin:auto;
}
iframe{
    border:0px;
}

#announcements{
    width:800px;
    margin:20px auto;
    border-bottom:dotted;
    border-color: white;
}

.videolinks{
   margin-top:50px;
}

/* .upcoming{
    padding-left: 300px;

} */

main{
    width:800px;
    height:auto;
    margin-top:5px;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:10px;
    background:black;
}

form{
    max-width:800px;
    color:white;
}

fieldset{
    padding:10px;
}

/* fieldset p{
    text-shadow: white;
    font-weight: bold;
} */

label{
    display:block;
    margin-bottom:5px;
}

input{
    margin-bottom:10px;
    height:30px;
    width:80%;
}

input[type="tel"]{
    width:auto;
}

input[type="date"]{
    width:auto;
}

input[type="time"]{
    width:auto;
}

input[type="number"]{
    width:auto;
}

input[type="submit"]{
    width:auto;
}

input[type="radio"]{
    height:auto;
    width:auto;
    margin-right: 3px;
}

form ul{
    margin-left:auto;
    margin-bottom: 10px;
}

form li{
    list-style-type: none;
}

textarea{
    width:100%;
    height:110px;
    margin-bottom:10px;
}

#foodbeers{
    margin-top:0px;
}

/* #socialmedia ul{
    margin-left:auto;
    margin-bottom: 10px;
}

#socialmedia li{
    list-style-type: none;
} */

footer{
    height: 100px;
    width:800px;
    padding-top:5px;
    margin-left:auto;
    margin-right:auto;
    background:grey;
    border:none;
}

footer h4{
    color: #333;
    font-weight: 200;
    font-size: 1.1em;
}

footer a {
    color: #333;
}

/* footer li a:hover{
    background-color: none;
} */

.validation{
    text-align: center;
}

footer li{
    list-style-type: none;
    float:left;
    text-align:center;
    width:20%;
    color:black;
}

#address{
    list-style-type: none;
    height:50px;
    width:80%;
    text-align:center;
    text-decoration: none;
}



/* typography */
p{
    text-align: center;
    font-style:italic;
    color:white;
}

.reservations p{
    text-align: left;
    font-style:italic;
    color:white;
}

/* .reservations a:link {
    color: green;
    background-color: transparent;
    text-decoration: none;
  } */

h1{
    color:aliceblue;
    text-align:center;
    /* margin-bottom:5px; */
}


h2{
    margin-left:5px;
    margin-right:5px;
    text-align:center;
    color:white;
    line-height:1em;
    font: 2em sans-serif;
    /* color:blue; */
    font-style: italic;
}

h3{
    padding-top:5px;
    padding-bottom:10px;
    margin-bottom:5px;
    text-align:center;
    color:white;
    /* border-bottom:dotted; */
    border-color: white;
}

.home h1{
    margin-bottom: 10px;
    font-size: 2.3em;
    font-weight: 200;
}
.home h2{
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-bottom: 15px;
    color: rgb(239, 83, 5);
}

.home p{
    text-align: center;
    color: white;
    font-size: 1.2em;
    margin: 0 50px 20px 50px;
    line-height: 1.35;
}

/* needed to remove the <h3></h3>tag within the <p></p> now it works*/

.contact h2{
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-bottom: 5px;
}

h4{
    text-align:center;
    margin-bottom:5px;
}

h6{
    text-align:center;
    margin-bottom:15px;
}