html {
	height: 100%;
}
body {
	color:#ccc;
	font-family: 'Catamaran', sans-serif;
	font-size: 16px;
	height: 100%;
}




h1 {
	font-family: 'Raleway', sans-serif;
	font-size:2.5em;
	font-weight: 100;
}
h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 1.2em;
	font-weight: 100;
}

section {
	position: relative;
	width:100%;
	float: left;
}
.nav-box {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	padding:15px 0px;

}

.scroll-btn {
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	line-height: 80px;
	border:1px solid #00aeef;
	color:#00aeef;
	font-size: 16px;
	transition: all 500ms ease-in-out;
	margin-bottom: -40px
}
.scroll-btn:hover {
	text-decoration: none;
	border:1px solid #ccc;
	color:#ccc;
	margin-bottom: 0px
}

.vr-table {
	display: table;
	height: 100%;
	width:100%;
}
.vr-td {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 100%;
	width:100%;
}
.vr-content {
	display: inline-block;
	max-width: 600px;
	position: relative;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	padding: 0 15px;
}

.img-container {
	float:left;
	width: 100%;	
	margin-bottom: 15px;
}


h1.title {
	margin    : 0 0 0 0;
	font-size : 26px;
	font-family: 'Catamaran', sans-serif;
	font-weight: 400;
	letter-spacing: 4px;
}

@media screen and (max-width:640px) {
	h1.title {
		font-size : 24px;
	}
}



#intro.page {
	color: #333;
	padding:40px 0;
	background: #fff;
}


footer {
	float: left;
	width: 100%;
	background-color: #333;
	min-height: 160px;
	color: #ccc;

}

.contact-btn{
	display: inline-block;
	margin-top: 30px;
	padding: 6px 30px 3px 30px;
	border-radius: 20px;
	line-height: 24px;
	background-color: #00aeef;
	color:#fff;
	font-size: 16px;
	box-shadow: 0px 10px 15px #000; 
	transition: all 200ms ease-in-out;
}
.contact-btn:hover {
	color:#fff;
	text-decoration: none;
	box-shadow:none;

}

.logo-mini {
	margin-bottom: 25px;
}


footer .text-light {
	font-size: 18px;
	font-weight: 100;
	letter-spacing: 1px;
}


@media screen and (max-width: 768px) {
	#home {
		height: 100%;
		background: url('../images/swiss-sound-bkg-pt.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.logo-text {
		
		width: 100%;
		padding:0 15px;
	}

	.subtitle {
		text-align: center;
	
		font-size: 15px;
	}
}


@media screen and (max-width: 768px) and (max-height: 1440px) and (orientation: portrait) {
	#home {
		height: 100%;
		background: url('../images/swiss-sound-bkg-pt.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.logo-text {
		width: 100%;
		padding:0 15px;
	}

	.subtitle {
		text-align: center;
		font-size: 15px;
	}
}



@media screen and (min-width: 768px) {
	#home {
		height: 100%;
		background: url('../images/swiss-sound-bkg-1024.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.logo-text {
		width: 100%;
		padding:0 15px;
	}
	.subtitle {
		text-align: center;
		font-size: 18px;
		margin-top: 16px;
		letter-spacing: 1px;
	}
	
}
@media screen and (min-width: 992px) {
	#home {
		height: 100%;
		background: url('../images/swiss-sound-bkg.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.text-col-3 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		-o-column-count: 3;
		column-count: 3;
	}
	.logo-text {
		width: 100%;
		padding:0 15px;
	}
	.subtitle {
		text-align: center;
	
		font-size: 18px;
	}

}

@media screen and (min-width: 1200px) {
	body {
		background: url('../images/swiss-sound-bkg.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.logo-text {
		width: 100%;
		padding:0 15px;
	}
	.subtitle {
		text-align: center;

		font-size: 18px;
	}

}




