html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

body {
    font: 16px/26px "freight-text-pro",serif;
    color: #242734;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

.header-container {
    position: absolute;
    width: 100%;
}

.header-container header .logo {
  max-width: 135px;
  margin: 20px auto 30px;
}
.header-container header .logo a {
  display: block;
}
.header-container header .logo img {
  width: 100%;
}

nav {
  display: inline-block;
  width: 100%;
  margin: 15px 0 0;
}

nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

nav li {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

nav a {
    display: block;
    margin: 0;
    padding: 15px 0;
    font-size: 20px;
    border-radius: 4px;

    text-align: center;
    text-decoration: none;
    font-weight: 800;

    color: white;
    background: #e81a33;
    font-family: "proxima-nova",sans-serif;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

.main-container {
  background-image: url('/img/american_flag_backdrop.jpg');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding-top: 293px;
}

.main #image-header {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  overflow: hidden;
  height: 200px;
  background-image: url('/img/trump-pence.jpg');
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}

.main .card {
  background-color: #ffffff;
  position: relative;
  z-index: 10;
  padding: 30px;
  margin: -5px 0 -20px;
  border-radius: 0;
  box-sizing: border-box;
}

.main .card .card-content p {
  margin-top: 0px;
  font-size: 18px;
  line-height: 28px;
}

strong {
  color: #292562;
}

.main .card .card-content form .input-container label {
  display: block;
}

.main .card .card-content form .input-container input {
  width: 100%;
  margin-bottom: 10px;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 55px;
  height: 55px;
  border: 0;
  background-color: #d7d9df;
  font-size: 13px;
  border-radius: 4px;
}

.main .card .card-content form input[type="submit"] {
  margin-top: 10px;
  display: block;
  width: 100%;
  color: #ffffff;
  background-color: #e81a33;
  box-shadow: none;
  border: none;
  border-radius: 4px;
  font-size: 12px;
  padding:0;
  font-weight: 800;
  line-height: 55px;
  height: 55px;
  font-family: "proxima-nova",sans-serif;
}

.main .image-gallery {
  margin: 0 auto -40px;
  max-width: 800px;
  -webkit-box-shadow: 0px 24px 106px -26px rgba(0,0,0,0.50);
  -moz-box-shadow: 0px 24px 106px -26px rgba(0,0,0,0.50);
  box-shadow: 0px 24px 106px -26px rgba(0,0,0,0.50);
}

.main .image-gallery .image-gallery-photo {
}

.main .image-gallery .image-gallery-photo img {
  width: 100%;
  margin: 0px;
}

.section-title {
  font-size: 30px;
  line-height: 1.2;
  color: #242734;
  margin: 0 0 25px;
  font-weight: 100;
  text-align: center;
}

.timelines {
  margin: 80px 0;
}

.timelines .twitter {
  width: 100%;
  margin-bottom: 60px;
}

.timelines .twitter .twitter-title {
  font-size: 20px;
  color: #292562;
  margin: 0 0 10px;
  text-align: center;
}

.timelines .twitter .twitter-body {
  -webkit-box-shadow: 0px 24px 106px -26px rgba(0,0,0,0.50);
  -moz-box-shadow: 0px 24px 106px -26px rgba(0,0,0,0.50);
  box-shadow: 0px 24px 106px -26px rgba(0,0,0,0.50);
  border: 1px solid #e1e7ec;
  border-radius: 4px;
}

.timelines .twitter img {
  max-width: 100%;
  vertical-align: top;
}

.timelines .twitter.whitehouse {
  background-image: url('/img/whitehouse.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: center;
  padding: 45px 0;
  max-height: 200px;
  border-radius: 4px;
}

.timelines .twitter.whitehouse h3 {
  font-size: 20px;
  line-height: 30px;
  padding: 0 30px;
  margin: 0;
  font-weight: 300;
}

.timelines .twitter.whitehouse a {
  margin: 35px 0 0;
  padding: 10px 20px;
  font-size: 12px;
  border-radius: 4px;

  text-align: center;
  text-decoration: none;
  font-weight: 800;

  display: inline-block;
  color: white;
  background: #e81a33;
  font-family: "proxima-nova",sans-serif;
}

.footer-container {
  background-color: #edeef1;
}

.footer-container footer {
  padding: 60px 0 30px;
  text-align: center;
}

.footer-container footer p {
  color: #242734;
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
  text-align: center;
}

.footer-container footer .disclaimer {
  border: 1px solid #999;
  padding: 5px 10px;
  display: table;
  font-size: 12px;
  margin: 30px auto 0;
  line-height: 1.5;
}

.footer-container footer p a {
  font-weight: 800;
}

@media only screen and (min-width: 480px) {

}

@media only screen and (min-width: 768px) {

   .header-container header .logo {
     max-width: 135px;
     margin: 20px 0;
     display: inline-block;
   }
   .header-container header .logo a {
     display: block;
   }
   .header-container header .logo img {
     width: 100%;
   }

   nav {
     display: inline-block;
     float: right;
     margin: 20px 0;
     width: auto;
   }

   nav ul {
       margin: 0;
       padding: 0;
       list-style-type: none;
       margin-left: 40px;
   }

   nav ul li {
     display: inline-block;
     margin-left: 10px;
     font-size: 12px;
   }

   nav a {
       margin: 0;
       width: auto;
       padding: 10px 20px;
       float: none;
       font-size: 12px;
   }

   nav a:hover,
   nav a:visited {
       color: white;
       text-decoration: none;
   }

   nav a:hover {
       text-decoration: underline;
   }

   .main-container {
     padding-top: 70px;
     background-attachment: scroll;
   }

   .main #image-header {
     display:none;
     visibility: hidden;
   }

   .main .card {
     padding: 40px 30px;
     background-image: url('/img/trump-pence-bg.jpg');
     background-size: contain;
     background-position: right;
     background-repeat: no-repeat;
     max-width: 800px;
     margin: 70px auto 0;
     border-top-right-radius: 4px;
     border-top-left-radius: 4px;
   }

   .main .card .card-content {
     max-width: 60%;
   }

   .main .card .card-content form {
     max-width: 80%;
     margin-top: 20px;
   }

   .main .card .card-content form .input-container input {
     line-height: 35px;
     height: 35px;
   }

   .main .card .card-content form input[type="submit"] {
     display: inline-block;
     width: 50%;
     line-height: 35px;
     height: 35px;
   }

   .main .image-gallery {
     display: table;
     margin: 0 auto -40px;
     max-width: 800px;
     border-bottom-right-radius: 4px;
     border-bottom-left-radius: 4px;
     overflow: hidden;
   }

   .main .image-gallery .image-gallery-photo {
     float: left;
     width: 33.33%;
   }

   .main .image-gallery .image-gallery-photo img {
     width: 100%;
     margin: 0px;
   }

   .section-title {
     font-size: 30px;
     text-align: left;
   }

   .timelines {
     margin-top: 140px;
   }

   .timelines .wrapper {
     max-width: 960px;
   }

   .timelines .twitter {
     max-width: 30%;
     float:left;
   }

   .timelines .twitter .twitter-title {
     text-align: left;
     font-size: 13px;
   }

   .timelines .twitter.vp {
     margin: 0 4.2%;
   }

   .timelines .twitter.whitehouse {
     margin-top: 32px;
   }

   .timelines .twitter.whitehouse h3 {
     font-size: 18px;
     line-height: 28px;
     margin: 0;
     font-weight: 100;
   }

   .footer-container footer {
     margin-top: 40px;
     text-align: left;
   }
}

@media only screen and (min-width: 1140px) {
    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0,0,0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
