
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #f3f2f2;
}

p{
    letter-spacing: 1px !important;
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    color: #000;
}

main {
    flex: 1 0 auto !important;
    min-height: 400px;
}

footer {
    position: relative !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    color: white !important;
}

.profile-img{
    object-fit: cover;
    z-index: 2;
    width: 120px;
    height: 120px !important;
    position: relative;
}

.topbtn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 0px !important;
    z-index: 99;
    border: none;
    outline: none;
    background-color: transparent !important;
    cursor: pointer;
    padding: 15px;
    font-size: 30px;
    color: #619926 !important;
}
.element:hover { transform: translateY(-5px); }
.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-item:hover{
 color: #00E676 !important;
}

/* MEDIA WRAPPER RESPONSIVE*/
.media-container{
    position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0;
}

.media-container .media-item{
    width: 100%; height: auto; min-height: 280px; padding: 10px 30px;
}

.media-item iframe,.media-item embed{
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

.icon {
    font-size: 35px;
}

.fb:hover {
    color: #3B5896 !important;
    text-decoration: none;
}

.ig:hover {
    color: #AA3995 !important;
    text-decoration: none;
}

.tw:hover {
    color: #0099FF !important;
    text-decoration: none;
}

.yt:hover {
    color: #CB3332 !important;
    text-decoration: none;
}

.fl:hover {
    color: #CCCCCC !important;
    text-decoration: none;
}

.wb:hover {
    color: #333333 !important;
    text-decoration: none;
}


.wa:hover {
    color: #00E676 !important;
    text-decoration: none;
}

.navbar-nav .nav-item:hover {
    background-color: #153E75 !important;
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 5px;
    
}

.navbar-nav .nav-item.active {
    background-color: #153E80 !important;
    border-radius: 10px;
}

.navbar-nav .nav-item.active .nav-link {
    color: rgb(222, 142, 21) !important;
}

.navbar-nav .nav-item .nav-link {
    color: rgb(255, 255, 255) !important;
}

.navbar-nav .nav-item .nav-link:hover {
    color: rgb(222, 142, 21) !important;
}

/* .dropdown-menu .dropdown-item:hover {
    background-color: #021a36 !important;
    border-radius: 10px;
} */

.bg-stc {
    background-color: #000000 !important;
}

.bg-stc-1 {
    background-color: #333333 !important;
}

.bg-stc-3 {
    background-color: #f3f2f2 !important;
}

.bg-stc-2 {
    background-color: #619926 !important;
}

.text-prod-1 {
    color: #619926 !important;
}

footer a{
 text-decoration: underline;
}

footer a{
    color:white;
}

footer .menu-footer li:before {
    content: "|";
    padding: 0 7px 0 7px;
}

footer .menu-footer li:first-child:before {
    content: "";
}

.site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.banner-hover:hover{
    border: solid 1px #000 !important;
    -webkit-box-shadow: 0 10px 6px -6px #619926;
    -moz-box-shadow: 0 10px 6px -6px #619926;
    box-shadow: 0 10px 6px -6px #619926 !important;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
     animation: shake 0.5s;
     animation-iteration-count: infinite;
}

.banner-hover.banner-active{
    border: solid 1px #000 !important;
    -webkit-box-shadow: 0 10px 6px -6px #619926;
    -moz-box-shadow: 0 10px 6px -6px #619926;
    box-shadow: 0 10px 6px -6px #619926 !important;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.nav-tabs .nav-link.active{
    border-bottom: 2px solid #2121218e !important;
    color: rgb(222, 142, 21) !important;
}

@keyframes shake {
}

/* @keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
} */


/*Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {
    h1 {
        font-size: 28px !important;
    }
    h2 {
        font-size: 24px !important;
    }
    h3 {
        font-size: 24px !important;
    }
}


/*Large devices (desktops, 992px and up)*/

@media (min-width: 992px) and (max-width: 1199.98px) {
    h1 {
        font-size: 26px !important;
    }
    h2 {
        font-size: 24px !important;
    }
    h3 {
        font-size: 22px !important;
    }
}


/*Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) and (max-width: 991.98px) {
    h1 {
        font-size: 24px !important;
    }
    h2 {
        font-size: 22px !important;
    }
    h3 {
        font-size: 20px !important;
    } 
}


/*Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) and (max-width: 767.98px) {
    h1 {
        font-size: 24px !important;
    }
    h2 {
        font-size: 22px !important;
    }
    h3 {
        font-size: 20px !important;
    }
}

@media (min-width: 376px) and (max-width: 575.98px) {
    h1 {
        font-size: 20px !important;
    }
    h2 {
        font-size: 18px !important;
    }
    h3 {
        font-size: 16px !important;
    }
}

@media (min-width: 270px) and (max-width: 375.98px) {
    h1 {
        font-size: 20px !important;
    }
    h2 {
        font-size: 18px !important;
    }
    h3 {
        font-size: 16px !important;
    }
}
