body {
  color: #000;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #000;
}
.bg-info {
  background-color: #000 !important;
}
.nav-link {
  color: #fff !important;  
  font-size: 0.85rem;
}
.card-header { 
background-color: transparent;
}
.whitebg {
  background-color: #FFF;
}
.nopadding {
  padding: 0px !important;
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid {
  max-width: 2500px !important;
  margin: auto;
}

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: 20%;
}

.grid-item {
  float:left;
  transition: all 0.1s ease-in-out;
  min-width: 20%;
  overflow: hidden;
  z-index: 1000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  transition: all 0.3s;
}

.grid-item img {
  display: block;
  max-width: 100%;  
}

.navbar-hide {
  top: -81px;
}

.navbar {
  box-shadow: none !important;
}

#branded-navbar {
  -webkit-animation: slide-down .5s ease-out;
  -moz-animation: slide-down .5s ease-out;
}

#wrapper {
  /* min-height: 100%; */
  min-height: 80vh;
}

.blackbg {
  background-color: #000;
  padding: 0 !important;
}

.whitetext {
  color: #FFF !important;
}

.blacktext {
  color: #000 !important;
}

.flat-card {
  box-shadow: none;
}


#header {
  display: block;
  width: 100%;
  height: 80px;
}

#body {
  display: block;
  width: 100%;
}

#footer {
  display: block;
  width: 100%;
  margin-top: 50px;
}
@font-face {
  font-family: Avenir;
  src: url("https://bakosbettina.hu/assets/fonts/Avenir-Roman.otf") format("opentype");
}

.title {
  font-family: Avenir;
  font-weight: normal;
}

h2 .title a {
  color: #FFF !important;
}

.navbar {
  border-radius: 0px !important;
  padding-top: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0 !important;
  margin-bottom: 200px;
}

.navbar .navbar-brand {
  position: relative;
  color: inherit;
  height: 81px;
  font-size: 1.125rem;
  line-height: 80px;
}

.navbar .navbar-brand {
  padding: 0 !important;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

.navbar .navbar-brand {
  padding: reset;
}

.card {
  border: none;
}

.card-background:not(.card-pricing) .btn {
  margin-bottom: 0;
}

.card-pricing {
  text-align: center;
}

.card-pricing .card-title {
  margin-top: 30px;
}

.card-pricing .icon {
  padding: 10px 0 0px;
}

.card-pricing .icon i {
  font-size: 30px;
  line-height: 2.7;
  max-width: 80px;
  color: #888888;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0px 9px 35px -6px rgba(0, 0, 0, 0.3);
  background-color: #FFFFFF;
  position: relative;
}

.card-pricing .icon.icon-primary i {
  box-shadow: 0px 9px 30px -6px #f96332;
  color: #f96332;
}

.card-pricing .icon.icon-info i {
  box-shadow: 0px 9px 30px -6px #2CA8FF;
  color: #2CA8FF;
}

.card-pricing .icon.icon-success i {
  color: #18ce0f;
  box-shadow: 0px 9px 30px -6px rgba(22, 199, 13, 0.85);
}

.card-pricing .icon.icon-warning i {
  box-shadow: 0px 9px 30px -6px #FFB236;
  color: #FFB236;
}

.card-pricing .icon.icon-danger i {
  box-shadow: 0px 9px 30px -6px #FF3636;
  color: #FF3636;
}

.card-pricing h1 small {
  font-size: 18px;
}

.card-pricing h1 small:first-child {
  position: relative;
  top: -17px;
  font-size: 26px;
}

.card-pricing ul {
  list-style: none;
  padding: 0;
  max-width: 240px;
  margin: 10px auto;
}

.card-pricing ul li {
  color: #888888;
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(136, 136, 136, 0.3);
}

.card-pricing ul li:last-child {
  border: 0;
}

.card-pricing ul li b {
  color: #2c2c2c;
}

.card-pricing ul li i {
  top: 3px;
  right: 3px;
  position: relative;
  font-size: 20px;
}

.card-pricing.card-background ul li {
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.3);
}

.card-pricing.card-background ul li b {
  color: #FFFFFF;
}

.card-pricing.card-background [class*="text-"] {
  color: #FFFFFF !important;
}

.card-pricing.card-background .card-body {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.card-pricing.card-background:after {
  background-color: rgba(0, 0, 0, 0.65);
}

.card-background {
  background-position: center center;
  background-size: cover;
  text-align: center;
}

.card-background .card-body {
  position: relative;
  z-index: 2;
  min-height: 370px;
  max-width: 530px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.copyright {
  padding: 80px;
  font-size: 0.8rem;
  color: #888888;
}