body {
    background-color: #fff;
    font-family: Hurme;
    font-size: 1.2em;
}

h1, h2, h3 {
    font-family: Hurme;
}
h1 {
    font-size: 2em;
}

.navbar-light {
    font-family: Originals;
    text-align: center;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-toggler {
    color: #005685;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-toggler:hover {
    color: #3B94C3;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-toggler:focus {
    color: #3B94C3;
}

.navbar-light .navbar-nav .active > .nav-link  {
    color: #112A38;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 86, 133, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

 .dropdown-menu a:hover {color: #3B94C3;}

 .dropdown-menu .active {
     background-color: #fff;
    color: #112A38;
}


.btn-lingid {
    color: #f8f9fa;
    background-color: #005685;
    border-color: #fff;
    border-radius: 0;
    width: 100%;
}

.btn:hover {
    background-color: #f8f9fa;
    color: #005685;
}

@font-face {
    font-family: Originals;
    src: url(../woff/originals.woff);
  }

  @font-face {
    font-family: RightHand;
    src: url(../woff/righthand.woff);
  }

  @font-face {
    font-family: RightHand;
    src: url(../woff/righthand-bold.woff);
    font-weight: bold;
  }

  @font-face {
    font-family: RightHand;
    src: url(../woff/righthand-italic.woff);
    font-style: italic;
  }

  @font-face {
    font-family: Amalfi;
    src: url(../woff/amalfi.woff);
  }

  @font-face {
    font-family: Hurme;
    src: url(../woff/hurme-thin.woff);
  }

  @font-face {
    font-family: Hurme;
    src: url(../woff/hurme.woff);
    font-style: bold;
  }

.header {
    padding-top: 100px;
    padding-bottom: 30px;
    background-color: #005685;

    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 80% 100%, 60% 97%, 40% 97%, 20% 95%, 0 95%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 80% 100%, 60% 97%, 40% 97%, 20% 95%, 0 95%);
}

.separator-dark {
    margin: 30px 0;
    height: 75px;
    background-color: #005685;

    -webkit-clip-path: polygon(0 0, 20% 0, 40% 10%, 60% 10%, 80% 20%, 100% 20%, 100% 100%, 80% 100%, 60% 90%, 40% 90%, 20% 80%, 0 80%);
    clip-path: polygon(0 0, 20% 0, 40% 10%, 60% 10%, 80% 20%, 100% 20%, 100% 100%, 80% 100%, 60% 90%, 40% 90%, 20% 80%, 0 80%);
    
}

.separator-light {
    margin: 30px 0;
    height: 75px;
    background-color: #f8f9fa;

    -webkit-clip-path: polygon(0 0, 20% 0, 40% 10%, 60% 10%, 80% 20%, 100% 20%, 100% 100%, 80% 100%, 60% 90%, 40% 90%, 20% 80%, 0 80%);
    clip-path: polygon(0 0, 20% 0, 40% 10%, 60% 10%, 80% 20%, 100% 20%, 100% 100%, 80% 100%, 60% 90%, 40% 90%, 20% 80%, 0 80%);
    
}

.large-title-dark {
    font-family: Amalfi;
    font-size: 100px;
    color: #f8f9fa;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;

    margin: 30px 0;
    padding: 40px 0 30px 0;
    min-height: 150px;
    overflow: hidden;
    background-color: #005685;

    -webkit-clip-path: polygon(0 0, 20% 0, 40% 5%, 60% 5%, 80% 10%, 100% 10%, 100% 100%, 80% 100%, 60% 95%, 40% 95%, 20% 90%, 0 90%);
    clip-path: polygon(0 0, 20% 0, 40% 5%, 60% 5%, 80% 10%, 100% 10%, 100% 100%, 80% 100%, 60% 95%, 40% 95%, 20% 90%, 0 90%);

    text-shadow: -1px -1px 0 #f8f9fa, 1px -1px 0 #f8f9fa, -1px 1px 0 #f8f9fa, 1px 1px 0 #f8f9fa;
}

.large-title-light {
    font-family: Amalfi;
    font-size: 100px;
    color: #005685;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;

    margin: 30px 0;
    padding: 40px 0 30px 0;
    min-height: 150px;
    overflow: hidden;
    background-color: #f8f9fa;

    -webkit-clip-path: polygon(0 0, 20% 0, 40% 5%, 60% 5%, 80% 10%, 100% 10%, 100% 100%, 80% 100%, 60% 95%, 40% 95%, 20% 90%, 0 90%);
    clip-path: polygon(0 0, 20% 0, 40% 5%, 60% 5%, 80% 10%, 100% 10%, 100% 100%, 80% 100%, 60% 95%, 40% 95%, 20% 90%, 0 90%);

    text-shadow: -1px -1px 0 #005685, 1px -1px 0 #005685, -1px 1px 0 #005685, 1px 1px 0 #005685;
}

.margin {
    margin: 0.5em 0;
}

.footer {
    font-family: Hurme;
    font-size: 20px;
    color: #f8f9fa;
    text-align: center;

    margin: 30px 0 0;
    padding: 25px 0 20px 0;
    height: 75px;
    background-color: #005685;
    -webkit-clip-path: polygon(0 0, 20% 0, 40% 5%, 60% 5%, 80% 10%, 100% 10%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 20% 0, 40% 5%, 60% 5%, 80% 10%, 100% 10%, 100% 100%, 0 100%);
}

/* .dropdown {
    position: relative;
    display: inline-block;
  } */
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 100px;
    z-index: 1;
    text-align: center;
  }
  
  /* Links inside the dropdown */
  .dropdown-menu a {
    color: #005685;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  /* dropdowni kõrgus, responsive*/
  
  /* Change color of dropdown links on hover */
  .dropdown-menu a:hover {color: #3B94C3;}
  .dropdown-menu a:focus {color: #3B94C3;}
  
  /* Show the dropdown menu on hover */
  @media (min-width: 576px) {
    .dropdown:hover .dropdown-menu {display: block;}

    .dropdown-toggle::after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(0, 86, 133, 0);
        border-top-color: #005685;
        border-width: 5px;
        margin-left: -5px;
    }
  }
 
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropdown-toggle {color: #3B94C3;}

  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
      margin-top: 1em;
  }

  .videoembed {
    background-color: #000;
    /* margin-bottom: 30px;
    position: relative; */
    overflow: hidden;
    cursor: pointer;
}
.videoembed img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}
.videoembed .play-button {
    width: 90px;
    height: 60px;
    background-color: #0076B7;
    /* box-shadow: 0 0 30px rgba( 0,0,0,0.6 ); */
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.videoembed .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.videoembed img,
.videoembed .play-button {
    cursor: pointer;
}
.videoembed img,
.videoembed iframe,
.videoembed .play-button,
.videoembed .play-button:before {
    position: absolute;
}
.videoembed .play-button,
.videoembed .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.videoembed iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}