/* latin */
@font-face {
	font-family: 'Cantarell';
	font-style: normal;
	font-weight: 400;
	src: local('Cantarell Regular'), local('Cantarell-Regular'), url(https://fonts.gstatic.com/s/cantarell/v7/V86VyqXbc09Sss3BPsMj15Bw1xU1rKptJj_0jans920.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
/* latin */
@font-face {
	font-family: 'Cantarell';
	font-style: normal;
	font-weight: 700;
	src: local('Cantarell Bold'), local('Cantarell-Bold'), url(https://fonts.gstatic.com/s/cantarell/v7/Yir4ZDsCn4g1kWopdg-ehBampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}

* {
	margin:0px;
	padding:0px;
}

body {
	font-family: 'Cantarell', sans-serif;
	color:white;
	background: #503f15;
}

p {
	margin-bottom:20px;
	text-align: center;
}

a:hover {
	text-decoration: none;
}


h3 {
	font-family: 'Dancing Script', cursive;
	text-align: center;
	font-size:30pt;
	margin-bottom: 20px;
}

@media (min-width: 600px) {
	#container {
		width:1100px;
		margin:0 auto;
	}

	#header {
		height:204px;
		width:1100px;
		background:url('../images/headerbg.png');
		position:fixed;
		top:0px;
		z-index:100;
	}

	.gallery img {
		margin:20px;
	}

	.gallery-link {
		float:left;
		text-align: center;
		margin-bottom: 20px;
	}

	.first {
		margin-left:120px;
	}

	.gallery-link a {
		font-size: 14pt;
		text-decoration: none;
	}

	#headerc {
		position: relative;;
	}

	#menu {
		position:absolute;
		top:70px;
		left:105px;
		width:960px;
		height:40px;
	}

	#menu ul {
		display: inline;
	}

	#menu ul li {
		display: inline;
	}

	#menu ul li a {
		color:#fffff0;
		text-decoration: none;
		padding-right:40px;
		font-size:12pt;
	}

	#spacer {
		height:220px;
	}

	.middle {
		padding-right:280px !important;
	}

	#menu ul li a:hover {
		color:#baa79f;
	}

	#slider {
		/*background-image:url('../images/slide.jpg');*/
		height:380px;
		width:1100px;
		margin-top:100px;
		z-index:10;
		margin-bottom:20px;
	}

	#content {
		width:1000px;
		margin:0 auto 60px auto;
	}

	#content a {
		color:white;
	}

	h1 {
		text-align: center;
	}

	hr {
		margin-bottom: 20px;
	}

	#weddings {
		float:left;
		width:490px;
		height:325px;
		margin-right:20px;
	}

	#send-flowers {
		float:left;
		width:490px;
		height:325px;
	}

	.send {
		width:320px;
		height:390px;
		margin-right: 20px;
		margin-bottom:20px;
		float:left;
		text-align: center;
	}

	.last {
		margin-right:0px !important;
	}

	.right {
		float:right;
		margin-left: 20px;
		margin-bottom: 20px;
	}

	#footer {
		width:1000px;
		padding: 45px 50px;
		background:#baa79f url('../images/footer-bg.jpg') top left no-repeat;
		color:#232323;
		height:140px;
		margin-bottom:40px;
	}

	#footer p {
		font-size:13.5pt !important;
		text-align: left !important;
	}

	#footer a {
		color:#232323;
	}

	.author {
		float:right;
		font-weight: bold;
		font-size:16pt;
	}

	#footer-left {
		float:left;
		width:300px;
		font-size:11pt;
		height:40px;
	}

	#footer-right {
		float:right;
		width:300px;
		text-align: right;
		height:40px;
		font-size:11pt;
	}

	form {
		width:50%;
		margin:0 auto;
		padding:20px;
		background:#fffff0;
		text-align: center;
	}

	input[type="text"], input[type="email"] {
		padding:10px;
		font-family: 'Cantarell', sans-serif;
		font-size:12pt;
		margin-bottom: 10px;
	}

	input[type="submit"] {
		background:#503f15;
		color:white;
		border:solid 1px white;
		padding:10px 20px;
		font-family: 'Cantarell', sans-serif;
		font-size:12pt;
		cursor: pointer;
	}

}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	text-decoration: none;
	color: #232323;
	background: #fffff0;
	text-align: center;
	padding: 10px 0;
	display: none;
	width:100%;
	margin-bottom:1px;
}

/*Hide checkbox*/
input[type=checkbox]{
	display: none;
	-webkit-appearance: none;
}


@media screen and (max-width : 600px){
	a {
		color:#fffff0;
	}

	#container {
		width:100%;
	}

	#header {
		background:url('../images/mobile-headerbg.jpg') top center;
		height:204px;
	}

	#menu {
		padding-top:204px;
		z-index:1000;
	}

	#slider {
		margin-top:43px;
		width:100%;
		height:auto;
	}

	#slider img {
		width:100%;
		height:auto;
	}

	#spacer {
		height:40px;
		width:100%;
	}

	#content {
		width:90%;
		margin:20px 5%;
	}

	#weddings, #send-flowers, #weddings img, #send-flowers img {
		width:100%;
		height:auto;
		margin-bottom:10px;
	}

	#footer {
		width:90%;
		padding:40px 5% 20px 5%;
		background:#baa79f url('../images/footer-bg.jpg') top left no-repeat;
		color:#232323;
	}

	#footer-left {
		text-align: center;
		margin-bottom:20px;
	}

	#footer-right {
		text-align: center;
	}

	#footer a {
		color:#232323;
	}

	h1 {
		text-align: center;
		margin-bottom:20px;
	}

	.send {
		width:100%;
		height:auto;
		margin-bottom:20px;
		text-align: center;
	}

	.gallery-link img, .gallery-image {
		width:60%;
		height:auto;
		margin-bottom:20px;
	}

	.gallery-link {
		margin-bottom:80px;
		font-size:18px;
		text-align: center;
	}

	.gallery-link a {
		text-decoration: none;
	}

	.gallery {
		text-align: center;
	}

	hr {
		margin-bottom: 20px;
	}

	/*Show menu when invisible checkbox is checked*/
	input[type=checkbox]:checked ~ ul.dropdown{
	    display: block;
	    margin-bottom:200px;
	}
	input[type=checkbox]:not(:checked) ~ ul.dropdown{
	    display: none;
	}

	ul.dropdown {
		position: static;
		display: none;
	}

	.show-menu {
		display:block;
	}

	ul.dropdown li {
		display:block;
		float: left;
		text-align:center;
		width:100%;
		margin-bottom:1px;
	}

	ul.dropdown li a {
		display:block;
		height: 27px;
		text-align: center;
		color:white;
		background:#5e5d5d;
		padding:6px 0px;
		text-decoration: none;
		position:relative;
		text-transform: uppercase;
	}

	ul.dropdown li:hover a {
		background: #fffff0;
		color:#5e5d5d;
	}

	form {
		width:80%;
		margin:0 auto;
		padding:20px 10%;
		background:#fffff0;
		text-align: center;
	}

	input[type="text"], input[type="email"] {
		padding:10px;
		font-family: 'Cantarell', sans-serif;
		width:90%;
		font-size:12px;
		margin-bottom: 10px;
	}

	input[type="submit"] {
		background:#503f15;
		color:white;
		border:solid 1px white;
		padding:10px 20px;
		font-family: 'Cantarell', sans-serif;
		font-size:12px;
		cursor: pointer;
	}

}