/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 16, 2021, 1:07:32 PM
    Author     : danut
*/

a:hover {
  text-decoration:none;
} 

a:hover span {
  text-decoration:underline;
} 

} 
.wrapingimage  
{  
float: right;   
margin: 30px 50px 30px 30px;   
border: 0;  
}  
body {
  color: black;
}

.padding1
{
width:40px;
height:50px;
padding: 2px 15px 15px 2px;
}

.padding2
{
width:60px;
height:51px;
padding: 2px 15px 15px 2px;
}
.padding3
{
width:100px;
height:60px;
padding: 2px 15px 15px 2px;
}

.padding4
{
width:90px;
height:50px;
padding: 2px 15px 15px 2px;
}

.topnav {
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 13px 13px;
  text-decoration: none;
  font-size: 18px;
}


.active {
  background-color: #d9d9d9;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 18px;    
  border: none;
  outline: none;
  color: black;
  padding: 13px 13px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #d9d9d9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 3;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 13px 13px;
  text-decoration: none;
  display: block;
  text-align: left;
}


.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/* Style the body */
body {
font-family: Arial, Helvetica, sans-serif;
text-align: left;
padding: 1px;
margin: 2px;
}

/* Header/logo Title */
.header {
padding: 0px;
text-align: center;
background: #FFFFFF;
}

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

* {
  box-sizing: border-box;
}

/* Create three unequal columns that float next to each other */
.column {
  float: left;
  height: 700px; 
}

.left {
  width: 17%;
  padding: 0px;
}

.right {
  width: 17%;
  padding: 0px;
}

.middle {
  width: 66%;
  padding: 30px;
  background-color: white;
  font-style: normal;
  font-type: arial;
  font-size: 6;
  text-align: left;
  text-decoration: none;
  background-size: contain;
  overflow-y : auto;
}
  

.skip-link {
  background: #319795;
  color: #fff;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translateY(-1000%);
  transition: transform 0.3s;
}

.skip-link:focus {
  transform: translateY(0%);
}

