/***************NOTES****************
Put reservation floats into div and see if that keeps from flying out

***********************************/

* {
 box-sizing:border-box;
}

a {
   text-decoration: none;
  color: #fff;
}

a:link {
    text-decoration: none;
    color: #dfe2e6;
}

html {
 background-color: #000;
}

body {
 background-color: #000;
 color: #444;
}

header {
  max-width: 1005px;
  /*width: 75%;*/
  border: 4px solid #333;
  background-color: #000;
  margin: 0 auto;
 }

h1 {
  color: #fff;
  height: 50px;
  width: 480px;
  margin-left: 20px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
  text-align:left;
  font-size: 2em;
  font-weight: bold;
  line-height: 1em;
  float: left;
  clear: left;
  
/*   font-family: 'Perpetua','Cinzel Decorative', sans-serif; */
}

h2 {
  color: #fff;
  width: 480px;
  height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 140px;
  text-align:left;
  font-size: 1em;
  font-weight: normal;
  line-height: .06em;
  margin: 0 auto;
  float: left;
  clear:left;
}

#logo {
 float: left;
 clear: right;
 position: absolute;
 margin: 0 auto;
 margin-top: 10px;
 margin-left: -42px;
 height: 75px;
 width: 75px;
 color: #6a1818;
  background: #444; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(top,rgba(255,255,255,0.8), rgba(255,255,255,0.1), rgba(255,255,255,0)); /*Safari 5.1-6*/
  background: -o-linear-gradient(top,rgba(255,255,255,0.8), rgba(255,255,255,0.1), rgba(255,255,255,0)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(top,rgba(255,255,255,0.8), rgba(255,255,255,0.1), rgba(255,255,255,0)); /*Fx 3.6-15*/
  background: linear-gradient(to top, rgba(255,255,255,0.8), rgba(255,255,255,0.1), rgba(255,255,255,0)); /*Standard*/
 /*background 0px 1px 0px #C8D0E7;*/
 border: 2px solid #6a1818;
 border-radius: 50%;
  /*
 -webkit-box-shadow: 0 8px 6px -6px #dfe2e6;
 -moz-box-shadow: 0 8px 6px -6px #dfe2e6;
 box-shadow: 0 8px 6px -6px #dfe2e6;*/
 box-shadow: /*0 5px 3px -3px #dfe2e6 */0px 1px 0px #C8D0E7;

}



section {
  height: auto;
  max-width: 1005px;
  margin: 0 auto;/*
  border: 2px solid #333; */
  padding: none;
  text-align:center;
  background-color: #C5BFB5;
}


/***************************
NAV MENU
*************************/

nav {
  background-color: #000;
  color: #fff;
}

#navigation {
    padding: 50px;
    background-color: #333;
    color: #fff;
    text-align: right;
}
#navigation ul {
    display: none;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}
#navigation ul.expanded {
    display: block;
}

#navigation li {
   padding: 20px;
    background-color: #333;
    color: #fff;
    text-align: center;
}

#navigation li a {
    display: block;
    padding: 10px 0;
    border-top: 1px solid #666;
    font-size: 1.2em;
    color: #fff;
    text-decoration: none;
}
 
.menu_button {
 font-size: 1.2em;
}

/***************************
HOME
***************************/

#banner {
  height: 50%;
  max-width: 1005px;
  margin: 0 auto;
  padding: none;
  background-color: #000;
  
}

#welcome {
  text-align:center;
  text-height: center;
  text-transform: uppercase;
  text-emphasis-position:below;
  font-weight: bold;
  font-size: 2rem;
  color: #6a1818;
  background-color: #dfe2e6;
  max-width: 1005px;
  height: 75px;
  margin: 0 auto;
  padding: 20px;
  border-spacing: 0;
  -moz-box-shadow:    inset 0 0 10px #000;
  -webkit-box-shadow: inset 0 0 10px #000;
  box-shadow:         inset 0 0 10px #000;

}


.main-text {
  height: auto;
  max-width: 1005px;
  margin: 0 auto;
  border-bottom: transparent;
  padding: 30px 0px;
  text-align:center;
}

.font {
  height: auto;
  width: 480px;
  margin: 0 auto;
  padding: none;
  text-align:center;
  border-top: transparent;
}

.weather {
 border-top: transparent;
 background-color: #dfe2e6;
}

#weather {
 width:480px;
 background-color: #dfe2e6;
 padding: none; 
 margin: 0 auto;
}


/***************************
HOTELS
***************************/


.hotel_view {
 max-width: 1005px;
  height: auto;
 margin: 0 auto;
 padding: 10px 0 10px 0;
 background-color:#C5BFB5;
}

.hotel_view section {
  display: inline-block;
  width: 33%;
  height: 275px;
  margin: 0 auto;
  padding: none;
  background-color: transparent;
}

#hotel_text {
 clear: left;
 color: #444;
 background-color: transparent;
 margin: 0;
 padding: none;
}

.picsize {
 background-color: #fff;
 width: 135px;
 height: 120px;
 float: center;
 margin: 0 auto;
 padding: none;
 border: 3px solid #fff;
}

#hotel_name {
  font-size: 1.2em;
  color: #fff;
  text-shadow: 2px 2px #878787;
  font-weight: bold;
  clear: left;
  line-height: 1.2em;
}

#sec_align {
  border: none;
  
}

#h_button {
  width: 120px;
  height: 40px;
  margin-top: 10px;
  color: #fff;
  background-color: #6a1818;
  border-radius: 7px;
    box-shadow: inset 0 10px 0 #000;
    border-spacing: 0;
  -moz-box-shadow:    inset 0 0 10px #ae936f;
  -webkit-box-shadow: inset 0 0 10px #ae936f;
  box-shadow:         inset 0 0 10px #ae936f;
}

#h_button:hover {
  width: 120px;
  height: 40px;
  margin-top: 10px;
  color:#878787;
  background-color: #ae936f;
  border-radius: 7px;
    box-shadow: inset 0 10px 0 #000;
    border-spacing: 0;
  -moz-box-shadow:    inset 0 0 5px #000;
  -webkit-box-shadow: inset 0 0 5px #000;
  box-shadow:         inset 0 0 5px #000;
}

/***************************
RESERVATIONS
***************************/

.res_view {
 background-color: #C5BFB5;
}

.res_view span section p {
 width: 100%;
 text-align:center;

}

#banner2 {
  text-align:center;
  text-height: center;
  text-emphasis-position: below;
  color: #6a1818;
  background-color: #dfe2e6;
  width: 1005px;
  height: 300px;
  margin: 0 auto;
  padding: 20px;
  border-spacing: 0;
  -moz-box-shadow:    inset 0 0 5px #000;
  -webkit-box-shadow: inset 0 0 5px #000;
  box-shadow:         inset 0 0 5px #000;
  
}

#banner2 span {
 font-weight:bold;
 font-size: 1.3em;
 text-transform: uppercase;
 
}

#banner2-text {
 color: #000;
 width: 450px;
 margin-left: 115px;
 
}

#banner_pic {
 float: right;
 clear: right;
 width: 275px;
 height: 225px;
 margin-top: 10px;
 margin-right: 20px;

}

button {
 background-color: #6a1818;
 color: #fff;
 width: 150px;
 height: 50px;
 border: none;
 border-radius: 7px; 
 font-size: 1.2em;
  border-spacing: 0;
  -moz-box-shadow:    inset 0 0 5px #000;
  -webkit-box-shadow: inset 0 0 5px #000;
  box-shadow:         inset 0 0 5px #000;
}

button:hover{
border:1px outset;
color:#fff;
background:#ae936f;
}

#left {
  height: 425px;
  width: 50%;
  margin: 0 auto;
  padding: none;
  background-color: #C5BFB5;
  float: left;
  padding-left: 10px;
  text-align: left; 
 
}

#right {
  float: right;
  clear: right;
  height: 425px;
  width: 50%;
  margin: 0 auto;
  padding: none;
  background-color: #C5BFB5;
  padding-left: 10px;
  text-align: left; 
 
}

#res_subtitle {
 color: #6a1818;
 font-weight: bold;
 font-size: 1.2em;
 text-transform: uppercase;
 
}
/*<span id="res_sub-t">*/
#res_sub-t {
 color: #444;
 font-weight: bold;
}
/***************************
GUIDE
***************************/

#guide-text {
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: none;

}

#guide-text section {
  height: 180px;
  max-width: 1005px;
  margin: 0 auto;
  padding: none;
  text-align:center;
 
}

#guide-text section p {
 text-align:center;
 width: 700px;
 margin: 0 auto;
 padding-top: 20px;
 padding-right: 20px;
}

.a-title {
 font-weight: bold;
 color: #333;
 font-size: 1.2em;
 text-transform: capitalize;
 
}

.apic {
height: 150px;
 width: 150px;
 float: right;
 clear: right;
 margin-top: -30px; 
  border-radius: 50%;

}


/***************************
FOOTER
***************************/


footer {
  border-top: 25px solid #6a1818;
  border-bottom: 25px solid #333;
  background-color: #333;
  height: 150px;
  max-width: 1005px;
  margin: 0 auto;
  font-size: 0.75em;
  text-align: center;
  clear: both;
  padding-top: 20px;
  color: #ae936f;
}

footer nav {
 margin-top: -10px;
 margin-right: -150px;
 padding: none;
 list-style: none;
 float:left;
 clear: left;
 background-color: transparent;
}

footer nav ul li {
 list-style: none;
 text-align:left;
 font-size: 1.3em;
 line-height: 1.2em;
 color: #ae936f;
}

.ft-menu {
 color: #ae936f;
}

.social-icon {
  margin: 0 auto;
  padding: none;
  background-color: silver;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  margin: 0 5px;  
  align-content:center;
}

.co-info {
 padding-top: 25px;
}

/***************************
TEST
***************************/


/***************************
DESKTOP                     ***********************************************************************************************************
***************************/
/*************************
LANDSCAPE                      *******************************************************************
***************************/


/***************************
TABLET                         *******************************************************************
***************************/


@media screen and (max-width: 960px) {

  html {
   width: 90%;
   margin: 0 auto;
   padding: none;
  }
  
  header {
   margin: 0 auto;
   padding: none;
   width: 100%;
   background-color: #6a1818;
   border: 2px solid #6a1818;
  }
  
   h1 {
   /*
     width: 400px;
     height: 1em;
     text-align: center;
     padding: none;
     border: 2px solid #555;
    */
    }
    
    h2 {
      visibility: hidden;
      display: none;
    }
  
  section {
    max-width: 100%;
    background-color: #444;
    color: #fff;

  }
  
  #logo {
   visibility: hidden;
   display: none;
  }
  
/************************
NAV MENU
*************************/

 nav {
    
    /*
    width: 50px;
    height: 50px;*/
    background-color: #6a1818;
   
  }

#navigation {
    padding: none;
    margin: 0;
    background-color: #6a1818;
    color: #fff;
    text-align: right;
}
#navigation ul {
    display: none;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}
#navigation ul.expanded {
    display: block;
    width: 100%;
    align-content: center;
}

#navigation li {
   padding: 20px;
    background-color: #6a1818;
    color: #fff;
    text-align: center;
}

#navigation li a {
    display: block;
    padding: 10px 0;
    border-top: 1px solid #666;
    font-size: 1.2em;
    color: #fff;
    text-decoration: none;
}
 
.menu_button {

    background-color: #6a1818;
  
}

  #menu-word {
   display:block;
   visibility:hidden;
  }
  
/***************************
HOME
**********************************/

  #banner {
    width: 100%;;
    height: 50%;
    /*
    visibility: hidden;
    display: none;*/
  }

  #welcome {
    margin: 0;
    padding: none;
    width: 100%;
    font-size: 1.5rem;
  }
  
  #title-ban {
  width: 100%;
  }

  .main-text {
  width: 100%;
  
  }
  
  .font {
    width: 400px;
   padding: 0 10px 0 10px;
  }
/**********************************
HOTEL
**********************************/
  
  .hotel_view {
   width: 100%;
   border: none;
   padding: none;
   margin: 0;
   background-color:#444;
   
  }
  
  .hotel_view section {
  height: auto;
  width: 100%;

  margin: 0 auto;
  padding: none;
  text-align:center;
  float: none;
  background-color: #444;
  border: 2px solid #fff;
}
  
    .sec_align {
   border: 2px solid red;
   height:auto;
   width: 100%;
    background-color: #C5BFB5;
  }
  
  #hotel_name {
    height: auto;
    color: #9a1f1f;
    box-shadow: none;
    text-shadow:none;
    padding-top: none;
    background-color: transparent;
    border-radius: 5px;
  }
  

  
  #hotel_text {
   color: #fff;

  }
  
  .picsize {/*
 display: none;
 visibility: hidden;*/
    float:right;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 20%;
}
  
  #h_button {
   color: #fff;
   background-color: #6a1818;
   border: 2px soild #fff;
   box-shadow: none;
   padding: none;
  /*
   float:right;
   margin-bottom: 50px;
    margin-left: 20px;*/
  }
  
  
  
  #h_button:hover {
   color: #6a1818;
    background-color: blue;
  }
  
  #weather {
   visibility: hidden;
   display: none;
     }
  .weather {
   width: 100%;
   height: 30px;
  }
  
/**********************************
RESERVATION  
**********************************/
  
  .res_view {
   background-color: #444;
  }
  
  
  #res_w section {
   width: 100%;
  
  }
  
  #banner2 {
    width: 100%;
    text-align:center;
    margin: 0 auto;
    padding: none;
  }
  
  
#banner_pic {
 display:none;
 visibility: hidden;
}
  
  #banner2-text {
   text-align: center;
   margin: 0;
   padding: 10px 0 10px 0;
  }
  
  .res_view {
  width: 100%;
  margin: 0 auto;
  }
  
  #res_subtitle {
   text-shadow: 3px 3px #222;
   
  }
  
  #res_sub-t {
   font-size: bold;
   color: #777;
   }
  
  #left {
    float: none;
    max-width: 960px;
    height: auto;
    margin: 0;
    text-align: center;
    padding: none;
}

#right {
   float: none;
   width: 100%;
   height: auto;
   margin: 0;
   text-align: center;
   padding: none;
}
/**********************************
GUIDE
**********************************/
  
  #guide-text section {
   width: 100%;
   height: auto;
      
   text-align: center;
   
  }
  
    #guide-text section p {
   width: 80%;
    height: auto;
  }
  .a-title {
   color: #6a1818;
    text-shadow:  2px 2px #000;
   
  }
  
 .apic {
  visibility:hidden;
    display: none;
  }
  
 
  
/**********************************
FOOTER  
**********************************/
  
  footer {
   width: 100%;
    background-color: #6a1818;
    border: none;
    height: 125px;
  }
  
  .ft-menu {
   visibility: hidden;
   display: none;
  }
  
  .co-info {
 padding-top: 10px;
}
  
}
 
/*************************************

************************************/

@media screen and (max-width: 700px) {
  h1 {
   width: auto;
   font-size: 1.5em;
  }
  
 .font {
   width: auto;
   padding: 0 15px 0 15px;
  }

  #banner {
    visibility: hidden;
    display: none;
  }
    
  .hotel_view {
   margin: 0;
   padding:0;
   
  }
  
  #sec_align {
   border: 2px solid #333;
  }
  
  .picsize {
    display: none;
    visibility: hidden;
}
  
   #hotel_text {
     float: left;
     margin-left: 30px;
  }
 

  
 #h_button {
  float: right;
  clear: right;
  margin-right: 10px;
  }
  
  .f_stop {
   float: none;
  }

  
 #welcome {
    margin: 0;
    padding: none;
    width: 100%;
  }

  
  
}
/*************************************

************************************/

@media screen and (max-width: 560px) {
		
   html {
    width: 100%;
  }
  
    header {
    background-color: #6a1818;
    width: 100%;
    border: 2px solid #6a1818;
  }
  
    h1 {

     width: 300px;
     text-align: center;
     border: 2px solid #6a1818;
     font-size: 1.5em;  
    
    }
    
    h2 {
     display: none;(
    visibility: hidden;
    }
  
   section {
     width: 100%;
  }
  
   nav {/*
    border: 2px solid #555;
    background-color: #6a1818;
*/
  }
  
 .menu_button {
      border: 2px solid #6a1818;
    

    
}
  
 /***********
  HOME
  ***********/
  
    #banner {
    visibility: hidden;
    display: none;
  }
  
  #welcome {
    margin: 0;
    padding: none;
    width: 100%;
    font-size: 30px;
  }
    
  
    .font {
   width: 100%;
   padding: 0 10px 0 10px;
  }
  
  #weather {
   visibility: hidden;
   display: none;
     }
  
/*****************
HOTEL 
*****************/
  
  .hotel_view {
   margin: 0;
   padding:0;
   
  }
  
  #sec_align {
   
  }
  
.hotel_view:nth-child(0) {  
  color: #ccc;
}
  
  .picsize {
    display: none;
    visibility: hidden;
}
  
   #hotel_text {
     float: left;
     margin-left: 30px;
  }
 

  
 #h_button {
  height:100px;
  width: auto;
  float: right;
  clear: right;
  margin-right: 10%;
  border-radius: 50%;
  }
  
  .f_stop {
   float: none;
  }

/*****************
GUIDE  
*****************/
  
  
  
/******************
  FOOTER
*****************/
  
  footer {
   background-color: #6a1818;
   border: none;
   height: auto;
  }
  
  footer nav {
   display: none;
   visibility: hidden;
  }
  
  .social-icon {
   margin: 0 auto;
  }
	}

/*****************************
Min
******************************/
@media screen and (max-width: 360px) (min-width: 320px) {
		
   html {
    width: 100%;
  }
  
    header {
    float: none;
    background-color: #6a1818;
    height: 150px;
  }
  
    h1 {
    width: auto;
    text-align: center;
    padding: none;
    margin: 0;
    
    }
    
    h2 {
    visibility: hidden;
     display: none;
    }
  
   section {
     width: 100%;
  }
  
   nav {
   
    background-color: #6a1818;
    margin: 0;
    padding: none;
 
    
  }
  
  .menu_button {
  }
  
  
  #welcome {
    
    width: 100%;
    font-size: 1.2em;
  }
    
  #weather {
   visibility: hidden;
   display: none;
     }
  
  /*****************
  HOTEL
  *****************/
  .picsize {
 display: none;
    
}

 /*****************
  RES
  *****************/
  
  
 /*****************
GUIDE
*****************/
  
  
/*****************
FOOTER
*****************/
  
  footer {
   background-color: #6a1818;
   border: none;
   height: auto;
  }
  
  footer nav {
   display: none;
   visibility: hidden;
  }
  
  .social-icon {
   margin: 0 auto;
  }
	}




