<style type="text/css">
<!--
A{text-decoration:none}
-->

  #locator { position: absolute; visibility: visible; left: 22px; top: 3px; z-index: 200; }

    	
A{text-decoration:none}




@media screen and (max-width: 40em) {
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
}


@media (min-width: 481px) {
 .js #menu {
		display:none;
	}
}

 
a:link {color: #0033ff;}


a:active {color: #ff0000; text-decoration: underline;font-weight:bold;}
 a:hover {color: #ff0000; text-decoration: underline;font-weight:bold;}
 
 
a.black:link {color: #000000; font-weight: bold;}
a.black:active {color: #ff0000; font-style: underline;font-weight:bold;}

a.red:link {color: #000000; background: #ffffff; font-weight: bold;}
a.red:active {color: #ff0000; background: #ffffff; font-style: underline; font-weight:bold;}



   
               
 
 
.hamburger {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
   height: 60px;
  background-color: black;
  color: white;
  
}

 
 
   p {
  line-height: 1.55;
  padding: 3;
font-family: 'Roboto', sans-serif;
   }

 
 .redtitle {
 	background-color: #ff0000;
  color: white;
 
}
 
  .article {
  	padding-bottom: 40px;
  	padding-left: 10px;
  	padding-right: 10px;
  	contain: content;
  	  line-height: 1.55;
  	font-family: 'Roboto', sans-serif;
  	    }              
 
 
 
 

html {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc(16px + 6 * ((100vw - 320px) / 680));
  }
}
@media screen and (min-width: 1000px) {
  html {
    font-size: 22px;
  }
}   
 
 
H2 {
font-family: 'Lato', sans-serif;
        max-width:100%;
          line-height: 1.25;
   
               }
   H3 {
font-family: 'Lato', sans-serif;
         max-width:100%;
   
               }                 
               
H1 {
font-family: 'Lato', sans-serif;
         max-width:100%;
   
               }               

.maintop {
   width: 100%;
    background-color: white;
    margin-bottom: 20px;
        
}

.img2 {
  align: right;
}


.clearfix {
  overflow: auto;
 
   padding: 10px;
}


 img {
     max-width: 100%;
    height: auto; /* or any custom size */
    object-fit: contain;

}

  

.headline {
 
   text-align: center;
    background-color: white;
      margin: auto;
  width: 80%;
}

.headlinemobile {
 
   text-align: center;
    background-color: white;
      margin: auto;
  width: 100%;
}

 

.ads {
   width: 100%;
 
    background-color: white;
        
}

.subarea {
  width: 100%;

    background-color: white;
    
}

/* Create two unequal columns that floats next to each other */

 
.bottom {
  width: 100%;
  padding: 10px;
    background-color: white;
    
}

.container {
    overflow: hidden;
}


 


 .mainarticle {
  max-width:1200px;
    align: center;
 	padding-left: 10px;
  	padding-right: 10px;
  	padding-top: 10px;
  background-color: white;
}


.child {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

 .leftcolumn {
  width: 70%;
  max-width:700px;
  float: left;
 padding-top: 20px;
   padding-left: 50px;
  background-color: white;
}

 

 .rightcolumn {
      max-width: 400px;
   float: right;
 
font-family: 'Roboto', sans-serif !important;
 align: center;
  font-size: 16px;
 
     background-color: white;
}


 @media (max-width: 40em) {
.rightcolumn {
display: none;
} 
 
}
 

 
/* Fake image */
.fakeimg {
  background-color: white;
  width: 100%;
  padding: 20px;
}

/* Add a card effect for articles */
.card {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: #ddd;
  margin-top: 20px;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .topnav a {
    float: none;
    width: 100%;
  }
}

    
 



</style>






 <style>
* {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.box {
   width: 100%;
    background-color: black;
      position: fixed;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 5%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #ff0101;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 35px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 100px;
  top: 15px;
  right: 35px;
  }
}




.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}


</style>
