@charset "UTF-8";

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 100%;
}

.content {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  box-sizing: border-box;
  overflow: hidden;
  min-height: 100%;
  position: relative;
}

.mobile-only {
  display: none;
}

a {
  color: #006633;
  transition: all .4s ease-in-out;
}

a:hover {
  transition: all .4s ease-in-out;
}

ul {
  list-style: none;
}

p,
li,
h1,
h2,
h3,
span {
  font-family: georgia, "Montserrat", sans-serif;
}

h1,
h2,
h3 {
  color: #006633;
}

.top-container {
  position: relative;
  box-sizing: border-box;
  height: 25em;
  padding: 0;
  margin: 0 auto;
  z-index: 1001;
}

.header-content {
  background-image: url(/assets/images/bkg-header.jpg);
  background-position: right;
  background-attachment: fixed;
  padding-bottom: 20px;
  margin-bottom: 20px;  
}

.main-content {
  padding: 0 5%;
}

.main-content p {
  font-weight: 400;
  line-height: 25px;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.main-content p.counter-inline {
  padding: 30px 0;
}

.main-content a.official {
  text-decoration: none;
  border-bottom: 1px dotted;
}

.main-content a.official:hover {
  opacity: .75;
  border-bottom: 1px solid #000;
}

.main-content p.border {
  padding: 10px;
  border: 1px solid #58ace2;
  border-radius: 10px;
  background-color: #cccccc30;
  width: 40%;
}

.main-content p.link {
  padding: 30px 0;
}

.main-content span#seconds {
  color: #ff0000;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -.5px;
}

/* === FOOTER === */

footer {
  width: 75%;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .header-content img {
    width: 100%;
  }

  .main-content p {
    width: 100%;
    margin-top: 20px;
  }  

  .main-content p.border {
    width: 70%;
  }  
}

@media screen and (max-width: 767px) {
  .top-container {
    height: auto;
  }
}
