/*
Theme Name: DLTS 2020 Custom Template
Theme 
Author: Elaine Duignan
Author URI: http://dontlickthespoon.com
Description: Custom template made to display family recipes in a simple form.   Totally responsive and not overbuilt.
*/
 

@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Lato:wght@300;400;700;900&display=swap');




body {
	color: #000;
	font-family:'Lato', serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing:0.14px;
	line-height: 21px;
	margin: 0;
	outline:none;
	padding: 0;
}

a:link, a:visited {
	color:##B92C7D;
	outline:none;
}
 /* a:visited{
	color:#649193
} */
a:hover{
	color: #5ea3a7;
	text-decoration:none;
}

h1{
	color:#fff;
	font-family:'Courgette', serif;
	font-weight: 400;
	font-size:50px;
	letter-spacing: 1.13px;
	margin:0px;
}
h1.title{
	padding:75px 0px;
	}
	
h1.mobile-title{
	text-align:center;
	margin-top:15px;
	}
h2{
	color: #B92C7D;
	font-weight: 600;
	font-size:24px;
	letter-spacing: 0;
	margin:15px 0px;
}

.clear-all{
	clear:both;
	}	
	
.page-header{
	background-image: url("../images/header-background.png");
	background-repeat: repeat-x;
	height:215px;
	}
	
.mobile-page-header{
	background-image: url("../images/mobile-background.png");
	background-repeat:no-repeat;
	background-position: center;
	height:308px;
	}
	
.logo {	
	display:block;
	float:right;
	margin-top:40px;
	}
	
.product-container{
	background-color: #f2f2f2;
	box-shadow: 0px 0px 15px #00000035;
	border: 1px solid #eee;
	border-radius: 9px;
	opacity: 1;
	padding:30px;}
	

/*  SMALL OVERRIDES   */
@media screen and (max-width:959px){
	h1.title{font-size:36px; padding:39px 0px; text-align:center;}
	.product-container {margin: 20px; padding: 15px}
	p{ margin:20px;}
	h2 {margin:20px;}

}



