/*------------------------------------------------------------------
Directory:
	/css/custom.css

Description:
    Place your custom CSS code in this file.
-------------------------------------------------------------------*/

#domain-name-heading {
    font-size: 32px;
}

@media screen and (max-width: 562px) {
    #domain-name-heading {
        font-size: 18px;
    }
}