﻿
@media (min-width: 30px) {
    .specials {
        text-align: center;
    }

    .mediacastlogocolour {
        display: none;
    }

    .mediacastlogowhite {
        display: none;
    }

    .mediacastlogoverywhite {
        display: inline !important;
    }

}

#mainNav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #212529;
}

    #mainNav .navbar-toggler {
        padding: 0.75rem;
        font-family: 'Rubik', sans-serif;
        font-size: 0.75rem;
        color: #fff;
        text-transform: uppercase;
        border: 0;
    }

    #mainNav .navbar-brand {
        color: #fdb913;
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        max-width: 50%;
    }

        #mainNav .navbar-brand img {
            max-width: 12rem;
            height: unset !important;
        }

    #mainNav .navbar-nav .nav-item .nav-link {
        font-family: 'Rubik', sans-serif;
        font-size: 0.95rem;
        font-weight: 500;
        color: #fff;
        letter-spacing: normal;
    }

        #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
            color: #fdb913;
        }

    #mainNav .navbar-nav .nav-item .nav-btn.active, #mainNav .navbar-nav .nav-item .nav-btn:hover {
        color: #fdb913;
        text-decoration: none;
    }


@media (min-width: 992px) {
    .specials {
        text-align: right;
    }

    #mainNav {
        padding-top: 2.5rem;
        padding-bottom: 1.5rem;
        border: none;
        background-color: transparent;
        transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    }

        #mainNav .navbar-brand {
            font-size: 1.5em;
            transition: font-size 0.3s ease-in-out;
        }

            #mainNav .navbar-brand img {
                max-width: 18rem;
                height: unset !important;
                transition: height 0.3s ease-in-out;
            }

        #mainNav.navbar-shrink {
            padding-top: 0rem;
            padding-bottom: 0rem;
            background-color: white;
            box-shadow: 1px 1px 20px #3d1a6f;
        }

            #mainNav.navbar-shrink .navbar-brand {
                font-size: 1.25em;
            }

                #mainNav.navbar-shrink .navbar-brand svg,
                #mainNav.navbar-shrink .navbar-brand img {
                    height: 3rem;
                }

            #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
                color: #3d1a6f !important;
            }

            #mainNav.navbar-shrink .commstool {
                color: #fdb913;
                padding: 10px 15px;
                margin-left: 10px;
                border: 2px solid #fdb913;
                border-radius: 50px;
                font-weight: 500;
            }

            #mainNav.navbar-shrink .padlock {
                color: #ed174c;
                padding: 10px 15px;
                margin-left: 10px;
                border: 2px solid #ed174c;
                border-radius: 50px;
                font-weight: 500;
            }

            #mainNav.navbar-shrink .telephone {
                color: #3d1a6f;
                padding: 10px 15px;
                margin-left: 10px;
                border: 2px solid #3d1a6f;
                border-radius: 50px;
                font-weight: 500;
            }

            #mainNav.navbar-shrink .mediacastlogocolour {
                display: inline !important;
            }

            #mainNav.navbar-shrink .mediacastlogowhite {
                display: none !important;
            }



        #mainNav .navbar-nav .nav-item {
            margin-right: 1rem;
        }

            #mainNav .navbar-nav .nav-item:last-child {
                margin-right: 0;
            }
}

html {
    overflow-x: hidden; /* ensure no overlap to fit mobile*/
}

@media (min-width: 993px) {
    .dropdown-double {
        min-width: 800px;
    }

    .dropdown-single {
        min-width: 500px;
    }

    .navmenu-extra {
        display: inline;
    }

    .navicon {
        display: inline;
    }

    .navheavy {
        font-size: 1.1em;
    }
}

@media (min-width: 1100px) {
    .dropdown-double {
        min-width: 900px;
    }
}

@media (min-width: 1400px) {
    .dropdown-double {
        min-width: 1000px;
    }
}

.dropdown-double, .dropdown-single {
    border: 1px solid #fdb913;
    box-shadow: 0 4px 8px rgba(253, 185, 19, 0.4), 0 6px 20px rgba(253, 185, 19, 0.3);
}



.dropdown-toggle::after {
    /* no caret on hover*/
    display: inline-block;
    margin-left: 0em;
    vertical-align: 0.255em;
    content: none;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

@media all and (min-width: 992px) {
    /*Hover*/
    .navbar .nav-item .dropdown-menu {
        display: none !important;
    }

    .navbar .nav-item:hover .nav-link {
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block !important;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0 !important;
    }
}

@media (min-width: 30px) {
    #mainNav .navbar-nav .nav-item .nav-link {
        font-family: 'Rubik', sans-serif;
        font-size: 0.95rem;
        font-weight: 500;
        color: #fff;
        letter-spacing: normal;
    }

    .seperator {
        height: 6.5em;
    }

    .specials {
        text-align: center;
    }

    .mediacastlogocolour {
        display: none;
    }

    .mediacastlogowhite {
        display: none;
    }

    .mediacastlogoverywhite {
        display: inline !important;
    }
}

@media (min-width: 766px) {
    .seperator {
        height: 1.5em;
    }
}

@media (min-width: 998px) {
    .seperator {
        height: 1em;
    }

    .mediacastlogocolour {
        display: none !important;
    }

    .mediacastlogowhite {
        display: inline !important;
    }

    .mediacastlogoverywhite {
        display: none !important;
    }
}

#mainNav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #212529;
}

    #mainNav .navbar-toggler {
        padding: 0.75rem;
        font-family: 'Rubik', sans-serif;
        font-size: 0.75rem;
        color: #fff;
        border: 0;
    }

    #mainNav .navbar-brand {
        color: #fdb913;
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        max-width: 50%;
        text-transform: uppercase;
    }

        #mainNav .navbar-brand img {
            height: 2rem;
        }

    #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
        color: #fdb913;
    }

    #mainNav .navbar-nav .nav-item .nav-btn.active, #mainNav .navbar-nav .nav-item .nav-btn:hover {
        color: #fdb913;
        text-decoration: none;
    }


@media (min-width: 992px) {
    #mainNav .navbar-nav .nav-item .nav-link {
        font-family: 'Rubik', sans-serif;
        font-size: 0.95rem;
        font-weight: 500;
        /*color: #3d1a6f;*/
        color:white;
        letter-spacing: normal;
        line-height: normal;
    }

    .seperator {
        height: 1em;
    }

    .specials {
        text-align: right;
    }

    #mainNav {
        padding-top: 2rem;
        padding-bottom: 1rem;
        border: none;
        /*
        box-shadow: 1px 1px 20px #3d1a6f;
        background-color: white;
            */
        background-color:transparent;
        transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    }

        #mainNav .navbar-brand {
            font-size: 1em;
            transition: font-size 0.3s ease-in-out;
        }

            #mainNav .navbar-brand img {
                height: 2rem;
                transition: height 0.3s ease-in-out;
            }

        #mainNav.navbar-shrink {
            padding-top: 0rem;
            padding-bottom: 0rem;
            background-color: white;
        }

            #mainNav.navbar-shrink .navbar-brand {
                font-size: 1.25em;
            }

                #mainNav.navbar-shrink .navbar-brand svg,
                #mainNav.navbar-shrink .navbar-brand img {
                    height: 2rem;
                }

            #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
                color: #3d1a6f !important;
            }

        #mainNav .commstool {
            color: #fdb913;
            padding: 10px 15px;
            margin-left: 10px;
            border: 2px solid #fdb913;
            border-radius: 50px;
            font-weight: 500;
        }

        #mainNav .padlock {
            color: #ed174c;
            padding: 10px 15px;
            margin-left: 10px;
            border: 2px solid #ed174c;
            border-radius: 50px;
            font-weight: 500;
        }

        #mainNav .telephone {
            color: #3d1a6f;
            padding: 10px 15px;
            margin-left: 10px;
            border: 2px solid #3d1a6f;
            border-radius: 50px;
            font-weight: 500;
        }

        #mainNav.navbar-shrink .mediacastlogocolour {
            display: inline !important;
        }

        #mainNav.navbar-shrink .mediacastlogowhite {
            display: none !important;
        }

        #mainNav.navbar-shrink .mediacastlogoverywhite {
            display: none !important;
        }

        #mainNav.navbar-shrink .mediacastlogoverywhite {
            display: none !important;
        }

        #mainNav .navbar-nav .nav-item {
            margin-right: 1rem;
        }

            #mainNav .navbar-nav .nav-item:last-child {
                margin-right: 0;
            }
}

@media (min-width: 998px) {
    .mediacastlogocolour {
        display: none !important;
    }

    .mediacastlogowhite {
        display: inline !important;
    }

    .mediacastlogoverywhite {
        display: none !important;
    }
}

html {
    overflow-x: hidden; /* ensure no overlap to fit mobile*/
}

/* custom scrollbar */
::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
    color: #fdb913;
    background-color: #fdb913;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #a8bbbf;
    }


@media (max-width: 990px) {
    .container-fluid {
        padding-left: .75rem !important;
        padding-right: .75rem !important;
    }

    .container {
        padding-left: .75rem !important;
        padding-right: .75rem !important;
    }
}


.video-header {
    position: absolute;
    text-align: center;
    width: 70vw;
    height: 100vh;
}

.video-header, .video-header video, .video-header .viewport-header {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(16,27,38,0.2) !important;
}

    .video-header video {
        background: brown;
        object-fit: cover;
    }

.viewport-header {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.viewport-header {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transform: scale(var(--headerScale));
}

.btn-client {
    color: white !important;
    text-decoration: none !important;
}

    .btn-client:hover {
        color: #000f !important;
        text-decoration: none !important;
    }

footer {
    display: none;
}

.btn-login-purple {
    color: white;
    background-color: #3d1a6f;
    border-radius: 0px;
}

.btn-login-red {
    color: white;
    background-color: #ed174c;
    border-radius: 0px;
}

.btn-login-yellow {
    color: #3d1a6f;
    background-color: #fdb913;
    border-radius: 0px;
}

.btn-login-purple:hover {
    color: white !important;
    opacity: 1 !important;
}

.btn-login-red:hover {
    color: white !important;
    opacity: 1 !important;
}

.btn-login-yellow:hover {
    color: #3d1a6f !important;
    opacity: 1 !important;
}

.login-portal {
    overflow: hidden;
    position: relative;
    left: 5%;
    width: 90%;
    top: 20%;
}

.btn-fullwidth {
    width: 100%;
}

@media (max-width: 1470px) {
    .btn-resize {
        height: 5em !important;
    }
}

@media (max-width: 767px) {
    .btn-resize {
        height: 5em !important;
        font-size: .6em;
    }

    .btn-description {
        display: none;
    }
}

.container-max {
    max-width: 1800px !important;
}

.signupsection {
    padding-bottom: 0 !important;
}

.salespreview > span {
    font-size: 1.1rem;
    padding-top: 1rem;
}

.text-basic {
    font-size: 1.2rem;
}

    .text-basic > p {
        line-height: 1.5;
    }

.dropdown-item:hover, .dropdown-item:focus {
    color: black;
    background-color: #fdb913;
}

.fa-navbutton {
    color: #3d1a6f;
    font-size: 1.75em;
}

.navmenu-extra {
    display: none;
}

.navicon {
    display: none;
}

.navmenu-extra-text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    word-wrap: break-word;
    padding-left: 1.5rem;
}

@media (min-width: 993px) {
    .dropdown-double {
        min-width: 800px;
    }

    .dropdown-single {
        min-width: 500px;
    }

    .navmenu-extra {
        display: inline;
    }

    .navicon {
        display: inline;
    }

    .navheavy {
        font-size: 1.1em;
    }
}

@media (min-width: 1100px) {
    .dropdown-double {
        min-width: 900px;
    }
}

@media (min-width: 1400px) {
    .dropdown-double {
        min-width: 1000px;
    }
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
    text-transform: none !important;
    font-size: 1.2rem !important;
    font-weight: 400 !important;
}

@media (min-width: 1553px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .8rem;
        padding-left: .8rem;
        text-transform: none !important;
        font-size: 1.3rem !important;
    }
}

@media (min-width: 1900px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}