@media screen {
    .Large {
        display: inline !important;
    }
    .Small {
        display: none !important;
    }
    .headerSpacer{
        padding-top: 60px;
    }
    .col-round {
        border-radius: 20px;
    }
    .col-shadow{
        box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.75);
    }
}
@media screen and (max-width: 660px) {
    .Large {
        display: none !important;
    }
    .Small {
        display: block !important;
    }
    .headerSpacer{
        padding-top: 75px;
    }
}
@media screen and (max-width: 576px) {
    .col-round {
        border-radius: 0;
    }
    .col-shadow{
        box-shadow: 0 0 0 0;
    }
}

html, body{
    height: 100%;

    font-family: Roboto, sans-serif;
    background-color: #D7EDFE;
}

#Navbar{
    background-color: #33658A;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;

    color: #ffffff !important;
    font-size: 30px;
    min-width: 350px;

    position: fixed;
    z-index: 9997;
}
.bg.lazy{
    background-image: none;
}
.bg{
    background-image: url("https://tcnetwork.co.uk/resources/images/backgrounds/header_back_min.jpg") ;
}

.navlogo{
    z-index: 9999;
}
a.navlogo{
    color: white;
}
a.navlogo:hover{
    color: white;
    text-decoration: none;
}
.navitem{
    z-index: 9999;
    font-size: 18px;
    color: #ffffff;
}
.navitem:hover{
    color: #ffffff;
    text-decoration: none;
    opacity: 60%;
}
.navdivide{
    width: 2px;
    height: 15px;
    background-color: white;
    margin: 0px 15px;

    opacity: 30%;
}

.btn-custom{
    background-color: #33658A;
    color: white;
}
.btn-custom:hover{

}
.btn-custom:focus {
    outline: none !important;
    box-shadow: none;
}

.Header{
    background-color: #33658A;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.headerText{
    color: white;
    font-weight: bold;
    max-font-size: 300%;
    font-size: 6vw;

    pointer-events:none;
    z-index: 9998;
}

.col-primary{
    background-color: white;
    padding: 20px;
}
.col-secondary{
    background-color: #02223B;
    padding: 20px;
}
.col-header{
    font-size: 150%;
    font-weight: bold;
}
.col-bar{
    width: 60%;
    max-width: 175px;
    height: 3px;

    margin-bottom: 15px;
}
.col-text{
    word-wrap: break-word;
}

.primary{
    color: black;
}
.secondary{
    color: white;
}
.primary-bg{
    background-color: black;
}
.secondary-bg{
    background-color: white;
}

.btn-col-custom{
    background-color: #33658A;
    color: white;
    padding: 5px 35px;
}
.btn-col-custom:hover{
    background-color: #3D77A4;
    color: lightgray;
}
.col-secondary-link{
    color: #F26419;
    word-wrap: break-word;
}
.col-secondary-link:hover{
    color: #F6AE2D;
}
