html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background: #2d3135;
  font-size: 16px;
  color: #fff;
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
  font-family: "EgyptienneFLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 1.5em 0;
  line-height: 1.25em;
}
a, a:hover {
  text-decoration: none;
}
.row {
  margin-left: -25px;
  margin-right: -25px;
}
.col-sm-4, .col-sm-6, .col-xs-12 {
  padding-left: 25px;
  padding-right: 25px;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
}

.site-header {
  position: fixed;
  z-index: 99999;
  top: 0;
  width: 100%;
  background: #2d3135;
}
.site-header #masthead {
  z-index: 2;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  background: #2d3135;
}
.site-header .row {
  position: relative;
}
.site-title {
  line-height: 1;
  margin: 0;
  width: 210px;
  height: 44px;
}
.site-title a {
  display: block;
  width: 210px;
  height: 44px;
  text-indent: -9999px;
  outline: none;
  background: url(logo.png) no-repeat top;
}
.site-header .site-header-container {
  padding: 30px 0 25px 0;
  position: relative;
}
.site-header h2 {
  position: absolute;
  margin: 0;
  top: 25px;
  right: 0;
  width: 141px;
  height: 50px;
}
.site-header h2 a {
  display: block;
  text-indent: -9999px;
  outline: none;
  width: 141px;
  height: 50px;
  background: url(capitolone.png) no-repeat top left;
  background: url(capitolone.svg) no-repeat top left;
  background-size: 100%;
}

#background{
  background: linear-gradient(315deg, #009444, #1C75BC, #DF3780, #009444);
  background-size: 1000% 1000%;

  -webkit-animation: AnimationName 80s ease infinite;
  -moz-animation: AnimationName 80s ease infinite;
  -o-animation: AnimationName 80s ease infinite;
  animation: AnimationName 80s ease infinite;
}

#background img {
  width: 100%;
  height: auto;
  opacity: .2;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
@keyframes AnimationName {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}


.hero {
  margin-top: 100px;
  overflow: hidden;
  position: relative;
}
.hero:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
  background-image: url('groupshot.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
.hero > .content {
  background: none;
  padding: 4.5em 0 4em 0;
}
.jumbotron {
  margin: 0;
  z-index: 2;
  position: relative;
}

.jumbotron h2 {
  font-family: "EgyptienneFLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.8em;
  line-height: 1.4em;
  text-shadow:0 1px 0 #000;
  margin-bottom: .8em;
}

.content {
  padding-top: 3em;
  padding-bottom: 3.5em;
}
.section-title {
  font-size: .9em;
  color: #a2a1a0;
  text-transform: uppercase;
  margin: 0 0 2em 0;
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.content p {
  font-size: 1.4em;
  line-height: 1.35em;
}

.btn-primary {
  background-color: #2daa4a;
  border-color: #2daa4a;
  text-transform: uppercase;
}
.btn-primary a {
  color: #fff !important;
}
.btn-primary:hover {
  background-color: #248c3c;
}
.btn-primary:hover a {
  color: #fff !important;
}

.btn-primary span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(arrow.png);
  background-size: cover;
}

.footer .container .row {
  border-top: 1px solid #555;
  padding-top: 2.5em;
  padding-bottom: 4em;
  font-size: .9em;
  color: #a2a1a0;
}
.footer .copyright {
  text-align: right;
}
.footer .container p {
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.footer .row {
  margin-left: 0;
  margin-right: 0;
}
.footer .row .address {
  padding-left: 0;
}
.footer .row .copyright {
  padding-right: 0;
}

.footer .row .address p, .footer .row .copyright p {
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
  .content, footer {
    max-width: 400px;
  }
  footer {
    margin-left: auto;
    margin-right: auto;
  }
  .footer .copyright {
    text-align: left;
  }
  .jumbotron h2 {
    font-size: 2em;
  }
  .content .row div {
    margin-bottom: 3em;
  }
  .content .row div:last-child {
    margin-bottom: 0;
  }
  .footer .row .address, .footer .row .copyright {
    padding: 0;
    margin: 0;
  }
  .hero:before {
    padding-top: 0;
  }
  .hero > .content {
    position: relative;
    padding: 4.5em 0 4.5em 0;
  }
  .jumbotron {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .hero {
    margin-top: 74px;
  }
  .jumbotron h2 {
    font-size: 1.6em;
  }
  .site-header .site-header-container {
    padding: 25px 0 25px 0;
  }
  .site-title {
    width: 140px;
    height: 29px;
  }
  .site-title a {
    width: 140px;
    height: 29px;
    background-size: 100%;
  }
  .site-header h2 {
    width: 82px;
    height: 29px;
  }
  .site-header h2 a {
    width: 82px;
    height: 29px;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .jumbotron h2 {
    font-size: 1.8em;
  }
  .hero .content {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  body {
    font-size: 13px;
  }
  .hero:before {
    padding-top: 60%;
  }
  .jumbotron h2 {
    font-size: 2.2em;
  }
}

@media screen and (min-width: 850px) {
  .hero:before {
    padding-top: 55%;
  }
}

@media screen and (min-width: 900px) {
  .hero:before {
    padding-top: 52%;
  }
}

@media screen and (min-width: 992px) {
  .hero:before {
    padding-top: 49%;
  }
  .jumbotron h2 {
    font-size: 2.8em;
  }
}

@media screen and (min-width: 1200px) {
  body {
    font-size: 14px;
  }
  .container {
    width: 1100px;
  }
}

@media screen and (min-width: 1400px) {
  body {
    font-size: 16px;
  }
  .container {
    width: 1175px;
  }
}

@media screen and (min-width: 1500px) {
  .hero > .content  {
    padding-top: 5.5em;
  }
}


