@media screen and (min-width: 0px) {
    .desktopDesc {
        display: none;
    }
    .mobileDesc {
        display: block;
    }
    .pHouse {
        display: none;
    }
    .booklet {
        position: relative;
        width: 100%;
        max-width: 475px;
        right: 55px;
    }
    .pWatch {
        display: none;
    }
    .washington {
        position: relative;
        width: 250px;
        top: 8px;
    }
    #landingSection {
        grid-column: col-start 1 / span 10;
    }
    .disclaimer {
        margin-bottom: 45px;
    }
    #bottomSection {
        grid-column: col-start 1 / span 10;
        text-align: center;
        margin-top: 35px;
    }
    #bookSection {
        grid-column: col-start 1 / span 10;
        text-align: center;
    }
    #iconContainer {
        grid-column: col-start 1 / span 10;
    }
    .icons {
        width: 200px;
        margin-bottom: 15px;
    }
    #iconSpacing {
        margin-top: -80px;
    }
    .guideBtn {
        margin-top: 20px;
        background-color: #415464;
        color: white;
        padding: 10px 25px;
        text-decoration: none;
        border-radius: 8px;
        line-height: 50px;
        font-size: 1.5em;
        font-weight: bold;
        width: 210px;
    }
    .guideBtn:hover {
    -webkit-transition-property: all;
    	-o-transition-property: all;
    	transition-property: all;
    	-webkit-transition-duration: .35s;
    	-o-transition-duration: .35s;
    	transition-duration: .35s;
    	-webkit-transition-timing-function: ease-in-out;
    	-o-transition-timing-function: ease-in-out;
    	transition-timing-function: ease-in-out;
		background-color: black;
        color: white;
    }
    .hgDesktop {
        display: none;
    }
    .hgMobile {
        display: block;
    }
    .frame-card-container {
        grid-column: col-start 1 / span 10;
    }

    .carousel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  margin: 0 auto;
}

.carousel-window {
  overflow: hidden;
  width: 100%;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
}

.frame {
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
}

.arrow {
  background: none;
  border: none;
  font-size: 2.5rem;
  color: #555;
  cursor: pointer;
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 5px 10px;
  opacity: 0.8;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.arrow.left {
  left: 10px;
  width: 12px;
  height: 12px;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 14px;
  transform: rotate(135deg);
  background: transparent;
  cursor: pointer;
}

.arrow.right {
        right: 10px;
        width: 12px;
        height: 12px;
        border: solid black;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 14px;
        transform: rotate(-45deg);
        background: transparent;
        cursor: pointer;

}

.arrow:hover {
  color: #000;
  opacity: 1;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 5;/* Sit on top */
	left: 0;
	margin-top: -527px;
	width: 100%; /* Full width */
	height: 500vh; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
	margin: auto;
	width: 100%;
	  top: 75%;
	  position: relative;
  }
  
  /* The Close Button */
  .close {
	color: white;
	float: right;
	font-size: 50px;
	  margin-top: 13px;
	font-weight: bold;
	  z-index: 6;
	  position: relative;
	  top: 16px;
	  right: 8%;
      width: 30px;
  }
  
  .close:hover{
	color: #000;
	text-decoration: none;
	cursor: pointer;
	  z-index:7;
}
.modalHeight {
		position: relative;
		top: 615px !important;
	}
    .captchaS{
		display: block;
	}
	.captchaL{
		display: none;
	}
	.captcha-container {
		position: relative;
        top: 50px;
        left: 20px;
        margin-top: 20px;
	}
    #barkForm input[type="submit"] {
        color: white;
		padding: 10px;
		border: none;
		background-color: #415464;
		border-radius: 5px;
		cursor: pointer;
		font-size: 16px;
		margin: auto;
	}
	#barkForm input[type="submit"]:hover {
		-webkit-transition-property: all;
    	-o-transition-property: all;
    	transition-property: all;
    	-webkit-transition-duration: .35s;
    	-o-transition-duration: .35s;
    	transition-duration: .35s;
    	-webkit-transition-timing-function: ease-in-out;
    	-o-transition-timing-function: ease-in-out;
    	transition-timing-function: ease-in-out;
		background-color: white;
        color: black;
	}
	.radio-group {
		display: flex;
		align-items: center;
		grid-column: span 2;
	}
	.radio-group label {
		margin-right: 10px;
	}
	.radio-group input {
		margin-right: 5px;
	}
    #formTitle {
		margin-left: 15% !important;
		margin-right: 15% !important;
		font-size: 1.5em !important;
	}
    /* Form Settings */
	.form-container {
		background-color: #efdcd6;
		padding: 20px;
		border-radius: 0px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border: #a25f53;
        border-width: 5px;
        border-style: solid;
	}

    .item1 { grid-area: first; }
	.item2 { grid-area: second; }
	.item3 { grid-area: third; }
	.item4 { grid-area: fourth; }
	.item5 { grid-area: fifth; }
	.item6 { grid-area: sixth; width: 100% !important; }
	.item7 { grid-area: seventh; width: 100%; margin-left: 0%;}
	.item8 {grid-area: eighth; text-align: left; margin-top: 15px;} /* Waiver Box */
	.item9 { grid-area: ninth; }
	.item10 { grid-area: tenth; }

	#historyGuideForm {
		display: grid;
		grid-template-areas:
        'first first first first first first'
		'second second second second second second'
        'third third third third third third'
        'fourth fourth fourth fourth fourth fourth'
		'fifth fifth fifth fifth fifth fifth'
		'sixth sixth sixth sixth sixth sixth'
		'seventh seventh seventh seventh seventh seventh'
		'eighth eighth eighth eighth eighth eighth'
		'ninth ninth ninth ninth ninth ninth'
		'tenth tenth tenth tenth tenth tenth';
		grid-template-columns: repeat(6, minmax(0, 1fr));
		gap: 10px;
		width: 85%;
		margin: auto;
		margin-top: 30px;
	}
    input[type="text"], input[type="email"], input[type="number"] {
		width: 100%;
		padding: 10px;
		border: 1px solid #ccc;
		border-radius: 5px;
		margin-bottom: 0px !important;
		background-color: white !important;
		height: 44px;
		text-align: left;
	}
	#barkForm input[type="submit"] {
        color: white;
		padding: 10px;
		border: none;
		background-color: #415464;
		border-radius: 5px;
		cursor: pointer;
		font-size: 16px;
		margin: auto;
	}
	#barkForm input[type="submit"]:hover {
		-webkit-transition-property: all;
    	-o-transition-property: all;
    	transition-property: all;
    	-webkit-transition-duration: .35s;
    	-o-transition-duration: .35s;
    	transition-duration: .35s;
    	-webkit-transition-timing-function: ease-in-out;
    	-o-transition-timing-function: ease-in-out;
    	transition-timing-function: ease-in-out;
		background-color: black;
        color: white;
	}
    input::placeholder {
        color: black;
        opacity: .8; /* Firefox */
      }
      
      input:-ms-input-placeholder { /* Internet Explorer 10-11 */
       color: black;  
       opacity: .5; /* Firefox */
      }
      
      input::-ms-input-placeholder { /* Microsoft Edge */
       color: black;
       opacity: .8; /* Firefox */
      }
      #confirmation {
		display: none;
	}
    .historyGuideH2 {
        font-size: 1.7em !important;
        font-family: 'proxima-nova-condensed';
        letter-spacing: 1px;
    }
    .fingerPoint {
        cursor: pointer;
        position: absolute;
        left: -137px;
        width: 130px;
        top: 11px;
    }
    .howItWorks {
        text-align: center;
        line-height: 1.5em;
        color: #415464;
        margin-top: 25px;
        margin-bottom: 20px;
    }
    .hiwBook {

    }
    .hiwFeather{
        margin-top: 40px;
    }

    .hiwCamera {
        margin-top: -20px !important;
    }
    .getTheGuide {
        margin-top: 20px; 
        margin-bottom: 70px;
    }
    .standMargin {
        margin-top: 30px;
        margin-bottom: 45px;
    }
    .whatsInside{
        margin-bottom: -25px;
    }
}

@media screen and (min-width: 339px) {
    #formTitle {
		margin-left: 20% !important;
		margin-right: 20% !important;
	}
}

@media screen and (min-width: 376px) {
    .arrow {
        top: 36%;
    }
}

@media screen and (min-width: 400px) {
    #formTitle {
		margin-left: 25% !important;
		margin-right: 25% !important;
	}
}

@media screen and (min-width: 450px) {
    #formTitle {
		font-size: 1.75em !important;
	}
}

@media screen and (min-width: 540px) {
    .howItWorks {
        text-align: center;
        line-height: 1.5em;
        color: #415464;
        margin-top: 5px;
        margin-bottom: 20px;
    }
    #landingSection {
        grid-column: col-start 2 / span 8;
    }
    #bottomSection {
        grid-column: col-start 2 / span 8;
    }
    #bookSection {
        grid-column: col-start 2 / span 8;
    }
    #iconContainer {
        grid-column: col-start 2 / span 8;
    }
    .booklet {
        margin-top: -45px;
        margin-bottom: 25px;
    }
    .hgMobile {
        margin-bottom: 30px;
    }
    .arrow.left {
        left: -50px;
    }

    .arrow.right {
        right: -50px;
    }
    .modal-content {
		width: 520px;
	}
	.modalHeight {
		top: 700px !important;
	}
    .captchaS{
		display: none;
	}
	.captchaL{
		display: block;
	}
    #barkSubmit {
        margin-top: 20px;
    }
    .frame-card-container {
        grid-column: col-start 2 / span 8;
    }
}

@media screen and (min-width: 768px) {
    .modal-content {
		width: 596px;
	}
    #barkForm input[type="submit"] {
        color: white;
		grid-column: span 2;
		padding: 10px;
		border: none;
		background-color: #415464;
		border-radius: 5px;
		cursor: pointer;
		font-size: 16px;
		margin-top: 40px;
		margin-left: 50px;
		margin: none;
	}
    #formTitle {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
    #historyGuideForm {
		display: grid;
		grid-template-areas:
        'first first first second second second'
        'third third third third third third'
        'fourth fourth fourth fourth fifth fifth'
        'sixth sixth seventh seventh seventh seventh'
        'eighth eighth eighth eighth ninth ninth';
		grid-template-columns: repeat(6, minmax(0, 1fr));
		gap: 20px;
		width: 85%;
		margin: auto;
		margin-top: 30px;
	}
    .historyGuideH2 {
        font-size: 2em !important;
        font-family: 'proxima-nova-condensed';
    }
    .fingerPoint {
        cursor: pointer;
        position: absolute;
        left: -25px;
        width: 130px;
        top: 11px;
    }
}

@media screen and (min-width: 1100px) {
    .whatsInside{
        margin-bottom: unset;
    }
    .disclaimer {
        margin-bottom: 95px;
    }
    .getTheGuide {
        margin-top: 30px; 
        margin-bottom: 100px;
    }
    .standMargin {
        margin-top: unset;
        margin-bottom: 50px;
    }
    .hiwBook {

    }
    .hiwFeather{
        margin-top: unset;
    }

    .hiwCamera {
        margin-top: unset !important;
    }
    .howItWorks {
        text-align: center;
        line-height: 1.5em;
        color: #415464;
        margin-top: 5px;
        margin-bottom: 35px;
    }
    .desktopDesc {
        display: block;
    }
    .mobileDesc {
        display: none;
    }
    .pHouse {
        display: unset;
        position: absolute;
        width: 400px;
        top: -80px;
        left: 104%;
    }

    .booklet {
        position: absolute;
        width: 550px;
        right: 100%;
        top: 0px;
        max-width: unset;
    }

    .pWatch {
        display: unset;
        position: absolute;
        width: 350px;
        left: 102%;
        top: 400px;
    }

    .washington {
        position: absolute;
        width: 250px;
        right: 104%;
        top: -60px;
    }

    h2 {
        font-size: 1.7em !important;
    }

    #landingSection {
        grid-column: col-start 4 / span 8;
    }
    #bottomSection {
        grid-column: col-start 4 / span 8;
        position: relative;
        margin-bottom: 95px;
        height: 89px;
    }
    #bookSection {
        grid-column: col-start 7 / span 5;
    }
    #iconContainer {
        grid-column: col-start 2 / span 12;
    }

    .iconSection {
        display: flex;
        gap: 25px;
        text-align: center;
        margin: auto;
        width: 940px;
    }

    .frameSection {
        display: flex;
        gap: 25px;
        text-align: center;
        width: 1100px;
        margin: auto;
    }

    .icons {
        width: 225px;
        margin-bottom: 25px;
    }

    #iconSpacing {
        margin-top: unset;
    }

    .frame {
        width: 225px;
    }

    .iconSection h2 {
        font-size: 1.5em !important;
    }

    .guideBtn {
        margin-top: 20px;
        background-color: #415464;
        color: white;
        padding: 10px 25px;
        text-decoration: none;
        border-radius: 8px;
        line-height: 50px;
        font-size: 1.5em;
        font-weight: bold;
        width: 210px;
    }
    .hgDesktop {
        display: unset;
    }
    .hgMobile {
        display: none;
    }
    .modal-content {
		width: 640px;
	}
    .modalHeight {
		top: 787px !important;
	}
    #barkForm input[type="submit"] {
        color: white;
		grid-column: span 2;
		padding: 10px;
		border: none;
		background-color: #415464;
		border-radius: 5px;
		cursor: pointer;
		font-size: 16px;
		margin-top: 40px;
		margin-left: 43px;
	}
    #formTitle {
		font-size: 2em !important;
	}
    .frame-card-container {
        grid-column: col-start 1 / span 14;
    }
    .historyGuideH2 {
        font-size: 2.3em !important;
        font-family: 'proxima-nova-condensed';
    }
}

@media screen and (min-width: 1200px) {
    .booklet {
        position: absolute;
        width: 550px;
        right: 110%;
        top: 0px;
    }
    .frameSection {
        display: flex;
        gap: 25px;
        text-align: center;
        width: 1180px;
        margin: auto;
    }
    .frame {
        width: 275px;
    }
}


@media screen and (min-width: 1300px) {
    #barkForm input[type="submit"] {
        color: white;
		grid-column: span 2;
		padding: 10px;
		border: none;
		background-color: #415464;
		border-radius: 5px;
		cursor: pointer;
		font-size: 16px;
		margin-top: 40px;
		margin-left: 17px;
	}
}

@media screen and (min-width: 1400px) {
    .pHouse {
        left: 107%;
    }
    .booklet {
        position: absolute;
        width: 550px;
        right: 110%;
        top: -30px;
    }
    .pWatch {
        display: unset;
        position: absolute;
        width: 350px;
        left: 113%;
    }
}

@media screen and (min-width: 1700px) {

}

@media screen and (min-width: 1900px) {
    .pHouse {
        left: 115%;
    }
    .pWatch {
        display: unset;
        position: absolute;
        width: 350px;
        left: 125%;
    }
}

@media screen and (min-width: 2000px) {

}

@media screen and (min-width: 2200px) {
    .pWatch {
        display: unset;
        position: absolute;
        width: 350px;
        left: 130%;
    }
    .booklet {
        position: absolute;
        width: 550px;
        right: 110%;
    }
}