body, html {
    overflow-x: hidden;
    background-color: black;
    color: whitesmoke;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    font-family: 'Kdam Thmor Pro', sans-serif;
}

.site-footer {
    position: fixed;
    display: flex;
    justify-content: center;
    width: 100%; 
    bottom: 0;
    background-color: #000;
    padding: 20px 0;
    color: whitesmoke;
}

.site-footer-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
}

.site-footer a {
    color: whitesmoke; 
    text-decoration: none; 
    margin-right: 30px;
    margin-top: -10px;
}

.footer-link:hover {
    color: whitesmoke; 
}

.icon-container {
    display: flex;
    align-items: center; 
}

.icon-container img {
    width: 29px; 
    height: 29px; 
    margin-right: 20px; 
}

.site-footer-divider {
    position: absolute;
    top: 0;
    left: 50%; 
    transform: translateX(-50%); 
    width: calc(100% - 40%); 
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 601px) and (max-width: 622px) {

.site-footer {
    margin-top: 100px;
    display: flex;
    flex-direction: column; 
    align-items: center; 
    text-align: center; 
}

.footer-links {
    margin-bottom: 30px;
}

.site-footer a {
    font-size: 18px; 
    margin-right: 50px;
    padding: 10px 15px;
}

.icon-container img {
    margin-top: 20px;
}

.email-icon {
    margin-top: 25px !important; 
}
}

@media only screen and (min-width: 622px) and (max-width: 800px) {

.site-footer {
    margin-top: 40px;
    display: flex;
    flex-direction: column; 
    align-items: center; 
    text-align: center; 
}

.footer-links {
    margin-bottom: 30px;
}

.site-footer a {
    font-size: 20px; 
    margin-right: 60px;
    padding: 10px 15px;
}
   
.icon-container img {
    margin-top: 20px;
}

.email-icon {
    margin-top: 25px !important; 
}
}

@media only screen and (min-width: 481px) and (max-width: 600px) {

.site-footer {
    margin-top: 100px;
    display: flex;
    flex-direction: column; 
    align-items: center; 
    text-align: center; 
}

.footer-links {
    margin-bottom: 30px;
}

.site-footer a {
    font-size: 16px; 
    margin-right: 10px;
    padding: 10px 15px;
}
   
.icon-container img {
    margin-top: 30px;
}

.email-icon {
    margin-top: 25px !important; 
}
}

@media only screen and (min-width: 368px) and (max-width: 480px) {

.site-footer {
    margin-top: 100px;
    display: flex;
    flex-direction: column; 
    align-items: center; 
    text-align: center; 
}

.footer-links {
    margin-bottom: 30px;
}

.site-footer a {
    font-size: 15px; 
    margin-right: 10px;
    padding: 10px 15px;
}
   
.icon-container img {
    margin-top: 20px;
}

.email-icon {
    margin-top: 25px !important; 
}
}

@media only screen and (max-width: 385px) {

.site-footer {
    margin-top: 100px;
    display: flex;
    flex-direction: column; 
    align-items: center; 
    text-align: center; 
}

.footer-links {
    margin-bottom: 30px;
}

.site-footer a {
    font-size: 10px;     
}
   
.icon-container img {
    margin-top: 40px;
}

.email-icon {
    margin-top: 25px !important; 
}
}   




 


  
