/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}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:none}table{border-collapse:collapse;border-spacing:0}

/*cleanup*/
a
{text-decoration: none}

/*animate tagline*/
.tagline {       
    
    -webkit-animation-name: wiggle;
  -ms-animation-name: wiggle;
  -ms-animation-duration: 30s;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;}

h4:hover{
    
    background-color: orangered;
    -webkit-animation-name: wiggle;
  -ms-animation-name: wiggle;
  -ms-animation-duration: 1000ms;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  background-color: black;
  background-attachment: fixed;
  background-position: center;
    
}

/*animate room title cards*/
.box svg.select:hover {
-webkit-animation-name: wiggle;
  -ms-animation-name: wiggle;
  -ms-animation-duration: 1000ms;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
}

@-webkit-keyframes wiggle {
  0% {-webkit-transform: rotate(0deg);}
  25% {-webkit-transform: rotate(-5deg);}
  50% {-webkit-transform: rotate(3deg);}
  75% {-webkit-transform: rotate(-2deg);}
  100% {-webkit-transform: rotate(0deg);}
}

@-ms-keyframes wiggle {
  0% {-ms-transform: rotate(0deg);}
  25% {-ms-transform: rotate(-1deg);}
  50% {-ms-transform: rotate(1.5deg);}
  75% {-ms-transform: rotate(-3deg);}
  100% {-ms-transform: rotate(0deg);}
}

@keyframes wiggle {
  0% {transform: rotate(0deg);}
  25% {transform: rotate(-5deg);}
  50% {transform: rotate(3deg);}
  75% {transform: rotate(-2deg);}
  100% {transform: rotate(0deg);}
}

header {
    font-family: 'Roboto', sans-serif;
    font-weight:600;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 10%;
  width: 100%;
    height:80px;
  box-sizing: border-box;
  background: black;
    border-style:solid;
    border-color: white;
    border-width: 0px 0px 2px 0px;
    position: fixed;
    z-index: 10;
}

.tagline {
  margin-bottom: 20px;
}


header nav {
  float: right;    
}

header nav ul {
  margin: 0;
  padding: 0;
    font-size:10pt;
  display: flex;
}

header nav ul li {
  list-style: none;
    padding: 0;
  position: relative;
}

header nav ul li.sub-menu:before {
  content: '\f078';
  font-family: fontAwesome;
    font-size: 7pt;
  position: absolute;
  line-height: 50px;
  color: #fff;
  right: 15px;
    
    
}

header nav ul li.active.sub-menu:before {
  content: '\f078';
}

header nav ul li ul {
  position: absolute;
  left: 0;
  background: black;
  display: none;

}

header nav ul li ul li {
  display: block;
  width: 200px;
  background-color: #2d2d2d;
    border-style:solid;
    border-top-width:1px;
    border-color:white;

}

header nav ul li a {
  height: 50px;
  line-height: 50px;
  padding: 0px 26px 0 10px;
  color: #fff;
  text-decoration: none;
  display: block;
}

.nonmenu{
  height: 50px;
  line-height: 50px;
  padding: 0px 0px 0px 0px;
  color: #fff;
  text-decoration: none;
  display: block;
    left:0px
}

header nav ul li a:hover {
  color: orangered;
}

header nav ul li a.active {
}

.menu-toggle {
  color: #fff;
  float: right;
  line-height: 50px;
  font-size: 24px;
  cursor: pointer;
  display: none
}

svg #escapism:hover path {
    fill: orangered;
    stroke: orangered;
    cursor: pointer;
}

    h4 {
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
    max-width: 140px;
    font-family: 'IM Fell French Canon SC', serif;;
    font-weight:900;
    background-color: white;
    font-size: 1.4em;
    line-height:1.5em;
        -webkit-animation-name: wiggle;
  -ms-animation-name: wiggle;
  -ms-animation-duration: 10s;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
 }

.one {    
  -webkit-animation-name: wiggle;
  -ms-animation-name: wiggle;
  -ms-animation-duration: 60s;
  -webkit-animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;}


p.roomdescription{
    margin-top: 20px;
    border-style: solid;
    border-width: 2px;
      -webkit-animation-name: wiggle;
  -ms-animation-name: wiggle;
  -ms-animation-duration: 75s;
  -webkit-animation-duration: 75s;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;}

   article.faq {
    margin-top: 100px;
    margin-right: 10%;
       max-width:500px
 }   
    
    .faq h1 {
        color:#E96245;
    }

@media (max-width: 800px) {
   
    
        .tagline {
  margin-top: 100px;
            margin-left:10%;
            margin-right:10%;
            
}
    
    h4{
        margin-left:4%;
        margin-right:20%
    }
    
    h1 {
   font-family: Georgia;
    font-size: 1.3em;
    color: white;
    line-height:1.2em;
        margin-left: 20px;
}
    h1 br {
        display: none;
    }
    
    .logo {
        height: 0px;
    width: 20px;
}
  header {
    padding: 0 20px;
  }
  .menu-toggle {
    display: block;
  }
  header nav {
    /* use display none or left:-100% to hide the nav  */
    /* display: none; */
    position: absolute;
    top: 50px;
    left: -100%;
    width: 100%;
    height: calculate(100hv; 100);
    background: black;
    transition: 0.5s;
  }
  header nav.active {
    left: 0;
  }
  header nav ul {
    display: block;
    text-align: center;
  }
  header nav ul li a {
    border-bottom: 0.9px solid rgba(0, 0, 0, .2);
  }
  header nav ul li.active ul {
    position: relative;
    background: dark gray;
  }
  header nav ul li ul li {
    width: 100%;
  }
    header nav ul li.active ul {
  /* use li: hover instead */
  display: block;
}

     h3 {
   font-family: 'IM Fell French Canon SC', serif;
        font-weight: bold;
    color: lightskyblue;
        font-size: 1.4em;
    line-height:1.5em;
         margin-left:20px;
         
}   
    
    p {
        font-family: 'Roboto', sans-serif;
      color: white;
    line-height:1.5em;
        margin-top: 0;
        margin-left:20px;
        margin-right: 20px;
        margin-bottom: 20px;
                font-size: .8em;
        

    
}
       .roomdescription 
    {padding: 0px;
    width: 70%;
    padding:5% 10% 5% 10%;
    position:relative;
    font-family: 'Roboto', sans-serif;
    color: white;
    line-height:1.5em;
        font-size: .8em;
 }
    .grid2 {
    position:absolute;
     top: 100px;
        left:1px
    }
    

    .main {top:300px;}
}



@media (min-width: 800px) {
    
header .logo {
  color: #fff;
  height: 50px;
    width: 20px;
  line-height: 50px;
  font-size: 24px;
    top: -5px;
  float: left;
  font-weight: bold;
}
    
header nav ul li:hover ul {
  /* use li: hover instead */
  display: block;
    }

    container {
    width:910px;
    margin:100px auto;
}

.main {
	padding: 0px;
    width: 70%;
    margin:10% 10% 5% 10%;
    position:relative;
    font-family: 'Roboto', sans-serif;
    color: white;
    line-height:1.5em;
    max-width:900px;
}

   h1 {
   font-family: Georgia;
    font-size: 2em;
    color: white;
    line-height:1.2em;
    
}
    
    h2 {
   font-family: 'Roboto', sans-serif;;
        font-weight: bold;
    color: #00AEEF;
    line-height:1.5em;
}
    
    h3 {
   font-family: 'IM Fell French Canon SC', serif;
        font-weight: bold;
    color: lightskyblue;
        font-size: 1.4em;
    line-height:1.5em;
}

   

article {
    margin-left: 100px;
 }   
    
.grid {
    display:grid;
    margin:0 10% 5% 10%;
    grid-template: 1fr 1fr / 1fr 1fr;
    grid-gap: 3%;
    }
    
    
.box b {
    position:absolute;
     margin-left: 0px;
    }
  
    .grid2 {
    display:grid;
    margin:10% 10% 5% 10%;
    grid-template: 1fr 1fr/ 1fr 1fr;
    grid-gap: 3%;
        
    }
    
    
    .roomdescription 
    {padding: 0px;
    width: 70%;
    padding:5% 10% 5% 10%;
    position:relative;
    font-family: 'Roboto', sans-serif;
    color: white;
    line-height:1.5em;
 }
}

.box b2 {
    position:absolute;
     margin-left: 0px;
    background-color: #00AEEF;
    }

.box c3 {
    position:;
    top: 300px;
    margin-left: 0px;
    background-color: #00AEEF;
    }

.background{
    z-index:-10;
    position:fixed;
}

p {
    font-family: 'Roboto', sans-serif;
    color: white;
    line-height:1.5em;
    font-size: .9em

    
}