* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

body {
  background-color: #ffffff;
}

html {
  font-family: "Courier", serif;
}

/* previous colour for content text 343434 */

p {
  color: #000000;
  font-family: "Courier", serif;
  font-size: 14px;
}

@media only screen and (max-width: 600px) {
   p {
  font-size: 16px;
  font-weight: 800;
   }
}

p.center {
  color: #000000;
  text-align: center;
  font-family: "Courier", serif;
  font-size: 14px;
}

@media only screen and (max-width: 600px) {
   p.center {
  font-size: 16px;
  font-weight: 800;
   }
}

blockquote
{
  margin-left: 25px;
}

@media only screen and (max-width: 600px) {
   blockquote {
  margin-left:25px;
  margin-right:15px;
   }
}




h1 {
	color: #000000;
	font-family:Courier, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight : bold;
	line-height : normal;
	text-align: center;
	}

/* For footer sticky www.w3docs.com/snippets/css/how-to-create-a-typewriter-text-with-only-css.html: */

@media only screen and (max-width: 600px) {
   h1 {
  font-size: 30px;
   }
}
 

h2 {
	color: #000000;
	font-family: Courier, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style : normal;
	font-weight : bold;
	line-height : normal;
	text-align: center;
	}

@media only screen and (max-width: 600px) {
   h2 {
  font-size: 26px;
   }
}


h3 {
	color: #000000;
	font-family: Courier, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style : normal;
	font-weight : bold;
	line-height : 5px;
	text-align: center;
	}

@media only screen and (max-width: 600px) {
   h3 {
  font-size: 20px;
   }
}

a:link 	{
	font-family: Courier, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	text-decoration: underline;
	}

@media only screen and (max-width: 600px) {
   a:link {
  font-size: 16px;
  font-weight: 800;
   }
}

a:visited 	{
	font-family: Courier, Arial, Helvetica, sans-serif;
	color: #6E6E6E;
	font-size: 14px;
	}

@media only screen and (max-width: 600px) {
   a:visited {
  font-size: 16px;
  font-weight: 800;
   }
}

a:hover 	{
	font-family: Courier, Arial, Helvetica, sans-serif;
	color: #F3F3F3;
	font-size: 14px;
	background-color: #727272;
	}

@media only screen and (max-width: 600px) {
   a:hover {
  font-size: 16px;
  font-weight: 800;
   }
}

a.small:link 	{
	font-family: Courier, Arial, Helvetica, sans-serif;
	color: #F3F3F3;
	font-size: 12px;
	text-decoration: none;
	}

a.small:visited 	{
	font-family: Courier, Arial, Helvetica, sans-serif;
	color: #597A7F;
	font-size: 12px;
	}

a.small:hover 	{
	font-family: Courier, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background-color: #DFDFDE;
	}

ul.s {
  list-style-type: square;
  margin-left:25px;
  font-family: Courier, Arial, Helvetica, sans-serif;
}

ul.indent {
  list-style-type: square;
  margin-left:25px;
}

li {
  display: list-item;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Courier, Arial, Helvetica, sans-serif;
  color: #000000;
  text-align: left;
}

@media only screen and (max-width: 600px) {
   li {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 800;
   }
}


td {
  vertical-align: top;
}

img {
  max-width: 100%;
  height: auto;
}

.img-container {
  text-align: center;
}

.center {
  margin: auto;
  width: 100%;
  padding: 10px;
}

#more {display: none;}
#more2 {display: none;}
#more3 {display: none;}


.button {
  border: none;

  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  font-family: Courier, Arial, Helvetica, sans-serif;
  color: #F3F3F3;
  background-color: #929292;
  text-align: center;
  cursor: pointer;
}
.button1 {border-radius: 45%;}

.button1:hover {
  border: none;

  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  font-family: Courier, Arial, Helvetica, sans-serif;
  color: #F9F8F7;
  background-color: #000000;
  text-align: center;
  cursor: pointer;
}


/* Pods */


/* Pod - Image only */
.image-pod {
  padding: 20px;
  color: #A39683;
  text-align: center;
  font-size: 14px;
}

@media only screen and (max-width: 600px) {
   .image-pod {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
   }
}

@media only screen and (max-width: 600px) {
   .image-pod#no-show {
    display: none;
   }
}



/* Pod - text */
.text-pod {
  background-color: #BFCAC6;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  color: #000000;
  text-align: left;
  font-size: 14px;
}

@media only screen and (max-width: 600px) {
   .text-pod {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
   }
}

/* Pod - text small */
.text-pod-s {
  background-color: #D6AE95;
  border-radius: 25px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  color: #000000;
  text-align: left;
  font-size: 12px;
}


@media only screen and (max-width: 600px) {
   .text-pod-s {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
   }
}


/* granneman.com/webdev/coding/css/centertables: */
  table.center {
    margin-left:auto; 
    margin-right:auto;
  }

  table#table1 {
    width:70%; 
    margin-left:15%; 
    margin-right:15%;
  }


/* click and reveal www.w3schools.com/howto/howto_js_collapsible.asp: */
.collapsible {
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 12px;
font-family: "Courier", serif;
}

.active, .collapsible:hover {
  background-color: #ffffff;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
  font-size: 12px;
}




/* For footer sticky www.w3schools.com/howto/tryit.asp?filename=tryhow_css_fixed_footer: */
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #4C4C4C;
   padding: 3px;
   color: #000000;
   font-size: 12px;
   text-align: center;
}


/* start icon stackoverflow.com/questions/32237481/how-do-i-use-svg-icons-in-html */
.icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    overflow: hidden;
    vertical-align: middle;
}
.icon > svg {
    position: relative;
}
.Instagram > svg {
}
.Pinterest > svg {
}
/* end icon */




/* For top sticky nav www.w3schools.com/howto/howto_js_bottom_nav_responsive.asp: */
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.navbar {
  overflow: hidden;
  background-color: #000000;
  position: fixed;
  height: 40px;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* Gees slick code to center menu on desktop */
@media screen and (min-width: 600px){
  .navbar {
    overflow: hidden;
    background-color: #000000;
    position: fixed;
    top: 0;
    width: 100%;
    display: flex; justify-content: center
  }
}

.brand {
  color: #ffffff;
  font-weight : bold;
}

@media only screen and (max-width: 600px) {
   .brand {
  font-size: 20px;
  font-weight: 800;
   }
}


.navbar a {
  float: left;
  display: block;
  color: #F3F3F3;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
}

.navbar a:hover {
  background-color: #D0CFCE;
  color: #000000;
  font-weight: 800;
}

.navbar a.active {
  background-color: #ACABAB;
  color: white;
  font-weight: 800;
}

.navbar .icon {
  background-color: #CCC27B;
  height: 42px;
  font-size: 16px;
  color: white;
  display: none;
}

@media screen and (max-width: 640px) {
  .navbar a:not(:first-child) {display: none;}
  .navbar a.icon {
    color: white;
    float: right;
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .navbar.responsive .icon {
    color: white;
    position: absolute;
    right: 0;
    bottom:0;
  }
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

}

/* Padding: */
[class*="col-"] {
  float: left;
  padding: 15px;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}


@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-2a {width: 20.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
  .col-s-13 {width: 2%;}
  .col-s-14 {width: 96%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-2a {width: 20.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
  .col-13 {width: 2%;}
  .col-14 {width: 96%;}
}

