/*
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 : 26-gen-2020, 16.40.59
    Author     : barbara
*/

/* Add a black background color to the top navigation */
.topnav {
  background-color: transparent;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: right;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 3vw;
}

.topnav img {
  float: left;
  color: #f2f2f2;
  text-align: center;
  margin-top: 2%;
  max-width: 5%;
}

.navbar-text-welcome {
  position: absolute;
  top: 1%;
  right: 5%;
  color: white;
  font-weight: 300;
  font-size: 4vw;
}




            