/* Style Sheet Gehe20200619 --------------------------------*/


* {box-sizing:border-box;}
.row::after {content:"";clear:both;display:table;}


/* General  --------------------------------------*/
body {background-color: white;font-family: Verdana, Geneva, sans-serif;font-style: italic; font-size: 18px; color: rgb(38, 108, 177);}
img {max-width:100%;max-height:100%;}

.content{position:absolute;left:8%;width:84%;top:110px;height:45%;/*border:1px solid red;*/}


/* For the header --------------------------------------*/
[class*="head-"] {float:left;padding:12px;}
.head-1 {width: 8.33%;}.head-2 {width: 16.66%;}.head-3 {width: 25%;}.head-4 {width: 33.33%;}
.head-5 {width: 41.66%;}.head-6 {width: 50%;}.head-7 {width: 58.33%;}.head-8 {width: 66.66%;}
.head-9 {width: 75%;}.head-10 {width: 83.33%;}.head-11 {width: 91.66%;}.head-12 {width: 100%;}


/* Size large screens -------------------------*/
.header {
	top:0px;left:0px;position:fixed;z-index: 2000;background-color: white;
	border-bottom-width: thin;border-bottom-style: solid;border-bottom-color: rgb(194, 36, 41);
	width:100%;	height:100px;   
}
.footer {
	top:70%;left:10%;position:fixed;z-index: 2000;background-color: white;
	border-bottom-width: thin;border-bottom-style: solid;border-top-color: rgb(194, 36, 41);
	width:80%;	height:180px;
	/*border:1px solid green; */
}

.homebutton-image{	
	display:block;background:url('header/LOGO.png') no-repeat 0 0;text-indent:-99999px;
	height:80px; width:240px; background-size: 240px 80px;
}
.image-home{	
	display:block;text-indent:-99999px;
	height:320px; width:240; background-size: 240px 320px;
}
.image-horizontal{	
	display:block;text-indent:-99999px;
	height:120px; width:160; background-size: 160px 120px;
}

.homebutton-image:hover{opacity:0.60;-webkit-backface-visibility:hidden}

/* Navigation -------------------------*/
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;  
  position: fixed;
  top: 30px;
  right:10%;
  width: 50%;
}

li {
  float: right;
  border-right:1px solid  rgb(194, 36, 41);
}

li a {
  display: block;
  color: rgb(38, 108, 177);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;	
}

li a:hover:not(.active) {
  background-color: #dddddd;
}

.active {
  background-color: #4CAF50;
}


/* Resizing small screens -------------------------*/
@media only screen and (max-width: 768px) {
	ul{ top: 20px;}
	li a {padding: 2px 6px;font-size: 10px;}
	body {padding: 2px 6px;font-size: 12px;}
	.header{height: 60px;}
	.homebutton-image {height:40px; width:120px; background-size: 120px 40px;} 
	.image-home{height:200px; width:150; background-size: 150px 200px;}
	.image-horizontal{height:60px; width:80; background-size: 80px 60px;}
    .content{left:8%;width:84%;top:80px;height:70%;}    
}

/* For content --------------------------------------*/
[class*="col-"] {float:left; align-content:center; padding:15px; width:70%;/*border:1px solid green;*/}
@media only screen and (min-width: 768px) {
.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%;}}


