/* Themify Customize Styling */
body {	background: none;
	background-color: #ffffff;background-image: url(http://qualypuppies.ca/wp-content/uploads/2024/11/bg_qualypuppies.png);
	background-repeat: repeat; 
}
a {	
	color: #60ccf7; 
}
#header {		text-transform:capitalize;	text-align:justify; 
}
body[class*="themify"] #site-logo a img {		width: 350px; 
}
#site-logo {	
	margin-top: -30px; 
}
#main-nav a {	
	padding-top: 18px;
	font-family: "Bevan";	font-weight:normal;
	font-size:25px;
	text-transform:uppercase;	text-align:center; 
}
#main-nav a, #main-nav > li > a, .transparent-header #main-nav a {	
	color: #adadad; 
}
#main-nav-wrap #main-nav a:hover, #main-nav-wrap #main-nav > li > a:hover {	
	color: #3b94c7; 
}
#main-nav-wrap #main-nav .current_page_item > a, #main-nav .current-menu-item > a, #main-nav > .current_page_item > a, #main-nav > .current-menu-item > a {	
	color: #e63ca7; 
}
#main-nav-wrap #main-nav .current_page_item a:hover,  #main-nav .current-menu-item a:hover {	
	color: #3b94c7; 
}
#footer-logo a img {		width: 200px; 
}
@media screen and (max-width: 1280px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 350px; 
}
#footer-logo a img {		width: 200px; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 350px; 
}
#footer-logo a img {		width: 200px; 
}
 }@media screen and (max-width: 680px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 350px; 
}
#footer-logo a img {		width: 200px; 
}
 }.mobile_menu_active #headerwrap .sidemenu-on a:hover, .mobile_menu_active #headerwrap #main-nav a:hover, .mobile_menu_active #headerwrap #main-nav ul a:hover { 
	color: #3b94c7; }.mobile_menu_active #headerwrap #main-nav .current_page_item > a, .mobile_menu_active #headerwrap #main-nav .current-menu-item > a { 
	color: #e63ca7; }.mobile_menu_active #headerwrap #main-nav .current_page_item > a:hover, .mobile_menu_active #headerwrap #main-nav .current-menu-item > a:hover { 
	color: #3b94c7; }
/* Themify Custom CSS */
/* Apply rounded corners to the main body container */
.site, .container, .content { /* Replace with your actual container class or ID */
    border-radius: 20px; /* Adjust the px value to control the roundness */
    overflow: hidden; /* Ensures content stays within rounded corners */
}
