.topnav a.active {
    border-bottom: 3px solid orange;
}

.logo-setup {
    width: 80px;
    height: 50px;
}

.text-default-logo {
    font-size: 300%;
    padding-top: 0%;
    padding-bottom: 2%;
    padding-left: 10%;
}
.text-big-top {
    font-size: 300%;
    padding-top: 10%;
}

.text-big {
    font-size: 400%;
}

.parallax-home-1 { 
    background-image: linear-gradient(rgba(208, 235, 255, 0.0), rgba(208, 235, 255, 0.0)), url("/images/bg1.png");
  }

.parallax-footer { 
    background-image: linear-gradient(rgba(208, 235, 255, 0.0), rgba(208, 235, 255, 0.0)), url("/images/bg1.png");
  }


