:root {
  --blue: #000066 !important;
  --red: #be1e2e !important;
}
/**********
GLOBAL STYLES, DO NOT DELETE FOR NEW WEBSITES
**********/
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:400,600,700'); 
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,900');
@import url('font-awesome.css');  
@import url('animate.css');

@media /* Mobile & Tablet */
only screen and (max-width: 767px),
(max-width: 1300px) and (min-width: 768px) {

  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr { 
    width: 100%;
    display: block; 
  }
  
  /* Hide table headers (but not display: none;, for accessibility) */

  tr {
    width: 100% !important;
    height: 1% !important;
  }
  
  td { 
    /* Behave  like a "row" */
    width: 100% !important;
    height: 1% !important;
    min-height: 33vh !important;
    word-wrap: break-word;
    text-align: left !important;
  }
  #contact {
    /*margin-top: 175px;*/
  }
  .hero-wrapper {
    /*background-image: var(--hero);
    min-height: 30vh !important;
    background-position: center;
    background-repeat: no-repeat; 
    background-size: 100%;*/
    position: relative;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
html, body {
  height: 100%;
}
body {
  font-weight: 300;
  font-size: 12pt !important;
}
.Aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Aligner-item {
  flex: 1;
}

.Aligner-item--top {
  align-self: flex-start;
}

.Aligner-item--bottom {
  align-self: flex-end;
}

.Aligner-item--fixed {
  flex: none;
  max-width: 50%;
}
/**********
END GLOBAL STYLES
**********/
::placeholder {
  color: white;
}
input[type=email] {
  width: 100%;
}
input[type=number] {
  width: 100%;
}
input[type=email], input[type=number] {
  background-color: #4c4380;
  color: white;
  border: none;
  padding: 5px;
}
input[type=email]::placeholder {
  color: white;
}
input[type=number]::placeholder {
  color: white;
}
input[type=submit] {
  margin-top: auto;
  margin-bottom: auto;
  padding: 5px;
  width: 100%;
  color: white;
  background-color: var(--red);
  border: none;
  border-radius: 5px;
}
button {  
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 5px;
  color: white;
  background-color: var(--blue);
  border-radius: 5px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 0px !important;
  margin-left: 0px !important;
  padding-right: 0px !important;
  margin-right: 0px !important;
}
.donate {
  background-color: var(--blue);
}
.donate:hover {
  background-color: white !important;
  color: var(--blue);
}
.donate a:hover {
  color: var(--blue);
}
.donate2 {
  background-color: gray;
}
.donate2:hover {
  background-color: gray !important;
  color: #000;
}
.donate2 a {
  color: #000 !important;
}
.donate2 a:hover {
  color: #000;
}
.nav-link {
  padding-left: 35px !important;
  padding-right: 35px !important;
  color: white;
  font-size: 13pt;
  font-weight: 700;
}
.nav-link:hover {
  background-color: var(--blue);
  color: white;
}
.navItem-Reverse {
  margin-left: 10px;
  margin-right: 10px;
}
.navLink-Reverse{
  margin:9px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-radius: 15px;
  height: 75px;
  background-color: var(--blue);
  color: white;
  font-size: 13pt;
  font-weight: 700;
}
.navLink-Reverse:hover{  
  background-color: var(--red);
  color: white;  
}
.navbar {
  background-color: var(--red);
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

#mobile .nav-link {
  padding-left: 35px !important;
  padding-right: 35px !important;
  background-color: var(--blue);
  color: white;
  font-size: 125%;
  font-weight: 300;
}
#mobile .nav-link:hover {
  background-color: var(--red);
  color: white;
}
#mobile .navLink-Reverse{
  margin:1px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
  border-radius: 15px;
  background-color: var(--red);
  color: white;
  font-size: 100%;
  font-weight: 300;
}
#mobile .navLink-Reverse:hover{  
  background-color: var(--blue);
  color: white;  
}
#mobile .navbar {
  background-color: white;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

#padding {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.footer-wrapper {
  background-image: var(--hero);height: 500px !important;
  background-position: center;
  background-repeat: no-repeat; 
  background-size: cover;
  position: relative;
}
.imgFrame {
  background-image: var(--img);
  height: 100%;

  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.sectionStart {
  z-index: 5;
  position: absolute !important;
  bottom: 0;
  background-image: url('../images/resources/section_Start.png');
  width: 100%;
  height: 10vh;

  background-position: bottom;
  background-repeat: repeat-x;
  background-size: contain;
  position: relative;
}
.sectionEnd {
  z-index: 5;
  position: absolute !important;
  top: 0;
  background-image: url('../images/resources/section_End.png');
  width: 100%;
  height: 10vh;

  background-position: top;
  background-repeat: repeat-x;
  background-size: contain;
  position: relative;
}
.committee {
  width: 345px !important;
  margin-top: auto;
  margin-bottom: auto;
  padding: 5px;
  color: white;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid white;
}