body,html {
	background-color: #FFFFFF;
	font-family: 'Source Sans Pro',sans-serif;
	font-size: 100%;
	font-weight: 400;
	color: #1E1E1E;
	line-height: 1.333em
}

#mainpage {
	background-color: #FFFFFF;
	margin-top: 60px;
}

.brandname {
	color: #DFDFDF;
	font-family: 'Fredericka the Great', cursive;
	font-size: 2.0rem;
	letter-spacing: 0.2rem;
	line-height: 2.1;
	margin-left: 10px; 
    text-decoration: none;
}

.brandname a:hover {
	color: #FFFFFF;
    text-decoration: none;
}

.open-big {
    color: #454545;
	font-family: 'Fredericka the Great', cursive;
	font-size: 3.0rem;
	letter-spacing: 0.05rem;
	line-height: 1.3;
    text-align: center;
}

.header-big {
	color: #F1F1F1;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 3.0rem;
	letter-spacing: 0.05rem;
	line-height: 1.3;
	margin-left: 10px;
}

.photos img {
	border-color: #222222;
	border-style: solid;
	border-width: thin;
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 10px;
}

.footer-address {
	color: #222222;
}

@media only screen and (max-width: 768px) {
.header-big {
	font-size: 2.0rem;
}
.open-big {
  font-size: 2.0rem;
}
}

@media only screen and (max-width: 500px) {
.header-big {
	font-size: 1.5rem;
}
.open-big {
  font-size: 1.0rem;
}
}

