@charset "utf-8";

a,
a:focus,
a:hover,
button:focus {
    outline: 0;
}

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: 'DINPro Medium', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

@-moz-document url-prefix() {
    body {
        font-weight: 300 !important;
    }
}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: inherit;
}


@font-face {
    font-family: 'DINPro Light';
    font-style: normal;
    font-weight: normal;
    src: local('DINPro Light'), url('../fonts/DINPro-Light_tr.woff') format('woff');
}


@font-face {
    font-family: 'DINPro Medium';
    font-style: normal;
    font-weight: normal;
    src: local('DINPro Medium'), url('../fonts/DINPro-Medium_tr.woff') format('woff');
}


@font-face {
    font-family: 'DINPro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('DINPro Bold'), url('../fonts/DINPro-Bold_tr.woff') format('woff');
}


@font-face {
    font-family: 'DINPro Black';
    font-style: normal;
    font-weight: normal;
    src: local('DINPro Black'), url('../fonts/DINPro-Black_tr.woff') format('woff');
}

.navbar {
    padding: 20px 2rem;
    font-size: 18px;
    font-family: 'DINPro Light';
    text-transform: uppercase;
    background: repeating-linear-gradient(
  -125deg,
  #1f242c,
  #1f242c 8px,
  #353b43 10px,
  #353b43 10px);
}

.nav-container {
    width: 100%;
    position: fixed;
    z-index: 1;
}

.nav-container::after, .content::before {
    content: '';
    display: block;
    height: 4px;
background: #c09b71; /* Old browsers */
background: -moz-linear-gradient(top,  #c09b71 0%, #fcdab4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #c09b71 0%,#fcdab4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #c09b71 0%,#fcdab4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c09b71', endColorstr='#fcdab4',GradientType=0 ); /* IE6-9 */

}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: white;
}

.navbar-collapse {
    justify-content: flex-end;
}

.navbar-brand {
    width: 200px;
}

.spacer {
    width: 2px;
    background: #e7bd8b;
    margin: 5px 15px;
}

.link--page {
    position: relative
}

.link--page::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 50%;
    width: 50px;
    height: 3px;
    margin: 8px 0 0 -25px;
    background: #e7bd8b;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1)
}

.link--page:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #e7bd8b;
}

#header {
      /* The image used */
  background-image: url("../images/bg.jpg");
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.logo-container, .content-center {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.golden-sign {
    width: 110px;
    display: block;
    padding: 30px 0;
    margin: 0 auto;
}

.flip:hover .golden-sign {
	        animation: flip-vertical-right 1.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}


@keyframes flip-vertical-right {
    0% {
      -webkit-transform: rotateY(0);
              transform: rotateY(0);
    }
    50% {
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg);
    }
    100% {
        -webkit-transform: rotateY(0);
                transform: rotateY(0);
      }
  }
  

.golden-sign-2 {
    width: 34px;
    margin-bottom: 20px;
}

.logo {
    width: 300px;
}

.felsorolas {
    
    max-width: 320px;
    margin: 0 auto;
}

.felsorolas2 {
    
    max-width: 440px;
    margin: 0 auto;
}

.paragraph {
    width: 100px;
    height: 200px;
    background: repeating-linear-gradient(
        -125deg,
        #1f242c,
        #1f242c 8px,
        #353b43 10px,
        #353b43 10px);
    margin: 0 auto 30px auto;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.content {
    min-height: calc(100vh - 114px);
    padding-bottom: 30px;
    position: relative;
}

h2 {
    font-size: 48px;
    color: #181d25;
    text-transform: uppercase;
    font-family: 'DINPro Bold';
    text-align: center;
    padding: 30px;
}

.elerhetosegek {
    text-align: center;
    font-size: 24px;
}

.elerhetosegek span {
    margin-bottom: 30px;
    display: block;
}

.elerhetosegek img {
    height: 35px;
    margin: 10px auto;
    display: block;
}

.feltoltes-alatt {
    padding: 30px 15px;
    text-align: center;
}

.feltoltes-alatt img {
    width: 300px;
}

.jogi-text {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(231,189,139, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

@media (max-width: 767px) {
    h2 {
        font-size: 36px;
    }
    .navbar-brand {
        width: 150px;
    }
    .navbar {
        padding: 28px 1.5rem;
    }
    .paragraph {
        height: 150px;
    }
}

@media (max-width: 991px) {
    .navbar-nav {
        text-align: center;
    }
}