/* ========================================================================= */
/* 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: 1%;
   padding-right: 1%;
   
   border-radius: initial;
   -moz-border-radius: initial;
   -webkit-border-radius: initial;
   
   box-shadow: none;
}

#gallery-area {
   float: none;
   margin: 5px auto 5px auto;
}

figure figcaption {
   font-size: 0.8em;
}

h1 {
   font-size: 2.2em;
   margin-top: 28px;
/*   margin-bottom: 10px;*/
}

h2 {
   font-size: 1.2em;
   margin-top: 10px;
   margin-bottom: 20px;
}

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

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 5px;
}

#nav1 {
   font-size: 0.8em;
}

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

#button_row_nav1 {
   display: none;
}

#nav2 {
   font-size: 0.8em;
   margin-bottom: 12px;
}

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

/*#button_row_nav1 img {
   width: 22px;
}*/

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

#welsh_flag {
   width: 50px;
   vertical-align: -30%;
}

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

