@charset "UTF-8";

#content{
  text-align: center;
  padding: .5em;
}
hmtl, body{
  width: 100%;
  height: 100%;
}
*{
  box-sizing: border-box;
  padding:0;
  margin:0;
  list-style: none;
}
nav{
  width: 100%;
  height: 50px;
  position: sticky;
  background-color: #EA3A21;
  overflow: hidden;
  top: 0;
  left:0;
  z-index:1;
}
nav ul{
  width: 100%;
  height: 100%;
  text-align: center;
}
nav ul li{
  display: block;
  float: right;
  text-align: center;
  line-height: 50px;
  width: 10%;
  font-size: 20px;
}
nav a{
  color: white;
  text-decoration: none;
}
nav a:hover{
  background-color: #DBB66C;
  Padding: .5em;
  border-radius: 20px;
}
nav h1{
  float:left;
  text-align: center;
  padding-top: 8px;
  padding-left: 10px;
  color: white;
  font-family: 'Francois One', sans-serif;
}
#line{
  border-top: solid;
}
#topbar{
  height:2em;
  width: 100%;
  background-color: #232F3E;
  overflow: hidden;
  top: 0;
  left: 0;
}
.social{
  width:2em;
  height:2em;
  float: right;
  padding: 2px;
}
#slogan{
  float:left;
  padding-top: 8px;
  padding-left: 10px;
  color: #EEC777;
}
/*Sidnav*/

/* Homepage Content*/
#welcome{
  margin: auto;
  text-align: center;
  padding: 1em;
  border-bottom-style:dashed;
}
#first{
  width: 90%;
  height: 400px;
  overflow: scroll;
  float: right;
}
#pic{
  float:left;
  width: 50%;
  height: 100%;
  padding: 1.5em;
}
p{
  line-height: 1.5em;
  font-size: 20px;
  padding: 1.5em;
  width: 75%;
  margin: auto;
}
#catagory{
  margin: auto;
  border-style: ridge;
  border-width: .5em;
  width: 80%;
  line-height: 1.5em;
  background-color: white;
}
#stay{
  padding: .5em;
  text-align:center;
  margin: auto;
  width: 50%;
  margin: auto;
}
#yolo{
  padding: .5em;
  text-align:center;
  margin: auto;
}
.side{
  vertical-align: top;
  display: inline-block;
  padding: 2em;
}
#catagory a{
  text-decoration: none;
}

/*Footer*/
footer{
  width:100%;
  height: 200px;
  background-color: #232F3E;
  border-top-style:ridge;
  border-width: .5em;
}
footer a{
  color: white;
  text-decoration: none;
}
#menu{
  font-size: 17px;
  line-height: 1.5em;
  width: 50%;
  text-align: center;
  float: left;
}
/*About Us*/
#pic2{
  width:100%;
  height: 400px;
}
/* Contact us */
#contact-us{
  width: 90%;
  height: 450px;
  margin: auto;
  background: url('../Images/contact.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
}
#card{
  background-color: white;
  opacity: 1;
  color: red;
  z-index: 2;
}
#around{
  opacity: .75;
  background-color: white;
  z-index: 3;
  width: 75%;
  margin: 30px auto;
}
.side2{
  vertical-align: top;
  display: inline-block;
  padding: .5em;
}
.email{
  padding: .5em;
}

/* Media screen */
@media only screen and (max-width: 1000px){
  nav{
    width: 100%;
    height: 20%;
    position: sticky;
    background-color: #EA3A21;
    overflow:visible;
    top: 0;
    left:0;
    z-index:1;
  }
  nav ul{
    width: 100%;
    height: 100%;
    text-align: center;
  }
  nav ul li{
    display: block;
    float: none;
    text-align: center;
    line-height: 50px;
    width: 25%;
    font-size: 20px;
    margin: auto;
  }
  nav a{
    color: white;
    text-decoration: none;
  }
  nav a:hover{
    background-color: #DBB66C;
    Padding: .5em;
    border-radius: 20px;
  }
  nav h1{
    float:none;
    text-align: center;
    padding-top: 8px;
    padding-left: 10px;
    color: white;
    font-family: 'Francois One', sans-serif;
  }
}

#Private{
  border-style: outset;
}

h2{
  text-align: center;
}

/* Services Page */

#basic_info{
  padding: 1.5em;
  margin: auto;
  text-align: left;
  line-height: 1.5em;
  font-size: 20px;
  width: 50%;
  float: left;
  vertical-align: top;
}

#parts{
  padding: 1.5em;
  margin: auto;
  text-align: left;
  line-height: 1.5em;
  font-size: 20px;
  width: 50%;
  float: left;
  vertical-align: top;
}
textarea{
  width: 45%;
  height: 200px;
  float: right;
}
#descript{
  padding: 1.5em;
  text-align: center;
  margin: 1.5em;
  vertical-align: top;
  font-size: 20px;
}
form{
  margin: auto;
  padding: 2.5em;
  width: 75%;
}
fieldset{
  border-style: ridge;
  border-width: medium;
}
#submit{
  background-color: green;
  color: white;
  font-size: 20px;
  border-radius: 25%;
  padding: .5em;
}
legend{
  font-size: 40px;
}
