/* ========================================================================= */
/* For mobile devices with small screens, note text is automatically enlarged by the viewport */

body {
   background: #ffffff;   
   background-image: none;
}

#wrapper {
   margin-top: 0;
}

.mainBox {
   padding-left: 3%;
   padding-right: 3%;
   
   border-radius: initial;
   -moz-border-radius: initial;
   -webkit-border-radius: initial;

   box-shadow: none;
}

/*#gallery-area {
   float: none;
   margin: 8px auto 8px auto;
}*/

figure figcaption {
   font-size: 0.85em;
}

h1 {
   font-size: 2.8em;
   margin-top: 36px;
/*   margin-bottom: 15px;*/
}

h2 {
   font-size: 1.5em;
   margin-top: 15px;
   margin-bottom: 30px;
}

h3 {
   font-size: 1.2em;
   margin-top: 12px;
/*   margin-bottom: 12px;*/
}

h4 {
   font-size: 1.1em;
   margin-top: 8px;
/*   margin-bottom: 8px;*/
}

p {
   font-size: 1em;
/*   line-height: 1.1;*/
   margin-bottom: 10px;
}

ul.menu ul {
   margin: 0 0 0 15px;
}

#nav1 {
   font-size: 0.9em;
}

#nav1 ul li {
   padding: 0 18px 0 0;
}

#button_row_nav1 img {
   width: 25px;
/*   padding-right: 5px;*/
}

#nav2 {
   font-size: 0.9em;
   margin-bottom: 10px;
}

#nav2 ul li {
   padding: 0 18px 0 0;
}

#pgend .social_icon {
   width: 25px;
   height: 25px;
}

/* ========================================================================= */
/* The containing div of the calendar on the bookings page */
#calendar_parent {
   height: 1300px;
}
