/* Website Design by Green Group Studio, Inc URL: http://www.greengroupstudio.com */
@import url(https://fonts.googleapis.com/css?family=Yantramanav:400,900,700,300);
* { margin: 0; padding: 0; text-decoration: none; outline: 0; }

html, body { height: 100%; }

body { background: url("assets/bg.jpg") center 0 no-repeat; background-size: cover; color: #333; font: 1em/1.4 "Yantramanav", sans-serif; text-align: center; }

a { color: #11B5DC; }
a:hover { color: #333; }

img { height: auto; max-width: 100%; vertical-align: baseline; }

#content { box-sizing: border-box; padding-top: 5%; min-height: 100%; margin: 0 auto -176px; max-width: 1200px; width: 95%; }
#content .coming-soon { font-size: 60px; text-transform: uppercase; margin: 30px 0; }
#content .other-logos img { display: inline-block; margin: 30px; max-height: 80px; }

#page-footer { background: rgba(255, 255, 255, 0.3); }
#page-footer .vcard { box-sizing: border-box; font-size: 20px; padding: 20px 0; }
#page-footer .copyright { background: white; padding: 15px 0; }

@media screen and (max-width: 980px) { #content { margin: 0 auto; } }
@media screen and (max-width: 546px) { #content .coming-soon { font-size: 12vw; }
  #content .other-logos img { margin: 30px 0; }
  #logo { width: 80%; } }
@media screen and (orientation: landscape) and (max-width: 736px) { body { background-position: center -100%; } }

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