 box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;


/*NAVIGATION BAR AND HEADER*/

#logolink a {
  cursor: pointer;
}

#logolink {
  float: left;
  width: 150px;
  position: relative;
  top: -43px;
  padding-left: 10px;
}

#logo {
  width: 100%;
  transform: rotate(4deg);
}


.toptext {
  float: left;
  font-family: teko;
  font-style: italic;
  font-size: 28px;
  letter-spacing: 5px;
  margin: 4px 0 0 -22px;
  color: rgb(224,145,71);
  word-spacing: 4px;
  text-transform: uppercase;
}


#navbar {
  position: fixed; 
  top:0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 45px;
  background: rgb(45,39,79);
  padding: 3px 0px 2px 0;
  margin: 43px 0 0 0;
  border-width: 2px 0px;
  border-style: solid;
  border-color: rgb(200,200,200);
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.4);
}

#nav {
  font-family: teko;
  font-style: italic;
  overflow: hidden;
  font-size: 28px;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding-right: 25px;
}

#nav ul {
  margin: 4px 0 0 0;
  padding: 0;
  list-style-type: none;

}

#nav > ul > li {
  float: right;
  margin-left: 60px;
}


#nav > ul > li > ul {
  display: none;
  font-size: 22px;
  letter-spacing: 1px;
  color: rgb(224,145,71);

}


#nav > ul > li:hover ul {
  display: block;
  background-color: rgba(200,200,200, .7);
  padding: 0px 0 0 10px;

}

#nav a:hover {
  color: rgb(200,200,200);
}

#nav .drop a {
  color: rgb(45,39,79);
}

#nav .drop a:hover {
  color: rgb(224,145,71);
}

#nav a {
  text-decoration: none;
  color: rgb(224,145,71);
}



/*CONTACT FORM AND SUCH*/

#contact-form h5 { 
  text-align: center;
  font-family: 'teko', sans-serif;
  text-transform: uppercase;
  font-size: 60px;
  letter-spacing: 5px;
  color: rgb(45,39,79);
  word-spacing: 4px;
  margin: 125px 0 15px 0;
}

#contact-form h4 { 
  text-align: center;
  font-family: 'teko', sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-size: 30px;
  letter-spacing: 5px;
  color: rgb(45,39,79);
  word-spacing: 4px;
  margin: -35px 0 -50px 0;
  padding-bottom: 85px;
}

#contact-form h6 { 
  text-align: center;
  font-family: 'teko', sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 3px;
  color: rgb(45,39,79);
  word-spacing: 4px;
  margin: -90px 0 -50px 0;
  padding-bottom: 85px;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(224,145,71, 1), rgba(0, 0, 0, 0));
    width: 800px;
    margin-top: -70px;
    margin-bottom: 55px;
}


/*#contact-form h5 {
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(224,145,71, 1), rgba(0, 0, 0, 0));
  height: 120px;
}*/



span {
  font-family: 'teko', sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-size: 28px;
  letter-spacing: 3px;
  color: rgb(224,145,71);
  word-spacing: 4px;
  position: absolute;
  display: block;
  left: calc(25% - 116px);


}

input, textarea{ 
  display: block;
  font-family: 'teko', sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 3px;
  color: rgb(45,39,79);
  word-spacing: 4px;
  margin: auto;
}


#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],


#contact-form textarea {
    width:50%;
    box-shadow:inset 0 1px 2px rgb(224,145,71), 0 1px 0 rgb(224,145,71);
    -webkit-box-shadow:inset 0 1px 2px rgb(224,145,71), 0 1px 0 rgb(224,145,71);
    -moz-box-shadow:inset 0 1px 2px rgb(224,145,71), 0 1px 0 rgb(224,145,71);
    border:1px solid rgb(45,39,79);
    background:rgb(235,235,235);
    margin-bottom: 25px;
    padding: 5px;
    border-radius: 2px;
}


.messagebox3 textarea {
  height: 150px;
}

.messagebox1, .messagebox2, .messagebox3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.messagebox3 {
  margin-bottom: 25px;
}


.messagebox1 {
  margin-top: -35px;
}


button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: 'teko', sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-size: 20px;
  letter-spacing: 3px;
  color: rgb(45,39,79);
  word-spacing: 4px;
  padding: 2px 6px 0px 6px;
}

button:hover {
  background: rgb(224,145,71);
  cursor: pointer;
}

