.red {background: red;}
.blue {background: blue;}
.yellow {background: yellow;}
.green {background: green;}
.grey {background: #ccc;}
.white {background: #fff;}
.black {background: #000;}

.height {height: 500px;}


	a:focus {outline: none;color: #fff !important;}
	button:focus {outline:0;}

body , html {
	background: #61b6d6;
	height: 100%;
	font-family: 'Lato', sans-serif;
}

p {
	padding: 40px;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.8;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
	background: #fefefe;
}

.fbtn {
	padding: 10px 17px;
	color: #fff;
	border: #fff 2px solid;
	background: transparent;
}

.fbtn:hover {
	background: #fff;
	color: #61b6d6;
}

.fbtn-green {
	padding: 10px 17px;
	color: #61b6d6;
	border: #61b6d6 2px solid;
	background: transparent;
}

.fbtn-green:hover {
	background: #61b6d6;
	color: #fff;
}


.navbar {
	background: none;
	border: 0px;
	padding: 60px 60px 0 60px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}

.navbar-toggle {
  border: none;
  background: transparent !important;  
}

.icon-bar {
	background: #fff !important;
}

.navbar-brand {
	color: #fff !important;
	font-family: 'Lato', sans-serif;
	font-size: 1.5em;
	font-weight: 900;
}

span.glyphicon-earphone {
	margin: 0 10px 0 0;
}

#hero {
	width: 100%;
	height: 100%;
}

#hero-bg {
	width: 100%;
	height: 100%;
		
	background: #000 url(../images/main-background-fade.jpg) fixed;
	background-position: bottom left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#hero-content {
	font-family: 'Lato', sans-serif;
	position: absolute;
	top: 35%;
	left: 75px;
	color: #fff;
	max-width: 800px;
	opacity: 1;
}

#hero-content h1 {
	font-weight: 300;
	font-size: 3.5em;
}

#hero-content span {
	font-weight: 900;
}

#frame-top {
	width: 100%;
	height: 10px;
	background: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
}

#frame-right {
	width: 10px;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0px;
	right: 0px;
}

#frame-bottom {
	width: 100%;
	height: 10px;
	background: #fff;
	position: fixed;
	bottom: 0px;
	left: 0px;
}

#frame-left {
	width: 10px;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
}

.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #fff;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

.about {
	/*background: #61b6d6;*/
	background: #61b6d6;
	color: #fff;
}

.about h2 {
	padding: 170px 20px 170px 140px;
	font-size: 2.2em;
}

.about h2 span {
	font-size: 0.5em;
}

.about p {
	padding: 120px 70px;
	font-size: 1.2em;
	font-weight: 300;
	max-width: 1000px;
}

.about button {
	margin-top: 30px;
}

.more-about {
	padding: 80px 0 40px 0;
	display: none;
}

.more-about h4 {
	padding: 0 0 0 50px;
	margin: 20px 0 0 0;
	font-size: 0.9em;
	color: #999;
}

.studio>div {
	height: 500px;
	padding: 0px;
	margin: 0px;
}

.studio>div:first-child {
	background: url(../images/studio1-sm.jpg) no-repeat center center;
	background-size: 1000px;
}

.studio>div:nth-child(2) {
	background: url(../images/studio2.jpg) no-repeat center center;
	background-size: 1000px;
}

.studio>div:nth-child(3) {
	background: url(../images/studio3-sm.jpg) no-repeat center center;
	background-size: 1000px;
}

.studio-cover {
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.8;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	display: none;
}

.studio-cover p {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.skills div {
	text-align: center;
	padding: 50px 50px 70px 50px;
	line-height: 1.5;
}

.skills p {
	font-weight: 300;
	font-size: 1.2em;
	padding: 10px;
}

.skills span p {
	display: none;
	font-size: 1em;

}

.skills h2 {
	line-height: 2;
	color: #61b6d6;
}

.more-skills {
	text-align: center;
	padding-bottom: 100px;
}

.more-skills a {
	color: #000;
	text-transform: uppercase;
	border-bottom: #000 1px solid;
	padding: 5px 0;
	font-weight: 300;
}

.more-skills a:hover , .more-skills a:active{
	text-decoration: none;
	cursor: pointer;
}

.footer {
	padding: 100px 20px;
	color: #777;
}
.footer h3 {
	font-size: 1.3em;
}
.footer ul li {
	list-style: none;
}
.footer ul li a {
	text-decoration: none;
	text-align: left;
	color: #999;
	font-weight: 300;
}


#map {
	width: 100%;
	height: 400px;
	background: #eee;
}


@media only screen and (max-width: 992px) {
	#hero-content h1 {
		font-size: 2.7em;
		max-width: 600px;
	}
}

@media only screen and (max-width: 768px) {
	#hero {
		height: 600px;
	}
	
	#hero-bg {
		height: 600px;
	}
	
	#hero-content {
		max-width: 500px;
	}
	
	#hero-content h1 {
		font-size: 2em;
	}

	.hvr-underline-from-center {
		display: inline-block;
		vertical-align: middle;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-osx-font-smoothing: grayscale;
		position: relative;
		overflow: hidden;
	}
	.hvr-underline-from-center:before {
		content: "";
		position: absolute;
		z-index: -1;
		left: 0;
		right: 100%;
		bottom: 0;
		background: #fff;
		height: 2px;
		-webkit-transition-property: right;
		transition-property: right;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}
	.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
		right: 0;	
	}
	
	.about p {
		padding: 10px 50px 80px 50px;
	}
	.about h2 {
		padding: 50px 50px 0 50px;
	}
	
	.skills div {
		padding: 20px 70px;
		display: block;
	}
	
	.more-skills div {
		padding-top: 50px;
	}
	
}
	

@media only screen and (max-width: 480px) {
	#hero-content h1 {
		font-size: 1.5em;
		text-align: center;
		margin-left: 0px;
		padding-left: 0px;
	}
	
	#hero-content {
		font-family: 'Lato', sans-serif;
		position: absolute;
		top: 35%;
		left: 10px;
		color: #fff;
		max-width: 800px;
		opacity: 1;
	}
	
	.navbar-collapse {
		background: #fff !important;
	}
	.navbar-default .navbar-nav>li>a {
		color: #000;
	}
	
	.main-nav {
		padding: 30px;
	}
	
}


