/* general styles */
html, body {
  height: 100%;
  width: 100%;
}

/* padded section */

.pad-section {
	padding-top: 50px;
}

.pad-section img {
  width: 100%;
}

/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-family: 'Arvo', serif;
}

.text-vcenter h1 {
  font-size: 4.5em;
  font-weight: 700;
  margin: 0;
  padding: 10px;
  background-color:#ffffff;
  opacity: .7;
}

h3 {
	font-family: 'Arvo', serif;	
	font-weight: 400;
	color: white;
}



/* additional sections */
#home {
  background: url('../img/nobu.jpg') no-repeat center center fixed; 
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#about {
 	background-color: #9e9d9d;

}

#contact {
  	background-color: #9e9d9d;
  	font-family: 'Arvo', serif;	
	color: #000000;
	font-size: 20px;
	font-weight: 400;

  
}

#clients {
	background-color: #9e9d9d;

}


#services .glyphicon {
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  font-size: 60px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  vertical-align: middle;
  width: 140px;
}

#services {
  background: url('../img/triton.jpg') no-repeat center center fixed; 
  display: table;
  height: 400px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#services .panel {
  opacity: 0.85;
}

#information {
  background: url('../img/argonautroom.jpg') no-repeat center center fixed; 
  display: table;
  height: 400px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#links a {
padding-bottom: 30px;
}

p.contact {
	color: rgb(0,0,0);
	font-size: 24px;
	
}

p.phone a {
	color: black;
}

p.phone a:hover {
	color: white;
	text-decoration: none;
}

footer {
  padding: 20px 0;
}
footer .glyphicon {
  color: #333333;
  font-size: 60px;
}
footer .glyphicon:hover {
  color: #306d9f;
}

ul li {
	text-decoration: none;
}

@media (max-width:767px) {

	  #home {
	  background: url('../img/nobu5.jpg'); 
	  }
	  
	  #services {
	  background: url('../img/triton2.jpg'); 
	  }
	  
	  #information {
	  background: url('../img/argonautroom2.jpg');

 
	}
