/*
STYLE.CSS - ligetpartyservice.hu
digiwood.hu 
WOODWORK
soos tamas alias piczege.porec

nagyon sötét: #0A160A;
   sötétzöld: #1B3323;
  világoskék: #3F5D55;
 világoszöld: #5A8651;
  sárgászöld: #B6D055;
*/

@font-face {
	font-family: 'Raleway-Regular';
	src: url('../fonts/Raleway-Regular.eot');
	src: local('☺'), 
	     url('../fonts/Raleway-Regular.woff') format('woff'), 
	     url('../fonts/Raleway-Regular.ttf') format('truetype'), 
	     url('../fonts/Raleway-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway-Thin';
	src: url('../fonts/Raleway-Thin.eot');
	src: local('☺'), 
	url('../fonts/Raleway-Thin.woff') format('woff'), 
	url('../fonts/Raleway-Thin.ttf') format('truetype'), 
	url('../fonts/Raleway-Thin.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'Raleway-ExtraBold';
  src: url('../fonts/Raleway-ExtraBold.eot');
  src: local('0'),
    url('../fonts/Raleway-ExtraBold.woff') format('woff'),
    url('../fonts/Raleway-ExtraBold.ttf') format('truetype'),
    url('../fonts/Raleway-ExtraBold.svg') format('svg');
  font-weight: 800;
  font-style: normal;
}
body { 
  background: #fff;
  color: #888 !important;
  font-family: 'Raleway-Regular' !important;
}

/*-----------------------------------*\
	$NAV
\*-----------------------------------*/
nav{
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #121824;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
nav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #CAD8E5 !important;
  display: block;
  transition: 0.3s;
}
nav a:hover {
  color: #637484 !important;
}
nav .closebtn {
  position: absolute;
  top: -36px;
  right: 25px;
  font-size: 48px;
  margin-left: 50px;
}
.burger{
  font-size:43px !important;
  cursor:pointer;
  font-size: 36px;
  position: absolute;
  top: 30px;
  left:30px;	
  color: #fff;
  z-index:1;
}
.burger-title {
    display: block;
    font-size: 12px;
    margin-top: -15px;
    margin-left: 3px;
    font-weight: 300;
}
/*-----------------------------------*\
	$CONTENT
\*-----------------------------------*/
#content, #cathering, #ceges, #csaladi, #eskuvo, #kapcsolat{
  transition: margin-left .8s;
  min-height: 98vh;	
  z-index:-5;
}
#content{
  background: url(../img/main.jpg);	
}
.content-container{
	padding-left: 10%;
	padding-right: 10%;
}
.content-title{
  width: 50%;
  color: #B6D055;
  margin-top: 150px;
  display: inline-block;
  font-size:48px;
  font-family: 'Raleway-ExtraBold';
  line-height: 1;
}
.content-maintitle{
  width: 100%;
  color: #fff;
  display: inline-block;
  font-size: 112px;
  line-height: 1;
}
.content-subtitle{
  width: 100%;
  color: #fff;
  display: inline-block;
  font-size: 32px;
  line-height: 1.4;
  float: right;
}
.content-subcontainer{
	width: 100%;
	border-top: 1px solid #fff;
	margin-top: 60px;
}
.content-content{
	width: 50%;
	margin-top: 30px;
	float:left;
	text-align: right;
	padding:20px;
	color: #fff;
	font-size: 20px;
	background-color: rgba(0,0,0,0.5);
	line-height: 1.3;
}
.content-socialicons{
	margin-top: 30px;
	width: 50%;
	float:right;
	padding-left:50px;
}
#lay{
	position: absolute;
	top:0;
	left:0;
	min-height: 100vh;
	width:100%;
	z-index: -1;
}
/*-----------------------------------*\
	$RIGHTMENU
\*-----------------------------------*/
.rightmenu{
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    right: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    color: #fff;
    font-size: 18px;
    line-height: 2;
}
.active{
	font-size: 28px;
}    
/*-----------------------------------*\
	$CATHERING 
\*-----------------------------------*/
#cathering{
  background: url(../img/cathering.jpg);  	
}
.page-title{
  width: 60%;
  float: left;
  min-height: 98vh;
  padding: 20px;
  padding-left: 200px;
}
.page-title h2{
  color: rgba(250,250,250,0.8);
  font-family: 'Raleway-ExtraBold';
  font-size: 62px;
}
.page-title.cathering h2{
    margin-top: 90px;
  }
.page-title.ceges h2{
    margin-top: 150px;
  }
.page-title.csaladi h2{
    margin-top: 150px;
  }
.page-title.eskuvo h2{
    margin-top:230px;
  }      
.page-title h3{
  color: rgba(250,250,250,0.7);
  font-family: 'Raleway-ExtraBold';
  font-size: 42px;
  line-height:1;
}
.page-content{
	background-color: rgba(18,24,36,0.7);
	width: 40%;
	float: right;
	min-height: 98vh;
	padding: 20px;
	padding-right: 90px;
}
.page-content h2{
  color: #fff;
  font-size: 32px;
  text-align:center;
  margin-top: 80px;
  margin-bottom: 50px;
}
.page-content p{
	text-align: right;
	padding-bottom: 30px;
	border-bottom: 1px solid #fff;
	color: #bbb;
}
.page-titles{
  position: absolute;
  top: 150px;
  left: 100px;
  color: #fff;
  font-size: 18px;
}
.page-titles h3{
  color: #6E9078;
  font-size: 62px;
  font-family: 'Raleway-ExtraBold';
}
.page-titles span{
  color: #4A6751;
  font-family: 'Raleway-ExtraBold';
  font-size: 48px; 
}
.ybutton{
	margin-top: 30px;
	background-color: transparent;
	padding: 20px 30px;
	color: #3F5D55 !important;
	border: 1px solid #3F5D55;
	cursor:pointer;
	float:right;
}
/*-----------------------------------*\
	$CÉGES 
\*-----------------------------------*/
#ceges{
  background: url(../img/ceges.jpg);	
}
/*-----------------------------------*\
	$CSALADI
\*-----------------------------------*/
#csaladi{
  background: url(../img/csaladi.jpg);	
}
/*-----------------------------------*\
	$ESKUVO 
\*-----------------------------------*/
#eskuvo{
  background: url(../img/eskuvo.jpg);	
}
/*-----------------------------------*\
  $KAPCSOLAT
\*-----------------------------------*/
#kapcsolat{
  background: url(../img/kapcsolat.jpg); 
}
.input-1 {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;  
  margin-bottom: 10px;
}
textarea.input-1{
  height: 120px;
}
.btn-1{
  -moz-user-select: none;
  background-image: none;
  background-color: #3F5D55;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;  
  display: block;
  width: 100%;  
}
.btn-1:hover{
  color: #ccc;
}


/***********************************************\
  Screens
\***********************************************/
@media screen and (max-width: 768px) {
.content-title, .content-maintitle, .content-subtitle, .content-content, .content-socialicons {
  width: 100%;}
.content-title{
  padding-left: 20px;
  margin-left: 0;
  display: inline-block;
  font-size:48px;
  line-height: 1;
}
.content-maintitle{
  padding-left: 20px;
  display: inline-block;
  font-size: 68px;
  line-height: 1;
}
.content-subtitle{
	padding-left: 20px;
  display: inline-block;
  font-size: 32px;
  line-height: 1.4;
  float: left;
}
.rightmenu{
  justify-content: baseline;	
  margin-top: 40px;
}


}
