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

/* padded section */
.pad-section {
  padding: 50px 0;
}

.pad-section img {
	padding:10px;
}

/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color:white;
}
.text-vcenter h3 {
  font-size: 2em;
  font-weight: 700;
  margin: 0;
  margin-top:.5em;
  font-family: "adelle-sans",sans-serif;
  display: none;
  background-color: white;
  padding: 15px;
}
.tagline {
  color: #0D3A63;
  width: 30em;
  margin-left: auto;
  margin-right: auto;
}
.description {
	padding: 15px 30px 40px 30px;
	background-color: #0D3963;
	position: absolute;
	bottom: 0px;
	font-weight: bold;
}

.lead {
	font-family: "adelle-sans",sans-serif;
	font-style: italic;
}

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

#down {
	position:absolute;
	bottom:0px;
    right:25%;
    left:50%;
    color: white;
    font-size: 24px;
    -webkit-animation-duration: 1s;
	-webkit-animation-delay: 2s;
	-webkit-animation-iteration-count: 5;
	animation-duration: 1s;
	animation-delay: 2s;
	animation-iteration-count: 5;
	-moz-animation-duration: 1s;
	-moz-animation-delay: 2s;
	-moz-animation-iteration-count: 5;
}

#logo {
	padding:10px;
	background-color: white;
	display: none;
/* 	box-shadow: 1px 1px 10px black; */
}

#about {	
	height: 400px !important;
}

#about .row {
	padding:10px;
}

#services {
  background-color: #0D3963;
  color: #ffffff;
  transition: background-color .3s;
  -moz-transition: background-color .3s;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  border-bottom: 1px solid white;
}
#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;
}

#placements {
  background-color: white;
}
#placements .glyphicon {
  display: inline-block;
  font-size: 60px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  vertical-align: middle;
  width: 140px;
}

#contact {
  background-color: #0D3963;
  color: #ffffff;
  transition: background-color .3s;
  -webkit-transition: background-color .3s;
  -moz-transition: background-color .3s;
  -o-transition: background-color .3s;
  border-bottom: 1px solid white;
}

#information {
  background: url(../images/nyc2.jpg);
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
  display: table;
  height: 600px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#information .panel {
  opacity: 0.85;
}

#spacer {
  background: url(../images/nyc3.jpg);
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
  display: table;
  height: 400px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

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

.required {
	color: red;
}

#social a {
	color: white;
	padding: 10px;
}

#msgSubmit a{
	color: white;
	display: inline-block;
}

#social {
	display: inline-block;
}

#linkedin {
	width: 50px;
	height: 50px;
	background-image: url('../images/linkedin.png');
	background-repeat:no-repeat;
    background-size:contain;
    background-position:center; 
	opacity: .7;
	float: left;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
	
}

#linkedin:hover {
	opacity: 1;
}

#facebook {
	width: 50px;
	height: 50px;
	background-image: url('../images/facebook.png');
	background-repeat:no-repeat;
	background-size:contain;
    background-position:center; 
	opacity: .7;
	float: right;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}

#facebook:hover {
	opacity: 1;
}

#msgSubmit a{
	padding: 5px;
}

#msgLinkedin {
	width: 50px;
	height: 50px;
	background-image: url('../images/linkedin.png');
	background-repeat:no-repeat;
    background-size:contain;
    background-position:center; 
	opacity: .7;
	float: left;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
	
}

#msgLinkedin:hover {
	opacity: 1;
}

#msgFacebook {
	width: 50px;
	height: 50px;
	background-image: url('../images/facebook.png');
	background-repeat:no-repeat;
	background-size:contain;
    background-position:center; 
	opacity: .7;
	float: right;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}

#msgFacebook:hover {
	opacity: 1;
}

#stoneSassa {
	padding: 10px;
	background-color: white;
}

/* iPhone 6 */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
  	#about-img {
	  	display: none;
  	}

}

/* iPhone 6+ */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
  	#about {
	  	height: 700px !important;
  	}
  	#services {
	  	height: 1000px !important;
  	}
}
