@font-face {
    font-family: 'rubik';
    src: url('fonts/rubik.ttf') format('truetype');
}

@font-face {
    font-family: 'lato-black';
    src: url('fonts/Lato-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'lato-blackitalic';
    src: url('fonts/Lato-BlackItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'lato-bold';
    src: url('fonts/Lato-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'lato-';
    src: url('fonts/Lato-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'lato-bolditalic';
    src: url('fonts/Lato-.ttf') format('truetype');
}

@font-face {
    font-family: 'lato-light';
    src: url('fonts/Lato-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'lato-lightitalic';
    src: url('fonts/Lato-LightItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'lato-italic';
    src: url('fonts/Lato-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'lato-regular';
    src: url('fonts/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'lato-thin';
    src: url('fonts/Lato-Thin.ttf') format('truetype');
}

.orange-amazon-button {
    border: none;
    background-color: #faa71b;
}

.orange-amazon-button a {
    color: white;
}

.text-weight-bolder {
    font-weight: bolder !important;
}

.para-text-size {
    font-size: 16px;
}

.color-orange {
    color: #f79739;
}

.w-10 {
    width: 10px;
}

.pr-20 {
    padding-right: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.nav-text-size {
    font-size: 16px !important;
}

.w-200 {
    width: 200px !important;
}

.h-50 {
    height: 50px !important;
}

@media screen and (max-width: 1024px) {
    .orange-amazon-button {
        border: none;
        /*background-color: transparent;*/
        /*color: rgba(255, 255, 255, 0.7) !important;*/
    }
    .orange-amazon-button a:hover,
    .orange-amazon-button a:active {
        color: #09e0e8 !important;
    }
    /*.orange-amazon-button a{
        color: #8a8aa0 !important;
    }*/
    .nav-sticky.navbar-custom .navbar-nav .orange-amazon-button.active a,
    .nav-sticky.navbar-custom .navbar-nav .orange-amazon-button a:hover,
    .nav-sticky.navbar-custom .navbar-nav .orange-amazon-button a:active {
        color: #09e0e8 !important;
    }
    #mySidenav {
        /* width: fit-content; */
        width: 140px !important;
        align-items: flex-end !important;
    }
    #mySidenav li {
        width: 100%;
        background-color: white !important;
        /* margin-bottom: 2px; */
    }
    .navbar-collapse {
        padding: 0px;
    }
    .navbar-custom .navbar-nav li .nav-link {
        margin-right: 20px;
    }
    .nav-link {
        color: #8a8aa0 !important;
    }
    .navbar-custom .navbar-nav li.active a,
    .navbar-custom .navbar-nav li a:hover,
    .navbar-custom .navbar-nav li a:active {
        color: #09e0e8 !important;
    }
}

#mySidenav {
    font-family: 'lato-regular' !important;
    font-size: 13px;
    font-weight: 300 !important;
    text-align: right;
}