@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Lora');
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,400,500,600');
* { 
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	box-sizing:border-box; 
	margin:0; 
	padding:0; 
}
html { 
	margin:0; 
	padding:0; 
	height:100%; 
	width: 100%; 
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-image: url(_img/Sylvia-Henrich-Berlin-artist-gloves_sample.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	font-family: 'Cormorant Garamond', serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	color: #000;
}
h1 {
	font-size: 42px;
	color: #000;
	font-weight: 600;
}
#center {
	display: table;
	margin: 0;
}
#header {
	padding: 30px;
	float: left;
	width: auto;
	margin-top: 60px;
	margin-left: 80px;
}

#footer {
	font-size: 14px;
	position: fixed;
	bottom: 0;
	width: auto;
	margin-bottom: 15px;
	margin-left: 30px;
	text-align: left;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #000;
	line-height: 32px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	
	}
a:hover {
	text-decoration: none;
	color: #000;
	line-height: 32px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	}

/*Responsive Styles*/
@media screen and (max-width : 760px){
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-image: url(_img/Sylvia-Henrich-Berlin-artist-gloves_sample.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	font-family: 'Cormorant Garamond', serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	color: #000;
}
h1 {
	font-size: 42px;
	color: #000;
	font-weight: 600;
}
#center {
	display: table;
    margin: 0 auto;
}
#header {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-left: 0px;
}

#footer {
	font-size: 14px;
	position: fixed;
	bottom: 0;
	width: 100%;
	margin-bottom: 4px;
	margin-left: 10px;
	text-align: left;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #000;
	line-height: 44px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	
	}
a:hover {
	text-decoration: none;
	color: #000;
	line-height: 44px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	}
	
	
	}
