@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,700');

/*
Color Picker:
Fejléc bg: #e7a351
Erős sárga: #bf6800
Normál sárga: #d47400
Halvány sárga: #edbe85
Szürkés sárga: 
*/

html{
	
}

body{
	font: 14px/1.5 Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: auto;
	background-color: fef6e0;
	background-image: url(../img/bgs/templom_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 -120px;
	background-attachment: fixed;
	background-size: 100%;
}

.fb-page{
	width: 350px;
	height: 500px;
}

a{
	color: #d47400;
	text-decoration: none;
	transition: 0.2s;
	cursor: pointer;
}

a:hover{
	color: #e7a351;
	text-decoration: none;
}

h2{
	margin: 5px;
	padding: 0px;
	color: #bf6800;
	transition: 0.3s;
}

h3{
	margin: 5px 0px 5px 0px;
	padding: 0px;
	color: #e7a351;
	transition: 0.3s;
}

h4{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-style: italic;
	color: #777777;
}

.centering{
	text-align: center;
}

.left-tag{
	position: fixed;
	top: 130px;
	z-index: 80;
}

.left-tag .button{
	position: fixed;
	left: -150px;
	width: 195px;
	height: 45px;
	background-repeat: no-repeat;
	transition: 0.2s;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 25px;
	margin-top: 20px;
}

.left-tag #music{
	top: 130px;
	background-color: #e7a351;
	background-image: url(../img/icon/note.png);
	background-size: 42px 42px;
	border-radius: 0px 8px 8px 0px;
	background-position: 155px 7px;
	color: white;
}

.left-tag #facebook{
	top: 200px;
	background-color: #3b5998;
	background-image: url(../img/icon/face.png);
	background-size: 42px 42px;
	border-radius: 0px 8px 8px 0px;
	background-position: 155px 7px;
	color: white;
}

.left-tag #youtube{
	top: 270px;
	background-color: #e52d27;
	background-image: url(../img/icon/youtube-hover.png);
	background-size: 42px 42px;
	border-radius: 0px 8px 8px 0px;
	background-position: 155px 7px;
	color: white;

}

.left-tag #music:hover{
	left: 0px;
	background-color: white;
	background-image: url(../img/icon/note-hover.png);
	border: 1px solid #e7a351;
	color: #e7a351;
}

.left-tag #facebook:hover{
	left: 0px;
	background-color: white;
	background-image: url(../img/icon/face-hover.png);
	border: 1px solid #3b5998;
	color: #3b5998;
}

.left-tag #youtube:hover{
	left: 0px;
	background-color: white;
	background-image: url(../img/icon/youtube.png);
	border: 1px solid #e52d27;
	color: #e52d27;
}

#imgFullscreen{
	position: fixed;
	left: 50%;
	top: 50%;
	width: 0px;
	height: 0px;
	background-color: rgba(0,0,0,0.5);
	z-index: 1000;
	transition: 0.3s;
}

#imgFullscreenContent{
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center; 
}

.inline-force{
	display: inline-block;
	vertical-align: top;
}