/* Minimal CSS Reset */
html {box-sizing: border-box; font-size: 16px;}
*, *:before, *:after { box-sizing: inherit;}
body {font-family: arial, helvetica, sans-serif;}
body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
/* ol, ul {list-style: none;} */
ul {
  margin: 0 auto;
}
ul, ol {
    display: inline-block;
     text-align: left;
    list-style: disc outside none;
    margin: 1em 0;
    padding: 0 0 0 40px;
}
ol {
    list-style-type: decimal;
}
li {
   margin-bottom: 0.5em;
}

p { margin: 0; line-height: 1.6em; font-size: 1em; /* padding-bottom: 1.5em; */}
img {max-width: 100%; height: auto;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, main, nav, section {
  display: block;
}
/* End reset */

hr {
  border-top: 1px solid #ddd;
}
.michroma-regular {
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* 4 Grid - Simple 4 column CSS grid
==================================== */
.row {
   width: 100%;
   height: 100%;;
   }

.row:after {
        content: "";
        display: table;
        clear: both;
}

.col {
        float: left;
        margin: 0 0 0 1.6%;
        display: inline;
        background: #fff;
        padding: 0.5em 0 0.5em 0;
}

.col:first-child { margin-left: 0; }
.col:last-child { float: right; }
.col.full { width: 100%; }
.col.two-thirds { width: 66.1%; }
.col.three-fourths { width: 74.6%;}
.col.half { width: 49.2%; }
.col.one-third { width: 32.26%; }
.col.one-fourth { width: 23.79%; }
 .row:last-child { margin-bottom: 0;padding: 0;   }
   @media screen and (max-width: 640px) {
  .col.full,
  .col.two-thirds,
  .col.three-fourths,
  .col.half,
  .col.one-third,
  .col.one-fourth
  {
    margin-left: 0;
    margin-bottom: 3em;
    width: 100%;
  }
  /* .col:last-child { padding: 0;   } */
  .header {
        text-align: center;
    }
  .topnav a:not(:first-child) {
    display: none;
  }

  .topnav a.icon {
      float: right;
      display: block;
    }

  .topnav.responsive {
      position: relative;
  }

  .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
  }
  .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
      padding: 0.7em 1em;
      margin: 10px;
  }
}/* /media quries */



/* Navigation
============= */
.topnav {
  overflow: hidden;
  /* background-color: #0b46ae; */
  /* border-bottom: 1px solid #82bce8; */
}

.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 0.7em 1em;
  text-decoration: none;
  margin: 10px;
}

.topnav a:hover {/* box-shadow:inset 0 0 0 1px #fff; */
  /* background-color: #1c93c9; */
  color: #fff;
  box-shadow:inset 0px 0px 0px 2px #fff;
}

.topnav a.active {/* box-shadow:inset 0 0 0 1px #fff; */
  /* background-color: #1c93c9; */
  color: #fff;
  box-shadow:inset 0px 0px 0px 2px #fff;
}

.topnav .icon {
  display: none;
}
/* Begin page styles
==================== */
 body {
   background-color: #f1f1f1;
   font-family: arial, helvetica, sans-serif;
   font-weight: normal;
   color: #000;
}

#wrap {
    margin: 0 auto;
    width: 96%;
    max-width: 1200px;
    min-width: 320px;
    height: auto;
    background-color: #f1f1f1;
    background-size: 100%;
    margin-bottom: 3em;
    }

h1 {
    font-family: "Michroma";
    font-size: 3em;
}

.header {
    border-radius: 0 0 20px 20px;
    min-height: 250px;
    background-color: #0b46ae;
    background: url(../images/header-bg.jpg) no-repeat;
    background-size: cover;
    /* padding: 20px; */
    position: relative;
    color: #fff;
    margin: 0 0 3em 0;
    box-shadow:0 4px 10px 0 rgba(0,0,0,0.5), 0 4px 20px 0 rgba(0,0,0,0.3);
}

.strapline, h2, h3, h4, h5 ,h6{
     font-family: "Michroma";
}
.strapline{
     font-size: 1.3em;
     margin: 0 0 0 20px;
}

.content {
  border-radius: 20px;
  background: #fff;
  box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
  padding: 1em;
}

 p { margin: 1em 0 1em 0; }
code {font-family: "courier new";}

/* template div
=============== */
.template {
  padding: 0 0.5em 0 1em;
  font-size: 0.8em;
    line-height: 1.2em;
}

.template h3 {
  color: #000;
  margin-bottom: 1em;
}

.template img {
  float: left;
  padding: 0 1em 0.5em 0;
}


.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
footer {
  text-align : center;
}
footer p {
  margin: 0;
}
