

body {
  font-family: teko;
  font-style: italic;
  margin: 0;

}

.bg img {
  position: fixed;
  float: left;
  bottom: 0;
  left: -25px;
  z-index: 0;
  height: 700px;
}


#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-size: 28px;
  letter-spacing: 5px;
  margin: 4px 0 0 -22px;
  color: rgb(224,145,71);
  word-spacing: 4px;
  text-transform: uppercase;
}


#navbar {
  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);
  position: fixed;
  top:0;
  left 0;
  z-index: 9999;
}


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


#nav ul {
  margin: 4px 0 0 0;
  padding: 0;
}


#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;
}


ul {
  list-style-type: none;
}


#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);
}


/*CONTENT*/
#about {
  margin-top: 270px;
  background-color: rgb(225,225,225);
  linear-gradient: (to right, rgba(0,0,0,0), rgba(200,200,200, .8), rgba(0, 0, 0, 0));
  padding: 10px 0;
}



#about p {
  text-align: center;
  margin-left: 500px;
  font-size: 24px;
  word-spacing: 4px;
  line-height: 105%;
  color: rgb(45,39,79);
  width: 800px;
  margin-top: 17px;
  margin-bottom: 17px;
}

span a{
  color: rgb(224,145,71);
  text-decoration: underline;
}

span a:hover {
  color: rgb(255, 172, 94);
}



.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(175,175,175, .8), rgba(0, 0, 0, 0));
  width: 600px;
  margin-left: 600px;
}

#about .thanks {
  text-align: center;
  margin-left: 500px;
  font-size: 35px;
  letter-spacing: 4px;
  color: rgb(224,145,71);
  word-spacing: 4px;
  text-transform: uppercase;
}


footer { 
  float: right;
  position: fixed;
  bottom: 10px;
  right: 35px;
  color: rgb(45,39,79);
 }
