@font-face {
    font-family: open-sans-condensed;
    src: url(/public/fonts/OpenSans-CondLight.ttf);
}

body {
    font-family: open-sans-condensed, sans-serif !important;
    color: #999;
}
h1 {
    /*text-align: center;*/
    color: white;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
}
h2 {
    /*text-align: center;*/
    color: white;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.0rem;
}

#main-container {
    z-index: 1000;
}
a {
    text-decoration: none;
}
.mtv-1 { margin-top: 1vh; }
.mtv-2 { margin-top: 2vh; }
.mtv-3 { margin-top: 3vh; }
.mtv-4 { margin-top: 4vh; }
.mtv-6 { margin-top: 6vh; }
.mtv-8 { margin-top: 8vh; }
.mtv-12 { margin-top: 12vh; }
.mtv-16 { margin-top: 16vh; }
.mtv-20 { margin-top: 20vh; }
.mbv-1 { margin-bottom: 1vh; }
.mbv-2 { margin-bottom: 2vh; }
.mbv-3 { margin-bottom: 3vh; }
.mbv-4 { margin-bottom: 4vh; }

.mt-5 {
    margin-top: 2rem !important;
}
.mt-6 {
    margin-top: 2.5rem !important;
}
.mt-7 {
    margin-top: 3rem !important;
}
.mt-8 {
    margin-top: 3.5rem !important;
}
.mt-9 {
    margin-top: 4rem !important;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fe6148;
}
.navbar-nav .nav-link:hover {
    color: #fe6148;
}
.navbar-offset {
    height: 75px;
}
nav {
    font-size: 1.6rem;
}
.alt-color {
    color: #fe6148;
}
.page-slide {
    min-height: 100vh;
    /* border: 1px solid red; */
}
.social-link {
    text-decoration: none;
    color: #999;
    transition: color 0.2s ease;
    margin-right: 1.5rem;
}
.social-link:hover {
    color: #0d6efd;
}
.service-box {
    /* background: rgba(0, 0, 0, 0.35); */
    background: rgba(255, 255, 255, 0.1);
    /*padding: 60px 0;*/
    padding: 8vh 0;
    margin: 0 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: #b3b3b3;
    font-weight: bold;
    border: 1px solid #444;
    cursor: pointer;
}

/* Pages */
#technologies {
    background: #111;
}

/* Fonts start */
.font-ubuntu {
    font-family: "Ubuntu", sans-serif !important;
}
.font-open-sans {
    font-family: open-sans-condensed, sans-serif !important;
}
/* Fonts end */

#bgVideo {
    position: fixed;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-left: -50%;
    z-index: -500;
}
#indicator {
    position: fixed;
    top: 100px;
    right: 50px;
    width: 50px;
    height: 50px;
    z-index: 1000;
}

/* Responsive CSS */

#indicator {
    background-color: #08e108;
}
body {
    font-size: 1.8rem;
}
h1 {
    font-size: 3.4rem;
}
h2 {
    font-size: 2.4rem;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    #indicator {
        background-color: #fff636;
    }
    h1 {
        font-size: 4.2rem;
    }
    h2 {
        font-size: 2.8rem;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #indicator {
        background-color: #fb840d;
    }
    h1 {
        font-size: 4.6rem;
    }
    h2 {
        font-size: 3.0rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #indicator {
        background-color: #fb0d0d;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #indicator {
        background-color: #fb0dc3;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    #indicator {
        background-color: #2d0dfb;
    }
}
