/*
Theme Name: Project Name
Author: Elegant Seagulls
Author URI: http://elegantseagulls.com
*/
/* Helpers */
/* 

-------------------------------------------------------------

VARIABLES

*/
/* Base */
/* 

-------------------------------------------------------------

TYPOGRAPHY

*/
body {
  font-family: "Helvetica", sans-serif;
  font-weight: 300;
  font-size: 23px;
  color: #757575;
  line-height: 36px; }

/* 

-------------------------------------------------------------

GLOBAL

*/
body {
  padding: 0px;
  margin: 0px; }

#viewport {
  overflow: hidden;
  width: 100%; }

.container {
  margin: auto;
  width: 1100px;
  position: relative; }
  @media (max-width: 1150px) {
    .container {
      width: 900px; } }
  @media (max-width: 960px) {
    .container {
      width: 700px; } }
  @media (max-width: 767px) {
    .container {
      width: 100%; } }

/* general */
img {
  max-width: 100%; }

.borderbox {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.backgroud-image {
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.clear {
  clear: both; }

/* animate classes */
.trans-all {
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s; }

.trans-bg {
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s; }

.trans-opacity {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.trans-transform {
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -ms-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s; }

/* Layout */
/* 

-------------------------------------------------------------

HEADER

*/
/* 

-------------------------------------------------------------

NAVIGATION

*/
/* 

-------------------------------------------------------------

FOOTER

*/
/* Pages */
/* 

-------------------------------------------------------------

HOME PAGE STYLES

*/
body {
  font-family: 'Lato', sans-serif;
  background: #fff;
  text-align: center;
  color: #2f3439; }

a {
  color: #4575a9;
  text-decoration: none;
  text-transform: uppercase;
  display: block; }

a:hover {
  text-decoration: underline; }

h1 {
  font-size: 18px;
  text-transform: uppercase; }

img {
  margin: 60px 0px; }

p {
  margin-bottom: 60px; }

/*# sourceMappingURL=main.css.map */
