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

.logo-setup {
    width:  0px;
    height: 0px;
}

.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-top {
    font-size: 150%;
    padding-top: 15%;
}

.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");
  }

