.alexlinks{
    font-family: 'aber_monoregular';
    color: white;
    flex-direction: column;
}

a:link, a:visited, a:active {
    color: white;
}

.link-selected a:visited, .link-selected a:link{
    color: #ff9f68 !important;
}


a:link #navlinks .activelink {
    color: #ff9f68;
}

#navlinks {

    /* line-height: 1.5; */

    list-style: none;
    text-align: right;
    text-transform: uppercase;
    font-stretch: wider;

    letter-spacing: 1.8px;
    display: inline-block;
    font-size: 15px;
    transform: scaleY(0.75);
    transform-origin: 0 0;
    margin-bottom: 0;

    margin-top: 0;
    padding: 0;
    pointer-events:all;
}


#navlinks li:after
{
    content: "_";
}


body{
    background-color: black;
    color: white;

}

.navbar-brand {
    float: left;
    padding-top: 0;
    margin-top: 0;
    margin-right: 0;
    line-height: 0;
    vertical-align: top;

    /* height: 86px; */
    pointer-events: all;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 1) !important;
}


#mobilelogo h1,  #mobilelogo h2{
    color: white;
}


#mobilelogo h1 {
    font-family: Arial, Helvetica, sans-serif;
    transform: scaleY(1.25);
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
    position:relative;
    top:-15px;
    margin: 0;
    letter-spacing: -3px;
}

#mobilelogo h2 {
    text-transform: uppercase;
    position:relative;
    top:-15px;
    margin: 0;
    color: #ff9f68;
}

#mobilelogo span {
    color: #ff9f68;
    font-weight: bolder;
}

#tinylogo h1{
    color: #ff9f68;
}


#navtop h2 {
    font-size: 10px;

}

#logo {
    max-width: 950px;
    /* width: 900px; */
}

#logo-small {
    max-width: 250px;
    line-height: 0;
    position: relative;
    top: -10px;
}

#logo-xs img {
    max-width: 150px;
    position: relative;
    top: 6px;

}

#navtop {
    font-family: 'aber_monoregular';
    /* border: #ff9f68 1px; */
    color: white;
    box-shadow: rgba(0, 0, 0, 0.70) 0px 80px 60px -28px inset;
    /* line-height: 0; */
    pointer-events: none;

}


/* Small screens: Centered hamburger menu */
@media (max-width: 575.98px) {
    #customMenu {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.6);
        width: auto;
        height: auto;
        padding: 20px;
        padding-bottom: 0;
        z-index: 1050;
        border-radius: 10px;
        opacity: 0; /* Hidden initially */
        visibility: hidden;
        display: flex; /* Center content */
        justify-content: center;
        align-items: center;
        transition: opacity 0.4s ease, visibility 0.4s ease;
        font-size: 1.2em;
    }

    #customMenu.show {
        opacity: 1;
        visibility: visible;
    }
}

/* For larger screens, fall back to #navlinks styles */
@media (min-width: 576px) {
    #customMenu {
        all: unset; /* Reset to default */
    }
}


.pointer-events-all {
    pointer-events: all;
}




.shutterClosed:hover {
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

/* .featured-div {
    padding-bottom: 20px;
    font-family: 'aber_monoregular';
} */

.card {
    border:none;
    /* margin-bottom: 20px; */
}



.tvc-icon {
    float:inline-end;
    width: 40px;
    margin-left: 5px;
    position: relative;

}


.featureleftbox .card-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fd8540;
    margin-bottom: 2px;
}

.featureleftbox .card-text {
    font-size: 11px;
    margin-bottom: 0;
    display: none;
}

.card-role {
    color: white;
    font-size: 9px;
}

.featureleftbox {
    transition: opacity 0.5s;
    opacity: 0;

    font-family: 'aber_monoregular';
}

.shutterOpen .featureleftbox {
    opacity: 1 ; 
}

.shutterOpen .cardcontents {
    bottom: 40px;
}

.featureleftbox:hover {
    transition: opacity 0.5s;
    opacity: 1;
}




.cardcontents {
position: absolute;
bottom: 30px;
right: 40px;
display: inline-block;
/* width: 50%; */
    /* min-width: 300px; */
    /* float: right;
    max-height: 250px; */
    text-align: right;
    /* background: linear-gradient(to left, rgb(0, 0, 0), transparent 80%); */
    background: rgba(0, 0, 0, 0.753);

    /* border-radius: 5px; */
    padding: 7px;

}

.vp-title {
    display: none;
}



.embed-responsive-item {
    background-color: black;
}

.extraInfo {
    background-color: #000000;
    padding-left: 15px;

    font-family: 'aber_monoregular';    
}

.extraInfo .cardcontents {
    position: inherit;
    text-align: left;
}

.extraInfo h5 {
    color: #fd8540;
    font-size: 1.5em;
}

.video-controls {

    transition: opacity 1000ms, display 6s;
    /* display: none; */
    opacity: 0;

    color: white;
    position: absolute;
    bottom: 50px;
    left: 40px;
    z-index: 100;
    text-align: left;
    background:#000000;
    border: dotted 3px #fd8540;
    font-family: 'aber_monoregular';
    padding: 5px;

}

.controls-active {
    /* display: block; */
    transition: opacity 1000ms, display 1000ms;
    opacity: 1;
}

.video-controls .card-title {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 0.9em;
}

.video-controls .card-role {
    margin-bottom: 2px;
}


.thinfeature {
    max-height: 250px;

    overflow: hidden;
    transition: all .75s ease;
    -webkit-filter: brightness(100%);
}

.thinfeature img{
    min-width: 625px;
}

.thinfeature:hover {
    -webkit-filter: brightness(80%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}


 .vjs-poster{
    object-fit: cover; 
    height: auto !important;
    bottom: auto !important;

   }



.thinfeature.shutterOpen {

    max-height: 1400px;
    transition: all 1s cubic-bezier(0.55, 0, 0.58, 0.99);


}

.disallowClick {
    pointer-events: none;
}

.allowClick {
    pointer-events: auto;
}

.featureleftbox .card-video-overlay {
    opacity: 1 !important;
}

.video-js .vjs-big-play-button
{
display: none !important; 
}



body, html {
    height: 100%;
  }

.contactbackground {
    background-image: url("images/alexstudio1.jpg");

    /* Full height */
    height: 100%;
    min-width: 250px;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-page {
    padding-top: 250px;
    padding-left: 50px;
    padding-right: 50px;
}

.contact-text {
    background: rgba(0, 0, 0, 0.8);
    font-size: 0.9em;
}

.contact-text h4{
    font-family: 'aber_monoregular';
    text-align: center;
}

.contact-text span {
    color: #fd8540;
}

.contact-icons {
    text-align: center;
}

.icon-img {
    width: 30px;
    margin-right: 10px;
    margin-bottom: 7px;
}

.commercial-page {
    /* padding-top: 150px;
    padding-left: 40px;
    padding-right: 40px; */
}




.gallery-item {
    /* padding: 2px 2px 2px 2px;   */
    padding: 0 0 0 0;
}

.gallery-item img {
    width: 100%;
}

/* MODAL FOR PLAYING VIMEOS IN COMMERCIAL PAGE */

.modal-dialog {
    max-width: 90%;
    margin: 30px auto;
}

.video-btn {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border: none;
}

.modal-body {
position:relative;
padding:0px;
}
.close {
position:absolute;
right:-30px;
top:0;
z-index:999;
font-size:2rem;
font-weight: normal;
color:#fff;
opacity:1;
}