
body,
p,
h1,
h2,
h3,
h4,
h6 {
    font-family: 'Roboto', sans-serif;
    color: #000;
}

a {
    font-family: 'Roboto', sans-serif;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

/*back to top*/

#back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0;
    z-index: 999999;
    width: 50px;
    margin-right: 10px;
    height: 48px;
    animation: rotate 10.5s;
    text-align: center;
    line-height: 50px;
    background: #e40f0f;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 4px;
    text-decoration: none;
    transition: all .5s linear;
    opacity: 0;

}

.show {
    display: block !important;
}

#back-to-top.show {
    opacity: 1;
    right: 0;
}


img.placholder_image {
    opacity: 0;
    min-height: 650px;
}

.home_page_background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    min-height: 100vh;
}
a.buttons {
    display: inline-grid;
        background: #e40f0f;
    margin: 10px 0px;
    padding: 20px 40px;
    border-radius: 5px;
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
    min-width: 360px;
}
a.buttons img {
    display: block;
    margin: auto;
   margin-bottom: 3px;
}
.footer_section {
    position: absolute;
    bottom: 120px;
    z-index: 9999;
}
.home_page_background:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgb(0 0 0 / 0%), #000000ad);
}
@media screen and (max-width:1280px) {
}

@media screen and (max-width:1190px) {
}

@media screen and (max-width:1080px) {
}

@media screen and (max-width:991px) {
}

@media screen and (max-width:820px) {
}

@media screen and (max-width:768px) {
}

@media screen and (max-width:660px) {
    
    a.buttons {
        font-size: 20px;
        min-width: 270px;
    }
    
}

@media screen and (max-width:576px) {
}

@media screen and (max-width:480px) {
   }

@media screen and (max-width:380px) {
}