body{
  font-family: 'Open-sans',sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  width: 70%;
  margin: auto;
}

/* Common Classes */

.primary-text{
  color: #c33a1e;
}

.primary-background{
  background: #c33a1e;
}
/* Header */
#main-header{
border-bottom: 1px solid #c33a1e;
}

/* Navbar */
#navbar{
  text-transform: uppercase;

}

#navbar li{
  display: inline;
  padding-right: 20px;
  list-style: none;
}

#navbar a{
  text-decoration: none;
  color: #888;
}

#navbar .current a, #navbar a:hover{
  color: #c33a1e;
  border-bottom: 3px solid #c33a1e;
  padding-bottom: 3px;
}

/* Showcase */
#showcase{
  background: url('../images/slide1.png') no-repeat;
  background-size: 100% 100%;
  border-bottom: 1px solid #c33a1e;
  margin-bottom: 30px;
}

#showcase .row{
  height: 500px;
}

#showcase h1{
  font-size: 2.0em;
  margin: 0;
  padding-bottom: 20px;
}

#showcase p{
  color: #ccc;
  margin: 0;
}

#showcase .showcase-content{
  background: #333;
  color: #fff;
  border-radius:90px;
  padding: 40px;
  opacity: 0.9;
}

main {
  max-width: 900px;
  margin: auto;
  box-shadow: 30px 0px 40px rgba(0, 0, 0, 0.2),
    -30px 0px 40px rgba(0, 0, 0, 0.2);
}

#subheader ul li{
  display: inline;
  padding-right: 40px;
  list-style: none;
}

/* Company */

#company{
  background: #555;
  color: #fff;
  padding: 10px 0;
}

#company h4{
  text-transform: uppercase;
  margin-bottom: 0;
}

#company ul{
  padding-left: 10px;
  list-style: none;
  line-height: 2em;
}

#company input[type="text"]{
  padding: 7px;
}

#company button{
  background: #222;
  color: #fff;
  padding: 10px;
  border: 0;
}
/* Footer */
#main-footer{
  background: #c33a1e;
  color: #fff;
}

/* Page */
#page{
  margin-bottom: 2.5em;
}

/* Subheader */

#subheader{
  background: #555;
  color: #fff;
}

/* Contact */
.contact form{
  background: #333;
  color: #fff;
  padding: 20px;
}

.contact form input[type="text"]{
  width: 50%;
  height: 30px;
  margin-bottom: 10px;
}

.contact form textarea{
  width: 50%;
  height: 100px;
}

.contact form button{
  width: 50%;
  padding: 10px 0;
  border: 0;
  background: #222;
  color: #fff;
}

.contact form label{
  text-transform: uppercase;
}

/* gallery css   */

#header {
  padding: 0.8rem;
  text-align: center;
  background: #333;
  color: #fff;
}

#header h2 {
  border-left: dotted 1px #fff;
  border-right: dotted 1px #fff;
  display: inline-block;
  padding-right: 1.0em;
  padding-left: 1.0em;
}

.caption {
  padding: 0.8em;
  text-align: center;
}

/* Media Queries */
@media (max-width:1250px) {
  #showcase h1{
    font-size: 1.8em;
  }
  #page p{
  font-size: 1.0em;
  }
  #showcase .row{
    height: 375px;
  }
  #company h4{
    font-size: 0.9em;
  }
  #company p{
    font-size: 0.9em;
  }
  #company ul li{
    font-size: 0.9em;
    padding: 0;
    list-style: none;
    line-height: 1.5em;
  }
}

@media (max-width:600px) {
  #showcase .showcase-content{
    padding: 20px 10px;
  }
  #showcase h1{
    font-size: 1.0em;
  }
  #page p{
  font-size: 0.8em;
  }
  #showcase .row{
    height: 275px;
  }
  #company h4{
   font-size: 0.8em;
  }
  #company p{
    font-size: 0.8em;
  }
  #company ul li{
    font-size: 0.8em;
    padding: 0;
    list-style: none;
    line-height: 1.5em;
  }
}

/* Services */
/*
.services ul li{
  list-style: none;
  padding: 10px;
}

.services ul li:nth-child(odd){
  background: #333;
  color: #fff;
}

.services ul li:nth-child(even){
  background: #c33a1e;
  color: #fff;
}  */

/*
#info{
  background: #333 url('../images/pilbara3b.jpg') no-repeat;
  background-size: 100% 100%;
  margin: auto;
  color: red;
}

#info h2{
  font-size: 35px;
  margin: 0;
  padding-bottom: 10px;
}

#info ul{
  list-style: none;
  padding: 0;
}

#info li{
  line-height: 2em;
  font-size: 20px;

 }
*/
