html {
    background: #e3e3e3 url(../images/desert.jpg) no-repeat center left fixed;
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    background: transparent;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    line-height: 1.5em;
    font-size: 2.5vh;
    font-family: Arial, sans-serif;
    color: #fff;
    color: rgba(227, 227, 227, .8);
    font-weight: normal;
}


/*                    Navigation bar                    */

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #000;
    font-size: 16px;
}

.navbar-default .navbar-nav > li > a {
    color: white;
    font-size: 16px;
}

.navbar {
    background-color: rgba(0, 0, 0, 0.2);
    background-image: none;
    font-size: 16px;
}

@media (min-width: 900px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}


/*             Sections - universal classes             */

.section {
    z-index: 1;
    min-height: 220px;
    width: 100%;
    overflow: auto;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
    display: none;
    top: 0;
    color: white;
}

#head {
    display: block;
}
#head img {
    max-width: 75%;
    max-height: 75%;

}

div {
    border-radius: 5px;
}


/*                      Typography                      */

a {
    color: #fff;
    text-decoration: none;
}

a:hover,
a:active {
    color: #fff;
    text-decoration: underline;
}

.lead {
    font-weight: normal;
    font-size: 2vh;
    line-height: 1.2em;
}

.title,
.subtitle {
    font-family: 'Quicksand', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 11.5vh;
    margin-bottom: 15px;
    color: #e7e7e7;
    line-height: 1em;
    text-shadow: 1px 1px 2px black;
}

.subtitle {
    line-height: .9em;
    font-size: 8vh;
    margin-top: 0;
    margin-bottom: 5px;
    text-shadow: 1px 1px 2px black;
}

.tagline {
    font-size: 1.4em;
    line-height: 1.3em;
    font-weight: normal;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px black;
}


 

/*                 UI - Thumbnails                      */

.thumbnail {
    background-color: rgba(255, 255, 255, .0);
    border: 0 none;
    padding: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.thumbnail .caption {
    color: inherit;
}

/*                  Form Style                       */
.contact {
  padding: 20px 0 10px 0;
}

.contact ul {
  padding: 15px 0px 15px 0px;
  font-size: 1em;
}

.contact li {
  padding: 0 15px 0 15px;
  font-size: 1em;
}
.contact i {
  padding: 20px 25px 20px 20px;
  font-size: 1em;
}

.contact h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.5em;
  border: 1px solid #555;
  background-color: rgba(0,0,0,0.6);
  padding-top: 20px;
  height: 75px;
  color: #fff;
  font-weight: 500;
  line-height: 40px;
  padding-left: 50px;
  text-align: center;
}

#comments {
  margin-top: 0;
  height: 300px;
  color: black;
}
#message input {
    color: black;
}
textarea input {
    color: black;
}

#contactform {
  height: 215px;
}

#contactform .right {
  float: right;
}

#contactform input,
#contactform textarea {
  margin-bottom: 14px;
  width: 100%;
  outline: none;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1.5em;
  color: black;

}

#contactform input {
  padding-left: 15px;
  height: 44px;
  border-radius: 0;
  color: black;
}

#contactform textarea {
  padding: 15px;
  height: 218px;
  border-radius: 0;
  color: black;
}

#contactform .btn {
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid #333;
  background: rgba(0,0,0,0.8);
  color: #fff;
}

#contactform .btn:hover {
  background: gray;
}
