html, body, form, Panel {
    height: 100%;
    margin: 0px;
    font-family: 'saira semi condensed', sans-serif;
    font-size: calc(8px + .8vw);
    font-weight:500;
}

.box {
    position: relative;
    display: block;
    float:left;
    width: 100%;
    box-sizing: border-box;
}

.fadein img {
    position: absolute;
    top: 0;
    -webkit-animation-name: fade;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 15s;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 15s;
}

@-webkit-keyframes fade {
    0% {opacity: 0;}
    12% {opacity: 1;}
    18% {opacity: 1;}
    30% {opacity: 0;}
    40% {opacity: 0;}
    65% {opacity: 0;}
    85% {opacity: 0;}
    100% {opacity: 0;}
}
@keyframes fade {
    0% {opacity: 0;}
    12% {opacity: 1;}
    18% {opacity: 1;}
    30% {opacity: 0;}
    40% {opacity: 0;}
    65% {opacity: 0;}
    85% {opacity: 0;}
    100% {opacity: 0;}
}

#f1 {
    -webkit-animation-delay: -14s;
}

#f2 {
    -webkit-animation-delay: -12s;
}

#f3 {
    -webkit-animation-delay: -10s;
}

#f4 {
    -webkit-animation-delay: -8s;
}

#f5 {
    -webkit-animation-delay: -6s;
}

#f6 {
    -webkit-animation-delay: -4s;
}

#f7 {
    -webkit-animation-delay: -2s;
}


#home {
}

#three {
    height:100%;
    width:100%;
    overflow:hidden;
    z-index:10000;
    background-color:white;
}
#about {
    padding-top: 10vh;
    padding-left: .5%;
    padding-right: .5%;
    width: 90%;
    max-width: 1200px;
    min-height:100vh;
    left: 50%;
    transform: translateX(-50%);
}
#photos {
    padding-top: 10vh;
}
#availability {
    padding-top:8vh;
    padding-left:.5%;
    padding-right:.5%;
    width:90%;
    max-width:1200px;
    min-height:100vh;
}
#contact {
    width: 100%;
    height: 100%;
}

.menu_font,
#floating_menu {
    z-index: 7100;
    position: sticky;
    top: 0%;
    right: 0%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2vh;
    padding-bottom: 2vh;
    text-align: center;
    color: RGBA(80,80,80,1);
    font-weight: 700;
    letter-spacing: .05vw;
    white-space: nowrap;
}

.collapsible {
    border: none;
    outline: none;
    background-color: white;
    /*
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    font-size: 15px;
    */
}

.content {
    display: none;
    overflow: hidden;
    /*
    padding: 0 18px;
    background-color: #f1f1f1;
    */
}

.photorow {
    position: relative;
    width:90%;
    max-width:1200px;
    left: 50%;
    transform: translateX(-50%);
    padding-top:0px;
}

#temp_banner_container {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 5vh;
    background-color: #ec2446;
}
#temp_banner {
    z-index: 2000000;
    position: relative;
    top: 0%;
    left: 0px;
    height: 100%;
    background-color: #ec2446;
    text-align: center;
    color: white;
    white-space: nowrap;
}
.temp_banner_inside {
    font-size: 1.8vh;
    text-transform: uppercase;
    letter-spacing: .1vh;
}

#main_container {
    position: fixed;
    width: 100%;
    top: 0%;
    bottom: 0%;
    overflow-y: scroll;
    scroll-behavior: smooth;
}


h1,
h2,
h3,
.h3header,
.h3footnote,
h4,
h5,
.label1,
.footer_text,
.copyright_text,
.validator_label,
.redtext,
.greentext,
.textbox1,
.availability_text1,
.menu_font,
floating_menu,
.separator_font,
.separator_font2,
.send_button,
.collapsible {
    font-family: Oswald, sans-serif;
    font-weight:900;
}

.separator_font,
.separator_font2 {
    color: rgb(240,240,240);
}

a {
    text-decoration: none;
    color: inherit;
}

h1 {
    font-size: calc(8px + 1.5vmin);
    font-weight: 500;
    text-align: justify;
}

h2 {
    font-size: 2.5vmin;
    font-weight: 500;
}

h3 {
    font-size: 2.5vmin;
    font-weight: 100;
    color: black;
    text-align: center;
    position: relative;
    width: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 80%;
}

.h3header {
    font-variant: small-caps;
    font-weight: 600;
    text-decoration: underline;
}

.h3footnote {
    font-style: italic;
    font-weight: 100;
    font-size: 2vmin;
}

.greentext {
    color: #39d276;
    font-weight: 600;
}

.greenboxtext {
    display: inline;
    border-radius: .3vmin;
    padding: .3vmin 1vw .3vmin 1vw;
    background-color: RGB(50,190,127);
    color: white;
    font-weight: 600;
    line-height: 6vmin;
    letter-spacing: .08vmin;
}

.redtext {
    color: palevioletred;
    font-weight: 600;
}

.redboxtext {
    display: inline;
    border-radius: .2vmin;
    padding: .1vmin .6vw .1vmin .6vw;
    background-color: #ec2446;
    color: white;
    font-weight: 600;
    font-size: .75rem;
    /*text-transform: uppercase;*/
    letter-spacing: .2vmin;
}

.transparentblackboxtext {
    display: inline;
    border-radius: .5vmin;
    padding: .1vmin 2vmin .1vmin 2vmin;
    background-color: rgba(72,62,55,.6);
    color: rgb(227,222,219);
    border: solid 2px rgb(72, 62, 55);
}

.bright_red_text {
    color: rgb(200,60,60);
}

.medium_red_text {
    color: #b01223;
}

.graytext {
    color: RGB(80,80,80);
}

.grayboxtext {
    display: inline;
    border-radius: .2vmin;
    padding: .1vmin .6vw .1vmin .6vw;
    background-color: RGB(80,80,80);
    color: white;
    font-weight: 600;
    font-size: .75rem;
    letter-spacing: .2vmin;
}

.footer_text {
    padding-left: 1vmin;
    padding-right: 1vmin;
    font-size: calc(6px + .4vmax);
    font-weight: 100;
    letter-spacing: .05vw;
    color: white;
    display:inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.copyright_text {
    font-size: calc(5px + .5vw);
    font-weight: 100;
    letter-spacing: .05vw;
    line-height: 3vh;
    color: RGB(160,160,160);
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.boldest {
    /*font-family: Saira,sans-serif;*/
    font-weight: 700;
}

.thinnest {
    font-weight: 100;
}

.tiniest {
    font-size: 1vmin;
}

.allcaps {
    text-transform:uppercase;
}

.petitecaps {
    font-variant-caps:petite-caps;
}

.smallcaps {
    font-variant: small-caps;
}

.nosmallcaps {
    font-variant: normal;
}

h4, .h4 {
    font-size: 2.5vmin;
    font-weight: 100;
    display: inline-block;
    color: black;
    text-align: center;
    position: relative;
    width: 80%;
    max-width: 900px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

h5 {
    font-size: 1.8vmin;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    line-height: 3vmin;
    color: black;
}

.lightfont {
    font-weight: 100;
}

.heavyfont {
    font-weight: 900;
}

.center_text {
    text-align: center;
}


.centered_result_text
{
    position:absolute;
    width:100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.centered
{
    position:relative; 
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.centeredX
{
    position:relative; 
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.centeredY {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.alignbottom {
    position: relative;
    bottom: 0%;
}

.topdiv
{
    display: inline-block;
    position: absolute;
    height: 25%;
    width: 100%;
    top: 0%;
    left: 0%;
    background-color:RGBA(240,240,240,1);
}

.rowborder {
    border-top: .2vmin dotted white;
}

.Position {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -160px 0 0 0px;
}

.label1 {
    font-weight: 900;
    font-size: 1.8vmin;
    letter-spacing: .1vmin;
    position: absolute;
    text-wrap: none;
    right: .5vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.validator_label {
    font-weight: 100;
    font-size: 2.5vmin;
    letter-spacing: .1vmin;
    color: green;
    display: inline-block;
    position: relative;
    right: 1%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.italics {
    font-style: italic;
}

.back_color_white {
    background-color: white;
}

.back_color1 {
    background-color: rgb(40, 40, 40);
}

.back_color2 {
    background: rgba(255,255,255,1);
}

.front_color1 {
    color: rgb(80, 80, 80);
}

.front_color2 {
    color: rgb(22, 45, 80);
}

.front_color3 {
    color: rgb(33, 68, 120);
}

.front_color4 {
    color: rgb(95, 141, 211);
}

.align_right {
    font-display: block;
    text-align:right;
}

.contact_row {
    display: inline-block;
    position: absolute;
    height: 16%;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.contact_panel1 {
    display: inline-block;
    position: absolute;
    width: 15%;
    height: 100%;
    left: 0%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact_panel2 {
    display: inline-block;
    position: absolute;
    width: 70%;
    height: 100%;
    left: 15%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact_panel3 {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.line_bottom {
    border-bottom: solid 1vmin RGB(135, 170, 222);
}

.apply_button {
    background-color: rgb(33, 68, 120);
    border-radius: .4vmin;
    color: white;
    padding: 1vmin 2vmin 1vmin 2vmin;
}

.availability_spacer,
.availability_cell_left,
.availability_cell_right {
    float: left;
    font-family: Saira,sans-serif;
    font-size: 2.5vmin;
    font-weight: 200;
    margin: 0 auto;
    padding: .15vmin 0 .15vmin 0;
}

.smallerfont {
    font-size:.8em;
}

.availability_cell_left {
    position: absolute;
    width: 60%;
    left: 0%;
    height: 100%;
    text-align: center;
}

.availability_cell_right {
    position: absolute;
    width: 40%;
    right: 0%;
    height: 100%;
    text-align: center;
    align-items: stretch;
}

.centeredX_absolute {
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
}

.centered_absolute {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.availability_spacer {
    width: 100%;
    font-family: Saira,sans-serif;
    font-size: 1vh;
}

.availability_row {
    position:relative;
    float:left;
    width: 100%;
    height:40vmin;
}

.availability_row_single_line {
    position: relative;
    float: left;
    width: 100%;
    height: 8vmin;
}

.availability_text1 {
    font-weight: 900;
    font-size: 2.5vmin;
    letter-spacing: .1vmin;
    display: inline-block;
    text-wrap: none;
}

.footer_div {
    position: relative;
    height: 20%;
    width: 100%;
    top: 80%;
    left: 0%;
    border-top:solid 1px lightgray;
}

.footer_row {
    position: relative;
    width: 100%;
}

.footer_panel1 {
    position: absolute;
    display:inline-block;
    width: 50%;
    height: 100%;
    text-align: right;
    left: 0%;
}

.footer_panel2 {
    position: absolute;
    display: inline-block;
    width: 50%;
    height: 100%;
    text-align: left;
    left: 50%;
}

.equal_housing_div {
    position: absolute;
    width: 100%;
    height: 50%;
    display: inline-block
}

.textbox1 {
    padding: 1%;
    padding-bottom: 0;
    box-sizing: border-box;
    font-size: 2.5vmin;
    font-weight: 400;
    border: none;
    border-bottom: solid .1vh rgb(200,200,200);
    position: absolute;
    width:100%;
    height: 80%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align:left;
}

.send_button {
    position: absolute;
    padding: 1vmin 2vmin 1vmin 2vmin;
    left: 50%;
    top: 50%;
    border: solid 1px lightgray;
    border-radius: .3vmin;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 2.5vmin;
}

ul{
    padding:0;
    margin:0;
}

li {
    list-style-type: square;
    margin-left: 4vmin;

}

.best_rate_top {
    border: .3vmin solid #ff7e94;
    border-bottom: 0;
    box-sizing: border-box;
}
.best_rate_bottom {
    border: .3vmin solid #ff7e94;
    border-top: 0;
    box-sizing: border-box;
}
.other_rate_top {
    border: .3vmin solid white;
    border-bottom: 0;
}
.other_rate_bottom {
    border: .3vmin solid white;
    border-top: 0;
}

.best_value {
    background-image: url("best_value.png");
    background-position: left center;
    background-repeat:no-repeat;
}

.col_full_width,
.spacer_col,
.col1of3,
.col1of4 {
    display: block;
    float: left;
    padding: .7vh 0 .7vh 0;
    box-sizing: border-box;
}

.col_full_width {
    width: 100%;
}

.col1of3 {
    width: 33%;
    font-weight: 900;
}

.spacer_col {
    width: .25%;
}

.col1of4 {
    width: 25%;
    font-weight: 900;
}

.transparent_gray {
    background-color: lightgray;
}

.overlay {
    opacity:0;
}

.overlay:hover {
    opacity:0.8;
    background-color:white;
}

.outermenubox {
    border: solid 2px lightgray;
    padding: 1% 5% 1% 5%;
    width: calc(90%+4px);
    background-color: rgba(240,242,230,1);    
}

.innermenubox {
    border-top: solid 2px lightgray;
    border-bottom: solid 2px lightgray;
    padding: 1%;
}

iframe {
    display: block; /* iframes are inline by default */
    background: #000;
    border: none; /* Reset default border */
    height: 100vh; /* Viewport-relative units */
    position: relative;
    display: block;
    float: left;
    width: 100%;
    top:0;
    box-sizing: border-box;
    background-color: white;
}



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    width: 100%; /* Full width */
    left: 0;
    height: 100%; /* Full height */
    top: 0;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
