/*! sanitize.css | CC0 Public Domain */
pre,textarea{overflow:auto}
[hidden],audio:not([controls]),template{display:none}
details,main,summary{display:block}
input[type=number]{width:auto}
input[type=search]{-webkit-appearance:textfield}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
progress{display:inline-block}
small{font-size:75%}
textarea{resize:vertical}
[unselectable]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
*,::after,::before{box-sizing:inherit;border-style:solid;border-width:0}
*{font-size:inherit;line-height:inherit;margin:0;padding:0}
::after,::before{text-decoration:inherit;vertical-align:inherit}
:root{-ms-overflow-style:-ms-autohiding-scrollbar;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;box-sizing:border-box;cursor:default;font:16px/1.5 sans-serif;text-rendering:optimizeLegibility}
a{text-decoration:none}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
button,input,select,textarea{background-color:transparent;color:inherit;font-family:inherit;font-style:inherit;font-weight:inherit;min-height:1.5em}
code,kbd,pre,samp{font-family:monospace,monospace}
nav ol,nav ul{list-style:none}
select{-moz-appearance:none;-webkit-appearance:none}
select::-ms-expand{display:none}
select::-ms-value{color:currentColor}
table{border-collapse:collapse;border-spacing:0}
::-moz-selection{background-color:#B3D4FC;text-shadow:none}
::selection{background-color:#B3D4FC;text-shadow:none}
@media screen{[hidden~=screen]{display:inherit}
[hidden~=screen]:not(:active):not(:focus):not(:target){clip:rect(0 0 0 0)!important;position:absolute!important}
}

/*---------------------------------------------*\

Contents:
0 - sanitize.css

1 - defult styles
2 - head
3 - foot
4 - details
5 - media quieries

Colours:

#60cfe3 - blue
#a1d55f - green
#f1f4f1 - white
#bbb    - grey
#333    - black


\*---------------------------------------------*/

body {
    font-family: 'PT Sans', 'Helvetica', sans-serif;
    font-size: 16px;
    background-color: #fff;
    color: #444;
    max-width: 922px;
    margin: 0 auto;
}

body > div {
    margin: 0 auto;
    padding: 28px;
}

.section {
    max-width: 615px;
    margin: auto;
}

.section + .section {margin-top: 69px;}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 400;
    border-bottom: 1px solid #bbb;
    line-height: 23px;
}

h1 {
    transition: 0.5s;
    font-size: 37px;
    line-height: 46px;
    padding-bottom: 5px;
    margin: 23px 0;
    font-family: 'times new roman', serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h2 {
    font-size: 24px;
    line-height: 34.5px;
    padding: 6px 0;
    margin: 23px 0;
}

h3 {
    margin: 23px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom-style: dashed;
}

h4 {
    font-style: italic;
    letter-spacing: 0.5px;
    border-bottom-style: dashed;
}

h5 {
    border: none;
    margin: 11.5px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pull {
  font-family: 'PT Serif', serif;
  font-style: italic;
  font-size: 24px;
  line-height: 34.5px;
}
.centre {text-align: center;}
.boxed {
    border: 1px solid #bbb;
    padding: 0.5rem;
}
.closePara {margin-top: 0}

h2 > a,
h3 > a {
    display: inline-block;
    width: 100%;
}

em {color: #111;}

strong {
  font-weight: bold;
  letter-spacing: 0.4px;
}
.green {color: #4a8400;}
.blue {color: #007d94;}

p {
    line-height: 23px;
    font-kerning: none;
}
p + p {margin-top: 23px;}
p + blockquote {margin-top: 23px;}

ul {
    list-style: disc outside none;
    margin-bottom: 23px;
}

ol {
    list-style: decimal outside none;
    margin-bottom: 23px;
}

ul, ol {margin-top: 23px;}

.small {font-size: 13px;}



table {margin-bottom: 23px;}

thead {
    background-color: #eee;
    border-bottom: 1px solid #bbb;
}

td {padding-right: 11.5px;}


.overflowScroll {
    overflow-x: scroll;
}
.overflowScroll tr:nth-child(even) {
    background: #eee;
}
.overflowScroll td {padding: 0.5rem 8.5px 0.5rem 3px}

.overflowScroll th {
    padding: 0.5rem 8.5px 0.5rem 3px;
    text-align: left;
}

blockquote {
    border-left: 4px solid #a1d55f;
    padding-left: 12px;
    margin-bottom: 23px;
}

.section a {
    color: #444;
    border-bottom: 3px solid #b5e9f2;
    padding: 0 2px;
    transition: 0.3s;
}

.section a:hover {
    color: #000;
    transition: 0.3s;
    background-color: #b5e9f2;
}


.buttonBox p {
    display: inline-block;
    padding: 0.4rem;
    margin-top: 1rem;
}
.twoButtons p {width: 49%;}
.oneButton p {width: 100%;}
.buttonBox a {
    display: inline-block;
    width: 100%;
    border: 1px solid #bbb;
    padding: 0.4rem 1rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 25px;
    background-color: #a1d55f;
    color: #112;
}
.buttonBox + p {padding-top: 1rem;}

.backButton {
    font-style: italic;
}

.splash {
    width: 100%;
}





/*-------------*\
      Head
\*-------------*/

.head {
    padding-bottom: 0;
}

.head div {
    position: relative;
    border-bottom: 1px solid #bbb;
    margin-top: -11.5px;
}

.head ul {
    list-style: none;
    text-align: center;
    padding-bottom: 23px;
    max-width: 700px;
    margin: 0 auto;
}

.head ul a,
.head ul li {
    transition: 0.5s;
    margin: 3px;
}

.head div ul .shrink {margin-top: -23px;}

.head ul a {
    color: #444;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 3px solid #b5e9f2;
    padding: 4px 6px 1px 6px;
}

.head ul a:hover {
    color: #000;
    background-color: #b5e9f2;
}

.head .sel {background-color: #b5e9f2;}

#logo {
    margin: auto;
    display: block;
    max-width: 173px;
}

.head h1 {
    text-align: center;
    padding-top: 10px;
}

.head .ico {
    border: none;
    padding: 0;
}

.head .ico:hover {
    background-color: transparent;
}





/*-------------*\
      Foot
\*-------------*/

.footer {
    background-color: #eee;
    padding-bottom: 23px;
    border-top: 1px solid #bbb;
    overflow: auto;
}

.footer h3 a {border: none;}





/*-------------*\
     Details
\*-------------*/

.articles h2 {
    border: none;
    margin-bottom: 11.5px;
}

.grid ul li{
    display: inline-block;
    width: 49%;
    margin: 0;
}

#mapid {
    height: 30em;
    margin-top: 1em;
}


/*-------------*\
  Media Queries
\*-------------*/

@media (max-width: 410px){
    .section h1 {
        transition: 0.5s;
        font-size: 24px;
        line-height: 34.5px;
        padding: 6px 0;
        margin: 23px 0;
    }
    .grid ul li {
        width: 100%;
        padding: 0;
    }
}

@media (min-width: 625px){
    .head li {
        display: inline-block;
    }
    .head ul li {margin: 3px 0;}
    .head ul a {letter-spacing: 0;}
    .buttonBox a {
        font-size: 23px;
        letter-spacing: 2px;
        line-height: 30px;
    }
}

@media (max-width: 490px){
    .twoButtons p {
        width: 100%;
    }
}

@media (min-width: 730px){
    .head ul a {letter-spacing: 2px;}
    #logo {max-width: 223px;}
    .head div {margin-top: 0;}
}

@media (min-width: 922px){
    html {
        background: #38a52f;
        background-image: url(media/background.jpg);
        background-size: cover;
        background-attachment: fixed;
    }
    body {box-shadow: 0 0 50px #222;}
    .grid ul li {width: 32%;}
    #logo {max-width: 273px;}
}
