@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SFPRODISPLAYREGULAR.OTF') format('opentype');
    font-display: auto;
    unicode-range: U+000-5FF;
}

body {
    color: black;
}

.nav-link {
    color: black;
    font-family: "SF Pro Display";
    font-size: 110%;
}

.navbar-brand {
    color: black;
    font-family: "SF Pro Display";
    font-size: 130%;
}

.navbar-brand:hover {
    color: rgba(0, 0, 110, 0.7);
    transition: color 0.1s;
    font-family: "SF Pro Display";
    transition: font-weight 0.1s;
    font-weight: 650;
}

.nav-link:hover {
    font-family: "SF Pro Display";
    color: rgba(0, 0, 110, 0.7);
    transition: color 0.1s;
    transition: font-weight 0.1s;
    font-weight: 650;
}

.bgimage {
    height: 100vh;
    width: 0%;
}

.hero_title {
    font-size: 300%;
    font-family: "SF Pro Display";
}

.hero_desc {
    font-size: 150%;
    font-family: "SF Pro Display";
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    font-family: "SF Pro Display";
}

video {
    filter: brightness(20%);
}

.col-lg-8 {
    font-size: 142%;
    font-family: "SF Pro Display";
    padding: 20px;
}

.imageAboutPage {
    width: 100%;
    height: 102.1%;
    border-radius: 20px;
}

.text-center {
    font-weight: 650;
    font-family: "SF Pro Display";
    font-size: 300%;
    padding-top: 7%;
    text-align: center;
}

/*.navbar {
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.7);
}*/

::selection {
    color: white;
    background: rgba(0, 0, 110, 0.7);
    font-weight: 650;
}

.servicesText.card {
    height: 55vh;
    border-radius: 30px;
    margin-bottom: 30px;
}

.servicesIcon {
    font-size: 36px;
    text-align: center;
    width: 100%;
}

.card-title {
    text-align: center;
    font-size: 150%;
    font-family: "SF Pro Display";
    font-weight: 600;
}

.servicesText:hover {
    border: 2px solid rgba(0, 0, 110, 0.7);
    transition: border 0.1s;
}

.card-text {
    font-size: 120%;
    font-family: "SF Pro Display";
}

.icons {
    height: 30%;
    width: 30%;
    margin-left: 34%;
}

.map {
    border-radius: 5%;
    padding: 0px;
    margin-bottom: 70px;
}

.form-control {
    border-radius: 1rem;
    font-family: "SF Pro Display";
    font-size: 100%;
}

.btn {
    background-color: rgba(0, 0, 110, 0.7);
    border: 1px solid transparent;
    border-radius: 1rem;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    text-align: center;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    vertical-align: middle;
    font-family: "SF Pro Display";
    color: white;
}

#social_icon {
    position: relative;
    height: 10%;
    width: 10%;
}