/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 30 2025 | 19:58:52 */
@media only screen and (min-width: 1440px) {
.new_button{
color: #b1b1b1!important;
border: 2px solid #b1b1b1!important;
cursor: pointer;
font-weight: bold;
letter-spacing: 2px;
font-family: 'Roboto', sans-serif !important;
display: block;
   margin: 570px 40px 0px 150px;
   text-align: center;
	}

.new_button:hover{
    color: white !important;
    background-color: #9b9a84 !important;
    border:2px solid #9b9a84 !important;
    transition: 0.4s;
}
}

@media only screen and (max-width: 1024px) {
.new_button{ 
    color: #b1b1b1!important;
    border: 2px solid #b1b1b1!important;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif !important;
    display: flex;
    text-align: center;
    flex-direction: column;
    margin-top: 490px;
    margin-left: 10px;
    margin-right: 10px;
}
.new_button:hover{
    color: white !important;
    background-color: #9b9a84 !important;
    border:2px solid #9b9a84 !important;
    transition: 0.4s;
}
}




 

