*{
	box-sizing: border-box;
}

a{
	text-decoration: none;
	color: #000000;
}

.clearfix{
	clear: both;
}

.header, .footer, .postit{
	background-color: #af9ee9;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 0px 57px 8px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 57px 8px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 57px 8px rgba(0,0,0,0.75);
}

html{
	height: 100%;
}

body{
	height: 100%;
	margin: 0px;
	padding: 0px 0px 37px 0px;
	font-family: 'Titillium Web', sans-serif;
	background-color: #404040;
	background-image: url(../img/bg2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.wrapper{
	width: 100%;
	min-height: 100%;
	position: relative;
}

.content{
	width: 80%;
	margin: 0px auto;
}

.header{
	padding: 10px 20px 20px 30px;
	text-align: justify;
	width: 80%;
	margin: 0 auto;
	color: #000000;
	margin-bottom: 235px;
	margin-top: 10px;
	border-radius: 25px;
}

.header h1{
	margin: 0px;
	margin-right: 20px;
	font-size: 35px;
	color: #000000;
	display: inline;
}

.header h4{
	margin: 0px;
	font-size: 25px;
	font-style: italic;
	display: inline;
}

.header p{
	font-size: 25px;
	margin: 0px;
}

nav{
	display: block;
}

.meniu{
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

.meniu li {
	display: inline-block;
	padding: 3px 10px 3px 10px;
	text-align: center;
	font-weight: 700;
	font-size: 23px;
	margin: 0px;
}

.meniu li:first-child, .meniu li:nth-child(2){
	margin-right: 25px;
}

.meniu li a{
	padding: 4px 15px 4px 15px;
	border-radius: 6px;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.select, .meniu li a:hover{
	font-size: 22px;
	-webkit-box-shadow: inset 0px 0px 15px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 15px -5px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 15px -5px rgba(0,0,0,0.75);
	background-color: #a896e7;
}

.footer{
	padding: 8px 0px 8px 0px;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	font-weight: 600;
	border-radius: 15px;
}

.postit{
	padding: 30px;
	text-align: justify;
	border-radius: 25px;
}

.postit p{
	margin: 0px 0px 10px 0px;
}

.postit ul{
	margin: 0px;
	list-style: none;
}

video{
	width: 100%;
	border-radius: 25px;
}

.galerie{
	margin-bottom: 20px;
}

.img1, .img2{
	width: 50%;
	float: left;
	color: #000000;
	font-size: 20px;
	font-weight: 600;
}

.img1{
	padding-right: 1%;
}

.img2{
	padding-left: 1%;
}

.img1 img, .img2 img{
	width: 100%;
	border-radius: 25px;
}

.facebook, .text{
	width: 50%;
	float: left;
}

.text{
	font-size: 30px;
	color: #000000;
}



/* ----------------------------------------------------------------------------------------------------- */

@media only screen
  and (max-device-width: 260px){

.content, .header, .footer{
	width: 100%;
}
  
.header h1{
	font-size: 20px;
	display: block;
	text-align: center;
}
  
.header h4, .header p{
	font-size: 20px;
	display: block;
	text-align: center;
}

.postit, .header{
	padding: 10px;
	margin-bottom: 20px;
}

.postit ul{
	padding: 0px;
}

.meniu{
	text-align: center;
}

.meniu li{
	font-size: 15px;
	display: block;
}

.select, .meniu li a:hover{
	font-size: 14px;
}

.meniu li a{
	padding: 3px 5px 3px 5px;
}

.meniu li:first-child, .meniu li:nth-child(2){
	margin-right: 0px;
}

.img1, .img2{
	width: 100%;
	font-size: 15px;
}

.facebook{
	width: 100%;
}

.facebook img{
	width: 100%;
}

.text{
	font-size: 20px;
	width: 100%;
}

br{
	display: none;
}
}

@media only screen 
  and (max-device-width: 480px)
  and (min-device-width: 260px){

.content, .header, .footer{
	width: 100%;
}
  
.header h1{
	font-size: 23px;
	display: block;
	text-align: center;
}
  
.header h4, .header p{
	font-size: 20px;
	display: block;
	text-align: center;
}

.header{
	padding: 15px;
	margin-bottom: 50px;
}

.postit{
	padding: 15px;
	margin-bottom: 20px;
}

.postit ul{
	padding: 0px;
}

.meniu{
	text-align: center;
}

.meniu li{
	font-size: 20px;
}

.select, .meniu li a:hover{
	font-size: 19px;
}

.meniu li a{
	padding: 3px 5px 3px 5px;
}

.meniu li:first-child, .meniu li:nth-child(2){
	margin-right: 0px;
}

.img1, .img2{
	width: 100%;
	font-size: 20px;
}

.facebook{
	width: 100%;
}

.facebook img{
	width: 100%;
}

.text{
	font-size: 25px;
	width: 100%;
}

br{
	display: none;
}
}

@media only screen 
  and (max-device-width: 700px)
  and (min-device-width: 480px){
	  
.content, .header, .footer{
	width: 90%;
}

.header{
	padding-bottom: 10px;
	margin-bottom: 180px;
}

.header h1{
	font-size: 23px;
	display: block;
	text-align: center;
}
  
.header h4, .header p{
	font-size: 20px;
	display: block;
	text-align: center;
}

.meniu{
	text-align: center;
}

.meniu li{
	font-size: 20px;
}

.select, .meniu li a:hover{
	font-size: 19px;
}

.meniu li a{
	padding: 3px 5px 3px 5px;
}

.meniu li:first-child, .meniu li:nth-child(2){
	margin-right: 0px;
}

.postit ul{
	padding: 0px;
}

.img1, .img2{
	width: 100%;
	font-size: 18px;
}

.facebook{
	width: 100%;
}

.facebook img{
	width: 100%;
}

.text{
	font-size: 25px;
	width: 100%;
}

br{
	display: none;
}

  }
  
@media only screen 
  and (max-device-width: 920px)
  and (min-device-width: 700px){
	  
.header h1, .header h4, .header p{
	display: block;
}

.header{
	margin-bottom: 120px;
	padding-bottom: 10px;
}

.img1, .img2{
	width: 100%;
	font-size: 18px;
}

.facebook{
	width: 50%;
}

.facebook img{
	width: 100%;
}

.text{
	font-size: 20px;
	width: 50%;
}

}

@media only screen 
  and (max-device-width: 1070px)
  and (min-device-width: 900px){
	  
.facebook{
	width: 50%;
}

.facebook img{
	width: 100%;
}

.text{
	font-size: 25px;
	width: 50%;
}
}