/* @override http://test.agency-q.com/css/styles.css */
/*
@import url(http://fonts.googleapis.com/css?family=Droid+Sans); 
*/


@font-face {
	font-family: 'MuseoSans-700';
	src: url('fonts/MuseoSans-700.eot');
	src: url('fonts/MuseoSans-700.eot?#iefix') format('embedded-opentype'),
	     url('fonts/MuseoSans-700.woff2') format('woff2'),
	     url('fonts/MuseoSans-700.woff') format('woff'),
	     url('fonts/MuseoSans-700.ttf') format('truetype');
}
 
  
@font-face {
	font-family: 'MuseoSans-300';
	src: url('fonts/MuseoSans-300.eot');
	src: url('fonts/MuseoSans-300.eot?#iefix') format('embedded-opentype'),
		 url('fonts/MuseoSans-300.woff2') format('woff2'),
		 url('fonts/MuseoSans-300.woff') format('woff'),
		 url('fonts/MuseoSans-300.ttf') format('truetype');
}

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	height: 100%;
	width: 100%;
}
body {
	font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 18px; 
}
.logo {
	margin: 0;
	margin-bottom: 80px;
}
.logo img{
	height: 400px;
}
h1 {
	font-family: 'MuseoSans-700', Helvetica, Arial, sans-serif;
	font-size: 80px;
	font-weight: normal;
	margin: 240px 0 26px 0;
	line-height: 1.0;
}
p {
	font-size: 24px;
	line-height: 1.6;
}
.right {
	float: right; 
	width: 48%
}
.left {
	float: left; 
	width: 48%
}
/* Scaffolding */

a {
  color: #228B22;
  text-decoration: none;
}

a:hover {
  color: #fff;
}
/* @group backgrounds */
/* Backgrounds */

.bg-holder {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
}

.bg-holder .content-text {
  color: #fff;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

h2 {
  font-size: 32px;
  line-height: 1.5;
}

#pic1 {
	background-image: url('../img/IMG_01.jpg');
}
#pic2 {
	background-image: url('../img/IMG_03.jpg');
}
#pic3 {
	background-image: url('../img/IMG_04.jpg');
}
#pic4 {
	background-image: url('../img/client-lamer.jpg');
}


/* @end */
/* @group sections */

section {
  padding-top: 48px;
}

section .content-text {
  margin: 0 auto;
  width: 80%;
  max-width: 1024px;
}

.content-text h2 {
  margin: 0 0 16px;
  font-size: 18px;
}


section p + p {
  /*text-indent: 2em; */
}

section + hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 0;
}

section .gist {
  margin: 24px 0;
}

section .gist .gist-data {
  border-bottom: 0;
}

section .gist-meta {
  display: none;
}

.content-text code {
  font-family: monospace, serif;
  font-size: 16px;
  color: gray;
  white-space: nowrap;
}
/* @end */

/* @group intro */

.intro h1 {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
}

.intro p {
  margin: 0;
  font-size: 24px;
}

.cta {
  margin-top: 32px;
}

.btn-cta {
  color: #333;
  font-size: 16px;
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 8px 16px;
  margin: 0 4px;
  text-decoration: none;
  background: rgba(255,255,255,.7);
}

.btn-cta:hover {
  background-color: white;
  color: #228B22;
  text-decoration: none;
}
/* @end */
/* @group footer */
/* Footer */

.footer {
  text-align: center;
}

.social {
  margin: 16px;
  list-style: none;
}

.social li {
  display: inline-block;
  margin: 8px;
}
/* @end */

@media (max-width: 900px) {
	
.logo {
	margin-bottom: 40px;
}

p {
	font-size: 18px;
	line-height: 1.6;
}
.left,
.right {
	width: 100%;
	float: none;
	padding-bottom: 20px;
}

}


@media (orientation: landscape) and (min-width: 481px) and (max-width: 740px) {

.logo img {
	height: 220px;
}

}

@media (orientation: portrait) and (max-width: 480px) {

.logo img {
	height: 220px;
}

}
@media (orientation: landscape) and (max-width: 480px) {

.logo img {
	height: 180px;
}

}
@media (orientation: portrait) and (max-width: 320px) {

.logo img {
	height: 180px;
}

}

