* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* scale images, media etc to accomodate responsive layout*/
img, iframe, table {
    max-width: 100%; 
}

body {
    background-color: #ECEFF4;
    font-family: Verdana, Geneva, sans-serif;
}
h1 {
    font-size: 2em;   
}

h2 {
    font-size: 1.5em;
}

h1, h2 {
    margin: 20px 0;
    text-transform: uppercase;
}

h3 {
    font-size: 1.25em;
    margin: 5px 0 10px 0;
}

h2 + h3 {
    margin-top: -10px;
    margin-bottom: 20px;
}

p {
    line-height: 1.25em;
    margin-bottom: 10px;
}

p img {
    float: left;
    margin:0 10px 5px 0;
}

a {
    text-decoration: none;
}
aside {
    margin-bottom: 50px;
}

footer {
    clear:  both;
    font-size: 0.75em;
}


table {
    margin: 50px 0;
    border-top:  2px solid #8B99B8;
    border-left:  2px solid #8B99B8;
}

th, td {
    padding:  10px 30px;
    border-right: 2px solid #8B99B8;
    border-bottom:  2px solid #8B99B8;
}

td:nth-child(3), td:nth-child(4)   {
    text-align: right;
}

td {
    background-color: white;
}
th {
    background-color: #DADFE9;
}
li {
    margin-bottom: 5px;
    list-style-position: inside;
}
hr {
    height: 3px;
    color:  #8B99B8;
    background-color: #8B99B8;
}

ul {
    border-bottom: 50px;
}
   
figcaption {
    font-size: 0.75em;
}

.clear {
    clear: both
}

.wrapper {
    width:  960px;
    margin: 0 auto;
}
/* co1 and 2 are on index page only*/
.col1 {
    float: left;
    width: 75%; /*75% normal 35/45% with xmas/easter insert*/
    margin: 0 0 5%; 
}
.xmas { /*For opening hours in Locations*/
    border: 2px solid red;
    border-radius: 15px;
    padding: 5px 5px 0px 5px;
    margin: 10px 0;
    text-align: center;
    color: red;
    background-color: #ff99cc;
 }

.col2 {
    float: right;
    width: 20%;
}
/* columns on locations page*/
.col3 {
    float: left;
    width: 50%;
    margin: 0 0 5%;
}

.col4 {
    float: right;
    width: 45%;
    margin-top: 20px;
}
    
.col4 img {
    margin-top: 20px;
    margin-bottom: 15px;
}

.kingston ul {
    list-style-type: none; 
    width: 70%;  
    margin:  15px auto 10px auto;
    text-align: center;
}

.kingston  {
    font-size: x-large;
    font-weight: bold;
    color: #b200ff;
   }

.kingston li {
    display: inline;
}

/*Nasons images & link*/
#nasons a img{
       float: right;
       border: 1px solid #8B99B8;
       vertical-align: top;
}

.loclogo {
    text-decoration: none;
}

#logo1 {
    float: left;
}
#logo2 {
    
    display: block;
    margin:  auto;         
}

#logo3  {
    float: right;
}

ul.topnav {
    list-style-type: none;
    margin:  0;
    padding: 0;
    overflow: hidden;
    background-color: #DADFE9;
    }

ul.topnav li {
    float: left;
    margin-bottom: 0;
    width: 20%;
    text-align: center;
    border-left: 1pt ridge black;
    }

ul.topnav li a {
    display: inline-block;
    color: black;
    padding: 16px 8px;
    width: 100%;
    text-decoration: none;
    transition: 0.5s;
    
}

ul.topnav li a:hover {
    color: Green;
    background-color: #ffd800;
    width: 100%;
    }
ul.topnav li a.selected{
    background: #483387;
    border: 0;
    color:  white;
    }
/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {
    display: none;
}
/***INTERNAL PAGE LINKS ON LOCATION PAGE***/

#branch_nav ul {
    text-align: center;
    list-style-type: none;
    margin: 30px auto;
    padding: 0;
}

#branch_nav li {
    display: inline;
}

#branch_nav a {
    color: black;
    background-color: #83f555;
    text-align: center;
    padding: 10px 20px;
    border: 2px solid Green;
}

/**END OF LOCATION PAGE LINKS**/

#googleMap, #googleMap2, #googleMap3, #googleMap4, #googleMap5 {
    width: 425px;
    height: 425px;
    margin: 10px 0;
}

#logos {
    padding: 50px 0;   
}

/**3 columns for euro zone listings **/
#eurocol1 {
    float:  left;
    width: 33.33%;
}

#eurocol2 {
    float:  left;
    width: 33.33%;
}

#eurocol3 {
    float:  right;
    width: 33.33%;
}

/**For the Easter opening hours image and text on index**/
#eastercontainer {
    padding:  15px 10px 0 0;
    position: relative;
    text-align: center;
    float: left;
}

#EasterText {
    position:absolute;
    top:  5%;
    left: 3%;
    width: 90%; 
}

#EasterText h2, #EasterText h3, #EasterText p{
    font-style: italic;
    color: white;
    line-height: 1.3em;
}

/**For the Xmas opening hours image and text on index**/
#xmascontainer {
    padding:  15px 10px 0 0;
    width:  35%;
    text-align: center;
    float: left;
    }
#xmascontainer2 {
    padding:  15px 10px 0 0;
    width:  55%;
    text-align: center;
    float: right;
    }
#XmasText h2, #XmasText h3{
    font-style: italic;
    color: #f00;
    line-height: 1.3em;
    }
.menu_button
{
    width:20px;
    height:3px;
    background-color:#111;
    border-radius:5px;
    position:relative;
    top: -5px;
    right: 5px;
   
}

.menu_button:after, .menu_button:before
{
    content: '';
    width: 100%;
    height:3px;
    background-color:#111;
    position:absolute;
    border-radius:5px;
    
}

.menu_button:after
{
    top:10px;
    right:0px;
}

.menu_button:before
{
    top:20px;
    right: 0px;
}