/* Navbar */
img.logo {
	height: 100px;
}

a.navbar-brand {
	margin: 0;
	padding: 0;
}

.navbar-header{
	min-height: 100px;
}

nav{
	background-color: #557792;
}

/* Header */
header {
  text-align: left;
  color: #fff;
  background-attachment: scroll;
  background-image: url(../img/header-bg.jpg);
  background-position: center center;
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }

header .intro-text {
  padding-top: 100px;
  padding-bottom: 50px; }

header h2 {
  margin-bottom: 25px;
  font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  text-transform: none; }

header h1 {
  margin-bottom: 25px;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  font-style: normal;
  max-width: 71%; }

@media (min-width: 768px) {
  header .intro-text {
    padding-top: 300px;
    padding-bottom: 200px; }

  header .intro-text h2 {
    margin-bottom: 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 40px;
    font-style: italic;
    line-height: 40px; 
    text-transform: none;}

  header .intro-text h1 {
    margin-bottom: 30px;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 65px;
    font-weight: 700;
    line-height: 75px;
    font-style: normal;
    max-width: 71% } }

/* Services */    
.service-details {
	text-align: left;
}

/* About */
.bold {
	font-weight: bold;
}

/* Rope Access */
.timeline-inverted img {
	float: right;
}

/* Contact */
section#contact p {
	color: #fff;
	font-size: 120%;
}

/* Footer */
.copyright {
	color: #777;
}

footer ul.quicklinks {
	color: #777;
}


.bold {
	font-weight: bold;
}