body {
    font-family: 'Montserrat', sans-serif;
    color: #F2F2F2;
    font-size: 16px;
    line-height: 2.028571429;
    background-color: #0F0F0F;
}

a {
    color: #27272B;
    text-decoration: none;
}

.text-dark {
    color: #1d1d24;
}

.text-white {
    color: #F2F2F2!important;
}

.card {
    border: 1px solid #0F0F0F;
    background-color: #0F0F0F !important;
}

.card-body {
    background-color: #0F0F0F;
}

.container {
    max-width: 960px;
}

.chat-header-bg {
    background-color: #274690;
}



/*
.logo {
    width: 40%;
}
*/

.DT {
    font-size: 40px;
}

.DT-section {
    margin-left: 0px;
    position: absolute;
    z-index: 999;
    top: 200px;
    left: 20px;
}

.logo-mobile {
    width: 28%;
/*    margin-left: auto;*/
    margin-right: auto;
    text-align: center;
    padding-left: 8px;
}

.my_head {
    width: 40px;
    margin-left: 20px;
}

/*
 * Custom translucent site header
 */

.bg-white-blur {
    background-color: rgba(200, 200, 200, 0.2);
    backdrop-filter: blur(12px);
}

.bg-dark {
    background-color: #0F0F0F!important;
}

.site-header {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.site-header a {
    color: #f2f2f2;
    transition: color .15s ease-in-out;
    text-decoration: none;
}

.site-header a:hover {
    color: #fff;
    text-decoration: none;
}

.header-section {
    background: url(../images/a.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    padding-top: 100px !important;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

/*
.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}
*/

/*
.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}
*/


/*
 * Extra utilities
 */

.flex-equal > * {
    flex: 1;
}

@media (min-width: 768px) {
    .flex-md-equal > * {
        flex: 1;
    }
}

.lighter {
    font-weight: 300;
}

/* BUTTONS */

.btn-outline-primary {
    color: #F2F2F2;
    border-color: #F2F2F2;
}

.btn-outline-primary:hover {
    color: #024dbc;
    border-color: #024dbc;
    background-color: transparent;
}

.btn-primary {
    color: #ffffff;
    background-color: #274690;
    border-color: #274690;
}

/* BUTTONS END */

.features {
    padding-top: 3.3em;
    padding-bottom: 4.2em;
}

.opaline {
    padding-top: 3em;
    padding-bottom: 3em;
    background-color: rgba(87, 108, 168, 0.660);
}

.aboutMe {
    background-image: url(../images/og-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.photography .container-fluid {
    background-image: url(../images/taking-pics-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.center-graphic {
    width: 100% !important;
    margin-top: 100px;

}

footer {
    background-color: #1d1d24;
    backdrop-filter: blur(12px);
    padding-top: 2em;
    padding-bottom: 1.2em;
}


header {
    background: url('../images/background_img.jpg') black no-repeat center center scroll;
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

header video {
    display: none;
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*
  background-color: #000;
  opacity: 0.5;
*/
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
    backdrop-filter: blur(3px);
}

/*
@media (pointer: coarse) and (hover: none) {
    header {
        background: url('../images/background_img.jpg') black no-repeat center center scroll;
    }

    header video {
        display: none;
    }

}
*/



@media (min-width: 768px) {
    .DT {
        font-size: 50px;
    }


    .logo-mobile {
        margin-left: 0px !important;
        width: 8%;
    }

    .header-section {
        padding-top: 0px !important;
    }

    .DT-section {
        margin-left: 0px;
        position: absolute;
        z-index: 999;
        top: 200px;
        left: 20px;
    }

    .center-graphic {
        width: 60% !important;
        margin-top: 0px;

    }

    header {
        position: relative;
        background-color: black;
        height: 100vh;
        min-height: 25rem;
        width: 100%;
        overflow: hidden;
    }

    /* header video {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    } */

    header .overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        /*
  background-color: #000;
  opacity: 0.5;
*/
        z-index: 1;
        background-color: rgba(0, 0, 0, 0);
        backdrop-filter: blur(2px);
    }


}
.header-icons {
    font-size: 32px;
}

header video {
    display: none; /* Base state for mobile */
}

@media (min-width: 768px) {
    header video {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}