@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700;900&display=swap');

body {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #333;
}
.top-contnr{
    background-image: url(../images/world-map-pro.jpg);
    background-size: cover;
    background-position: center center;
}
.top-row {
    background-color: rgba(256,256,256,0.7);
        padding: 10px 5px    
}
.logo-left-img {
    max-width: 120px;
}
.top-cntr-txt {
    color: darkblue;
    font-size: 22px;
    padding-top: 40px;
    font-style: italic;
}
.top-row .top-cntr-txt {
    color: #ddd;
    font-size: 3.9vw;
    padding-top: 6px;
    font-style: italic;
    text-shadow: 1px 1px 1px #333;
}
.logo-rit-img {
    width: 100%;
    max-width: 225px;
}
.about-sec {
    padding-top: 4em;
}
.about-sec {
    padding-bottom: 4em;
}
.title-pg.abt-ttl {
    color: darkblue;
    margin-bottom: 30px;
}
.supt-hed {
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
}
.blue-a {
    color: darkblue;
    text-decoration: none;
}
.sml-ft-area.text-center {
    max-width: 620px;
}
.sml-sec-moto {
    max-width: 215px;
    margin-left: auto;
}
.text-abt-sz p {
    max-width: 86%;
}
.footer-mn {
    background: #eee;
    padding: 20px 0px 5px 0px;
}
.sitelock {
    padding-top: 30px;
}
.sml-txttm {
    font-size: 7px;
    vertical-align: text-top;
}
.copyr {
    font-size: 13px;
    padding-top: 33px;
}

@media screen and (max-width: 600px) {
    .top-contnr {
        background-size: 150%;
    }

    .top-row {
        padding: 10px 5px;
        text-align: center !important;
    }
    .supt-hed {
        text-align: center;
        font-size: 3.7vw;
        font-style: italic;
    }
    .top-row .top-cntr-txt {
        font-size: 1.6em;
    }
    .about-sec {
        padding-bottom: 2em;
        padding-top: 0em;
    }
    .col-md-6.vid-abt-sc.order-1.order-md-2.d-flex.align-items-center {
        padding-left: 0px;
        padding-right: 0px;
    }
    
        .top-cntr-txt {
        color: #333;
        font-size: 19px;
        padding-top: 10px;
        font-style: italic;
        text-align: center;
    }
    .top-row .text-right {
        text-align: center !important;
    }
    .logo-rit-img {
        width: 100%;
        padding-top: 7px;
    }
    .copyr {
        font-size: 11px;
    }
    .title-pg.abt-ttl {
        text-align: center;
        padding-top: 20px;
        font-size: 26px;
    }
    .sml-sec-moto {
        max-width: 215px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
}