@media screen and (max-width:1000px){

.logo-container{
    display:block !important;
}

.domain-logo {
    font-family: 'Syncopate', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #004e7a;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 800px;
}
}