body {
    font-family: 'Open Sans', sans-serif;
    transition: background-color .5s;
	letter-spacing: 1px;
}

@font-face {
    font-family: GillSans;
    src: url(fonts/GillSans.otf);
}
h1 {
   
    font-family: GillSans; 
	color: #454c50;


}

h1 a {
   
    font-family: GillSans; 
	color: #454c50;


}
h1 a:hover {
   
    font-family: GillSans; 
	color: #454c50;


}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 120px;
}



.sidenav a {
    padding: 8px 8px 8px 35px;
    text-decoration: none;
    font-size: 24px;
    color: #333;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 40px;
    margin-right: 50px;
    padding-top:70px;
}

#main {
    
    padding: 16px;
    text-align: center;
    margin-bottom:0px;
    padding-bottom:0px;
    transition: 0.5s ease-in-out;

}

#navinline1, #navinline2 {
display: inline-block;

}
#navinline2 {
    border-left:1px solid #333;
    padding-left:8px;
    padding-top:0px;
    padding-bottom:0px;
}

.sidenav p {
    font-size: 16px;
    padding-left:35px;
    position: absolute;
    bottom:0px;
}

.heading a {
	color: #454c50;
}
#elerhetoseg {
    padding: 8px 8px 8px 35px;
    text-decoration: none;
    font-size: 15px;
    color: #333;
    display: block;
    transition: 0.3s;
    text-transform: lowercase;
	bottom: auto;
}
#divText {
	    font-size: 16px;
    padding-left:35px;
    position: absolute;
    bottom:0px;
}
.carousel-indicators li {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: #404040;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 120px;}
  .sidenav a {font-size: 18px;}
}

.carousel-inner{
  width:100%;
  height: 100% !important;
	padding-bottom: -100px;
}

#overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 998;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

#menufont {
    width:50px;
    position: absolute;
}

#headingtext {
    right:-50px;
	font-weight: 700;
}

@media screen and (max-width: 576px) {
  #menufont {width:100%;text-align:center!important;margin:0 auto;}
  #headingtext {right:0px;}
}

#profil_pic{
    width:100%;
}

#menufon{
    position:absolute;
    top:10px;
    left:10px;
}

.bemutatkozas_pp {
	font-weight: 700;
}

@media (min-width: 1200px){
.container{
    max-width: 1100px!important;
}
#menufon{
    position:absolute;
    top:100px;
    left:60px;
}
}

@media (min-width: 1100px){

#menufon{
    position:absolute;
    top:100px;
    left:40px;
}
}

@media (min-width: 1500px){
#menufon{
    position:absolute;
    top:100px;
    left:180px;
}
}