@charset "UTF-8";
/*
Theme Name: Raluca
Author: Andrei Costin

*/

.site-header {
	position: absolute;
	width: 100%; top: 0; left: 0;
	height: 250px;
}

.site-title {
	color: white;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: bold;
    text-shadow: 1px 3px 6px black;
    line-height: 1.2;
    letter-spacing: 5px;
}

.site-image {
	width: 200px;
	margin: 0 auto;
}

.site-image img {
	border: 5px solid #fff;
	border-radius: 50%!important;
}

.site-description {
	font-size: 1.4em;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
	color: white; 
	text-shadow: 1px 2px 5px black;
	text-transform: uppercase;
}

.site-content {
	text-align: center;
    background: white;
    padding: 10px 20px 50px;
    margin-top: -30px;
}

.entry-title {
	 font-size: 2rem;
}

@media screen and (max-width: 600px) {
	.parallax-container { height: 450px; }
}

@media screen and (min-width: 600px) {
	.site-header { height: 500px; }
	.site-content {
		margin-top: -100px;
		padding: 10px 50px 50px;
	}
}