/*TYPOGRAPHY ===================================*/

@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,300,500,700|Josefin+Slab:300,400|Lora:400i&display=swap');

@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot'); /* IE9 Compat Modes */
  src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/* Nav items ======================= */

nav {
  clear: both;
}

.burger {
  width: 35px;
  height: 5px;
  background-color: #6667AB;
  margin: 6px 0;
}

.burgermenu {
  position: relative;
  display: inline-block;
  margin-left: 12%;
}

.burgerbutton {
  border-style: none;
}

.burgercontent {
  display: none;
  position: absolute;
  background-color: #6667AB;
  opacity: 90%;
  min-width: 260px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.burgercontent a {
  color: #e6e6fa;
  font-family: "Josefin Slab", serif;
  font-weight: lighter;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.burgercontent a:hover {
  background-color: #00008B;
}

.burgermenu:hover .burgercontent {
  display: block;
}

.burgermenu:hover .burgerbutton {
  background-color: #e6e6fa;
}

/* TYPOGRAPHY ====================== */

h1 {
  color: black;
  font-family: "Josefin Slab", serif;
  font-size: 2.5rem;
  font-weight: 300;
  margin-left: 24%;
}

h2 {
  color: black;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

h3 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 100;
  display: block;
  text-align: center;
  width: 100%;
  margin-left: 6%;
  margin-right: auto;
  font-size: 1rem;
  letter-spacing: 2.5rem;
}

.quote {
  display: block;
  font-family: "Lora", serif;
  font-size: 1.25rem;
  font-style: italic;
  text-align: center;
  width: 69%;
  margin-left: 24%;
  margin-top: 3%;
  margin-bottom: 3%;
}

a {
  text-decoration-line: underline;
  font-weight:500;
  color: #939597;
}

/*  LAYOUT ===========================*/

body {
  margin: 0 2% 2%;
}

.wrapper {
  margin: 0 auto;
  max-width: 1200px;
}

header .logo img {
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 175px;
  float: left;
  padding-top: 1rem;
}

header img {
  width: 81%;
  display: block;
  margin-left: 9%;
  margin-right: auto;
  float: left;
  padding-top: 1rem;
}

article {
  clear: both;
}

.textalign1 {
  float: left;
  width: 69%;
}

.textalign2 {
  float: left;
  margin-top: 2rem;
  width: 100%;
}

.columngraphic {
  clear: left;
  float: left;
  display: block;
  margin-right: 2%;
  padding-top: 3rem;
  width: 21%;
  min-width: 100px;
}

.bodytext {
  font-family: "Josefin Sans", serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;

}

hr {
  float: left;
  display: block;
  border-width: 1px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
}

.graphics {
  margin-left: 3%;
  margin-right: auto;
  margin-bottom: 2rem;
  max-height: 200px;
}

.samplegraphic {
  float: left;
  display: block;
  max-height: 200px;
  width: auto;
  padding-right: 1rem;
  padding-left: 1rem;
  margin: 3%;
}


small p {
  color: white;
  float: left;
  font-family: "Tolkien", georgia, serif;
  font-size: smaller;
  line-height: 1rem;
  margin-left: 1%;
  padding-right: 1%;
  width: 20%;
}

footer {
  background-color: black;
  clear: both;
  color: white;
  margin-top: 6%;
  font-family: "Tolkien", georgia, serif;
  padding-bottom: 5.5rem;
  padding-top: .75rem;
}

.footerimgcb {
  float:left;
  height: auto;
  margin-bottom: 2px;
  margin-left: 26%;
  margin-top: 2px;
  padding-bottom: 1rem;
  width: 3.5%;
  min-width: 21px;
}

.footerimgjc {
  float: left;
  margin-bottom: 2px;
  margin-left: 1%;
  margin-top: 2px;
  padding-bottom: 1rem;
  width: 2.5%;
  min-width: 21px;
}

.afooter {
  color: #fff;
}

/* MEDIA SETTINGS */

@media screen and (min-width: 320px) and (max-width: 465px) {

  h1 {
    font-size: 1.75rem;
  }

  h2{
    font-size: .9rem;
  }

  h3 {
    font-size: .75rem;
    letter-spacing: 1.5rem;
  }

  .quote {
    font-size: .75rem;
    line-height: 1.25rem;
  }

  .samplegraphic {
    width: auto;
  }

  .bodytext, li {
    font-size: 1rem;
    line-height: 1.5rem;
  }

}

/* end min 320px */


@media screen and (min-width: 466px) and (max-width: 600px){

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1rem;
  }

  h3 {
    font-size: .75rem;
    letter-spacing: 1.5rem;
  }

  .quote {
    font-size: .75rem;
    line-height: 1.25rem;
  }

  .samplegraphic {
    width: auto;
  }

  .bodytext, li {
    font-size: 1rem;
    line-height: 1.5rem;
  }

}

/* end min 466px */


@media screen and (min-width: 601px) {

}

/* end min 601px */


@media screen and (min-width: 750px) {

}

/* end min 750px */


@media screen and (min-width: 900px) {
}

/* end min 9000px */


@media screen and (min-width: 1200px) {
}

/* end min 1200px */


.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
