/* === fonts === */



/* === elemek === */

html {
  height: 100%;
  min-height: 100vh;
}

body {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #000;
  background-color: #d2d3c3;
}

section {
}

h1 {
  position: absolute;
  top: 12.5vh;
  left: 4%;
  font-size: 2.2rem;
  font-family: 'Oswald', sans-serif;
  color: #d2d3c3;
  text-shadow: 1px 1px 3px #000, 0 0 .2em #000;
}

@media (min-width: 576px) {
  h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 4rem;
  }
}

a,
a:hover {
  color: #ffe;
}

a:focus,
button:focus,
video:focus {
  outline: 0 !important;
}

::-moz-focus-inner {
  border: 0 !important;
}

audio {
  display: block;
  width: 100%;
  height: 2rem;
  border-radius: 4px;
}


/* === nav === */

.navbar, footer {
  font-size: .95rem;
  background-color: #585657;
  box-shadow: inset 0 0 1rem rgba(0, 0, 0, .5);
}

.navbar-brand, .navbar-brand:hover {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
  color: #ffe;
}

.collapse.show .nav-item {
  border-bottom: 1px solid rgba(255, 255, 238, .2);
}

.nav-item a:hover {
  background-color: #880;
}

.nav-item.active a {
  border-bottom: 2px solid #b3b300;
}


/* ===  === */

section:first-of-type {
  margin-top: 100vh;
  min-height: 85vh;
  box-shadow: inset 0 0 10rem rgba(0, 0, 0, .8);
}

.scroll-arrow {
  margin-top: -20vh;
  text-align: center;
}

.scroll-arrow a {
  display: block;
  margin: 0 auto;
  width: 4rem;
  height: 4rem;
  color: #ffe;
  font-size: 2.5rem;
  border: 2px solid #ffe;
  border-radius: 50%;
  opacity: .5;
  animation: blinkingText 2s infinite;
}

@keyframes blinkingText{
  0% {opacity: 1;}
  50% {opacity: .2;}
  100% {opacity: 1;}
}

.scroll-arrow a:hover {
  opacity: 1;
}

.gallery img {
  position: relative;
  z-index: 10;
}

.btn.gallery {
  color: #ffe;
  background-color: #585657;
}

.btn.gallery:hover {
  background-color: #880;
}


/* === pages === */

.page-rolam {
  background: url('/images/csizmadia.cover.rolam.jpg') no-repeat center 25%/cover;
}

.page-kep {
  background: url('/images/csizmadia.cover.kep.jpg') no-repeat 35% 35%/cover;
}

.page-hang {
  background: url('/images/csizmadia.cover.hang.jpg') no-repeat left 3em/cover;
}

@media (min-width: 768px) {
  .page-hang {
    background: url('/images/csizmadia.cover.hang.jpg') no-repeat left 10%/cover;
  }
}

.page-video {
  background: url('/images/csizmadia.cover.video.jpg') no-repeat 18% 20%/cover;
}

.page-media {
  background: url('/images/csizmadia.cover.media.jpg') no-repeat center 30%/cover;
}

.page-ceremoniamester {
  background: url('/images/csizmadia.cover.ceremoniamester.jpg') no-repeat center bottom/300%;
}

@media (min-width: 576px) {
  .page-ceremoniamester {
    background: url('/images/csizmadia.cover.ceremoniamester.jpg') no-repeat center bottom/200%;
  }
}

@media (min-width: 768px) {
  .page-ceremoniamester {
    background: url('/images/csizmadia.cover.ceremoniamester.jpg') no-repeat center bottom/cover;
  }
}

.page-kapcsolat {
  background: url('/images/csizmadia.cover.kapcsolat.jpg') no-repeat center 30%/cover;
}


/* === === */

.page-kep .card-wrapper {
  position: relative;
}

.page-kep .card {
  overflow: hidden;
  height: 0;
  padding-top: 100%;
  background-size: cover !important;
}

.page-kep .card a {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: -100%;
  display: block;
  width: 100%;
  height: 100%;
}

.page-hang .card,
.page-video .card,
.page-media .card {
  background: none;
}

.page-kapcsolat i.fa {
  font-size: 2.5rem;
}


/* === YouTube === */

.youtube {
  position: relative;
  font-size: 4rem;
  color: #ddc;
}

.youtube:hover {
  color: #ffe;
}

.youtube i {
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%, -50%);
}


/* === TMCM logó === */

#tmcm {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url('/images/tobb.mint.ceremoniamester.logo.png') no-repeat center bottom/cover;
  opacity: .667;
}

#tmcm a {
  display: block;
  width: 194px;
  height: 66.5px;
}

@media (min-width: 576px) {
  #tmcm {
    left: 2%;
    bottom: 1rem;
  }
  #tmcm a {
    display: block;
    width: 259px;
    height: 89px;
  }
}

@media (min-width: 768px) {
  #tmcm {
    left: 5%;
    bottom: 2rem;
  }
  #tmcm a {
    display: block;
    width: 388px;
    height: 133px;
  }
}

