header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px 100px;
    display: flex;
    align-items: center;
    z-index: 100;
}

.logo {
    color: #359381;
    width: 50px;
    pointer-events: none;
    border-radius: 100%;
}

.parallax {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#text {
    position: absolute;
    font-size: 5em;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0);
}

.parallax img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.sec {
    position: relative;
    background: #003329;
    padding: 100px;
}

.sec h2 {
    font-size: 3em;
    color: #fff;
    margin-bottom: 10px;
}

.sec p {
    font-size: 1em;
    color: #fff;
    font-weight: 300;

}

footer {
    position: relative;
}

footer div {
    padding: 100px;
    background-color: #23252A;
}

footer h6 {
    background: black;
    color: white;
    text-align: center;
}

footer h5 {
    font-size: 3em;
    color: #fff;

}

footer a {
    color: #FFF;
    text-decoration: none;
    font-size: 2em;
}

@media only screen and (max-width: 430px) {
    .parallax {
        height: 25vh;
    }

    #text {
        font-size: 1.5em;
    }

    header{
        position: unset;
        padding: 0 20px;
        background: #003329;
    }

    .navbar-toggler {
        background: #fff;
    }

    header .nav-link {
        color: white;
    }

    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
        color: #fff;
        font-weight: bold;
    }

    .sec {
        padding: 20px;
    }

    .sec h2 {
        font-size: 2em;
    }

    .sec h3 {
        font-size: 3em;
        text-align: center;
        color: #FFF;
    }

    footer {
        padding: 20px;
    }
    
    footer h5 {
        font-size: 1.5em;
        color: #fff;
    }
    
    footer a {
        color: #FFF;
        text-decoration: none;
        font-size: 1em;
    }

  }

  @media only screen and (min-width: 431px) and (max-width: 1024px){
    .parallax {
        height: 35vh;
    }

    #text {
        font-size: 2.5em;
    }

    header{
        position: unset;
        padding: 0 20px;
        background: #003329;
    }

    .navbar-toggler {
        background: #fff;
    }

    header .nav-link {
        color: white;
    }

    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
        color: #fff;
        font-weight: bold;
    }
  }

  @media only screen and (min-width: 1025px) and (max-width:1366px){
    .parallax {
        height: 75vh;
    }
  }

  .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
