/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'VAG';
  src: url("fonts/VAG.otf") format("opentype"); }

body {
  min-width: 1200px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.3; }

.container {
  width: 1170px;
  padding: 0 15px;
  margin: auto; }

.header {
  min-height: 700px;
  background: url("img/header.png") no-repeat bottom center;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 0; }
  .header-logo {
    margin-bottom: 60px;
    display: block; }
  .header-text {
    font-size: 50px;
    color: #fff;
    font-family: 'VAG', sans-serif; }

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 0; }
  .content-image {
    width: 50%;
    padding-right: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .content-image img {
      width: 100%; }
  .content-text {
    width: 50%; }
    .content-text h1 {
      font-size: 30px;
      font-family: 'VAG', sans-serif;
      margin-bottom: 40px; }
    .content-text p {
      margin-top: 1rem; }

.announcements {
  padding: 140px 0;
  background: url("img/announcements.png") repeat-x left center;
  background-size: cover; }
  .announcements-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .announcements-form {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 30px; }
    .announcements-form input,
    .announcements-form button {
      height: 50px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-family: inherit;
      font-size: 15px;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .announcements-form input {
      width: 340px;
      padding: 0.5rem 1rem;
      background-color: #ecfaff;
      border: 1px solid #fff;
      margin-right: 0.5rem; }
    .announcements-form button {
      padding-left: 2rem;
      padding-right: 2rem;
      background: #fff;
      border: 1px solid #d5d9d9;
      color: #262626; }
  .announcements-text {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 700; }

.footer {
  padding: 60px 0 70px; }
  .footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer-copy {
    color: #424242;
    font-size: 14px; }
    .footer-copy a {
      color: #3b9ece; }
  .footer-links a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    color: #000;
    padding: 1rem 2rem;
    border-radius: 50px;
    background-color: #f7f7f7;
    margin-left: 18px; }
    .footer-links a img {
      margin-right: 12px; }
/*# sourceMappingURL=style.css.map */