body{
  font-family:'Open-sans', sans-serif;
  font-size:17px;
  line-height:1.5em;
  margin:0;
  padding:0;
}

img{
  width:100%;
}

.container{
  margin:auto;
}

/* COMMON CLASSES */
.primary-text {
    /*color: #56a7aa;*/
    color: #56a7aa;
}

.primary-background{
  background:#56a7aa;
}

a {
    color: #ffffff;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

a:link, a:visited, a:active, a:hover {
    color: #ffffff;
}

a:hover {
    background-color: #bbccdd;
}

.nowrap {
    white-space:nowrap;
    line-height:1.5em;
}

/* HEADER */
#main-header{
  border-bottom:1px solid #56a7aa;
}

/* NAVBAR */
#navbar{
  text-transform:uppercase;
}

#navbar li{
  display:inline;
  padding-right:20px;
  list-style:none;
}

#navbar a{
  text-decoration:none;
  color:#888;
}

#navbar li.current a, #navbar a:hover{
  color:#56a7aa;
  border-bottom: 3px solid #56a7aa;
  padding-bottom:3px;
}

#navbar a:hover {
    background-color: transparent;
}

/* SHOWCASE */
#showcase{
  background:url('../images/showcase.jpg') no-repeat center center;
  border-bottom:1px solid #56a7aa;
  margin-bottom:30px;
}

#showcase .row{
  height:600px;
}

#showcase h1{
  font-size:50px;
  margin:0;
  padding-bottom:20px;
}

#showcase p{
  color:#ccc;
  margin:0;
}

#showcase .showcase-content {
    background: #333;
    color: #f5f5f5;
    border-radius: 90px;
    padding: 40px 20px 20px 20px;
    background-color: rgba(33, 33, 33, 0.6);
    box-shadow: 0px 0px 20px 0px rgba(255,255,255,0.9), 0px 1px 12px 0px rgba(255,255,255,1.0);
}

.siteTitle {
    text-shadow: 0 1px 0 #ccc, 0 1px 0 #c9c9c9, 0 2px 0 #bbb, 0 2px 0 #b9b9b9, 0 3px 0 #aaa,
        0 3px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 
        0 3px 6px rgba(0,0,0,.25), 0 5px 5px rgba(0,0,0,.2), 0 10px 10px rgba(0,0,0,.15);
}

/* FEATURES */
#features h2{
  font-size:35px;
  margin:0;
  padding-bottom:10px;
}

#features p{
  color:#888;
  margin:0;
  margin-bottom:40px;
}

#features .fa{
  font-size:40px;
  color:#56a7aa;
}

#features ul {
    list-style: none;
    padding: 0;
}

#features li {
    line-height: 2em;
    font-size: 20px;
    text-align: left;
}

/* INFO */
#info{
  background:#333 url('../images/info-bg.jpg') no-repeat;
  color:#fff;
}

#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;
}

/* COMPANY */
#company{
  background:#333;
  color:#fff;
  padding:10px 0;
}

#company h4{
  text-transform:uppercase;
  margin-bottom:0;
}

#company ul{
  padding:0;
  list-style:none;
  line-height:2em;
}

#company input[type="text"]{
  padding:7px;
}

#company button{
  background:#222;
  color:#fff;
  padding:10px;
  border:0;
}

#company a {
    color: #ffffff;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

#company a:link, a:visited, a:active, a:hover {
    color: #ffffff;
}

#company a:hover {
    background-color: #bbccdd;
}

/* FOOTER */
#main-footer {
    background: #56a7aa;
    color: #fff;
}

/* PAGE */
#page{
  margin-bottom:40px;
}

/* SERVICES */
.services ul {
  text-align: left;
}

.services ul li{
  list-style:none;
  padding:10px;
  min-height: 160px;
}

.services ul li:nth-child(odd){
  background:#333;
  color:#fff;
}

.services ul li:nth-child(even){
  background:#56a7aa;
  color:#fff;
}

.services a {
    color: #ffffff;
    font-size: 40px;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

.services a:link, a:visited, a:active, a:hover {
    color: #ffffff;
}

.services a:hover {
    background-color: transparent;
    color: #ddddff;
}

/* ABOUT */
.about a {
    color: #333;
    font-size: 40px;
    line-height:1.3em;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
    text-shadow: 1px 2px 7px rgba(33,33,33,0.7);
}

.about a:link, a:visited, a:active, a:hover {
    color: #333;
}

.about a:hover {
    background-color: transparent;
    text-shadow: 1px 2px 7px rgba(33,33,33,0.7), 1px 1px 2px rgba(33,33,33,0.7);
}

/* 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;
}

/* MEDIA QUERIES */
@media(max-width:300px){
  #showcase h1{
    font-size:30px;
  }
}

@media(max-width:500px){
  #showcase .showcase-content{
    padding:40px 10px;
  }
}
