/*
	Custom CSS for Matti
*/

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900');

body{
    font-family: 'Source Sans Pro', sans-serif;
	color: #fffff5;
	font-size: 18px;
	padding-top: 30px;
	background-color: #000;
}

a{
	text-shadow: 1px 2px 3px #000;
	color: lightblue;
}
a:hover{
	color: #F7BB19;
	text-decoration: none;
}
/*img{
	max-width: 100%;
}*/

h1{
	font-size: 70px;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	text-shadow: 1px 2px 3px #000;
	font-weight: 700;
}
h2{
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 40px;
	line-height: 50px;
	text-shadow: 1px 2px 3px #000;
	text-align: center;
}
p{
	font-size: 30px;
	line-height: 35px;
}
p.indent{
	padding-left: 120px;
}
p.key{
	font-size: 40px;
	margin: 30px 0;
	text-align: center;
}
.center{
	text-align: center;
}
.content-home p{
	margin-bottom: 0px;
}
.content-home{
	color: #000;
	font-size: 18px;
	margin-bottom: 15px;
}
.email{
	font-size: 14px;
}
.time{
	text-align: right; 
	clear: both;
}
.person{
	text-align: center;
}
.schedule > div{
	padding-top: 5px;
	font-size: 25px;
}

@media (max-width:480px){
	body{
		background-size: cover;
		background-color: #262D33;
	}
	body.home{
		background-size: cover;
		background-color: #262D33;
	}
	p{
		font-size: 18px;
		line-height: 25x;
	}
	p.key{
		font-size: 25px;
		line-height: 30px;
	}
	h1{
		font-size: 40px;
	}
        h2{
                font-size: 30px;
        }
}

@media (min-width:480px){
	body{
		background-size: cover;
		background-color: #262D33;
	}
	body.home{
        background: url('../bg-dark.jpg') no-repeat;
		background-size: cover cover;
		background-color: #000;
		background-position: center center;
	}
}
