body {
	background-color: #272032;
    color: #331747; /*#9C84BD;*/
	font-size: 16px;
}
img{
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4{
	font-family: 'raleway', Arial, Helvetica, sans-serif;
}
ul, li{
	list-style: none;
	margin: 0;
	padding: 0;
}
h1{
	font-size: 1.9em;
}
.left{
	float: left;
}
.clear{
	clear: both;
}
.logo{
	float: left;
	margin: 10px 10px 30px 0;
}
.logo-mellett{
	font-family: 'raleway', Arial, Helvetica, sans-serif;
	border-left: 1px solid #695585;
	margin-left: 25px;
	padding-left: 25px;
	font-size: 1.3em;
}
.logo-mellett span{
	color: #695585;
	font-size: 1.5em;
	font-weight: bold;
}
a img{
	opacity: 1;
}
a img:hover{
	opacity: 0.8;
}
a.not-active img{
	opacity: 0.6;
}
.section-colored{
	background-color: #ffffff;
}
.section-colored2{
	background-color: #3B304B; /*#695585;*/
	margin-bottom: 60px;
	color: #ffffff;
}
.container{
	max-width: 910px; /* Ha ezt kiveszem, akkor a fejléc szélesebb, mégpedig 1170 px */
}
.wrapper{
	width: 94%;
	margin: 0 auto;
	max-width: 910px;
}
.block{
	/*float: left;*/
	width: 100%;
	margin-bottom: 20px;
	/*padding: 20px 0;*/
}
.header{
	width: 100%;
	height: auto;
	/*background: url("../highslide/images/large/nagybojt/2021/fejlec_01.png") no-repeat right bottom;*/
}
.header h1{
	margin-top: 40px;
}
.footer{
	float: left;
	width: 100%;
	padding: 30px 0;
	text-align: center;
	border-top: 1px solid #EEEEEE;
	color: #ffffff;
	background-color: rgba(0,0,0,0.5);
	margin-top: 50px;
}
.footer a{
	font-size: 16px;
	margin: 0 2px;
	color: #c7c7c7;
}
.footer a:hover{
	text-decoration: none;
	color: #ffffff; /*#5C3861; rgb(92,56,97)*/
}

.btn{
	margin-bottom: 10px;
}
.thumbs{
	float: left;
	clear: both;
	width: 100%;
}
.thumbs li{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.not-active {
   pointer-events: none;
   cursor: default;
}
.leiras{
    padding-top: 15px;
}
#toggle-example {
    padding:10px;
}
/*
blockquote {
    font-size: 16px;
	border-left: 5px solid #9760AF;
}
*/
blockquote footer {
	color: #c7c7c7;
}

blockquote::after {
    color: #c7c7c7;
    content: "”"; /* "“"; open-quote;*/
    font-family: "PT Serif",serif;
    font-size: 36px;
    height: 25px;
    left: 0;
    line-height: 36px;
    position: absolute;
    top: 12px;
    width: 25px;
}
blockquote {
    border-left: medium none;
    display: inline-block;
    font-size: 16px;
	color: #c7c7c7;
    margin: 0 auto;
    padding: 10px 25px;
    position: relative;
}
.btn-gray-transparent {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}
.btn-gray-transparent:hover {
    background-color: #272032; /*#9C84BD;*/
    color: #ffffff;
}
.btn-gray-transparent:active, .btn-gray-transparent:focus {
	outline: 0 none;
    color: #ffffff;
}
.fb {
    padding-top: 20px;
}

/* For width 600px and larger: */
@media only screen and (min-width: 600px) {
    body {
        background-image: url("../highslide/images/large/nagybojt/2021/background_01.jpg");
		background-position: center center;
		background-size: cover;
    }
}

@media (max-width: 600px) {
	.logo{
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	}
	.fb{

		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 70%;
	}
    .thumbs li{
        width: 30%;
        margin: 1%;
        float: left;
    }
    .thumbs li img{
    	width: 100%;
    }
    .block{
		margin-bottom: 10px;
	}
	#copyright{
		padding: 0 5px;
		width: 100%;
		float: right;
	}
}
@media (max-width: 400px) {
    .thumbs li{
        width: 48%;
        margin: 1%;
        float: left;
    }
    .thumbs li img{
    	width: 100%;
    }
    .block{
		margin-bottom: 10px;
	}
}