:root {
  --blue:#002c4e;
  --red:#bb2328;
  --dred:darken(var(--red),15%);
  --font:'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
html, body {
  min-height: 100%;
  height: auto;
}
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font: 400 18px var(--font);
  background: white;
  color: #353535;
}

img {
  max-width: 100%;
}

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

button {
  all: unset;
  cursor: pointer;
  padding: 0.5em 1em;
  background: var(--blue);
  color: white;
  border-radius: 0;
  font-family: inherit;
}

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

input {
  border-radius: 0;
}

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

* ::-moz-selection {
  color: #fff;
  background-color: var(--blue);
}
* ::-moz-selection * {
  color: #fff;
}
* ::-moz-selection {
  color: #fff;
  background-color: var(--blue);
}
* ::selection {
  color: #fff;
  background-color: var(--blue);
}
* ::-moz-selection * {
  color: #fff;
}
* ::selection * {
  color: #fff;
}
#header{
    background: #fff url(header-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px 20px 0;
}
#header .container{
    background: url(sydney.png) no-repeat left bottom;
    background-size: contain;
    max-width: 960px;
}
#brand{
    text-align: center;
    padding: 30px 0;
}
#brand .signup{
    padding: 30px 30px 0px;
    min-height: 144px;
}
#brand .signup .form-control{
    border-color: #b9b9b9;
}
#brand .signup .btn{
    text-transform: uppercase;
    font-weight: 700;
    background-color: var(--red);
    color: #fff;

}
#brand hr{
    width:60%;
    margin: 1rem auto;
    color: var(--red);
}
.social{
    color: var(--blue);
    display: flex;
    justify-content: center;
    gap: 1rem;
}
#header .social a, #header .social{
    color: #0066b5;
}

#donatebar{
    border-top: 2px solid #cf2021;
    border-bottom: 2px solid #cf2021;
    background: #A7171A;
    background: linear-gradient(90deg,rgba(167, 23, 26, 1) 0%, rgba(196, 52, 58, 1) 100%);
    padding: 20px 30px;
}
.donate-buttons{
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}
.donate-buttons a, 
.donate-buttons a:hover, 
.donate-buttons a:visited{
    color: #fff;
    text-decoration: none;
    border: 3px solid #df9597;
    border-radius: 5px;
    font-size: clamp(1.125rem, 0.636rem + 1.6071vw, 2.25rem);
    font-weight: 700;
    padding: 8px 15px;
    text-align: center;
}

#trump-endorsed{
    background: #092F4A;
    background: linear-gradient(0deg,rgba(9, 47, 74, 1) 0%, rgba(13, 70, 109, 1) 100%);
    color: #ffffff;
}
.trump-sydney{
    background: url(trump-sydney.jpg) no-repeat center 30%;
    background-size: cover;
}
#endorsed{
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 100%;
    justify-content: center;
    padding: 30px;
}
#endorsed h2{
    font-size: clamp(1.75rem, 1.2321rem + 2.5893vw, 3.5625rem);
    font-weight: 700;
}
#endorsed .quote{
    font-size: clamp(1rem, 0.9107rem + 0.4464vw, 1.3125rem);
    text-wrap: pretty;
}

#priorities{
    background: #efefef url(light-flag-bg.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 30px 30px 80px;
}
#priorities .container-fluid{
    max-width: 1600px;
}
#priorities h2{
    text-align: center;
    color: var(--red);
    font-weight: 900;
    font-size: clamp(1.875rem, 1.3393rem + 2.6786vw, 3.75rem);
    margin-bottom: 1em;
}
#priorities h2 span{
    font-weight: 500;
    text-transform: uppercase;
    font-size: clamp(1.125rem, 0.8571rem + 1.3393vw, 2.0625rem);
    display: block;
    letter-spacing: 0.1em;
}
.priority {
    height: 100%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    border-color: transparent;
}
.priority .card-img-top {
    overflow: hidden;
    position: relative;
}
.priority .card-img-top h4 {
    position: absolute;
    z-index: 100;
    color: #fff;
    font-weight: 900;
    text-align: center;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    font-size: clamp(1.5rem, 1.375rem + 0.625vw, 1.9375rem);
    text-shadow: 0 0 15px rgba(0,0,0,0.5);
}
.priority .card-body{
    padding: 1.5rem;
}

#about{
    padding: 60px 30px;
    background: #942125 url(red-bg.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}
#about .container{
    max-width: 960px;
}
#about .bio{
    text-wrap: pretty;
}
.bio h3 {
    font-size: 33px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 1rem;
}
#footer{
    border-top: 1px solid var(--blue);
    padding: 30px;
    text-align: center;
}
#footer .logo{
    max-width: 300px;
    margin: 0 auto 30px;
}
#footer .social a, #footer .social{
    color: var(--blue)
}
#footer .social{
    margin-bottom: 30px;
}
.discliamer{
    font-size: 12px;
}
.discliamer .box{
    display: inline-block;
    border: 1px solid var(--blue);
    padding: 10px 15px;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    #header .action{
    background: #fff;
    padding-bottom: 20px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    }
    #header .container{
        background: none;
    }
}