@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?nxj1pc');
    src:    url('fonts/icomoon.eot?nxj1pc#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?nxj1pc') format('truetype'),
        url('fonts/icomoon.woff?nxj1pc') format('woff'),
        url('fonts/icomoon.svg?nxj1pc#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-dribble:before {
    content: "\e900";
}
.icon-facebook:before {
    content: "\e901";
}
.icon-instagram:before {
    content: "\e902";
}
.icon-linkedin:before {
    content: "\e903";
}
.icon-twitter:before {
    content: "\e904";
}
.icon-vimeo:before {
    content: "\e905";
}


html, body { height: 100%; box-sizing: border-box; }

body{
	font-family: "sofia-pro", sans-serif;
	font-style: normal;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #f1eedb;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #06ff82;
	display: block;
	border: 25px #FFF solid;
}
.row {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%; height:100%;
	position:relative;
}
.columns {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
img {max-width: 100%;}

p { font-size:18px; color:#000; margin:0 0 20px 0; line-height:1;}
a {text-decoration: none; color:#000; -webkit-transition:all 0.2s ease; transition:all 0.2s ease;}
a:hover {color: #FFF;}


/* Flex Video */
.flex-video {
	position: relative;
	height: 0;
	padding-bottom: 75%;
	overflow: hidden;
}
.flex-video iframe,  .flex-video object,  .flex-video embed,  .flex-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.flex-video.widescreen {
	padding-bottom: 56.25%;
}
.flex-video.vimeo {
	padding-top: 0;
}


.logo { position:absolute; top:50px; left:50px; width:124px; height:102px; z-index:999999;}
.tagline{ position:absolute; top:50px; right:50px; text-align:right; z-index:999999;}
.email{ position:absolute; top:82px; right:50px; text-align:right; z-index:999999;}
.bottom-right { position:absolute; bottom:50px; right:50px; z-index:999999;}


.social { 
	position:absolute; z-index:999999;
	left:45px; top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}

.social a { display:block; font-size:18px; margin:15px 0; padding:5px; text-align:center; width: auto; box-sizing: border-box;}


@media screen and (min-width: 2500px) {


.logo { top:100px; left:100px;}
.top-right { top:100px; right:100px; }
.bottom-right { bottom:100px; right:100px; }
.social { left:100px; }



}

@media screen and (max-width: 1600px) {

.columns {padding-left: 200px;padding-right: 200px;}


}


@media screen and (max-width: 768px) {

html, body { height:auto;}
body { text-align:center; overflow:auto; border:20px #FFF solid;}


.logo {
  position: relative;
  top: auto;  left: auto;
  margin: 50px auto;
}

.tagline {
  position: relative;
  top: auto; right: auto;
  text-align: center;
  padding:0 40px;
}

.social {
  position: relative;
  z-index: 999999;
  left: auto; top: auto;
  text-align:center;
  -webkit-transform: none;
  transform: none;
  display:block;
  
}
.social a { display:inline-block; margin:5px 15px; }

.row {  top: auto; position: relative; height:auto;}
.columns {position: relative; top: auto; -webkit-transform:none; transform:none; padding:40px 40px 35px 40px;}

.email {
  position: relative;
  top: auto; right: auto;
  text-align: center;
  margin-top:20px;
}

.bottom-right {
  position: relative;
  bottom: auto; right: auto;
  text-align: center;
  padding:20px 40px 50px 40px;
}


}

@media screen and (min-height: 700px) {
	
html, body { height:100%;}

}


@media screen and (max-width: 480px) {
	
.social a {margin:5px 10px}
	
}

@media screen and (max-width: 360px) {
	
.social a { margin: 5px 5px;}

}