#top{
    border-radius: 1px 1px 30px 30px;
    background-color: rgba(89, 89, 166, 1);
    height: 55px;
    width: 100%;
}
#topgraph{
    display: inline;
}
#link:hover{
    color: blue;
}
#logo{
    height: 45px;
    display: inline;
}
#logo2{
    margin-top: 8px;
    height: 20px;
    display: inline;
}
#carouselExampleCaptions{
    position: relative;
    height: 650px;
    width: 100%;
}
#carocap1{
    margin-top: -180px; 
    margin-left:-300px 
} 
#carocap1:hover{
    font-weight: bold;
    box-shadow: 0px 1px 2px 0px white;
} 
#carocap2{
    margin-top: -180px; 
    margin-left:10px 
}
#carocap2:hover{
    font-weight: bold;
    box-shadow: 0px 1px 2px 0px white;
}  
#bg2{
    margin-top: -15px;
    height: 700px;
    width: 100%;
    position: relative;
    text-align: center;
}
#caroimg{
    height: 700px;
    width: 100%;
}

#bg2>p{
    position: absolute;
    bottom: 150px;
    margin-left: 50px;
    font-size: 40px;
    text-indent: 50px;
    opacity: 0.8;
    animation-name: toptext;
    animation-duration:1.5s;
    animation-iteration-count:1;
}
#bg2>h1{
    position: absolute;
    bottom: 300px;
    margin-left: 50px;
    font-size: 80px;
    font-weight: bolder;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    animation-name: toptext;
    animation-duration:1.5s;
    animation-iteration-count:1;
}
@keyframes toptext {
    0%   {margin-left: -250px; opacity: 0.2;}
    25%  { opacity: 0.4;}
    50%  {  opacity: 0.6;}
    75%  {margin-left: 220px;  opacity: 0.8;}
    100% {margin-left: 50px; opacity: 1;}
  }


#navbar{
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 1;
}
#navround{
    border-radius: 100px;
}
#navhov1{
    background-color: #0275d8;
    color: white;
    transition: 0.2s;
}
#navhov2{
    color: white;
    transition: 0.2s;
}
#navhov1:hover{
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0);
    color: #0275d8;
    border-color: #0275d8;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    transform: rotateY('360deg');
}
#navhov2:hover{
    font-weight: bold;
    color: #0275d8;
    border-color: white;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
}
#navhov3{
    font-weight: normal;
    border-radius:1px; 
    border-color:#0275d8; 
    color: #0275d8; 
    border-style: solid;
}
#navhov3:hover{
    border-radius:1px; 
    border-color:white; 
    color: #0275d8; 
    border-style: solid;
    font-weight: bold;
}
#topcards{
    width: 95%;
    opacity: 0.9;
    transition: 0.6s;
}
#topcards:hover{
    opacity: 1;
    width: 100%;
    filter: brightness(1.3);
}
#cardpara1{
    text-align: left; 
    padding: 20px; 
    margin-top: -10px; 
    font-size: large; 
    color: aliceblue;
}
#cardpara2{
    text-align: left; 
    padding: 20px; 
    margin-top: -10px; 
    font-size: large; 
    color: aliceblue;
}
#carddiv{

    border-top-color: white;
    border-top-style: dotted;
    border-top-width: 2px;


}
#bg3{
    position: relative;
    width: 100%;
    height: 500px;
}

#bg3>img{
    position: absolute;
    width: 100%;
    height: 550px;
}
#ment{
    color: white; 
    padding-top: 5px; 
    padding-left: 80px;
}
#classcard{
    border-radius: 10px;
    height: 80%;
    width: 90%;
    /* Add shadows to create the "classcard" effect */
    transition: 0.6s;
    opacity: 0.9;
    margin-bottom: 01x;
  }
  
  /* On mouse-over, add a deeper shadow */
#classcard:hover {
    transition: 1s;
    height: 100%;
    width: 100%;
    opacity: 1;
    filter: brightness(1.1);
    margin-bottom: 30px;
}
#startbtn{
    color: blue;
}
#master{
    height: 850px;
}

#levi{
    margin-top: -10px;
    position: absolute;
}
#signup{
    display: flex;
    justify-content: center;
    top: 640px;
    color: white;
    position: relative;
    background-color: blue;
    border-color: blue;
    border-style: solid;
    border-width: 2px;
    width: 200px;
    height: 80px;
    padding-top: 10px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
#signup:hover{
    background-color: darkblue;
    color: blue;
    font-weight: bold;
    box-shadow: 0px 4px 8px 0px black;
}
#resource{
    display: flex;
    justify-content: center;
}
#infocard{
    margin-top: -80px; 
    width: 90%; 
    height: 390px; 
    transition: 1.5s; 
}
#infocard:hover{
    width: 100%;
    height: 410px;
    cursor: pointer;
    transform: rotateZ(360deg);
}
#map{
    height: 180px;
    width: 90%;
}
#masterimg{
    visibility: visible;
}
#vid1{
    margin-top: 180px;
    width: 100%;
}
#jet{
    color: green; 
    border-radius: 50%; 
    border-color: white; 
    border-style: solid; 
    border-width: 1px; 
    position: fixed; 
    bottom: 1; right: 1; 
    margin-left: 95%; 
    margin-right: 10px; 
    margin-top: 550px; 
    z-index: 2;
}
#meetcard{
    background-color: black;
    transition: 0.5s;
}
#meetcard:hover{
    box-shadow: 0px 4px 8px 0px rgb(78, 78, 78);
    cursor: pointer;
}
#meetbody{
    width: 85%;
    margin-top: -45px;
    transition: 0.6s;
    filter: brightness(0.98);
}
#meetbody:hover{
    width: 90%; 
    box-shadow: 0px 4px 8px 0px rgb(78, 78, 78);  
    margin-top: -72px; 
    filter: brightness(1);
    
}
#meethead{
    width: 50%;
}




@media screen and (max-width:700px){
    #imgrev{
        height: 350px;
        width: 75%;
    }
    #top{
        border-radius: 1px 1px 25px 25px;
        background-color: rgba(89, 89, 166, 1);
        height: 40px;
        width: 100%;
    }
    #topgraph{
        display: inline;
        font-size: 7px;
    }
    #link:hover{
        color: blue;
    }
    #logo{
        margin-top: 0px;
        margin-left: 2px;
        height: 30px;
        display: inline;
    }
    #logo2{
        margin-top: 4px;
        height: 15px;
        display: inline;
    }
    #carouselExampleCaptions{
        height: 520px;
    }
    #carocap1{
        margin-left: -5px;
        margin-top: -150px;
    } 

    #carocap2{
        margin-left: 10px;
        margin-top: -150px;
    } 
    #topcards{
        width: 95%;
        opacity: 1;
        transition: 0.6s;
        filter: brightness(1);
    }
    #topcards:hover{
        opacity: 1;
        width: 100%;
        filter: brightness(1.3);
    }  
    #bg2{
        margin-top: -15px;
        height: 500px;
        width: 100%;
        position: relative;
        text-align: center;
    }
    #caroimg{
        height: 500px;
        width: 100%;
    }
    #bg2>p{
        position: absolute;
        bottom: 130px;
        margin-left: 40px;
        font-size: 20px;
        text-indent: 0px;
        opacity: 0.8;
        animation-name: toptext;
        animation-duration:1.5s;
        animation-iteration-count:1;
    }
    #bg2>h1{
        position: absolute;
        bottom: 200px;
        margin-left: 30px;
        font-size: 30px;
        font-weight: bolder;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        animation-name: toptext;
        animation-duration:1.5s;
        animation-iteration-count:1;
    }
    @keyframes toptext {
        0%   {margin-left: -200px; opacity: 0.2;}
        25%  { opacity: 0.4;}
        50%  {  opacity: 0.6;}
        75%  {margin-left: 100px;  opacity: 0.8;}
        100% {margin-left: 20px; opacity: 1;}
      }

    #bg3{
        height: 940px;
        
    }
    #bg3>img{
        width: 100%;
        margin-top: -15px;
        height: 1000px;
        
    } 
    #ment{
        color: white; 
        padding: 15px;
    }
    #classcard {
        box-shadow: none;
        margin-left: 1px;
        margin-bottom: 30px;
      }  
      #navbar{
        position: -webkit-sticky; /* Safari */
        position: sticky;
        top: 0;
    }
    #navround{
        border-radius: 20px;
    }
    #master{
        height: 280px;
    }
    #master>img{
        height: 500px;
    }
    #levi{
        margin-top:50px;
        position: abxsolute;
    }
    #signup{
        top: 238px;
        border-width: 2px;
        width: 100px;
        height: 40px;
        padding-top: 5px;
        font-size: 15px;
    }
    #carddiv{
        margin-bottom: 20px;
    }
    #revimg{
        display: flex;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        float: none;
    }
    #infocard{
        width:95%;
        height: 380px;
        
    }
    #infocard:hover{
        width: 100%;
        height: 410px;
        cursor: pointer;
        transform: rotateZ(360deg);
    }
    #map{
        height: 100px;
        width:97%;
    }
    #maptext{
        font-size: small;
    }
    #masterimg{
        display: none;
        visibility: hidden;
    }
    #vid1{
        margin-top: 50px;
        width: 85%;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        height: 50%;
    }
    #jet{
        color: blue; 
        border-radius: 50%; 
        border-color: white; 
        border-style: solid; 
        border-width: 1px; 
        position: fixed; 
        bottom: 3; right: 1; 
        margin-left: 80%; 
        margin-right: 10px; 
        margin-bottom: 20px;
        margin-top: 590px; 
        z-index: 2;
    }
    #meethead{
        width: 95%;  
    }
    #meetcard{
        width: 100%;
    }
    #meetbody{
        width: 95%;
        margin-top: -50px;
        transition: 0.6s;
    } 
    #meetbody:hover{
        width: 99%; 
        box-shadow: 0px 4px 8px 0px rgb(78, 78, 78);  
        margin-top: -65px; 
    }   
}
