/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

/* CSS reset ends */


/******* ROBOTO THIN *******/
@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Thin.eot');
  /* IE 9 - 11 */
  src: url('../fonts/Roboto-Thin.woff') format("woff"),
    url('../fonts/Roboto-Thin.ttf') format("truetype");
  font-weight: 200;
}

/******* ROBOTO LIGHT *******/
@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Light.eot');
  /* IE 9 - 11 */
  src: url('../fonts/Roboto-Light.woff') format("woff"),
    url('../fonts/Roboto-Light.ttf') format("truetype");
  font-weight: 300;
}

/******* ROBOTO REGULAR *******/
@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Regular.eot');
  /* IE 9 - 11 */
  src: url('../fonts/Roboto-Regular.woff') format("woff"),
    url('../fonts/Roboto-Regular.ttf') format("truetype");
  font-weight: 400;
}

/******* ROBOTO BOLD *******/
@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Bold.eot');
  /* IE 9 - 11 */
  src: url('../fonts/Roboto-Bold.woff') format("woff"),
    url('../fonts/Roboto-Bold.ttf') format("truetype");
  font-weight: 700;
}

/******* ROBOTO BLACK *******/
@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Black.eot');
  /* IE 9 - 11 */
  src: url('../fonts/Roboto-Black.woff') format("woff"),
    url('../fonts/Roboto-Black.ttf') format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: "close-menu";
  src: url("../fonts/close-menu.eot");
  src: url("../fonts/close-menu.eot?#iefix") format("embedded-opentype"),
    url("../fonts/close-menu.woff") format("woff"),
    url("../fonts/close-menu.ttf") format("truetype"),
    url("../fonts/close-menu.svg#close-menu") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "close-menu" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "close-menu" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "b";
}

.icon-hamburger:before {
  content: "a";
}

body {
  font-family: Roboto, sans-serif;
  color: #000000;
  font-weight: 300;
  overflow-x: hidden;
}

h1 {
  font-size: 100px;
  line-height: 90px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}

h2 {
  font-size: 70px;
  line-height: 60px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}

h3 {
  font-size: 55px;
  line-height: 54px;
  font-weight: 700;
  text-transform: uppercase;
  color: #292929;
  padding: 30px 0 0 0;
}

h4 {
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;

}

h5 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 300;
}

h6 {
  font-size: 20px;
  color: #ffffff;
  line-height: 20px;
  font-weight: 700;
}

p {
  padding: 5px 0;
  font-size: 18px;
  line-height: 20px;
}

.bold {
  font-weight: 700;
}

li a {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.red {
  color: #ae1f24;
}

.grey {
  color: #292929;
}

.red-background {
  background-color: #ae1f24;
}

.grey-background {
  background-color: #292929;
}

.yellow-background {
  background-color: #F7F052;
}

.margin {
  margin: 20px 0 0 0;
}

.navigation a {
  font-size: 20px;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
  text-decoration: none;
}

/* ------ NAVIGATION STYLING -------------------------------------------------------------- */

.contain-navs {
  z-index: 100;
  position: absolute;
  bottom: 0;
  height: 95px;
  width: 100%;
}

.fixed-nav {
  height: 95px;
  width: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*    justify-content: space-between;*/

  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.fixed {
  position: fixed;
  top: 0;
}

.fixed-nav .logo {
  width: 4%;
  display: none;
  opacity: 0;
  margin-left: 20px;
  -webkit-transition: opacity 0.75s ease 0.10s;
  transition: opacity 0.75s ease 0.10s;
}

.fixed-nav .display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0.75s ease 0.10s;
  transition: opacity 0.75s ease 0.10s;
}

.fixed-nav .logo img {
  width: 75px;
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
}

.nav {
  width: 100%;
  height: 100%;
  position: relative;
  /*    display: inline-flex;*/
  /*    justify-content: center;*/
}

.navigation {
  /*    display: inline-flex;*/
  position: absolute;
  /*    width: 50%;*/
  -webkit-transition: all 0.75s ease 0.10s;
  transition: all 0.75s ease 0.10s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /*    margin: 0 auto;*/
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  height: 95px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
}

.flex-item {
  display: block;
}

.nav-width {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;

}

.move-nav {
  position: absolute;
  right: 0px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.75s ease 0.10s;
  transition: all 0.75s ease 0.10s;
  /*    justify-content: space-between;*/
}

.navigation li {
  height: 100%;
  display: inline-block;
}

.navigation a {
  color: #292929;
  padding: 0 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: none;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.navigation a.active {
  font-weight: 900;
  padding-bottom: 30px;
  border-bottom: 10px solid #7f3f97;
}


#menu .active-mobile {
  border-bottom: 4px solid #7f3f97;
  color: #7f3f97;
}

.navigation a:hover {
  background-color: #ae1f24;
  color: #ffffff;
}

.bottom-line {
  width: 100%;
}

.booking {
  background-color: #F7F052;
  font-weight: 900 !important;
}

:target {
  display: block;
  position: relative;
  top: -105px;
  visibility: hidden;
}

/* --- END NAVIGATION STYLING ----------------------*/


/*********************************************************/

/* ------ HEADER + LOGO STYLING -------------------------------------------------------------- */

header {
  width: 100%;
  height: 100vh;
  background-image: url(../img/QCER-HomePageHeaderImage.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.header-text {
  padding: 500px 40px 0 40px;
}

.box-logo {
  width: 100%;
  position: absolute;
  top: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*

background-color: rgba(20, 20, 20, 0.85);
    width: 450px;
    height: 200px;
    position: absolute;
    left: 20%;
    top: 0;
    padding: 0 0 40px 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;

    
*/

.logo img {
  width: 550px;
  display: block;

}

/* --- END HEADER STYLING ----------------------*/

/*********************************************************/

/* ------ MAIN WRAPPER STYLING -------------------------------------------------------------- */

.wrapper {
  width: 1080px;
  margin: 10px auto;
}

#bottom-pad {
  padding: 0 0 60px 0;
}

.full-width-wrapper {
  width: 100%;
}

.book-now {
  width: 100%;
  height: 50px;
  padding: 10px 0;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  margin: 30px 0 0 0;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.book-now:hover {
  background-color: #e7dd01;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.book-now a {
  height: 100%;
  width: 100%;
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
}

.columns {
  margin: 30px 0 10px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}

.columns.border-top {
  border-top: 2px solid #ae1f24;
  padding-top: 40px;
}

.columns.border-bottom {
  border-bottom: 2px solid #ae1f24;
  padding-bottom: 40px;
}

.col {
  width: 510px;
}

.col img {
  margin-bottom: 10px;
  width: 100%;
}

.cost {
  padding: 40px;
  color: white;
  text-align: center;
  margin: 30px 0 0 0;
  background-image: url(../img/background-cost.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.cost h3 {
  color: white;
  width: 45%;
  padding: 0 0 30px 0;
  margin: 0 auto 20px auto;
  border-bottom: 2px solid white;
  font-size: 80px;
}

#para-title {
  padding: 10px;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  margin: 20px 0 10px 0;
  width: 100%;
}

#para-title h3 {
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
  color: #ffffff;
  padding: 0;
  text-align: center;
  font-size: 45px;
}

.rates-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 55%;
  margin: 0 auto;
}

.rates-col div h4 {
  float: left;
  font-size: 55px;
  padding-right: 15px;
}

.cost-disclaimer {
  margin: 20px 0 0 0;
}

.flex-size {
  min-width: 205px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reg-size {
  font-size: 20px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}

#policies-container h3 {
  margin: 70px 0 10px 0;
  padding: 0;
}

#policies-container h4 {
  padding: 5px 15px;
  background-color: #2b2b2b;
  margin: 50px 0 10px 0;
}

#policies-container h4:first-of-type {
  margin: 0 0 10px 0;
}

.policies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col-policies {
  padding-right: 20px;
  margin: 20px 0;
  width: 50%;
}

.policies .col-policies:last-child {
  padding-right: 0px;
}

.covid-restrictions {
  padding: 0 0 0 15px;
}

.covid-restrictions li {
  list-style-type: decimal;
  margin: 20px 0;
  line-height: 20px;
}

footer {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
}

.social {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social h6 {
  padding: 0 40px 0 0;
}

.thin {
  font-weight: 300;
}

.social a {
  margin: 0 5px;
  height: 30px;
}

.social img {
  height: 30px;
}

.email {
  color: white;
  width: 60%;
  text-align: right;
}

.email a {
  color: white;
  text-decoration: none;
}

.rooms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

}

.rooms.col {
  flex-direction: column;
  justify-content: flex-start;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rooms img {
  /* width: 47%; */
  padding: 20px 0 0 0;
}

.mobile-rooms {
  display: none;
}

.room-description {
  margin: 30px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 47%;
}

.room-description img {
  width: 480px;
}

.right {
  text-align: right;
}

.desc {
  /* width: 47%; */
  padding: 0 10px;
}

.desc h5:first-of-type {
  text-transform: uppercase;
  font-weight: 700;
  color: #ae1f24;
  font-size: 42px;
  line-height: 42px;
  margin: 10px 0 0 0;
}


.desc .lowercase {
  margin-top: 15px;
  text-transform: none;
  font-weight: 300;
}

.hide-button {
  display: none;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- MEDIA QUERIES START ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Height MEDIA QUERIES -------------------------------------------------------------------------------------------------------------------------------------------------*/

/* -- MEDIA QUERY 850px AND BELOW --------------------------------- */

@media only screen and (max-height: 850px) {
  .box-logo {
    top: 105px;
  }

  .header-text {
    padding: 350px 40px 0 40px;
  }
}

/* -- MEDIA QUERY 715px AND BELOW --------------------------------- */

@media only screen and (max-height: 715px) {
  h1 {
    font-size: 70px;
    line-height: 60px;
  }

  h2 {
    font-size: 50px;
    line-height: 45px;
  }
}

/* -- MEDIA QUERY 1550px AND BELOW --------------------------------- */

@media only screen and (max-width: 1550px) {

  h1 {
    font-size: 85px;
    line-height: 75px;
  }

  h2 {
    font-size: 55px;
    line-height: 56px;
  }
}

/* -- MEDIA QUERY 1400px AND BELOW --------------------------------- */

@media only screen and (max-width: 1400px) {
  .cost {
    background-image: url('../img/background-cost-1200.png');
    padding: 60px 0;
  }
}

/* -- MEDIA QUERY 1285px AND BELOW --------------------------------- */

@media only screen and (max-width: 1285px) {
  .rates-col {
    width: 85%;
  }
}




/* -- MEDIA QUERY 1170px AND BELOW --------------------------------- */

@media only screen and (max-width: 1170px) {

  .logo img {
    margin: 0 auto;
  }

  h2 {
    font-size: 45px;
    line-height: 45px;
  }
}

/* -- MEDIA QUERY 1080px AND BELOW --------------------------------- */

@media only screen and (max-width: 1080px) {
  .wrapper {
    width: 90%;
  }

  .col {
    width: 48%;
  }

  .room-description {
    display: block;
  }

  .room-description img {
    width: 100%;
  }

  .desc {
    width: 100%;
    padding-left: 0;
  }

  #para-title {
    margin: 10px 0;
  }

  #para-title h3 {
    text-align: left;
    padding-left: 20px;
  }

}

/* -- MEDIA QUERY 970px AND BELOW --------------------------------- */

@media only screen and (max-width: 970px) {
  h1 {
    font-size: 85px;
    line-height: 75px;
  }

  h2 {
    font-size: 55px;
    line-height: 48px;
  }

  .navigation a {
    padding: 0 30px;
  }

}


/* -- MEDIA QUERY 900px AND BELOW --------------------------------- */

@media only screen and (max-width: 900px) {
  .cost {
    background-image: url('../img/background-cost-900.png');
    padding: 60px 0;

  }

  .cost h3 {
    padding: 30px 0 10px 0;
    border-bottom: none;
  }

  .rates-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    /*        padding-bottom: 20px;*/
  }

  .rates-col div {
    border-top: 2px solid #ffffff;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .cost-disclaimer {
    margin: 10px 0 0 0;
    padding: 0 0 20px 0;
  }


  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 150px;
  }

  .social,
  .email {
    width: 100%;
    text-align: center;
  }

  .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 20px;

  }


}


/* -- MEDIA QUERY 835px AND BELOW --------------------------------- */

@media only screen and (max-width: 835px) {
  .navigation a {
    padding: 0 15px;
  }

  .booking {
    padding: 0 25px !important;
  }

  .cost h3 {
    font-size: 65px;
    margin: 0 auto 10px auto
  }

  .rates-col div {
    padding-top: 15px;
  }
}

/* -- MEDIA QUERY 785px AND BELOW --------------------------------- */

@media only screen and (max-width: 785px) {
  h1 {
    font-size: 10.75vw;
    line-height: 9vw;
  }

  h2 {
    font-size: 7vw;
    line-height: 6vw;
  }

  .header-text {
    padding: 475px 0 0 0;
  }

  .header-text h2 {
    margin: 10px 0 0 0;
  }

  .mobile-rooms {
    display: block;
  }

  .rooms {
    display: none;
  }

  #para-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

  }

  .room {
    margin-top: 10px;
  }

  .room img {
    width: 100%;
  }

  .room .desc {
    padding: 20px 0 10px 0;
  }

  .rates-col {
    flex-direction: row;
    flex-wrap: wrap;
    width: 80%;
  }

  .flex-size {
    border-top: none !important;
    ;
  }

  .ten {
    margin: 20px 0 0 0;
    width: 70%;
    border-top: 2px solid #ffffff !important;
  }

  .cost-disclaimer {
    width: 70%;
    margin: 10px auto 0 auto;
  }
}




/* -- MEDIA QUERY 725px AND BELOW --------------------------------- */

@media only screen and (max-width: 725px) {
  .navigation a {
    font-size: 18px;
  }

  .fixed-nav .logo,
  .fixed-nav .logo img {
    width: 60px;
    -webkit-transition: width 0.25s ease;
    transition: width 0.25s ease;
  }

  h3 {
    font-size: 41px;
    line-height: 39px;
  }

  .cost h3 {
    font-size: 65px;
  }
}


/* -- MEDIA QUERY 675px AND BELOW --------------------------------- */

@media only screen and (max-width: 675px) {
  .col {
    width: 100%;
    margin: 10px 0;
  }

  .policies {
    display: block;
  }

  .col-policies {
    width: 100%;
  }
}

/* -- MEDIA QUERY 655px AND BELOW --------------------------------- */

@media only screen and (max-width: 655px) {
  .hidden {
    display: none !important;
  }

  .hide-button {
    display: block;
  }

  .navigation a:hover {
    background-color: #ffffff;
    color: #292929;
  }

  .navigation a {
    padding: 0;
  }

  .spacer-right {
    padding-right: 20px;
  }

  .spacer-right:nth-of-type(4) {
    padding-right: 0;
  }

  .logo img {
    width: 80%;
  }

  .move-nav .spacer-right {
    padding-right: 20px;
  }
}



/* -- MEDIA QUERY 800px AND BELOW --------------------------------- */


@media (max-width: 800px) and (max-height: 815px) {
  h1 {
    font-size: 65px;
    line-height: 58px;
  }

  h2 {
    font-size: 45px;
    line-height: 42px;
  }

  .header-text {
    padding: 355px 0 0 0;
  }
}

@media (max-width: 800px) and (max-height: 660px) {
  .logo img {
    width: 350px;
  }

  .header-text {
    padding: 260px 0 0 0;
  }

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 32px;
    line-height: 35px;
  }
}

@media (max-width: 800px) and (max-height: 450px) {
  .box-logo {
    top: 40px;
  }

  .header-text {
    padding: 180px 0 0 0;
  }
}

@media (max-width: 800px) and (max-height: 370px) {

  .box-logo {
    top: 22%;
  }

  .header-text {
    display: none;
  }
}

/* -- MEDIA QUERY 600px AND BELOW --------------------------------- */

@media only screen and (max-width: 600px) {
  .cost {
    background-image: url(../img/background-cost-600.png);
    padding: 75px 65px;
  }

  .rates-col div h4 {
    float: left;
    font-size: 49px;
    padding-right: 7px;
  }

  .flex-size {
    min-width: 175px;
  }


}

/* -- MEDIA QUERY 550px AND BELOW --------------------------------- */

@media only screen and (max-width: 550px) {
  .navigation a {
    font-size: 17px;
  }

  .social h6 {
    display: none;
  }

  #para-title {
    width: 97%;
  }

  #para-title h3 {
    font-size: 38px;
    padding-left: 0;
  }

  /* -- MEDIA QUERY 525px AND BELOW --------------------------------- */

  @media only screen and (max-width: 525px) {

    .cost {
      padding: 75px 35px;
    }

    .cost-disclaimer {
      width: 80%;
    }
  }


  @media (max-width: 490px) and (max-height: 780px) {

    h1 {
      font-size: 52px;
      line-height: 49px;
    }

    h2 {
      font-size: 35px;
      line-height: 36px;
    }

    .header-text {
      padding: 320px 0 0 0;
    }
  }


  /* -- MEDIA QUERY 465px AND BELOW --------------------------------- */

  @media only screen and (max-width: 465px) {
    .fixed-nav .logo {
      display: none;
    }

    .move-nav {
      /*        position: relative;*/
      /*        width: 100%;*/
      /*
        display: flex;
        justify-content: center;
        transition: none;
*/
    }

    .box-logo {
      top: 65px;
    }

    .move-nav {
      position: absolute;
      display: flex;
      -webkit-transition: all 0.75s ease 0.10s;
      transition: all 0.75s ease 0.10s;
      width: 100%;
      right: 50%;
      -webkit-transform: translateX(50%);
      transform: translateX(50%);
      height: 95px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }

    .spacer-right {
      padding-right: 10px !important;
      padding-left: 10px;
    }

    .navigation {
      -webkit-transition: none;
      transition: none;
    }

    .flex-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    .cost {
      background-image: url(../img/background-cost-410.png);
    }

    .header-text {
      padding: 355px 0 0 0;
    }

    h4 {
      font-size: 35px;
      line-height: 35px;
    }

    footer {
      height: 175px;
    }

    #para-title h3 {
      font-size: 32px;
    }

    .cost {
      padding: 75px 20px;
    }

  }

  /* -- MEDIA QUERY 410px AND BELOW --------------------------------- */

  @media only screen and (max-width: 410px) {

    #policies-container h3 {
      margin: 30px 0 10px 0;
    }


  }

  /* -- MEDIA QUERY 377px AND BELOW --------------------------------- */

  @media only screen and (max-width: 377px) {
    .spacer-right {
      padding-left: 5px;
      padding-right: 5px !important;
    }

    .desc h5:first-of-type {
      font-size: 38px;
      line-height: 35px;
      margin: 15px 0;
    }

    .rates-col div {
      padding-top: 5px;
      padding-bottom: 5px;
    }

    .ten {
      margin: 10px 0 0 0;
    }

    .cost h3 {
      width: 100%;
    }
  }


  /* -- MEDIA QUERY 365px AND BELOW --------------------------------- */

  @media only screen and (max-width: 365px) {
    #para-title h3 {
      font-size: 30px;
      line-height: 35px;
    }

  }

  /* -- MEDIA QUERY 350px AND BELOW --------------------------------- */

  @media only screen and (max-width: 350px) {
    .cost {
      background-image: url(../img/background-cost-350.png);
    }

    h4 {
      font-size: 31px;
      line-height: 31px;
    }
  }


  /* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Height and width MEDIA QUERIES -------------------------------------------------------------------------------------------------------------------------------------------------*/


  @media (max-width: 490px) and (max-height: 570px) {

    .header-text {
      padding: 270px 0 0 0;
    }
  }

  /* -- MEDIA QUERY 850px AND BELOW --------------------------------- */

  @media only screen and (max-height: 705px) and (max-width: 705px) {
    h1 {
      font-size: 9.25vw;
      line-height: 8vw;
    }

    h2 {
      font-size: 6.5vw;
      line-height: 6.25vw;
    }
  }

  @media (max-width: 490px) and (max-height: 520px) {

    .box-logo {
      top: 40px;
    }

    .header-text {
      padding: 190px 0 0 0;
    }
  }

  @media (max-width: 490px) and (max-height: 435px) {

    .logo img {
      width: 280px;
    }

    .header-text {
      padding: 150px 0 0 0;
    }
  }


  @media (max-width: 490px) and (max-height: 390px) {

    .box-logo {
      top: 25%;
    }

    .header-text {
      display: none;
    }
  }

  /* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- IE 10 and up MEDIA QUERIES -------------------------------------------------------------------------------------------------------------------------------------------------*/


  @media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
    .navigation {
      width: 846px;
    }

    .fixed-nav .logo {
      width: auto;
    }
  }
