html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
}

body {
  font-family: 'Lato', sans-serif;
  color: #126f64 !important;
  background-color: #ffffff;
  margin-top: 80px;
}

@font-face {
    font-family: 'juramedium';
    src: url('../fonts/jura_medium.ttf') format('opentype');
}

h1, h2, h4, h5 {
  font-family: 'juramedium', serif;
  color: #8b181a !important;
}

#header {
	background-color: #8b181a;
}

#nav_menu {
	background-color: #8b181a;
	box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.4);
}

#nav_menu .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

#nav_menu .navbar-toggler {
  background-color: transparent; /* vagy fehér, ha akarod */
  border: none;                  /* ha nem akarod a keretet */
  padding: 0.25rem 0.75rem;      /* Bootstrap alap padding */
}

#nav_menu .navbar-toggler:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 1); /* halvány fehér árnyék */
}

#logo {
	height: 60px;
}

.social_icon {
	font-size: 40px;
}

.white {
	color: #ffffff;
}

.fancy-heading {
  width: 100%;
  margin: 0 0 1rem 0;
  border-bottom: 1px solid #8b181a;
  box-sizing: border-box;
}

.fancy-heading .highlight {
  display: inline-block;     
  font-family: 'juramedium', serif;
  background: #8b181a;
  color:  #ffffff;            
  padding: 0 1rem;
  line-height: 1.2;
  font-weight: 500;
}

.a_no_effect {
	display: inline-flex;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

.a_no_effect:hover,
.a_no_effect:focus {
	text-decoration: none;
	color: inherit;
	outline: none;
}

.sign {
	display: inline-flex;
	align-items: center;
	margin: 0.5rem 0 0.5rem 0;
}

.sign-arrow-space {
	width: 30px;
	height: 40px;
}

.sign-text-right {
  white-space: nowrap;
  background: #8b181a;
  color: #ffffff;
  padding: 0.5rem 1rem;
  font-weight: 400;
  font-family: 'juramedium', serif;
  border-radius: 4px 0 0 4px;    
}

.sign-text-left {
  white-space: nowrap;
  background: #8b181a;
  color: #ffffff;
  padding: 0.5rem 1rem;
  font-weight: 400;
  font-family: 'juramedium', serif;
  border-radius: 0px 4px 4px 0px;    
}

.sign-arrow-right {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 30px solid #8b181a;
  border-bottom: 20px solid transparent;
  margin-left: 0;
}

.sign-arrow-left {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 30px solid #8b181a;
  border-bottom: 20px solid transparent;
  margin-right: 0;
}

.page_title {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #7b5e45;	
}

#menu_items .nav-link {
	font-family: 'juramedium', serif;
	letter-spacing: 1px;
	font-weight: 400;
	padding: 10px;
	font-size: 20px;
	color: #ffffff !important;
}

#menu_items .nav-link:hover {
	color: #8b181a !important;
	background-color: #ffffff;
}

#menu_items .nav-link:active {
	color: #8b181a !important;
	background-color: #ffffff;
}

#menu_items .nav-link:focus {
	color: #8b181a !important;
	background-color: #ffffff;
}

#menu_items .active {
	color: #8b181a !important;
	background-color: #ffffff;	
}

.rounded_img{
	width: 400px;
	height: 400px;
	border-radius: 200px;
}

.hiden_image {
	display: none;
	margin-bottom: 30px;
}

.show_image {
	display: block;
}

@media screen and (max-width: 767px) {
	.rounded_img{
		width: 300px;
		height: 300px;
		border-radius: 150px;
	}

	.hiden_image {
		display: block;
		margin-bottom: 30px;
	}
	
	.show_image {
		display: none;
	}	
}
