@import url('https://fonts.googleapis.com/css?family=Satisfy&display=swap');

*{
    box-sizing: border-box;
}

body{
    margin: 0;
    padding: 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

img{
    border-radius: 0.3rem !important;
}

/* navigation */
#stay{
    padding: 14px 14px;
}

#navLogo{
    width: 70px;
    object-fit: contain;
}

.slideNav {
    background-color: #ed1b24;
    overflow: hidden;
    height: 80px;
}

#side-menu {
    box-shadow: 8px 4px 8px black;
}

.slideNav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.slideNav ul {
    margin: 8px 0 0 0;
    list-style: none;
}

.slideNav a:hover {
    background-color: #00457c;
    border-radius: 4px;
}

.side-nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 63px;
    left: 0;
    background-color:  #ed1b24;
   
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

.side-nav a {
    padding: 10px 10px 10px 30px;
    text-decoration: none;
    font-size: 22px;
    color: rgb(255, 255, 255);
    display: block;
    transition: 0.3s;
}

.side-nav a:hover {
    background: #00457c;
}

.side-nav .btn-close {
    position: absolute;
    bottom: 50;
    right: 22px;
    font-size: 36px;
    margin-left: 50px;
}

.side-nav .btn-close:hover{
    background: transparent !important;
}

#main {
    transition: margin-left 0.5s;
    padding: 20px;
    overflow: hidden;
    width: 100%;
}

.jumbotron{
    background: #00457c;
    padding-bottom: 0 !important;
    border-radius: 0 !important;
    
    margin-bottom: 0 !important;
    position: relative;
    width: 100%;
    
 }
 
 .overlay{
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #0000002a;
     mix-blend-mode: color;
 }
 
 h1{
     color: white;
 }

 h2{
    padding: 20px 0;
    margin: 0;
    font-size: 3rem;
    font-family: 'Satisfy', cursive;
}

#signUp{
    background: #ffffff;
    padding: 40px 0;
    margin: 0 !important;
    color: #ed1b24;
   
}
 
 .btn {
     margin-top: 20px;
     border-radius: 0 !important;
     font-size: 2rem;
     font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
     border: 5px outset #ed1b24;
     transition: 0.6s;
 }

 .btn:hover{
     background: white !important;
     color: #00457c !important; 
     border: 7px outset white !important;
     box-shadow: 4px 8px 12px black;
 }

 
 
 .btn-primary{
     background: #ed1b24 !important;
 }

.gridy{
    margin-top:100px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, auto));
}


.gridy-mob{
    display: none ;
}

.logoIm{
    text-align: center;
    z-index: 5;
    
}

#logo{
    width:100%;
   

}

.mybtn{
    background: hsl(207, 100%, 24%);
    color: white;
    border-radius: 0;
    transition: 0.6s;
}

.mybtn:hover{
    background: #ed1b24;
}

.my-form-row{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, auto));
    grid-gap: 1em;
}
footer{
    text-align: center;
}
footer h2{
    font-size: 2rem;
}

footer p{
    font-weight: bold;
}


@media all and (max-width: 1400px){

    #navLogo{
        width: 80px;
        object-fit: contain;
    }
    .jumbotron {
        position: relative;
    }

    
    .gridy{
        display: none;
    }

    .gridy-mob{
        box-sizing: border-box;
        display: block;
        padding-top:80px;
    }

    .gridy-mob img{
        width: 100%;
    }

    .slideNav a{
        display: none;
    }

    .open-slide a{
        display: block !important;
    }
    
    #stay{
        display: block !important;
    }

    .logoIm2{
        text-align: right;
    }

    #profilePic2{
        width: 60%;
    }

    
    h2{
        font-size: 1.8rem;
    }

    
    .my-form-row{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100px, auto));
        grid-gap: 1em;
    }

}

@media all and (max-width: 1025px){
    #donateBtn2{
        font-size: 1.5rem;
    }

    .my-form-row{
        display: block;
    }
}

@media all and (max-width: 769px){
    #donateBtn2{
        font-size: 1rem;
    }
}