* {
  box-sizing: border-box;
}

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

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

html {
	margin: 0;
	font-family: Poppits, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #243542;
  	color: #ffffff;
  	padding: 0 px;
}

.hero{
  position:fixed;
  display:block;
  width:100%;
  border-bottom:2px dashed;
  border-left:none;
  border-right:none;
  border-top:none;
  z-index: 1;
  height:110px;
    background-color: #243542;
}



#Content{
  z-index: 100;
 padding-top: 100px;
  /*
  position:center;
  width:100%;
  height:100%;
  padding: 15px;
  */
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
}

/*@media only screen and (min-width: 768px) {
  /* For tablets: 
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.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%;}
}*/

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.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%;}
}





.buttonHide:hover, h3:hover {
    color: #e4e822;
}

h1,h2,h3,p,a, table,tr,td {
    color: white;
}

/*.inFrame p, ul {*/

p{
  margin-left:12px;
}


.inFrame  {
font-size: 14px;
background-color:#333;
color:#FFF;
text-align: left;
/*border:1px dashed;*/
border:2px dashed;
left:50%;
padding:12px;
margin-left:12px;


}

li {
  margin-left:22px;

}

.inFrame li:not(:last-child) {
    margin-bottom: 5px;
}

 a:hover, h2:hover, h3:hover {
  color: #e4e822 ;/*#DCF900;*/
}





/*OLD*/



/*
  position: fixed;

  width:100%;
  border-bottom: dashed #FFF;
float:right;
top:0px;
border-width: 2px;
background:#243542;
z-index:80;
height:200px;
background:#324656;
height:200px;
width: 100%;
left: 50%;
margin-left: -450px;
margin-top: 0px;
*/

	/*background: #AFA99B url("images/Mirage_arriere_plan_gris.png") top left no-repeat;*/
}



