/*
  colours she likes:
  drum gold #b29743
  gold shine #f1e49e
  machine drum grey #2d2d2e
  drum skin white #e0ddd4
  silver shine #575151

  font-family: 'Libre Baskerville', serif;
  font-family: 'Lora', serif;
  font-family: 'Bangers', cursive;
  font-family: 'Cookie', cursive;
  font-family: 'Lobster', cursive;
  font-family: 'Satisfy', cursive;
*/

body {
    font-family: 'Lato', sans-serif;
    background-color: #f2f6f9;
    color: #2d2d2e;
    margin: 0px;
    padding: 0px;
}

p {
    font-size:1.1em;
    font-weight: 300;
    color: #222629;
    line-height:1.6em;
    min-width: 500px;
    width: 60%;
    max-width:1000px;
    margin-left:25px;
}

#wrapper {
    margin: 30px 30px 0px 30px;
    float:left;
    width:100px;
    height:100px;
    background:url("logo6020.png") 0 0 no-repeat;
}
#wrapper:hover {
    background:url("logo5030.png") 0 0 no-repeat;
}

#logo {
    float:left;
    width: 80px;
    margin:30px 20px 0px 200px ;
}

#lighted {
    display:none;
    float:left;
    width: 80px;
    margin:30px 20px 0px 0px;
    clear:unset;
    position:relative;
    right:100px;
}

#logo:hover + #lighted {
    display: block;
  }

header {
    min-width: 650px;
    width:93%;
    max-width: 1000px;
    margin: 0 auto;
    font-family: 'Bebas Neue', cursive;
}

h1 {
    color: #222629;
    font-size: 3em;
    font-weight: bold;
    padding: 30px 30px 4px 30px;
    margin: 0;
}

#subhead {
    color: #293337;
    font-size: 1.5em;
    font-weight: 300;
    padding: 4px 30px 0px 30px;
    font-family: 'Roboto', sans-serif;
}

#bannerbox {
  background-color: #222629;
  padding: 50px 60px 50px 30px;
}

#banner {
   display: block;
   width: 80%;
   margin-left:auto;
   margin-right:auto;
}

.bannertext #text1{
  font: 800 3em "Bebas Neue", cursive;
  color: #222629;
  position: absolute;
  top: 50%;
  left: 20%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bannertext #text2 {
  font: 800 3em "Bebas Neue", cursive;
  color: #f2f6f9;
  position: absolute;
  top: 87%;
  left: 52%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

a {
    color:#b29743;
    font-weight: 300;
    text-decoration: unset;
}

#mail {
    color: #a28733;
    font-weight: 500;
}

#nav {
    list-style:none;
    line-height: 40px;
    padding: 0px;
    margin:20px auto 72px auto;
    width: 100%;
    min-width: 650px;
    max-width: 1000px;
}

#nav li {
    color: #b29743;
    background-color: #222629;
    float: left;
    font-size: 1.4em;
    width: 15%;
    margin-left: 0px;
    margin-right: 0px;
    border-top: 2px #f2f6f9 solid;
    border-bottom: 2px #f2f6f9 solid;
    text-align: center;
    padding: 4px;
}

#nav li:hover{
    background-color: #b29743;
}

#nav .current li{
    border-top: 2px #b29743 solid;
    border-bottom: 2px #b29743 solid;
}

#nav .current {
    color:#b29743;
    font-weight: 350;
}

#nav a li:hover{
    color:#f1e49e;
    font-weight: 350;
}

#nav1 {
    list-style:none;
    line-height: 40px;
    padding: 0px;
    margin:20px auto 72px auto;
    width: 100%;
    min-width: 650px;
    max-width: 1000px;
}

#nav1 li {
    float: left;
    font-size: 1.4em;
    width: 15%;
    margin-left: 0px;
    margin-right: 0px;
    border-top: 2px #f2f6f9 solid;
    border-bottom: 2px #f2f6f9 solid;
    text-align: center;
    padding: 4px;
}

#nav1 li:hover{
    background-color: #b29743;
}

#nav1 .current li{
    border-top: 2px #b29743 solid;
    border-bottom: 2px #b29743 solid;
}

#nav1 .current {
    color:#b29743;
    font-weight: 350;
}

#nav1 a li:hover{
    color:#f1e49e;
    font-weight: 350;
}
/*
h2 {
    color: #77c343;
    background-color: #474b4f;
    font-weight: 100;
    font-size:1.3em;
    font-style: italic;
    padding: 15px 0px 10px 0px;
    margin-top:20px;
    margin-bottom:0;
    font-family: "Libre Baskerville", serif;
    text-align: center;
    min-width: 600px;
    width:100%;
    max-width: 800px;
    margin-left:auto;
    margin-right: auto;
    clear: both;
}*/
/*
div {
    min-width: 600px;
    width: 93%;
    max-width:800px;
    margin: 0 auto;
}*/

#break {
    font-weight: 300;
    margin-left:25px;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-right: 0px;
    border-bottom:2px #b29743 solid;
}
#star {
    width: 25px;
    display: block;
    margin: 0 auto;
    position:relative;
    bottom: 15px;
}
#profile {
    width: 175px;
    float: right;
    margin: 10px 30px 20px 40px;
}
#about {
    width: 185px;
    float: right;
    margin: 0px 0px 20px 40px;
}
#box {
    margin:0 auto 50px auto;
    width: 780px;
}
article {
    padding: 10px;
    line-height:1.6em;
}
#box1 {
    border: 2px #b29743 solid;
    width: 40%;
    /*line-height: 50px;*/
    height:140px;
    max-width: 285px;
    margin: 0px 60px;
    text-align:center;
}
#box2 {
    border: 2px #b29743 solid;
    float:right;
    width: 40%;
    /*line-height: 50px;*/
    height: 140px;
    max-width: 285px;
    margin: 0px 50px;
    text-align:center;
}
#quote {
    margin:0 auto;
    width: 90%;
    max-width: 700px;
    font-size:0.9em;
}
#quote1 {
    font-weight: 300;
    border-radius: 10px;
    border: 2px #b29743 dashed;
    width: 44%;
    max-width: 325px;
    margin: 0px;
    margin-bottom: 40px;
}
#quote2 {
    font-weight: 300;
    border-radius: 10px;
    border: 2px #b29743 dashed;
    float:right;
    width: 44%;
    max-width: 325px;
    margin: 0px;
    clear:both;
    margin-bottom: 40px;
}
#content {
  height:300px;
}
h3 {
    color: #e0e3e6;
    padding: 20px 25px 0px 25px;
    margin-top:0;
    font-weight:bold;
    font-family: "Ubuntu Condensed", sans-serif;
    font-size: 1.5em;
}

h4 {
    color: #a28733;
    font-weight: bold;
    margin: 0;
    font-size: 1.15em;
}
.attrib {
    text-align:right;
}
.questions {
    color: #6ba02b;
    font-weight: 500;
    margin: 0;
    font-size: 1em;
}

section {
    border-radius: 15px;
    margin: 0px 12px 20px 12px;
    min-width: 600px;
    width:93%;
    max-width: 800px;
    padding-top:25px;
    margin-left:auto;
    margin-right: auto;
}

section img {
  width:290px;
  padding:20px;
}

#float {
  float:right;
}

.cvelement {
    color: #c0c3c6;
    font-weight: 250;
    padding-left:25px;
}

p {
    padding: 5px 30px;/*
    border: 2px #86c232 dashed;
    border-radius: 25px;
    margin: 25px;
    font-size: 1em;*/
}

ul {
    width: 75%;
    max-width: 600px;
    margin: 0 auto;
}

li {
    color: #222629;
    font-weight:300;
    padding: 4px;
}


footer {
    padding-top:10px;
    margin-top:30px;
}
footer p {
    color: #b29743;
    background-color: #222629;
    font-weight: 300;
    font-size:1.1em;
    padding: 20px 0px 20px 0px;
    margin:0 auto 0 auto;
    text-align: center;
    min-width: 500px;
    width:100%;
    max-width:unset;
}

#credit {
    color: #888;
    font-weight: 300;
    font-size:1em;
    padding: 0px 0px 20px 0px;
    text-align: center;
    /*position: relative;
    left: 100px;*/
}

.na {
    background-color: #333639;
}

table {
    margin:0 auto;
}
td,th {
    text-align: center;
    padding: 3px;
}
.avail{
    color: #6ba02b;
    font-weight: 500;
    margin: 0;
    font-size: 1em;
    background-color: #111619;
}
