/*
Theme Name: Zaffi Custom Theme
Theme URI: https://zaffisydney.com.au
Author: ALJ Tech
Author URI: https://alj-tech.com
Description: A modern WordPress theme built by ALJ Tech for Zaffi Sydney, designed for performance and easy customization.
Version: 1.1
Text Domain: zaffi-theme
*/
    /* Styles for PC screens */
@media only screen and (min-width: 768px) {
	.wpcf7-response-output{
		color:#D90369 !important;	
	}
	.home-buttons{
		margin:0 10rem !important;
	}
  .bottom-fixed {
        position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
}
 body{
        background-color: #e8c2bd;
    }


@media only screen and (max-width: 768px) {
	.div-logo{
		margin-top:2rem;
	}
}