html{
    scroll-behavior: smooth;
}



/* display background color black on navbar scroll */
.navbarScroll.navbarDark {
    background-color: black;
}

.nav-link {
    font-size: 2rem;
}

/* spacing on all sections */
#sectionOne, #sectionThree{
    margin-bottom: 4rem;
    padding-bottom: 4rem;
}
#sectionTwo, #sectionThree {
    margin-top: 4rem;
    padding-top: 4rem;
}


#footer {
    padding-bottom: 2rem;
}
/* hero background image */
.bgcolor {
    height:100vh;
    background-color: rgb(153, 211, 192); /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, rgb(153, 211, 192) , rgb(89, 171, 144));    
    background-size:cover;
    position:relative;
}
/* text css above hero image*/
.title {
    font-size: 7rem;
}
.titleDesc {
    font-size: 1.5rem;
    opacity: 0.8;
}
.startText {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}



/*Scroll up */
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    color: white;
    border: none;
    outline: none;
    background-color: rgb(100, 116, 121);
  }
  
#btn-back-to-top {
    background-color: #555;
}


  
#myVideo {
    height: 75vh;
    left: 0;
  }
  
/*Section 2 +  3*/

.myPic {
    height: 75vh;
    width: 80vw;
}

.textContent{
    font-size: 2vh;
    line-height: 2em;
}
/*Section 3*/


/* Footer */

#footer a{
    text-decoration: none;
    font-size: 1rem;
    color: #290e0e;
    display: block;
}
.mail{
    height: 45px;
    width: auto;
    vertical-align: middle;
}

#contact a{
    vertical-align: middle;
    display: inline;
    font-size: 1.5vw;
}

/* Datenschutz */

.home {
    text-decoration: none;
    color: black;
}

.home:hover{
    color: #555;
}