@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Exo:400,700);
/*
 * Change the background color here.
 */
body {
  background: #cccccc url("../img/background-bas.jpg") no-repeat right center;
}

/*
 * Change the social icon rollover color here.
 */
.social li a:hover {
  color: #1b3438;
}

/*
 * Change the social icon rollover ring color here.
 */
.social li a:after {
  box-shadow: 0 0 0 4px #d9c9b5;
}

/*
 * Change the message color here.
 */
.message {
  color: #1b3438;
}

/*
 * Change the brand color here.
 */
.brand {
  color: #999999;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

body {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Open Sans', sans-serif;
}

p {
  margin: 0;
}

h1 {
  text-align: right;
  color: white;
  font-size: 42px;
  margin: 0;
  font-family: 'Exo', sans-serif;
}

.page {
  background: url("../img/swoosh-semi.svg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100%;
  min-height: 550px;
  position: relative;
  overflow: hidden;
}

.social {
  position: absolute;
  top: 10%;
  right: 0;
  padding-right: 10%;
}
.social ul {
  display: block;
  font-size: 32px;
  text-align: right;
  margin: 1em 0;
}
.social li {
  display: block;
  height: auto;
  list-style: none;
  float: left;
  margin-left: 0.5em;
  line-height: 2em;
}
.social li a {
  color: white;
  text-decoration: none;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  border: 2px solid white;
  text-align: center;
  display: inline-block;
  line-height: 1.5em;
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  -ms-transition: background 0.2s, color 0.2s;
  -o-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.social li a:hover {
  background: white;
}
.social li a:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  top: -7px;
  left: -7px;
  padding: 7px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform .2s, opacity .2s;
  -moz-transition: -moz-transform .2s, opacity .2s;
  -ms-transition: -ms-transform .2s, opacity .2s;
  -o-transition: -o-transform .2s, opacity .2s;
  transition: transform .2s, opacity .2s;
}
.social li a:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.message {
  position: absolute;
  bottom: 10%;
  left: 10%;
  font-weight: normal;
  font-size: 24px;
  width: 50%;
  text-align: left;
}

.brand {
  font-size: 36px;
  text-align: left;
  margin-bottom: 0.5em;
}

.logo {
  /* width: 50px; height: 50px; */
  vertical-align: baseline;
}

@media (max-width: 799px) {
  .message {
    width: 60%;
  }
}
@media (max-width: 549px) {
  .message {
    width: 80%;
    font-size: 18px;
  }

  .brand {
    font-size: 24px;
  }
}
@media (max-width: 399px) {
  .logo {
    display: block;
  }

  .social ul {
    margin-top: 0.5em;
  }
  .social ul > li:nth-of-type(1n) {
    clear: none;
  }
  .social ul > li:nth-of-type(2n+1) {
    clear: both;
  }
}
@media (max-width: 199px) {
  h1 {
    font-size: 36px;
  }

  .social ul > li {
    float: right;
  }
  .social ul > li:nth-of-type(1n) {
    clear: both;
  }
  .social ul > li:nth-of-type(1n+1) {
    clear: both;
  }
}
