*{
    margin:0;
    padding:0;
}

body{
    font-size: 12px;
    width:1000vw;
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
    background-color: red;
}

@font-face {
  font-family: "Georgia";
  src: url("Georgia.woff") format("woff"),
    url("./fonts/Georgia.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('bebasneue-regular-webfont.woff2') format('woff2'),
         url('bebasneue-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h2{
  font-family: 'bebas_neueregular', sans-serif;
  color: white;
  margin: 2vh 0vw 0vh 2.5vw;
  line-height: 85%;
  background-color: red;
  font-size: 3em;
  max-width: 28vw;
}

h6{
  font-family: "Georgia", serif;
  color: white;
  margin: 2vh 0vw 0vh 2.5vw;
  font-size: 1.2em;
  background-color: red;
  max-width: 28vw;
}

p{
  font-family: "Georgia", serif;
  font-size: 1.1em;
  color: white;
  max-width: 28vw;
  margin: 1.5vh 0vw 0vh 2.5vw;
  background-color: red;
}

@media only screen and (orientation:portrait){
  p{
    max-width: 100vw !important;
    font-size: 1em;
    margin:0;
    padding: 5vw;
  }
  h6{
    max-width: 93vw !important;
    font-size: 1.1em;
    margin: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 5vw;
  }
  h2{
    max-width: 93vw !important;
    margin: 0;
    padding-left: 5vw;
  }
  .home{
    background-size: contain !important;
    background-color: white;
  }
  .intro{
    background-position: -250px 208px !important;
  }
  .biography{
    background-position: -300px 205px !important;
  }
  .climateChange{
    background-position: -300px 250px !important;
  }
  .raceRelations{
    background-position: -260px 260px !important;
  }
  .immigration{
    background-position: -230px 200px !important;
  }
  .gunControl{
    background-position: -380px 240px !important;
  }
  .feminism{
    background-position: -270px 40px !important;
  }
  .abortion{
    background-position: -370px 290px !important;
  }
  .donate{
    background-position: center !important;
  }
}

p a{
  color: white;
  text-decoration: underline;
}

p a:hover{
  text-decoration: none;
}

.nav{
  position: fixed;
  width: 100%;
  bottom:0;
  font-family: Georgia, serif;
}

ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: rgb(23 25 85);
}

li{
    display:inline-block;
    margin-right: -5px;
}

li a{
    display:block;
    color: white;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    padding: 16px 24px;
    text-decoration: none;
}

li a:hover{
    background-color: white;
    color: rgb(23 25 85);
}

.dropdown-content li a{
  min-width: 275px;
  margin-right: 5px;
}

.dropbtn {
  background-color: rgb(23 25 85);
  color: white;
  padding: 16px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  font-family: inherit;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(23 25 85);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  bottom:0;
}

.dropdown-content a {
  color: white;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.section{
    margin:0px;
    bottom:0px;
    width:100vw;
    float:left;
    height:100vh;
}

.home{
    background-image: url("Screen-Shot-2018-07-30-at-10.16.57-PM.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}

.intro{
    background-image: url("190618204745-05-trump-2020-orlando-0618-exlarge-169.jpg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}

.biography{
    background-image: url("enhanced-29876-1549730904-1.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}

.policies{
  background-image: url("merlin_158179356_c4c4d4b6-d7d5-4475-bee8-c68ddd984158-articleLarge.webp");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
}

.climateChange{
  background-image: url("1-vlguWsx0n7ZDY0NtlVqRHA.jpeg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
}

.raceRelations{
  background-image: url("331565386_12_10112018.jpg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
}

.immigration{
  background-image: url("US-President-Donald-Trump-inspects-borde.jpg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
}

.gunControl{
  background-image: url("AP_trump_guns_as_160519_16x9_992.jpg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
}

.feminism{
  background-image: url("72850839-donald-trump-embraces-miss-usa-tara-conner-at-press.jpg.CROP.promo-xlarge2_trans_NvBQzQNjv4BqAn42fo-ub25UKGJAQWgg2QFh0oJmhVIvOruNYBC8V8M.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
}

.abortion{
  background-image: url("melaniainaug_trans_NvBQzQNjv4BqjvE9Rr87xStm87qEynN5NKNGk6h2BNgLnh4y548S5UU.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
}

.donate{
  background-image: url("www.usnews.com.jpg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
}

.donation-container {
	height: 40vh;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 2vh;
  margin-left: 2.7vw;
}

.donation-box {
	width: 390px;
	height: 386px;
	background-color: #F5F5F5;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;

	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.donation-box .title {
	background-color: red;
	width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: white;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 15px;
}

.donation-box .donate-button {
	background-color: red;
	width: 100%;
	color: white;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 18px;
	bottom: 0px;
	position: absolute;
	cursor: pointer;
	font-weight: 800;
}

.donate-button:hover{
  background-color: rgb(23 25 85);
}

.donation-box .fields {
	width: 59%;
	display: block;
	position: absolute;
	top: 60px;
	left: 15px;
}

.donation-box .fields input {
	width: 90%;
	font-size: 17px;
	padding: 10px;
	border-radius: 4px;
	border-width: 0px;
	color: #5C5C5C;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin-bottom: 10px;
	-webkit-font-smoothing: antialiased;
}

::-webkit-input-placeholder {
   color: #cdcdcd;
   font-size: 15px;
}

:-moz-placeholder { /* Firefox 18- */
   color: #cdcdcd;
   font-size: 15px;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #cdcdcd;
   font-size: 15px;
}

:-ms-input-placeholder {
   color: #cdcdcd;
   font-size: 15px;
}

.donation-box .amount {
	width: 30%;
	display: block;
	position: absolute;
	top: 60px;
	right: 15px;
}

.donation-box .amount .button {
	width: 100%;
	background-color: red;
	margin-bottom: 10px;
	text-align: center;
	color: white;
	padding: 15px 0px 15px 0px;
	border-radius: 4px;
	font-size: 20px;
	cursor: pointer;

	-webkit-transition: 400ms background-color;
	-moz-transition: 800ms opacity, 800ms right;
	-ms-transition: 800ms opacity, 800ms right;
	-o-transition: 800ms opacity, 800ms right;
	transition: 200ms background-color;
}

.donation-box .amount .button:hover {
	background-color: rgb(23 25 85);
}

.donation-box .amount .button.selected {
	background-color: rgb(23 25 85);
}

.donation-box .amount .button input {
	min-width: 34px;
	font-size: 20px;
	font-weight: 500;
	border: none;
	background-color: transparent;
	color: white;
	font-family: Montserrat, sans-serif;
	font-size: 20px;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	border-bottom: 2px dashed white;
	-webkit-font-smoothing: antialiased;

	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.set-amount {
	max-width: 96px;
}

.switch {
  position: absolute;
  top: 190px;
  left: 15px;
  margin: 20px auto;
  height: 26px;
  width: 58.5%;
  background: white;
  border-radius: 3px;
}

.switch-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 49%;
  line-height: 26px;
  font-size: 11px;
  color: #5C5C5C;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}
.switch-label:active {
  font-weight: bold;
}

.switch-label-off {
  padding-left: 2px;
}

.switch-label-on {
  padding-right: 2px;
}

.switch-input {
  display: none;
}
.switch-input:checked + .switch-label {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.65);

  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.switch-input:checked + .switch-label-on ~ .switch-selection {
  left: 114px;
}

.switch-selection {
  display: block;
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  width: 49%;
  height: 22px;
  background: #65bd63;
  border-radius: 3px;
  background-color: red;

  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}

.checkboxes {
	position: absolute;
	top: 242px;
	left: 13px;
}

.checkboxes label {
	position: relative;
	top: -8px;
	font-size: 13px;
	color: gray;
}

.checkbox {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid red;
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
  outline: none;

	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.checkbox:active, .checkbox:checked:active {

}

.checkbox:checked {
	background-color: red;
	border: 1px solid red;
	color: white;
}

.checkbox:checked:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: white;
}

.confirm {
	display: none;
	position: absolute;
	top: 335px;
	left: 15px;
	right: 15px;
	font-size: 16px;

	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.confirm i {
	font-weight: bold;
	text-decoration: underline;
	font-style: normal;
}

.shopNow{
  background-image: url("home_posthero_model.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 50vw;
	height: 15vh;
	background-color: #F5F5F5;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	position: relative;
  margin-top: 2vh;
	margin-left: 2.7vw;
}

.shopNow h2{
  position: relative;
  color: red;
  top: 4vh;
  left: 20vw;
  overflow: hidden;
  width: 25vw;
  background-color: rgb(245, 245, 245);
}

.shopNow h2 a{
  text-decoration: none;
  color: red;
  background-color: rgb(245, 245, 245);
}

.shopNow h2 a:hover{
  color:rgb(23 25 85);
}
