@charset "utf-8";
/* CSS Document */
* {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
body {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  min-width: 0;
}
header {
  max-width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 1);
}
footer {
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding: 0.5em 0;
	margin-bottom: 0.25em;
}
h1 {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  color: #000000;
  font-style: normal;
  text-align: left;
  letter-spacing: 0.05em;
  font-weight: 300;
	padding-left: 0.5em;
}
h2 {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  color: #000000;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 300;
}
h3 {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  color: #000000;
  font-style: normal;
  text-align: left;
  letter-spacing: 0.10em;
  font-weight: 400;
}
p {
  color: #000000;
  letter-spacing: 0.10em;
	margin-bottom: 1em;
	font-size: 300;
}
.centerText {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.floatR {
  float: right;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}
.col {
    max-width: 100%;
    width: 100%;
  }
.cText {
	text-align: center;
}
.cText-B {
	text-align: center;
	font-size: 200%;
	margin-top:1em;
}
/* Create four equal columns that sits next to each other */


.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
.mt-1 {
    margin-top: 1em;
  }
.mt-2 {
    margin-top: 2em;
  }
.text {
	max-width: 50em;
	display: block;
	position: relative;
	margin: auto;
	padding: 1em;
}
.textBlock {
    padding: 0.25em 1em 0.25em 1em;
    letter-spacing: 0.10em;
    font-size: 1.1em;
    width: 100%;
    display: block;
    margin: 0 auto;
    font-weight: 300;
  }
a:link {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
}
a:hover {
  color: #787878;
	text-decoration: underline;
}
a:active {
  color: #000000;
}
@media screen and (min-width:320px) {
	header {
		margin-top: 0.5em;
	}
  h1 {
    font-size: 1.9em;
    color: #000000;
  }
	h2 {
		font-size: 1.5em;
	}
  h3 {
    font-size: 1.25em;
  }
  p {
    font-size: 1.1em;
    font-weight: 300;
  }
.col {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (min-width : 480px) {
	
}
@media only screen and (min-width : 768px) {
	.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}
  .col-md-oneThird {
    float: right;
    width: 49%;
  }
  .col-md-twoThird {
    float: right;
    width: 49%;
  }
}
@media only screen and (min-width : 1024px) {
 
}
@media only screen and (min-width : 1440px) {
  
}
@media only screen and (min-width : 1824px) {
  
}
