/* VICTOR TEAM STYLESHEET */

@media (max-width: 767px) {
  html {
    font-size: 8px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 9px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 10px;
  }
}
html, body {
  min-height: 100%;
  height: auto;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font: 400 1.8rem Lato, Arial, sans-serif;
  background: #002448;
}

img {
  max-width: 100%;
}

a, button {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}

sup {
  line-height: 1em;
  vertical-align: super;
  display: inline-block;
  position: static;
}

input {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

iframe {
  width: 100% !important;
  max-width: 100% !important;
  display: block;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

*::-moz-selection {
  color: #fff;
  background-color: red;
}
*::-moz-selection * {
  color: #fff;
}
*::selection {
  color: #fff;
  background-color: red;
}
*::selection * {
  color: #fff;
}

.container, .container-fluid {
  max-width: 960px;
  width: 100% !important;
}

header {
  border-bottom: 10px solid black;
}
header img {
  display: block;
  width: 100%;
}

#join {
  background: url(victory/background.jpg) center center/30rem repeat;
  padding: 4rem 0;
  position: relative;
  z-index: 0;
}
#join:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.6rem;
  background: url(victory/shadow.png) center bottom/1px 3.6rem repeat-x;
  z-index: -2;
}
#join img {
  width: 486px;
  display: block;
  margin: auto;
}
#join img:not(:last-child) {
  margin-bottom: 2.5rem;
}
#join h1, h1 {
  font: 700 28px Oswald, "Arial Narrow Bold", "Arial Narrow", Arial, sans-serif;
  margin-bottom: 1em;
}
#join p {
  font-size: 16px;
}
#join a#donate {
  display: inline-block;
  color: #53be25;
  font: 700 3.5rem/1em Oswald, "Arial Narrow Bold", "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
  padding: 1.5rem 4rem;
  border: 4px solid #53be25;
  text-decoration: none;
  -moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
}
#join a#donate:hover, #join a#donate:focus {
  background: #53be25;
  color: white;
  text-decoration: none;
}
#join a.level{
  display: block;
  margin-bottom:10px;
  transition:opacity 0.3s ease-in-out;
  text-decoration: none;
}
#join a.level:hover, #join a.level:focus{
  opacity:0.5;
}

#news {
  text-align: center;
  background: white;
  padding: 4rem 0;
}
#news h2 {
  font: 400 3.5rem Oswald, "Arial Narrow Bold", "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
  color: #575757;
  position: relative;
  z-index: 0;
  margin-bottom: 1em;
}
#news h2:before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - .5px);
  height: 1px;
  width: 100%;
  background: #575757;
  z-index: -2;
}
#news h2 span {
  display: inline-block;
  background: white;
  padding: 0 3rem;
  z-index: 2;
}
#news #greenbtn {
  background: #53be25;
  color: white;
  display: inline-block;
  clear: both;
  padding: 10px 20px;
  text-decoration: none;
  border: 3px solid #53be25;
  font-size: 18px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-transition: background 0.5s, color 0.5s;
  -o-transition: background 0.5s, color 0.5s;
  -webkit-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
}
#news #greenbtn:hover, #news #greenbtn:focus {
  background: transparent;
  color: #53be25;
}
#news #bluebtn {
  background: #2792e3;
  color: white;
  display: inline-block;
  clear: both;
  padding: 10px 20px;
  text-decoration: none;
  border: 3px solid #2792e3;
  font-size: 18px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-transition: background 0.5s, color 0.5s;
  -o-transition: background 0.5s, color 0.5s;
  -webkit-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
}
#news #bluebtn:hover, #news #bluebtn:focus {
  background: transparent;
  color: #2792e3;
}

#disclaimer {
  padding: 30px 15px;
  color: white;
  margin: 0;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
}
#disclaimer span {
  display: inline-block;
  border: 1px solid white;
  padding: 8px 15px;
}

.donatemobile{
  display: block;
  background:#c3080c;
  position: relative;
  color:white;
  text-transform: uppercase;
  width:100%;
  padding:15px;
  font:700 25px Raleway, Arial, sans-serif !important;
  text-align: center;
  transition:background 0.3s;
  z-index: 0;
  text-decoration: none;
  white-space:pre;
}
.donatemobile.petition{
  background:#003f73;
}
.donatemobile:after{
  content:'';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width:100%;
  height:100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,e5e5e5+100 */
  background: rgb(0,0,0); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 */
  z-index: -2;
  mix-blend-mode:overlay;
  opacity:.5;
}
.donatemobile i{
  margin-left:10px;
  color:#f4d448;
}
.donatemobile.petition i{color:#008fff;}
.donatemobile:hover, .donatemobile:focus{
  background:#003f73;
  color:white;
  text-decoration: none;
}
.donatemobile.petition:hover, .donatemobile.petition:focus{
  background:#c3080c;
}

@media(max-width:991px){
  #join h1{text-align: center;}
}