/*
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
*/

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

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