/*!
 * Start Bootstrap - The Big Picture (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
@import url(font-awesome.min.css);
@import url("http://fonts.googleapis.com/css?family=Lato:300,700");
@import url('https://fonts.googleapis.com/css?family=EB+Garamond');
 
body {
	margin-top: 50px;
	margin-bottom: 50px;
	background: none;
}

.full {
  background-image: url("../images/boat-fullscreen.jpg") ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body, input, select, textarea {
		color: #fff;
		font-family: "Lato", Helvetica, sans-serif;
		font-size: 15pt;
		font-weight: 300;
		line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
		color: #23527c;
		font-weight: 900;
		line-height: 1em;
		margin: 0 0 1em 0;
		letter-spacing: 0.2em;
		text-shadow: 1px 1px 1px #333;
		font-family: 'EB Garamond', serif;
	}
	
.address {font-size: 0.8em; line-height: 1.5em;}
a:focus, a:hover {
    color: #fff;
    text-decoration: none;
}
a:visited {colour: #23527c;}
.navbar {display: none;}

p {
padding-bottom: 15px;
}

.col-md-6 {
    background: rgba(0,0,0, 0.6);
    padding: 30px;