@font-face {
    font-family: 'Codec Pro';
    src: url('/fonts/codec-pro/CodecPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Codec Pro';
    src: url('/fonts/codec-pro/CodecPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Codec Pro';
    src: url('/fonts/codec-pro/CodecPro-Italic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
.container{
    padding-left: 80px;
    padding-right: 80px;
}

body{
    font-family: 'Codec Pro', sans-serif;
    font-size: 16px;
    background-image: url('https://www.rebornplastics.com/wp-content/uploads/2020/06/header_image.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;


}

.bg-indigo-900{
    background-color: #33336E !important;
}
.text-indigo-900, h3, h1{
    color: #33336E;
}

.bg-blue{
    background: #0ADBF5;
}

.text-blue{
    color: #0ADBF5;
}




.titleLabel{
    line-height: 1;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 20px 20px 15px;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
    left: 9rem;

}

.navHumburgerHolder{
    display:none;
}


h1, h2{
    line-height: 1;
}

h1{

    letter-spacing: 0.8px;
    font-size: 3.5rem !important;
    font-weight: 600;
}

h3.jobTitle{
    text-transform:uppercase;
    text-align: left;
    padding-top: 1rem;
    line-height: 1.1;
}


@media (min-width: 768px) {
    #topMainMenu{height: initial !important;}
}


@media (max-width: 768px) {
    h1{hyphens: auto; font-size:3rem !important; }
    .navHumburgerHolder{
        display: block !important;

    }

    .titleLabel{
        position: relative !important;
        left: 0 !important;
        top: -2rem !important;
    }
    .container {
        padding-left: .5rem ;
        padding-right: .5rem ;
    }

    .w-sm-100{
        width: 100% !important;
    }


    #topMainMenu{
        display: flex;
        visibility: hidden;
        flex-direction: column;
        width: 100%;
        position: absolute;
        left: 0;
        top: 4rem;
        padding-left: 2rem;
        font-size: 18px;
        background: #33336E !important;
        color: white;
        z-index: 1;
        padding-top: 4rem;
        justify-content: flex-start;
    }

    #topMainMenu a:link {
        color: white;
    }

    #topMainMenu a{
        padding-bottom: 2rem;
    }

    #header-container{

        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-left: 1.75rem;
    }
    #header-container img{
        width: 70%;
    }
    #topMenuItemsHolder{
        flex-direction: row;
        justify-content: flex-end;
        padding-right: 1.75rem;
    }
}



.jobTag{
    justify-content: flex-start;
    align-items: center;
    display: flex;
    padding: .5rem;
    _background: #0ADBF5;
    background-color: #33336E;
    border-radius: .25rem;
    color: white;
    font-size: 16px;
    line-height: 1;
    margin:0 .15rem;
}

.jobTag span{
    display: flex;
    align-content: center;
    align-items: center;
    padding: 3px .75rem 0 .5rem;
    line-height: 1;
    font-size: 14px;
}

select, select:hover, .btn-gotToMainLink:hover{cursor: pointer;}

.languageSelector:focus {
    outline: none;
    border: none;
}

.jobFullBlock p{
    padding-top: .75rem;
    line-height: 1.6;
}
.jobFullBlock ul, .jobFullBlock ol{
    padding-left: 2rem;
}
.jobFullBlock li{
    list-style: initial;
}
.icn-playTestemony{
    height: 2.5rem;
    width: 2.5rem;
    background: #0ADBF5;
    display: flex;
    flex-shrink: 0;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 1rem;
}

.testimonyTile_titleHolder{
    padding: .75rem;
    line-height: 1.25rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    background: rgba(0, 0, 0, .4);
    color: white;
}

.btn{display: flex;
    align-content: center;
    align-items: center;
    width: fit-content;}

.breadcrumbs{
    height: 40px;
    font-size: .9rem;
    _display: flex;
    align-items: center;
    align-content: center;
}

.svg:after
{
    background-repeat: no-repeat;
    background-position: center;
    content: ">";
    text-shadow: none;
    color: transparent;
    display: inline-block;
    position: relative;
}
.hoverGray0:hover{
    filter: grayscale(.3) !important;
}

.hover-grayscale-none:hover{
    filter: grayscale(0) !important;
}
.hover-grayscale-full:hover{
    filter: grayscale(0.1) !important;
}

.bottomReturnBand{
    text-align: right;
    padding: 1rem;
    background: #F3F3F3;
    height: 50px;
    display: flex;
    justify-content: center;
    font-weight: bold;
}

.nav-item:not(.active):after  {
    margin-right: 1rem;
    margin-left: 1rem;
    width: .75rem;
    background-image:url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/></svg>");}

.footer_link{
    padding: .25rem;
}

.displayItem{
    visibility:visible !important;
}
.no-scroll {
    overflow: hidden;
    height: 100vh;
}
