/*!
 * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */


body {
  font-family: Tahoma;
  background: #87c80a url('/css/img/hatter.png') repeat top left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rammetto One', cursive;
  font-weight: 500 !important;
}

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.focim {
    font-family: 'Pacifico', cursive;
    font-weight: 500 !important;
}

.tartalom {
   text-align: center;
}

.footer {
background-color: rgba(24, 24, 24, 0.7);
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { margin: 1% 0 1% 0%;}
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

#back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background-color: rgba(52, 58, 64, 0.7);
    color: #ffffff;
    cursor: pointer;
    border: 0;
    border-radius: 10px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background-color: rgba(135, 200, 10, 0.7);
}
#back-to-top.show {
    opacity: 1;
}

a:link {
    color: #dedad6;
    text-decoration: none;
}

a:visited {
    color: #dedad6;
    text-decoration: none;
}

a:hover {
    color: #87c80a;
    text-decoration: none;
}

a:active {
    color: #dedad6;
    text-decoration: none;
}

.fa-css3 {
    color: #ffffff;
    transition: 0.5s;
}

.fa-css3:hover {
    color: #2965f1;
    transition: 0.5s;
}