body{
	  margin: 0;
	  font-family: "Roboto",sans-serif;
	  background-color: #F9F5E0;
	}	
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
       url('roboto-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('roboto-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('roboto-v20-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('roboto-v20-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'),
       url('roboto-v20-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('roboto-v20-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fredoka-one-regular - latin */
@font-face {
  font-family: 'Fredoka One';
  font-style: normal;
  font-weight: 400;
  src: local('Fredoka One'), local('FredokaOne-Regular'),
       url('fredoka-one-v7-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fredoka-one-v7-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
	
    .header{
        margin: 0 0 10px;
		background: url(header-bg.png);
        background: url(snow-bg.png) repeat-y center, url(header-bg.png);
		-webkit-animation: animate-snow 9s linear infinite;
		-moz-animation: animate-snow 9s linear infinite;
		-ms-animation: animate-snow 9s linear infinite;
		animation: animate-snow 9s linear infinite;		
    }
p { font-family:'Fredoka One'; color:#000000; font-size: 45px; text-decoration:none; line-height:150%;}

h1 { font-family:'Roboto'; color:#2a71af; font-size: 50px; text-decoration:none; margin: 85px 25px 5px 25px;}	
h2, ul, li, table, tr, td { font-family:'Roboto'; color:#000000; font-size: 40px; line-height: 1.8; text-decoration:none;}	
h3 { font-family:'Roboto'; color:#000000; font-size: 30px; text-decoration:none; margin: 0px 25px 3px 25px;}	
p {
margin: 5px 10px 20px 10px;
}	
ul { margin-top: 5px; margin-bottom: 5px; list-style: none;}
.normal {
	font-family:'Roboto';
	font-size: 30px;
}    
td {
  border: 0;
}
.taohne  {
	border: 0;
	width: 100%; 
	max-width: 800px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 30px; 
	margin-bottom: 30px; 
}
.taohne tr {
	border: 0;
}
.tastart  {
	width: 100%; 
	max-width: 900px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 30px; 
	margin-bottom: 30px;
	 border: 1px solid;
	 border-collapse: collapse;
}
.tastart td {
	border: 1px solid;
}

.flexlinks {
    margin: 10px;
	margin-top: 20px;
    border-radius: 5px;
	padding: 1vw;
	}
	
	.logo1 { 
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  width: 100%; 
background: #2a71af; }

 h1.head {
  color: #2a71af;
  margin-top: 0px;
  font-size: 45px;
  font-weight: bold;
  text-align:center; 
  color: #FFF;
  line-height: 1.6;
 }
 .buttonro {
    background-color: #cb261e;
    color: #ffffff;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin: 4px 4px 4px 0;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    border: 3px solid #cb261e;
    border-radius: 3px;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, .3);
}
.buttonro:hover, .buttonro:active, .buttonro:focus {
    background-color: white;
    text-decoration: none;
    color:  #cb261e;
}
a {
  text-decoration: none;
  color: #2a71af;
}
a:active, a:hover, a:focus {
text-decoration: underline #cb261e;
color: #cb261e;
}
.runt  {
margin-bottom:  800px;	
}	
 @media screen and (min-width: 801px) { 
p { font-size: 30px;}
h1  { font-size: 35px;  margin-top: 120px; }
h3  { font-size: 20px;}
h2, td  { font-size: 30px;} 
.buttonro { font-size: 15px;}
.flexlinks { margin-top: 15px;}

 }
 @media screen and (max-width: 800px) { 
p { font-size: 20px;}
h1  { font-size: 25px; margin-top: 80px;}
h3  { font-size: 15px;}
h2, td  { font-size: 18px; line-height: 1.4;} 
.buttonro { font-size: 15px;}
.logo1 {   height: 45px;}
h1.head {  font-size: 28px;}
.flexlinks { margin-top: 10px;}
 }


