﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.templatemo_hometop_title, .templatemo_hometop_stitle, p, h1 {
    font-family:  'Montserrat', sans-serif;
    color: white;
}

.artists{
    margin-top: 20px;
}

.para > p{
    color: black!important;
}

.footer-container{
    background-color: #181818;
    min-height: 300px;
    margin-bottom: 30px;
}

footer ul {
    margin-top: 20px;
    list-style: none;
    text-align:  left;
    font-family: 'Montserrat', sans-serif;
    padding-left: 0;
}

footer h3{
    color: white;
    text-align: left;
}


.marginb30{
    margin-bottom:30px;
}

.posts{
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

form{
    margin-left: -15px;
    margin-right: -15px;
}
.address{
    display: none;
}

.social-icons a {
    color: #fff;
    padding: 0 12px;
    margin: 0 2px;
    font-size: 24px;
    text-decoration: none;
    transition: color 0.3s;
    left: 0;
}


.social-icons a:hover {
    color: #1da1f2; /* Light blue on hover */
}