html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, atop, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, atop, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

body {
  background-color: whitesmoke;
  overflow-y: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
#contac {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 40px;
  top: 50px;
}
.sectwo {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  background-color: gray;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 40px;
  top: 50px;
}

h2 {
color: aliceblue;
text-align: center;
font-size: 30px;
line-height: 25px;
font-family: Arial, Helvetica, sans-serif;
padding: 15px;
}

.sectre{
  color: aliceblue;
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 30px;
  padding: 0 5px;
  margin: 10px;
  font-family: Arial, Helvetica, sans-serif;
}
.sectwo ul li {
color: aliceblue;
font-size: 20px;
text-align: center;
display: flex;
align-items: center;
line-height: 30px;
padding: 0 5px;
margin: 10px;
font-family: Arial, Helvetica, sans-serif;
}
header {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    background-color: rgb(206, 70, 55);
    position: fixed;
    z-index: 3;
    box-shadow: rgb(0, 0, 0) 0px 3px;
}
h1 {
  color: white;
  font-size: 30px;
  text-transform: capitalize;
  font-family: Tahoma, Verdana, sans-serif;
  line-height: 1.2;
}

h2{
    font-size: 18px;
    text-align: center;
}

input {
    width: 95%;
    font-size: 20px;
    padding: 10px;
    width: auto;
    border-radius: 60px;
    margin: 15px auto;
    border: 2px solid black;
}

textarea {
    width: 95%;
    font-size: 20px;
    width: auto;
    margin: 15px auto;
    border-radius: 25px;
    border: 2px solid black;
    resize: none;
    padding: 15px 10px 10px 10px;
}

textarea, text {
  text-indent: 15px;
}

.input, text {
  text-indent: 7px;
}

label {
    font-family: Arial, Helvetica, sans-serif;
}

form {
    text-align: center;
    margin: 100px 10px 0;
    padding: 10px 10px 15px 10px;
}

#button {
    background-color: rgb(222, 78, 62);
    color: white;
    text-shadow: 0 0 3px #000000, 0 0 5px #000000;
    border-radius: 50px;
    width: 55%;
}

span {
    color: rgb(255, 0, 0);
    font-weight: bold;
}

#address {
    display: none;
}
/* The top navigation menu */
.topnav {
    height: 0;
    width: 100%;
    z-index: 1; /* Stay on top */
    position: fixed; top:82px;
    left: 0;
    background-color: rgb(0, 0, 0); /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    overflow-y: hidden;
    padding-top: 0px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the topnav */
    display: flex;
    flex-direction: column; /* Make the container a column */
    align-items: center; /* Center the links horizontally */
    justify-content: space-around; /* Center the links vertically */
  }

  .topnavtwo {
    height: 100%;
    width: 100%;
    z-index: 1; /* Stay on top */
    position: fixed; top:82px;
    left: 0;
    background-color: rgb(0, 0, 0); /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    overflow-y: hidden;
    padding-top: 0px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the topnav */
  }

    /* The navigation menu links */
  .topnavtwo p a {
    padding: 8px;
    text-decoration: none;
    z-index: 2;
    color: #818181;
    display: block;
    font-size: 250%;
    transition-duration: 0.5s;
    line-height: 2;
    display: flex;
    justify-content: center;
    line-height: 450%;
  }
  
  /* The navigation menu links */
  .topnav p a {
    padding: 8px;
    text-decoration: none;
    z-index: 2;
    color: #818181;
    display: block;
    font-size: 250%;
    transition-duration: 0.5s;
    line-height: 2;
    display: flex;
    justify-content: center;
    line-height: 450%;
  }
  
  /* When you mouse over the navigation links, change their color */
  .topnav a:hover {
    color: #f1f1f1;
  }

  .topnavtwo a:hover {
    color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  #closebtn {
    margin: 0px;
    width: 30px;
    text-decoration: none;
    color: white;
    font-size: 40px;
    line-height: 1;
    position: fixed;
    display: flex;
    margin-left: 0px;
    transition: all 0.3s ease;
    display: none;
  }
  #openbtn {
    margin: 0px;
    width: 30px;
    text-decoration: none;
    color: white;
    font-size: 35px;
    line-height: 1.2;
    position: fixed;
    display: flex;
    margin-left: 0px;
    transition: all 0.3s ease;
  }
  
  #openbtntwo {
    margin: 0px;
    width: 30px;
    text-decoration: none;
    color: white;
    font-size: 35px;
    line-height: 1.2;
    position: fixed;
    display: flex;
    margin-left: 0px;
    transition: all 0.3s ease;
    display: none;
  }

  #closebtntwo {
    margin: 0px;
    width: 30px;
    text-decoration: none;
    color: white;
    font-size: 40px;
    line-height: 1;
    position: fixed;
    display: flex;
    margin-left: 0px;
    transition: all 0.3s ease;
  }

  /* On smaller screens, where height is less than 450px, change the style of the topnav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .topnav {padding-top: 15px;}
    .topnav a {font-size: 18px;}
  }

/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}

#logo {
  height: 40px;
  width: 40px;
  display: flex;
  margin: 0;
}
 
#button text {
  text-indent: 0px;
}

#footer {
  display: flex;
  border-top: grey solid 1px;
  padding-top: 10px;
  font-size: 15px;
  color: grey;
  width: 65%;
  margin-top: 10px;
  text-decoration: none;
  justify-content: center;
  position: relative;
  padding-bottom: 10px;
  left: 17.5%;
  right: 17.5%;
  bottom: 0px;
}

#chicken {
  width: 100%;
}

#family {
  margin: auto;
  width: 100%;
  height: 100%;
}

#IHateHeaders {
  background-color: whitesmoke;
}

#FaceLogo {
  font-size: 50px;
  text-decoration: none;
  color: rgb(0, 136, 255);
  background-color: white;
  border-radius: 100%;
}
