.container {
  position: relative;
  background-color: #ffffff;
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
  margin-top: 10px;
  padding: 0 1px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }
.columnX {
  width: 47%;
   margin-left: 2%;
  float: left;
  box-sizing: border-box; }
@media (min-width: 550px) {
  .container {
    width: 95%;
    padding: 0; }
}
@media (min-width: 600px) {
  .container {
    width: 95%; }
  .column,
  .columns,
  .columnX  {
    margin-left: 1%; }
  .column:first-child,
  .columns:first-child,
  .columnX:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0;}

  .one-third.column               { width: 30.6666666667%; margin-left: 3%; }
  .one-third.columnX             { width: 30.6666666667%; }
  .one-fourth.columnX             { width: 23%;  }
  .two-thirds.column              { width: 66.3333333333%; }
  .one-sixth.column               { width: 15.3333333333%; }
  .five-sixth.column              { width: 80.6666666667%; }
  .one-half.column                { width: 48%; }
}
@media (min-width: 1120px) {
	.container{
		box-sizing: content-box;
		padding-left: 40px;
		padding-right: 40px;
		border-left: 10px groove #33bbff;
		border-right: 10px ridge #33bbff;
	}
}
html {
  font-size: 62.5%;
	font-display: swap  }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.75;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }
h1, h2, h5, h7, h8 {
  margin-top: 0;
  margin-bottom: 2rem;
   }
h1 { font-size: 3.5rem; line-height: 1.26;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 2.0rem; line-height: 1.4;  letter-spacing: -.06rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.6rem; line-height: 1.6;  letter-spacing: -.03rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }
h7 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; background-color: #FFFF00}
h8 { font-size: 1.3rem; line-height: 1.7;  letter-spacing: 0; }

@media (min-width: 420px) {
	h1 { font-size: 4.0rem;}
}

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem;}
  h2 { font-size: 4.2rem; }
  h3 { font-size: 2.6rem; }
  h4 { font-size: 2.4rem; }
  h5 { font-size: 1.8rem; }
  h6 { font-size: 1.5rem; }
  h7 { font-size: 1.5rem; background-color: #FFFF00}
  h8 { font-size: 1.3rem; }
}
  
h6{
  margin-top: 0;
  margin-bottom: 0;
   }

@media (min-width: 700px) {
  h5 { font-size: 2.4rem; margin-left: 100px; margin-right: 100px;}
}

h1, h2, h5 {
  color: #ffffff;
  text-shadow: 2px 2px #000000;
  font-weight: 650;
  text-align: center;
 }
 
 h3, h6, h7{ 
	font-weight: 600;
} 

h3 { 
  margin-bottom: 0.5rem;
  margin-top: 0;
}

 h4 { 
	font-weight: 600;
  text-align: center;
  margin-bottom: 0;
  line-height:20%;
}

p {
  margin-top: 0; }
 
p1 {
  margin-top: 0;
  margin-left: 3%;
  font-weight: 800; }
p2 {
  margin-top: 0;
  margin-left: 6%;
  font-weight: 600;
  color: #2266ff; }
p3 {
  margin-top: 0;
  margin-left: 9%;
  font-weight: 600;
  color: #2266ff; }  
p4 {
  margin-top: 0;
  margin-left: 12%; }   
p5 {
  margin-top: 0;
  margin-left: 6%; }   
p6 {
  margin-top: 0;
  margin-left: 9%; } 
p7 {
  margin-top: 0;
  margin-left: 14%; }  
a {
  color: #153899; }
a:hover {
  color: #0FA0CE; }
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 30px;
  padding: 0 2px;
  color: #555;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: .05rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
	color: #FFF;
  font-weight: 600;
  background-color: rgb(26, 135, 255);
  background-color: rgba(26, 135, 255, 0.85);
  border: 2px groove #000066;
  /*
  background: rgb(80, 180, 250);
  background: rgba(80, 180, 250, 0.85);
  background-color: #33C3F0;
  border-color: #33C3F0;*/ }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }

@media (max-width: 400px) {
.button {
  height: 24px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 24px;
  }
}
th,
td {
  padding: 2px 2px;
  text-align: left;
  font: inherit;
   }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }

button,
.button {
  margin-bottom: 1rem; }
figure,
table,
p {
  margin-bottom: 1.5rem; }
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

