html, body{
    height: 100%;
}

body{
    display: flex;
    flex-direction: column;
}

header{
    background: no-repeat center;
    background-size: cover;
}

.navvy{
    background-color: #29ADB2;
}
.navbar-collapse{
   color: red;
}
    
.navbar-light,
.navbar-toggler{
    border-color: red;
    color: red;
}

main{
    flex: 1 0 auto;
}

h1{
    font-family: serif;
}

h2{
    font-family: serif;
}
@media (max-width: 1000px) {
    h1{
        font-size: 200%
        !important;
        position: absolute;
        bottom: 8px;
        right: 16px;
    }
}
@media (max-width: 912px) {
    h6{
    
        margin-bottom: 50%
        !important;
        
    }
  
}
@media (max-width: 600px) {
    h6{
    
        margin-bottom: 165%
        !important;
    }
    
}
@media (max-width: 412px) {
    h6{
    
        margin-bottom: 250%
        !important;
    }
    
}
@media (max-width: 280px) {
    h6{
    
        margin-bottom: 450%
        !important;
    }
    
}

@media (max-width: 820px) {
    h1{
      
       padding-bottom: 150px
       !important;
       padding-right: 75px;
       
      
    }
    
}

@media (max-width: 768px) {
    h1{
      
       padding-bottom: 240px
       !important;
       padding-right: 75px;
       
      
    }
    
}

@media (max-width: 912px) {
    h1{
      
       padding-bottom: 270px
       !important;
       padding-right: 130px;
       
      
    }
    
}

@media (max-width: 540px) {
    h1{
      
       padding-bottom: 0px
       !important;
       padding-right: 0px;
       
      
    }
    
}
.img{
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding-top: 50px;
}
.card-img-top{
    width: 100;
    height: 40vh;
}

.card-img-top {
    transition: transform 0.3s ease; 
}

.card-img-top:hover {
    transform: scale(1.1);
}

.btn-outline-dark{
    background-color: #29ADB2;
}
.btn-outline-dark:hover{
    background-color: #1AACAC;
    color: white;
}

footer{
    flex-shrink: 0;
}



.color-overlay{
    background-color: rgba(0,0,0,0,4);
    min-height: 60vh;
}

.carpe-diem{
    font-size: 12vw;
    letter-spacing: 3px;
    opacity: 2;
}

@media(max-width: 768px){
    .color-overlay{
        min-height: 30vh;
    }
    
}

.color-overlay h1{
    color: white;
    margin: auto;
    
}

.singleCol{
   max-width: 750px; 
}

.panget{
    filter:contrast(1);
}


footer{
    background-color: #1AACAC;
}

footer a{
    color: white;
}

footer a .bi-facebook:hover{
    color: blue;
}

footer a .bi-github:hover{
    color: black;
}


