@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900|Raleway:400,600,700,800|Inconsolata);
@import url(https://fonts.googleapis.com/css?family=Lato);
/*
 * Color scheme.
 */
/*
 * Font families (via Google Fonts API).
 */
input:focus {
  outline: none;
}
button:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}
select:focus {
  outline: none;
}
input[type=text] {
  height: 35px;
  background-color: #f5f5f5;
  color: #383837;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
  font-size: 18px;
  font-family: Lato;
  padding: 5px;
  margin: 5px 0;
  box-sizing: border-box;
}
input[type=text].teamentry {
  height: 50px;
  font-size: 28px;
  width: 50%;
  margin: auto;
  display: block;
  text-align: center;
  border-top: none;
  border-right: none;
  border-left: none;
  margin-bottom: 30px;
}
input[type=password] {
  height: 35px;
  background-color: #f5f5f5;
  color: #383837;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
  font-size: 18px;
  font-family: Lato;
  padding: 5px;
  margin: 5px 0;
  box-sizing: border-box;
}
textarea {
  border: 1px solid #e0e0e0;
  font-family: Lato;
  font-size: 16px;
  resize: none;
  height: 150px;
  width: 90%;
}
textarea:disabled {
  background-color: #eaeaea;
  color: #383837;
}
input[type=textarea].templatearea {
  width: 30%;
}
button {
  background: none;
  margin: 5px 10px;
}
input[type=submit] {
  display: block;
  width: 200px;
  height: 45px;
  background-color: #e74c3c;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  color: #f5f5f5;
  border: 3px solid #e74c3c;
  -webkit-border-radius: 10px;
}
input[type=submit]:hover {
  cursor: pointer;
}
input[type=button].teamaddbutton {
  display: inline;
  width: 20%;
  margin: 0;
  box-sizing: border-box;
}
input[type=text].teamaddtext {
  height: 45px;
  font-size: 18px;
  display: inline;
  width: 75%;
  margin: 0;
  margin-right: 4%;
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid #e0e0e0;
  text-align: center;
}
input[type=button] {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  width: 200px;
  height: 45px;
  background-color: #e74c3c;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  color: #f5f5f5;
  border: 3px solid #e74c3c;
  -webkit-border-radius: 10px;
}
input[type=button]:hover {
  cursor: pointer;
}
input[type=button].facebook {
  margin: auto;
  margin-bottom: 20px;
  display: block;
  width: 200px;
  height: 45px;
  background-color: #3b5998;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  color: #f5f5f5;
  border: 3px solid #3b5998;
  -webkit-border-radius: 10px;
}
input[type=button].facebook:hover {
  cursor: pointer;
}
input[type=button].twitter {
  margin: auto;
  margin-bottom: 20px;
  display: block;
  width: 200px;
  height: 45px;
  background-color: #4099ff;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  color: #f5f5f5;
  border: 3px solid #4099ff;
  -webkit-border-radius: 10px;
}
input[type=button].twitter:hover {
  cursor: pointer;
}
input[type=text].settings {
  background-color: white;
  display: block;
  width: 300px;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}
input[type=password].settings {
  background-color: white;
  display: block;
  width: 300px;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Raleway;
  color: #e74c3c;
  margin: 0;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 28px;
  font-weight: 400;
  margin: 5px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}
p {
  font-family: Raleway;
  font-size: 16px;
  line-height: 24px;
}
/*
 * These styles are specific to the splash page and
 *	completely irrelevant to the actual application.
 */
#mixin-header {
  position: relative;
  height: 80%;
  width: 100%;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
  z-index: 2;
  background-color: #c0392b;
  border-bottom: 2px solid #c0392b;
}
#mixin-header #splashgradient {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: -webkit-radial-gradient(50% top, #e74c3c 0%, rgba(231, 76, 60, 0) 75%), -webkit-radial-gradient(top left, #eb6a5c 0%, rgba(231, 76, 60, 0) 60%);
}
#mixin-header #splashmegaphone {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../img/megaphone.svg);
  background-size: 580px;
  background-position: -35px 110px;
  background-repeat: no-repeat;
}
#mixin-header #splashinfo {
  position: absolute;
  height: 45%;
  width: 85%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: right;
}
#mixin-header #splashinfo h1 {
  color: #f5f5f5;
  font-size: 40px;
  margin: 3px;
}
#mixin-header #splashinfo h1.megaphone {
  font-size: 72px;
  font-weight: 700;
}
#mixin-header #splashinfo p {
  color: #f5f5f5;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 50px;
}
#mixin-header #splashnav {
  position: absolute;
  height: 80px;
  width: 100%;
  border-bottom: 1px solid #eb6a5c;
}
#mixin-header #splashnav a {
  display: inline;
  float: right;
  font-family: Lato;
  text-decoration: none;
  color: #f5f5f5;
  font-size: 18px;
  line-height: 76px;
  padding: 0 30px;
  font-weight: 700;
}
#mixin-header #splashnav a.signup {
  height: 100%;
  color: #e74c3c;
  background-color: #f5f5f5;
}
#vex-banner {
  position: relative;
  width: 600px;
  margin: auto;
  height: 200px;
  top: 0;
}
#vex-banner #vex-banner-bg {
  position: absolute;
  height: 100px;
  width: 0;
  border-left: 300px solid #eaeaea;
  border-right: 300px solid #eaeaea;
  border-bottom: 30px solid #f5f5f5;
}
#vex-banner #vex-banner-fg {
  position: absolute;
  height: 98px;
  width: 0;
  margin-left: 2px;
  margin-right: 2px;
  border-left: 298px solid #f5f5f5;
  border-right: 298px solid #f5f5f5;
  border-bottom: 30px solid rgba(0, 0, 0, 0);
}
#vex-banner #vex-banner-logo {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50%;
  background-image: url(../img/PoweredByVex.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.signup-button {
  width: 200px;
  height: 45px;
  background-color: #f5f5f5;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  color: #e74c3c;
  border: 3px solid #f5f5f5;
  -webkit-border-radius: 10px;
}
.signup-button:hover {
  cursor: pointer;
}
.support-button {
  width: 200px;
  height: 45px;
  background-color: #e74c3c;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  color: #f5f5f5;
  border: 3px solid #f5f5f5;
  -webkit-border-radius: 10px;
}
.support-button:hover {
  cursor: pointer;
}
.support-button-large {
  width: 200px;
  height: 45px;
  background-color: #e74c3c;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  color: #f5f5f5;
  border: 3px solid #f5f5f5;
  -webkit-border-radius: 10px;
  text-decoration: none;
  width: 300px;
  height: 60px;
  font-size: 20px;
  margin: auto;
  display: block;
}
.support-button-large:hover {
  cursor: pointer;
}
#large-header {
  position: relative;
  height: 80%;
  width: 100%;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
  z-index: 2;
  background-color: #c0392b;
  border-bottom: 2px solid #c0392b;
}
#large-header #splashgradient {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: -webkit-radial-gradient(50% top, #e74c3c 0%, rgba(231, 76, 60, 0) 75%), -webkit-radial-gradient(top left, #eb6a5c 0%, rgba(231, 76, 60, 0) 60%);
}
#large-header #splashmegaphone {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../img/megaphone.svg);
  background-size: 580px;
  background-position: -35px 110px;
  background-repeat: no-repeat;
}
#large-header #splashinfo {
  position: absolute;
  height: 45%;
  width: 85%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: right;
}
#large-header #splashinfo h1 {
  color: #f5f5f5;
  font-size: 40px;
  margin: 3px;
}
#large-header #splashinfo h1.megaphone {
  font-size: 72px;
  font-weight: 700;
}
#large-header #splashinfo p {
  color: #f5f5f5;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 50px;
}
#large-header #splashnav {
  position: absolute;
  height: 80px;
  width: 100%;
  border-bottom: 1px solid #eb6a5c;
}
#large-header #splashnav a {
  display: inline;
  float: right;
  font-family: Lato;
  text-decoration: none;
  color: #f5f5f5;
  font-size: 18px;
  line-height: 76px;
  padding: 0 30px;
  font-weight: 700;
}
#large-header #splashnav a.signup {
  height: 100%;
  color: #e74c3c;
  background-color: #f5f5f5;
}
#medium-header {
  position: relative;
  height: 80%;
  width: 100%;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
  z-index: 2;
  background-color: #c0392b;
  border-bottom: 2px solid #c0392b;
}
#medium-header #splashgradient {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: -webkit-radial-gradient(50% top, #e74c3c 0%, rgba(231, 76, 60, 0) 75%), -webkit-radial-gradient(top left, #eb6a5c 0%, rgba(231, 76, 60, 0) 60%);
}
#medium-header #splashmegaphone {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../img/megaphone.svg);
  background-size: 580px;
  background-position: -35px 110px;
  background-repeat: no-repeat;
}
#medium-header #splashinfo {
  position: absolute;
  height: 45%;
  width: 85%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: right;
}
#medium-header #splashinfo h1 {
  color: #f5f5f5;
  font-size: 40px;
  margin: 3px;
}
#medium-header #splashinfo h1.megaphone {
  font-size: 72px;
  font-weight: 700;
}
#medium-header #splashinfo p {
  color: #f5f5f5;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 50px;
}
#medium-header #splashnav {
  position: absolute;
  height: 80px;
  width: 100%;
  border-bottom: 1px solid #eb6a5c;
}
#medium-header #splashnav a {
  display: inline;
  float: right;
  font-family: Lato;
  text-decoration: none;
  color: #f5f5f5;
  font-size: 18px;
  line-height: 76px;
  padding: 0 30px;
  font-weight: 700;
}
#medium-header #splashnav a.signup {
  height: 100%;
  color: #e74c3c;
  background-color: #f5f5f5;
}
#medium-header #splashmegaphone {
  opacity: .4;
}
#small-header {
  position: relative;
  height: 80%;
  width: 100%;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
  z-index: 2;
  background-color: #c0392b;
  border-bottom: 2px solid #c0392b;
  min-height: 480px;
  height: 480px;
}
#small-header #splashgradient {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: -webkit-radial-gradient(50% top, #e74c3c 0%, rgba(231, 76, 60, 0) 75%), -webkit-radial-gradient(top left, #eb6a5c 0%, rgba(231, 76, 60, 0) 60%);
}
#small-header #splashmegaphone {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../img/megaphone.svg);
  background-size: 580px;
  background-position: -35px 110px;
  background-repeat: no-repeat;
}
#small-header #splashinfo {
  position: absolute;
  height: 45%;
  width: 85%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: right;
}
#small-header #splashinfo h1 {
  color: #f5f5f5;
  font-size: 40px;
  margin: 3px;
}
#small-header #splashinfo h1.megaphone {
  font-size: 72px;
  font-weight: 700;
}
#small-header #splashinfo p {
  color: #f5f5f5;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 50px;
}
#small-header #splashnav {
  position: absolute;
  height: 80px;
  width: 100%;
  border-bottom: 1px solid #eb6a5c;
}
#small-header #splashnav a {
  display: inline;
  float: right;
  font-family: Lato;
  text-decoration: none;
  color: #f5f5f5;
  font-size: 18px;
  line-height: 76px;
  padding: 0 30px;
  font-weight: 700;
}
#small-header #splashnav a.signup {
  height: 100%;
  color: #e74c3c;
  background-color: #f5f5f5;
}
#small-header #splashmegaphone {
  background-size: 80%;
  background-position: 50% 62%;
  opacity: .4;
}
#small-header #splashinfo {
  height: 55%;
  text-align: center;
}
#small-header #splashinfo h1 {
  font-size: 28px;
}
#small-header #splashinfo h1.megaphone {
  font-size: 40px;
}
#content {
  position: relative;
  background-color: #eaeaea;
}
.contentboxwrap {
  position: relative;
  width: 100%;
  height: 450px;
}
.contentboxhalfwrap {
  position: relative;
  width: 100%;
  height: 450px;
  height: 200px;
}
.contentboxhalfwrap h2 {
  position: relative;
  top: -20px;
  text-align: center;
  padding: 0;
  margin: 20px 0;
}
.contentbox {
  position: absolute;
  height: 100%;
  width: 85%;
  box-sizing: border-box;
  padding: 60px 30px;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #f5f5f5;
}
.contentbox h3 {
  background-color: #e74c3c;
  color: #f5f5f5;
  padding: 10px;
  display: inline-block;
  position: relative;
}
.contentbox h3.left {
  left: -60px;
}
.contentbox h3.right {
  float: right;
  left: 60px;
}
.contentbox p {
  width: 50%;
  color: #383837;
  margin: 20px;
  margin-top: 30px;
  display: block;
}
.contentbox p.right {
  float: right;
}
.bannerbox {
  position: absolute;
  height: 100%;
  width: 85%;
  box-sizing: border-box;
  padding: 60px 30px;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #f5f5f5;
  padding: 0;
}
.bannerbox h3 {
  background-color: #e74c3c;
  color: #f5f5f5;
  padding: 10px;
  display: inline-block;
  position: relative;
}
.bannerbox h3.left {
  left: -60px;
}
.bannerbox h3.right {
  float: right;
  left: 60px;
}
.bannerbox p {
  width: 50%;
  color: #383837;
  margin: 20px;
  margin-top: 30px;
  display: block;
}
.bannerbox p.right {
  float: right;
}
#iphonelayer {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../img/Megaphone_Text.png);
  background-repeat: no-repeat;
  background-position: 85% 40px;
  background-size: 350px;
}
#facebooklayer {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../img/justansvg.svg);
  background-repeat: no-repeat;
  background-position: 15% 25%;
  background-size: 200px;
}
#twitterlayer {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../img/tooter.svg);
  background-repeat: no-repeat;
  background-position: 30% 70%;
  background-size: 200px;
}
#cowlayer {
  position: absolute;
  height: 60%;
  width: 40%;
  right: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#cowlayer .twitter-tweet {
  width: 350px;
}
#photosep1 {
  position: relative;
  padding: 0;
  width: 100%;
  height: 300px;
  background-image: url(../img/splashimg1.jpg);
  background-position: 50% 50%;
  background-size: cover;
  border: 2px solid #c0392b;
  border-right: 0;
  border-left: 0;
}
#photosep1 .overlay {
  position: absolute;
  top: -1px;
  width: 100%;
  height: 301px;
  background-color: #e74c3c;
  opacity: .5;
}
#photosep2 {
  position: relative;
  padding: 0;
  width: 100%;
  height: 300px;
  background-image: url(../img/splashimg2.jpg);
  background-position: 50% 50%;
  background-size: cover;
  border: 2px solid #c0392b;
  border-right: 0;
  border-left: 0;
  background-position: 50% 40%;
}
#photosep2 .overlay {
  position: absolute;
  top: -1px;
  width: 100%;
  height: 301px;
  background-color: #e74c3c;
  opacity: .5;
}
footer {
  position: relative;
  width: 100%;
  height: 150px;
  border-top: 2px solid #c0392b;
  background-color: #eaeaea;
}
footer #footercontent {
  width: 50%;
  height: 40px;
  text-align: center;
  color: #383837;
  opacity: .8;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  font-family: Lato;
}
footer #footercontent a {
  color: #383837;
}
footer #footercontent a:hover {
  text-decoration: none;
}
#megacircle {
  position: absolute;
  height: 80px;
  width: 80px;
  box-sizing: border-box;
  background-image: url(../img/megaphone.svg);
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 45px;
  left: 0;
  right: 0;
  top: -40px;
  background-color: #c0392b;
  margin: auto;
}
#signinmodal {
  height: 250px;
}
#signinmodal h2 {
  color: #383837;
  text-align: center;
  margin-bottom: 20px;
}
#signinmodal input[type=submit] {
  margin: auto;
  margin-top: 30px;
}
#registermodal {
  height: 300px;
  text-align: center;
}
#registermodal h2 {
  color: #383837;
  text-align: center;
  margin-bottom: 20px;
}
#registermodal input[type=submit] {
  margin: auto;
  margin-top: 30px;
}
#registermodal input[type=checkbox] {
  position: relative;
  top: -2px;
  margin-top: 15px;
}
html,
body {
  height: 100%;
  margin: 0;
  background-color: #eaeaea;
  font-family: Lato;
}
@media screen and (max-width: 599px) {
  header {
    position: relative;
    height: 80%;
    width: 100%;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
    z-index: 2;
    background-color: #c0392b;
    border-bottom: 2px solid #c0392b;
    min-height: 480px;
    height: 480px;
  }
  header #splashgradient {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: -webkit-radial-gradient(50% top, #e74c3c 0%, rgba(231, 76, 60, 0) 75%), -webkit-radial-gradient(top left, #eb6a5c 0%, rgba(231, 76, 60, 0) 60%);
  }
  header #splashmegaphone {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../img/megaphone.svg);
    background-size: 580px;
    background-position: -35px 110px;
    background-repeat: no-repeat;
  }
  header #splashinfo {
    position: absolute;
    height: 45%;
    width: 85%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: right;
  }
  header #splashinfo h1 {
    color: #f5f5f5;
    font-size: 40px;
    margin: 3px;
  }
  header #splashinfo h1.megaphone {
    font-size: 72px;
    font-weight: 700;
  }
  header #splashinfo p {
    color: #f5f5f5;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 50px;
  }
  header #splashnav {
    position: absolute;
    height: 80px;
    width: 100%;
    border-bottom: 1px solid #eb6a5c;
  }
  header #splashnav a {
    display: inline;
    float: right;
    font-family: Lato;
    text-decoration: none;
    color: #f5f5f5;
    font-size: 18px;
    line-height: 76px;
    padding: 0 30px;
    font-weight: 700;
  }
  header #splashnav a.signup {
    height: 100%;
    color: #e74c3c;
    background-color: #f5f5f5;
  }
  header #splashmegaphone {
    background-size: 80%;
    background-position: 50% 62%;
    opacity: .4;
  }
  header #splashinfo {
    height: 55%;
    text-align: center;
  }
  header #splashinfo h1 {
    font-size: 28px;
  }
  header #splashinfo h1.megaphone {
    font-size: 40px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  header {
    position: relative;
    height: 80%;
    width: 100%;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
    z-index: 2;
    background-color: #c0392b;
    border-bottom: 2px solid #c0392b;
  }
  header #splashgradient {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: -webkit-radial-gradient(50% top, #e74c3c 0%, rgba(231, 76, 60, 0) 75%), -webkit-radial-gradient(top left, #eb6a5c 0%, rgba(231, 76, 60, 0) 60%);
  }
  header #splashmegaphone {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../img/megaphone.svg);
    background-size: 580px;
    background-position: -35px 110px;
    background-repeat: no-repeat;
  }
  header #splashinfo {
    position: absolute;
    height: 45%;
    width: 85%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: right;
  }
  header #splashinfo h1 {
    color: #f5f5f5;
    font-size: 40px;
    margin: 3px;
  }
  header #splashinfo h1.megaphone {
    font-size: 72px;
    font-weight: 700;
  }
  header #splashinfo p {
    color: #f5f5f5;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 50px;
  }
  header #splashnav {
    position: absolute;
    height: 80px;
    width: 100%;
    border-bottom: 1px solid #eb6a5c;
  }
  header #splashnav a {
    display: inline;
    float: right;
    font-family: Lato;
    text-decoration: none;
    color: #f5f5f5;
    font-size: 18px;
    line-height: 76px;
    padding: 0 30px;
    font-weight: 700;
  }
  header #splashnav a.signup {
    height: 100%;
    color: #e74c3c;
    background-color: #f5f5f5;
  }
  header #splashmegaphone {
    opacity: .4;
  }
}
@media screen and (min-width: 1024px) {
  header {
    position: relative;
    height: 80%;
    width: 100%;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
    z-index: 2;
    background-color: #c0392b;
    border-bottom: 2px solid #c0392b;
  }
  header #splashgradient {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: -webkit-radial-gradient(50% top, #e74c3c 0%, rgba(231, 76, 60, 0) 75%), -webkit-radial-gradient(top left, #eb6a5c 0%, rgba(231, 76, 60, 0) 60%);
  }
  header #splashmegaphone {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../img/megaphone.svg);
    background-size: 580px;
    background-position: -35px 110px;
    background-repeat: no-repeat;
  }
  header #splashinfo {
    position: absolute;
    height: 45%;
    width: 85%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: right;
  }
  header #splashinfo h1 {
    color: #f5f5f5;
    font-size: 40px;
    margin: 3px;
  }
  header #splashinfo h1.megaphone {
    font-size: 72px;
    font-weight: 700;
  }
  header #splashinfo p {
    color: #f5f5f5;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 50px;
  }
  header #splashnav {
    position: absolute;
    height: 80px;
    width: 100%;
    border-bottom: 1px solid #eb6a5c;
  }
  header #splashnav a {
    display: inline;
    float: right;
    font-family: Lato;
    text-decoration: none;
    color: #f5f5f5;
    font-size: 18px;
    line-height: 76px;
    padding: 0 30px;
    font-weight: 700;
  }
  header #splashnav a.signup {
    height: 100%;
    color: #e74c3c;
    background-color: #f5f5f5;
  }
}
