/*@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,700&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');

body {
    font-family: 'Lato', sans-serif;
}

.navbar img {
    max-height: 80px;
}
.navbar-nav a {
    color: #fff !important;;
    text-transform: uppercase;
    margin-right: 25px;
    font-size: 12px;
    letter-spacing: 2px;
}
.navbar .active {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    position: relative;
    overflow: hidden;
}

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

header h1.display-3 {
    letter-spacing: 10px !important;
    text-transform: uppercase;
    font-size: 2.1rem !important;
}
header h1.display-3 small {
    font-size: 1.5rem !important;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    /*max-width: 100%;*/
    /*max-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%);
}

@media only screen and (min-width: 1600px) {
    header video {
        max-width: 100%;
    }
}

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

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

/*@media (pointer: coarse) and (hover: none) {*/
/*    header {*/
/*        background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;*/
/*    }*/
/*    header video {*/
/*        display: none;*/
/*    }*/
/*}*/

.transparent {
    background-color: rgba(92, 184, 92, 0.8);
}

.bgImage {
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: 50% 50% !important;
    width: 100%;
    min-height: 60vh;
    color: #fff;
    padding-top: 25vh;
    padding-bottom: 15vh;
}
.bgImage h3 {
    text-transform: uppercase;
    letter-spacing: 5px;
}
.bgImage btn {
    font-size: 12px;
}

footer {
    background: #212529;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #949494;
}
footer span.title {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.real-f {
    background: #121416;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

.hvrbox,
.hvrbox * {
    box-sizing: border-box;
}
.hvrbox {
    position: relative;
    /*display: inline-block;*/
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.hvrbox img {
    max-width: 100%;
    filter: brightness(80%);
}
.projectbox img {
    min-width: 100%;
    height: 100vh !important;
    filter: brightness(80%);
}
.hvrbox .hvrbox-layer_bottom, .projectbox .hvrbox-layer_bottom {
    display: block;
}
.hvrbox .hvrbox-layer_top, .projectbox .hvrbox-layer_top, header .hvrbox-layer_top {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 15px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
    opacity: 1;
}
.projectbox .hvrbox-layer_top, header#proj .hvrbox-layer_top {
    opacity: 1 !important;
}
.hvrbox .hvrbox-text, .projectbox .hvrbox-text, header .hvrbox-text {
    text-align: center;
    font-size: 18px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hvrbox .hvrbox-text_mobile {
    font-size: 15px;
    border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
    border-top: 1px solid rgba(179, 179, 179, 0.7);
    margin-top: 5px;
    padding-top: 2px;
    display: none;
}
.hvrbox.active .hvrbox-text_mobile {
    display: block;
}

.hvrbox h5, header#proj h5 {
    font-size: 2em;
}
.projectbox h1, header#proj h1 {
    font-size: 3em;
}

.hvrbox .large, header#proj .large {
    font-size: 1.6em;
}
.hvrbox .large small, header#proj .large {
    font-size: 0.7em;
}
header#proj {
    color: #fff;
}

.projectbox
{
    position: relative;
    /*display: inline-block;*/
    overflow: hidden;
    max-width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 15px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.projectbox ul li, header#proj ul li { background: transparent; }
.adjust-img { height: 100vh; width: 100%; }
.adjust-img:hover { opacity: .4!important; }

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
footer a {
    color: #fff !important;
}
footer a:hover {
    color: #3b3be8 !important;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    /*padding: 20px;*/
}
.form__group {
    position: relative;
    padding: 15px 0 0;
    margin-top: 10px;
    width: 100%;
}

.form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #9b9b9b;
    outline: 0;
    font-size: 1.3rem;
    color: #fff;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
}
.form__field::placeholder {
    color: transparent;
}
.form__field:placeholder-shown ~ .form__label {
    font-size: 1.3rem;
    cursor: text;
    top: 20px;
}

.form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #9b9b9b;
}
.form__field:focus {
    padding-bottom: 6px;
    font-weight: 700;
    border-width: 3px;
    border-image: linear-gradient(to right, #11998e,#38ef7d);
    border-image-slice: 1;
}
.form__field:focus ~ .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #11998e;
    font-weight:700;
}
/* reset input */
.form__field:required, .form__field:invalid {
    box-shadow:none;
}

a#scrollToBtn { color: #fff !important; }

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.bgImage a {
    color: #fff !important;;
}
.bgImage a:hover {
    color: #3b3be8 !important;
}
.projectSectional {
    background: #212529;
    padding-top: 80px;
    padding-bottom: 10px;
    color: #fff;
}
.projectSectional strong {
    text-transform: uppercase;
    font-size: 14px;
}
.projectSectional ul li {
    background: transparent;
    color: #fff;
    font-size: 11px;
}