body {

    background-color: #e6e6e6;
    margin: 0;
    padding: 0;

}

button:hover {

    cursor: pointer;
    background-color: white;

}

.herobackgroundvideo {

    width: auto;
    height: 500px;
    overflow: hidden;

}

.navbarlogo {

    width: min(23vw, 100px);
    height: min(23vw, 100px);

}

.backgroundvideo {

    width: 100%;
    height: auto; /* Should be at least 603 pixels, which corresponds to 840 pixels of screen width */

    overflow: hidden;

    margin-top: -0%;

}

.navbarbackgroundvideo {

    width: auto;
    height: 130px;
    overflow: hidden;

}

.navbar {
    z-index: 100;

    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100%;

    padding-top: 10px;
    padding-bottom: 7.5px;

    background-color: rgba(0, 0, 0, 0.252);

    /* border: 1px blue solid; */

    height: clamp(50px, 10%, 75px);
}
.navbar .left {

    padding-left: clamp(10px, 1%, 200px);

    display: flex;
    justify-content: left;
    align-items: center;

    width: 50%;
}
.navbar .right {

    display: flex;
    justify-content: right;
    align-items: center;

    width: 50%;
    padding-right: 8px;
    margin-top: -5px;
}
.navbar .navbuttons {

    width: auto;

    display: flex;
    align-items: center;
    justify-content: right;

    width: 100%;
    height: 100%;
}
.navbar .right button {
    height: 32px;
    width: clamp(75px, 20vw, 150px);

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 25px;
    border: 2px solid white;
    background-color: rgba(255, 255, 255, 0);
    color: white;

    font-family: 'Inter', sans-serif;
    font-variant: small-caps;
    text-transform: uppercase;
    font-size: clamp(12px, 1.8vw, 15px);

    text-decoration: none;
}
.navbar .right button:hover {
    background-color: white;
    color: black;
}
#navbarabout {
    margin-right: 1vw;
}
@media only screen and (min-width: 375px) {

    .navbar .left {

        padding-left: clamp(10px, 6%, 200px);
    
    }

    .navbar .right {

        padding-right: clamp(10px, 4%, 50px);

    }

}

/* .Interactable:hover {
    scale: 1.05;
} */
.herobackgroundvideo {

    height: 400px;
    overflow: hidden;

}
.backgroundvideo {

    width: 300%;

    margin-top: 0%;
    margin-left: -70%;

}
@media only screen and (min-width: 450px) {
    .backgroundvideo {

        width: 200%;
    
        margin-top: -10%;
        margin-left: -20%;
    
    }
}
@media only screen and (min-height: 600px) {
    .herobackgroundvideo {
        height: 500px;
    }
}
@media only screen and (min-width: 720px) {
    .herobackgroundvideo {

        height: 500px;
        overflow: hidden;

    }
    .backgroundvideo {

        width: 200%;

        margin-top: -10%;
        margin-left: -15%;

    }
}
@media only screen and (min-width: 840px) {
    .herobackgroundvideo {

        height: 500px;
        overflow: hidden;
    
    }
    
    .backgroundvideo {
    
        margin-top: -25%;
        margin-left: -25%;
    
    }
}
@media only screen and (min-width: 1200px) {    
    .backgroundvideo {
    
        margin-top: -35%;
    
    }
}
@media only screen and (min-width: 1700px) {    
    .backgroundvideo {
    
        width: 150%;
        margin-top: -25%;
        margin-left: -5%;
    
    }
}
@media only screen and (min-width: 2000px) {    
    .backgroundvideo {
    
        width: 125%;
        margin-top: -22.5%;
    
    }
}

.herotitle {
    position: absolute;
    margin-top: clamp(130px, 20%, 205px);
    margin-left: 6%;
    color: white;
    display: inline; 
    font-family: 'Inter', sans-serif;
    font-size: clamp(25px, 5vw, 47px);
    font-weight: 900;
    
}
.herodescription {

    position: absolute;
    margin-top: clamp(170px, 30%, 285px);
    margin-left: 6%;
    margin-bottom: 0px;
    color: white;
    display:inline; 
    font-family: 'Inter', sans-serif;
    font-size: 19px;
    font-weight: 300;

    width: clamp(300px, 80vw, 1000px)

}
#titlecontactbutton {

    position: absolute;
    margin-top: clamp(255px, 40%, 340px);
    margin-left: 6%;
    padding: 5px;

    padding: 15px;
    padding-left: min(4%, 40px);
    padding-right: min(4%, 40px);

    border-radius: 25px;

    border: white 0px solid;
    background-color: white;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: min(60%, 500px);

    font-variant: normal;
    font-size: 16px;
    font-family: 'Inter', sans-serif;

    z-index: 10;


}

.services {
    display: block;
    text-align: center;
    
    padding-bottom: 25px;
}
.headertitle {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: min(4vw,16px);
    margin-top: 65px;
    text-align: center;
    display: inline-block;
    max-width: 600px;
}
.cardscontainer {
    display: block;
    width: 100%;
    height: auto;

    background-color: blue;
}
.cards {
    background-color: #E6E6E6;
    list-style-type: none;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    padding: 10px;
}
.card {
    background-color: rgb(255, 255, 255);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 20px;

    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 14px;
    margin-right: 14px;

    border-radius: 15px;

    width: 100px;
    height: 175px;

    text-align: center;

} @media (orientation: landscape) {
    .card {
        width: 85%;
        max-width: 225px;
    }
} @media (orientation: portrait) {
    .card {
        width: 85%;
        max-width: 300px;
    }
}
.cardtitle {
    position: relative;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 17px;
    margin:0 auto;
    text-align: center;
    vertical-align: middle;
}
.description {
    text-align: center;
    margin-top: 15px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 15px;
    width: 100%;
    height: 200px;
    overflow-wrap: break-word;
}
.card button {

    background-color: rgba(255,255,255,0);
    color: black;
    font-size: 15px;

    border: 2px solid rgb(0, 0, 0);
    border-radius: 15px;

    padding: 5px;

    font-weight: normal;
    margin-bottom: 3px;
} .card button:hover {
    background-color: rgb(0, 0, 0);
    color: white;
    
    font-weight: bold;
}
.services h3 {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-family: 'Inter', sans-serif;
}
#servicescontact {
    display: inline-block;
    text-align: center;
    width: min(75%, 400px);
    margin-top: 16px;

    padding: 10px;

    border-radius: 25px;

    background-color: black;
    color: white;
    border: none;

    text-transform: none;
    font-weight: normal;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
} #servicescontact:hover {
    font-weight: bold;
}

#aboutcontact {
    text-align: center;
    width: 320px;
    margin-top: 0px;
    position: relative;

    padding: 10px;

    border-radius: 20px;

    background-color: black;
    color: white;
    border: none;

    text-transform: none;
    font-weight: normal;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
} #aboutcontact:hover {
    font-weight: bold;
}

#button {

    margin-top: 10px;
    width: 151px;
    height: 42px;

    border-radius: 20px;
    border: black 0px solid;
    background-color: black;
    color: white;

    margin-left: 10px;
    margin-right: 10px;

    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;

    z-index: 500;
}

.CenterDiv {

    text-align: center;
    margin:0 auto;
    margin-top: 55px;

    display: flex;
    justify-content: center;

}

.CenterAboutDiv {

    text-align: center;
    margin:0 auto;
    margin-top: 55px;

    display: flex;
    justify-content: center;

}

#Portrait {

    height: 350px;
    width: 350px;

}

.LeadingText {

    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 26px;
    text-align: left;

    margin-left: 38px;

}

.DescriptionText {

    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 15px;

    inline-size: 450px;
    text-align: left;

    margin-left: 38px;
    margin-top: 0px;

}

.image {

    height: auto;
    width: 120px;
    display: flex;

}

#RCIC {

    height: auto;
    width: 210px;
    display: flex;
    margin-top: 5px;
    margin-left: 25px;

}

.diploma {

margin-top: 20px;
margin-bottom: 20px;

}

#footer {

    position: absolute;
    bottom: 0px;
    left: 0px;

    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
    
    text-align: center;
    color: white;
    background-color: black;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 13px;

}

#contactfooter {

    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0px;


    text-align: center;
    color: white;
    background-color: black;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 13px;
    
    }

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: #e6e6e6;
}

::-webkit-scrollbar-thumb {
    background-color: black;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: black;
}

#h3 {

    margin-top: 50px;

}

.LeadingTitle {

text-align: center;
margin-top: 55px;
font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 24px;

}

.map {

    width: 100%;

}

#hyperlink {

    text-decoration: none;

}