@font-face {
font-family: 'DubielPlain';
font-style: normal;
font-weight: normal;
src: local('DubielPlain'), url('dubield.regular.ttf') format('ttf');
}


@font-face {
font-family: 'Dubiel Italic';
font-style: normal;
font-weight: normal;
src: local('Dubiel Italic'), url('DubielItalic.woff') format('woff');
}

@font-face {
  font-family: 'Narziss';
  font-style: normal;
  font-weight: normal;
  src: local('NarzissTextMedium'), url('NarzissTextMedium.otf') format('otf');
}

@font-face {
    font-family: mvideo;
    src: url('./fonts/mvideo.ttf');
}

.social {
  list-style: none;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  height: 33.45px;
}

.social li {
  padding-left: .25rem;
}

.social li a i {
  /*color: #030303;*/
  font-size: 2rem;
}

.fa-instagram {
  color: #E1306C;
}

.fa-facebook-square {
  color: #3b5998;
}

.fa-pinterest-square {
  color: #BD081C;
}

.fa-google-plus-square {
  color: #d34836;
}

.logo {
  max-width: 350px;
}

.navbar {
  padding: .5rem 3rem;
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(3,3,3,.5);
  -moz-box-shadow: 0px 1px 5px 0px rgba(3,3,3,.5);
  box-shadow: 0px 1px 5px 0px rgba(3,3,3,.5);
}

.nav-link {
  font-family: 'Narziss', serif;
  font-size: 1.5rem;
  color: #030303 !important;
}

.navbar-toggler {
  cursor: pointer;
}

.first-element {
  margin: 90px auto 0 auto;
  max-width: 1920px;
}

.wrap {
  position: relative;
  text-align: center;
}

.text_over_image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
  right: 50px;
}

.home-h {
  /*font-family: 'Narziss', serif;*/
  font-family: 'Dancing Script', cursive;
  font-size: 5rem;
  color: #05ADFA;
  text-align: center;
}

@media (max-width: 576px) {
  .home-h {
    font-size: 3rem;
  }
}

.home-sub {
  font-family: 'Narziss', serif;
  font-size: 2rem;
  color: #030303;
  text-align: center;
}

.label, .d-title {
  color: #030303;
  font-family: 'Narziss', serif;
  font-size: 2rem;
}

.d-title {
  font-size: 1.75rem;
}

.text-on-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.img-text {
  font-size: 6rem;
  color: #fff;
  font-family: 'Narziss', serif;
  margin-bottom: 0;
}

.sublabel {
  font-family: 'Narziss', serif;
  font-size: 1.125rem;
  color: #1c2748;
  text-align: center;
  margin: 0 auto;
  width: 50%;
}

.g-label {
  font-family: 'Narziss', serif;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}

.s-header {
  font-family: 'Narziss', serif;
  font-size: 6.625rem;
  text-transform: uppercase;
  color: #030303;
  margin-bottom: 0;
}

.s-subheader {
  font-family: 'Narziss', serif;
  font-size: 3.75rem;
  color: #0f0f0f;
  font-weight: 200;
  margin-bottom: 0;
}

.s-content {
  font-family: 'Narziss', serif;
  font-size: 1.5rem;
}

.footer-title {
  font-family: 'Narziss', serif;
  font-size: 2rem;
  color: #28292a;
  font-weight: 200;
}

.footer-content {
  font-family: 'Narziss', serif;
  font-size: 1rem;
  color: #28292a;
  font-weight: 200;
}

.footer-contact i {
  font-size: 2rem;
}

.footer-contact i:before {
  width: 40px;
  text-align: center;
}


/* Small */
@media (max-width: 576px) {
  .logo {
    width: 200px;
  }

  .first-element {
    margin-top: 62px;
  }

  .h-landing {
    max-width: none;
    height: 300px;
  }

  .text_over_image {
    right: 0;
    width: auto;
  }

  .wrap {
    overflow: hidden;
  }

  .img-text {
    font-size: 4rem;
  }

  .sublabel {
    width: 100%;
  }

  .s-header {
    font-size: 5rem;
  }

  .s-subheader {
    font-size: 2.75rem;
  }

  .s-content {
    font-size: 1rem;
  }
}

/* Extra Small, Small and medium */
@media (max-width: 768px) {
  .navbar {
    padding: .5rem 1rem;
  }
}

/* Blog category */
.page-title {
  font-family: 'Narziss', serif;
  text-transform: uppercase;
  font-size: 2.5rem;
  text-align: center;
  margin: 0 .875rem 0 1rem;
  color: #030303;
  letter-spacing: 2px;
  white-space: nowrap;
}

@media (max-width: 576px) {
  .page-title {
    white-space: inherit;
  }
}

.title-line {
  margin-top: 1.0625rem;
  border-color: #030303;
  width: 100%;
}

.cat-title {
  font-family: 'Narziss', serif;
  font-size: 2rem;
  color: #030303;
  margin-top: 1rem;
}

.blog-title {
  font-family: 'Narziss', serif;
  text-transform: uppercase;
  font-size: 2rem;
  color: #030303;
}

.blog-title::first-line {
  line-height: .5;
}

.blog-summary {
  color: #193345;
  font-family: 'Narziss', serif;
  font-size: 1rem;
  font-weight: 100;
}

.blog-created {
  border-top: 4px solid #59c6f2;
}

.blog-date {
  color: #717171;
  font-family: 'Narziss', serif;
  font-weight: 100;
  font-size: 1rem;
  padding-top: .5rem;
  margin-bottom: 0;
}

.blog-author {
  font-family: 'Narziss', serif;
  font-size: 1rem;
  color: #000000;
}

.blog-separator {
  margin: 2rem 0;
}

.read-more {
  padding: .5rem 1rem;
  color: #000;
  border: 2px solid #000;
  text-decoration: none;
  font-family: 'Narziss', serif;
  font-size: 1.125rem;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}

.read-more:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
}

.blog-img {
  max-height: 500px;
}

.blog-post-date {
  font-family: 'Narziss', serif;
  font-weight: 100;
  font-size: 1rem;
  color: #030303;
}

.blog-content {
  font-size: 1.25rem;
  font-family: 'Narziss', serif;
  color: #030303;
}

/* < Medium*/
@media (max-width: 768px) {
  .blog-date {
    display: inline-block;
  }

  .blog-author {
    display: inline-block;
  }

  .blog-created {
    border:none;
  }

  .blog-title::first-line {
    line-height: 1.5;
  }
 }

.about-us {
  color: #030303;
  font-size: 3rem;
  text-transform: uppercase;
  border-bottom: 5px solid #030303;
  font-family: 'Narziss', serif;
}

.background {
  margin-top: 5rem;
  background: url("../img/about-us-background.jpg")
}

.about-col {
  background: #fff;
  margin-top: -3rem;
}

.about-us-content {
  font-family: 'Narziss', serif;
  font-size: 1.75rem;
  color: #030303;
}

.flex-direction-nav a {
  height: 45px;
}

.flex-direction-nav a:before {
  color: rgba(5, 173, 250, 0.9);
}

.contact-background {
  background-color: #71ccf3;
}

.contact-form {
  font-family: 'Narziss', serif;
}

.contact-form label {
  font-size: 1.5rem;
}

.contact-form input {
  border-radius: 0;
}

.contact-form textarea {
  width: 100%;
}

.contact-form button {
  margin: 1rem auto;
  display: block;
  color: #fff;
  font-size: 2rem;
  background: #212121;
  border-radius: 0;
  padding: .5rem 4rem;
  cursor: pointer;
}

.bottom-row {
  background: #212529;
}

.copyright {
  font-family: 'Narziss', serif;
  color: #fff;
  margin-bottom: 0;
  font-size: 1.125rem;
}

.netmaster {
  height: 40px;
}

.keywords h1,
.keywords h2,
.keywords h3 {
  display: inline;
  color: #fff;
  font-family: 'Narziss', serif;
  font-size: .875rem;
  text-decoration-color: #fff !important;
}


.subscribe-form input,
.subscribe-form button {
  border-radius: 0;
}

.subscribe-form input:focus {
  box-shadow: none;
}

.subscribe-form button {
  cursor: pointer;
  background: #c6c6c6;
  color: #fff;
}

.cat-siblings, .cat-siblings:hover {
  font-family: 'Narziss', serif;
  color: #030303;
  font-size: 1.25rem;
  text-decoration: none;
}

.divide {
  border-color: #030303;
}

.active {
  color: #05ADFA !important;
}

.w-space {
  white-space: inherit;
}

#search {
  border: 2px solid #00B4CC;
  height: 2rem;
  padding-left: .5rem
}

#search-submit {
  background: #00B4CC;
  cursor: pointer;
  border: 2px solid #00B4CC;
  height: 2rem;
}

#search-submit i {
  font-size: 1.5rem;
  color: #fff;
}

.w-auto {
  width: auto;
}

.nav-clone {
  margin-bottom: 1rem;
}

.first {
  border-left: 4px solid #00B4CC !important;
}
.easyPaginateNav a {
  color: #030303;
  text-decoration: none;
  font-size: 1.5rem;
  padding: .175rem .5rem;
  border: 4px solid #00B4CC;
  border-left: none;
  transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
}

.easyPaginateNav a:hover {
  background: #00B4CC;
}

.current {
  background: #00B4CC;
}
