font-family: 'Kreon', serif;


#menu-icon {
	width: 30px;
	height: 26px;
	background: url(images/nav-icon.png) center;
	display: inline-block;
	margin: 50px 0 0 50px;
}
p {
	font-family: 'Raleway', serif;
	font-size: 140%;
    color: black;
	line-height: 180%;
	font-weight: 300;
    text-align: center;
}
address {
	font-family: 'Raleway', serif;
	font-size: 160%;
	line-height: 180%;
	text-align: center;
	font-weight: 300;
    font-style: normal;
}
img {
	text-align: center;
	max-width: 100%;
	height: auto;
	width: auto;
}
.clear {
	clear: both;
	height: 3%;
}
.left-col {
	width: 60%;
	float: left;
	margin: 4% 0 4% 4%;
}
h2 {
	font-family: 'Playfair Display', serif;
	font-size: 200%;
	font-weight: 700;
    color: black;
	text-align: center;
    text-decoration: underline;
}
.contact p {
	text-align: center;
	letter-spacing: 5px;
    color: black;
}
.contact a {
	color: black;
	text-decoration: none;
}
.break {
	display: none;
}
.parallax {
	background: url("images/i.jpg") repeat fixed 1%;
	opacity: .5;
}
.parallax-inner {
	padding-top: 17%;
}

.second li {
	display: inline;
}
.second img{
    padding: 30px;
}
.second li a :hover {
	opacity: 0.7;
}
footer.second {
	background-color: #2C2C2C;
    list-style-type: none;
	text-align: center;
}
footer.second p {
	color: #FFF;
	text-align: center;
	padding: 5%;
}
footer.second address {
	color: white;
	text-align: center;
	padding: 5%;
}

/*-----responsive-------*/
@media screen and (max-width: 768px) {
	
	p {
		font-size: 120%;
	}
	h2 {
		font-size: 160%;
	}
	img {
		padding: 2%;
	}
	.break {
		display: block;
	}
}