@import url('http://fonts.googleapis.com/css?family=Raleway'); /*--- Nav Font --*/
@import url('http://fonts.googleapis.com/css?family=Playfair+Display:700|Raleway'); /*--- Heading Font --*/

html, body {
	margin: 0;
	padding: 0;
	height:100%;
	width: 100%;
}
h2 {
	font-family: 'Playfair Display', serif;
	font-size: 200%;
	font-weight: 700;
	color: #2C2C2C;
	text-align: center;
	text-decoration: underline;
}
p {
	font-family: Consolas, monaco, monospace;
	color: #2C2C2C;
	font-size: 140%;
	line-height: 180%;
	text-align: justify;
	font-weight: 300;
}
img {
	text-align: center;
	max-width: 100%;
	height: auto;
	width: auto;
}
.intro {
	height: 100%;
	width: 100%;
	margin: auto;
	background: url(img/bus0.jpg) no-repeat 50% 50%;
	background-size: cover;
	display: table;
	top: 0;
}
.intro .inner {
	vertical-align: top;
    display: table-cell;
	width: 100%;
	max-width: none;
}
h1 {
    margin-top: 15%;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 240%;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	text-shadow: 0px 0px 250px #000;
}
.content p {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #FFF;
    text-align: center;
}
.inner {
	max-width: 850px;
	margin: auto;
	font-size: 170%;
}
/* .inner img { */
    /* margin-top: 3%; */
    /* margin-bottom: 3%; */
    /* width: 30%; */
    /* max-height: 30%; */
    /* text-align: center; */
/* } */
.inner h1 {
    margin-top: 1%;
}
.inner span{
	color: #2C2C2C;
    background-color: #FFF;
    padding-left: .2em;
    padding-right: .2em;
}
/*--- Start Nav --*/
nav {
	float: left;
	padding: 0 5% 0 0;
	height: 50px;
}
nav ul {
	list-style: none;
	float: left;
}
nav ul li  {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}
nav ul li a {
	color: #FFF;
	text-decoration: none;
}
.rline {
	border-bottom: 1px solid red;
    width: 95%;   
}
.wline {
    border-bottom: 0.5px solid white;
    width: 95%;
    margin-bottom: 10px;
}
nav ul li a:hover {
	text-decoration: underline;
}
nav ul, nav:active ul {
	display: none;
	padding: 8px 0;
	left: 45px;
	top: 60px;
	width: 150px;
	z-index: 1000;
    background: #404040; /* Fallback IE 6-8 */
    background-color: rgba(40, 40, 40, 0.6);
}
nav li {
	width: 100%;
	padding: 8px 0 10px 7px;
	margin: 0;
}
nav:hover .menu {
	display: block;
	position: absolute;
}
.drop-menu:hover .sub-menu {
    display: block;
    position: absolute;
    padding: 8px 0;
	left: 150px;
	top: 156px;
	width: 320px;
	z-index: 1000;
    background: #404040; /* Fallback IE 6-8 */
    background-color: rgba(40, 40, 40, 0.7);
}
.drop-menu:hover .sub-menu-2 { /*gallery dropdown fix */
    display: block;
    position: absolute;
    padding: 8px 0;
	left: 150px;
	top: 195px;
	width: 320px;
	z-index: 1000;
    background: #404040; /* Fallback IE 6-8 */
    background-color: rgba(40, 40, 40, 0.7);
}
#menu-icon {
	width: 32px;
	height: 26px;
	background: url(img/nav-icon.png) center;
	display: inline-block;
	margin: 50px 0 0 50px;
}
/*---End Nav --*/
.pic-about img {
	margin: auto;
	display: block;
    width: 30%;
}
.about-me a {
    color: #000000;
}
.about-me a:hover  {
    color: #FFFFFF;
	background-color: #000000;
    text-decoration: underline;
}
.about-me p {
	text-align: center;
	font-weight: 700;
}
.flags {
	text-align: center;
}
.flags img {
	margin: 0 5px;
}
.one-third-port {
	width: 29.333333%;
	margin: 2%;
	float: left;
    position: relative;
}
.one-third-port img {
    display: block;
}
.one-third-port span {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 600px;
    color: #fff;
    text-align: center;
    line-height: 2.5em;
    height: 2.5em;
    border-top: 1px solid #adabab;
    background: #404040; /* Fallback IE 6-8 */
    background-color: rgba(40, 40, 40, 0.6);
}
.one-third-port img:hover {
	opacity: .6;
}
.contact {
	margin-top: 5%;
}
.contact p {
	text-align: center;
	letter-spacing: 5px;
}
.contact a {
	color: #2C2C2C;
	text-decoration: none;
}
.break {
	display: none;
}
.break-2 {
	display: none;
}
.clearfix {
	clear: both;
	height: 3%;
}
.parallax {
	background: url("img/bus0.jpg") repeat fixed 80%;
	opacity: .5;
}
.parallax-inner {
	padding-top: 17%;
}
.social {
	list-style-type: none;
	text-align: center;
}
.social li {
	display: inline;
}
.social i {
	font-size: 270%;
	margin: 1% 5% 3% 4%;
	color: #2C2C2C;
}
.social i:hover {
	color: #606060;
}
footer.second {
	background-color: #2C2C2C;
	height: 200px;
}
footer.second p {
	color: #FFF;
}
footer.second ul  {
	float: right;
	list-style-type: none;
	text-align: center;
	margin: 1% 48% 0 0;
	line-height: 2em;
}
footer.second ul li a{
	color: #FFF;
	font-family: Consolas, monaco, monospace;
}
footer.second ul li{
	text-decoration: none;
	color: #FFF;
}
.imprint p{
	letter-spacing: 3px;
	margin: 0 5% 0 5%;	
}
.imprint h3{
	margin: 5% 0 5% 2%;
}
/*------GALLERY-----*/
#wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
#wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
    margin-bottom: -4px;
}
#wrapper h2 {
	color: #000000;
	padding: 12% 0 1% 0;
	text-shadow: 0px 0px 250px #000;
}
.one-third {
    width: 29%;
    float: left;
    margin: 2%;
}	
img:hover {
    opacity: .8;
}
.intro-gal {
    min-height: 100%;
    height: 100%;
    width: 100%;
    background-color: #D8D8D8;
    display: table;
}
/*------GALLERY-End-----*/
@media screen and (max-width: 768px) {
	#menu-icon {
		margin: 26px 0 0 26px;
	}
	nav ul, nav:active ul {
		padding: 8px 0;
		left: 23px;
		top: 34px;
	}
    nav ul li  {
	font-family: 'Raleway', sans-serif;
	font-size: 100%;
}
    .drop-menu:hover .sub-menu {
        padding: 8px 0;
        left: 150px;
        top: 155px;
    }
	.inner {
		font-size: 120%;
	}
	.content h1 {
		font-size: 180%;
        margin-top: 25%;
	}
	p {
		font-size: 120%;
	}
	h2 {
		font-size: 160%;
	}
    .one-third-port img {
        display: block;
        padding: 2%;
    }
	.one-third-port {
		width: 96%;
		margin: 0 auto;
		padding: 0;
	}
    .one-third-port span {
        width: 100%;
        margin: 2%;
        max-height: 600px;
        max-width: 600px;
    }
	.break {
		display: block;
	}
	.parallax {
		display: none;
	}
	.one-third {
        width: 48%;
        margin: 1%;
    }
	.imprint p{
	letter-spacing: 1px;
	margin: 0 5% 0 5%;	
}
}
@media screen and (max-width: 480px) {
    .one-third {
        width: 98%;
        margin: 1%;
	}
    .one-third-port span {
        width: 100%;
    }
	.break-2 {
		display: block;
	}
	.drop-menu:hover .sub-menu {
	width: 180px;
	}
    h1 {
        margin-top: 35%;
    }
}


.inner img:hover {
	opacity: 1.0;
}

.inner {
}
.inner .img {
    margin-top: 3%;
    margin-bottom: 12%;
    width: 100%;
    text-align: center;
    height: 13em;
}
.inner img {
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    width: auto;
}
.inner h1 {
    margin-top: 1%;
}
.inner span{
	color: #2C2C2C;
    background-color: #FFF;
    padding-left: .2em;
    padding-right: .2em;
}




