body{
    font-family: 'Jost', sans-serif !important;;
} 
#footer_background {
    padding-right: 130px;
    padding-left: 130px;
    padding-top: 65px;
    background-color: #2E2E2E; /* dark gray background */
    /* background-image: url(bg.png); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
}

 
.widget_title {
     
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 25px;
    color: #E63946; /* accent red titles */
    position: relative;
    padding: 0 0 12px 0;
}

.text_widget {
    
    font-size: 19px;
    line-height: 36px;
    color: #C0C0C0; /* steel silver text */
    transition: .5s;
}

.text_widget:hover {
    color: #E63946 !important; /* accent red on hover */
    text-decoration: none !important;
}

.paragraph_text {
 
    font-size: 19px;
    line-height: 32px;
    color: #C0C0C0; /* steel silver text */
    transition: .5s;
}
  

ul {
    padding-left: 0rem !important;
}

a {
    text-decoration: none !important;
}

#copyright_padding {
    padding: 26px 0px 8px 0;
}

.text_left {
    color: #C0C0C0; /* steel silver */
    
    text-align: center;
    font-size: 19px;
}

.contact_text a {
    color: #C0C0C0 !important; /* steel silver links */
    transition: .5s;
    font-size: 19px;
   
}

.contact_text a:hover {
    color: #E63946 !important; /* accent red hover */
}

#contact_icon {
    color:#C0C0C0; /* accent red icon */
}

#footer_bottom {
    padding: 30px 0;
    border-bottom: 1px dotted #E63946; /* accent red dotted line */
}

#margin_left {
    padding-left: 50px;
}

@keyframes sway-left {
    0% { transform: rotateZ(0deg); }
    50% { transform: rotateZ(-5deg); }
    100% { transform: rotateZ(0deg); }
}

@keyframes sway-right {
    0% { transform: rotateZ(0deg); }
    50% { transform: rotateZ(5deg); }
    100% { transform: rotateZ(0deg); }
}

/* Responsive for mobile */
@media only screen and (max-width: 480px) {
    #footer_background {
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #margin_left {
        padding-left: 13px;
        margin-top: 40px;
    }

    #margin_left2 {
        padding-left: 13px;
        padding-top: 35px;
    }

    #margin_left3 {
        padding-top: 20px;
    }

    .text_left {
        text-align: center;
        font-size: 19px;
    }

    #footer_background::after {
        background-image: none;
    }
}

/* Responsive for tablets */
@media only screen and (min-width: 820px) and (max-width: 1024px) {
    #footer_background {
        padding-right: 80px;
        padding-left: 80px;
    }
    
    #margin_left2 {
        padding-left: 50px;
        padding-top: 20px;
    }
    
    #margin_left3 {
        padding-top: 20px;
    }

    .text_left {
        text-align: center;
    }
}
