@charset "UTF-8";

@font-face {
  font-family: main;
  src: url(segoepr.ttf);
}

body {
	font-family: main;
	background-image: url(háttér2.jpg);
	background-attachment: fixed;
	background-size: cover;
	/*background: #A2BFDB;*/
}
h1{
	text-align: center;
}
h2 {
	text-align: center;
}
li {
	text-decoration: none;
}
#szolg {
	margin: 0 auto;
	width: 40%;
	text-align: left;
}
.gomb {
  background-color: #8FBE54;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
}
.gomb:active {
	background-color: #ddd;
	color: black;
}
.gomb:hover {
	background-color: #ddd;
	color: black;
}
#Vib {
	background-color: #59267c;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
}
#Vib:active {
	background-color: #e2d4e7;
	color: black;
}
#Vib:hover {
	background-color: #8f5db7;
	color: black;
}
p {
	text-align: center;
	font-family: main;
}
a:visited {
	text-decoration: none;
	color: white;
}
.base {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#kont {
	border-style: solid;
	border-color: #28418E;
	margin: 0 auto;
	width: 35%;
}
#ajal {
	width: 80%;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
/*EMAIL*/

* {
    box-sizing: border-box;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: vertical;
}
input[type=date] {
	width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: vertical;
}
input[type=time] {
	width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: vertical;
}
input[type=number] {
	width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: vertical;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

input[type=submit] {
	font-family: main;
	background-color: #8FBE54;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #ddd;
	color: black;
}

.container {
	margin: 0 auto;
	width: 80%;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}


.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/*fadein */ 
@-webkit-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }

.fade-in {
    opacity:0; 
    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}
.fade-in.one {
-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
animation-delay: 0.7s;
}

/*gallery */
.row {
	text-align: center;
	margin: 0 auto;
}
.row > .column {
  margin: 0 auto;
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
  margin: 0 auto;
}

.column {
	text-align: center;
  display:inline-block;
  max-width: 100%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.pcs {
  display: none;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
.active:hover {
  opacity: 1;
}
img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



/*navtest*/
.navbar { 
	border-radius: 5px;
  margin: 0 auto;
  background-color: #28418E;
  overflow: hidden;
}

.navbar a {
  
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  border-radius: 5px;
  background-color: #ddd;
  color: black;
}

.active {
  border-radius: 5px;
  background-color: #8FBE54;
  color: white;
}

.navbar .icon {
  display: none;
}

@media screen and (max-width: 820px) {
  .navbar a:not(:first-child) {display: none;}
  .navbar a.icon {
	  border-radius: 5px;
	  background-color: #8FBE54;
    float: right;
    display: block;
  }
}

@media screen and (max-width: 820px) {
  .navbar.responsive {position: relative;}
  .navbar.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
@media screen and (max-width: 740px) {
  #kont {width: 100%;}
  #szolg {width: 100%;}
	}
.but {
  width: 35px;
  height: 12px;
	margin-top: 4px;
}