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

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

.text-default-logo {
    font-size: 165%;
    padding-left: 2%;
    padding-top: 3%;
}

.text-big-top {
    font-size: 300%;
    padding-top: 50%;
}

.text-top {
    font-size: 130%;
    padding-top: 20%;
}

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

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

