html {
  scroll-behavior: smooth;
  font-size:20px;
  font-family: playfair-display, serif;
}
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}
a {
  background-color: transparent;
  transition: .3s;
  color:white;
  font-family: playfair-display, serif;
}
i {

}
a:active,
a:hover {
  outline: 0;
  transition: .3s;
  opacity:0.7;
  color:white;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}
div {
  color:white;
  word-break:break-word;
}
p {
  font-family:'Helvetica Neue';
}
ul li {
  font-family:'Helvetica Neue';
}
pre {
  font-family:'Helvetica Neue';
}
.row {
  margin-left:0px!important;
  margin-right:0px!important;
}
.primary_nav {
  list-style-type:none;
  padding-left:0px;
  margin-bottom:0px!important;
}
.primary-nav li a {
  display:inline!important;
}
.menu-item {
  display:inline;
}
.menu-item a {
  margin-right:0.7rem;
  text-transform:uppercase;
  font-size:1rem;
  color:white;
  letter-spacing:1px;
}
.menu-item a:hover {
  text-decoration:none;
  color:white;
}
.menu_puh {
  color:#DA291C;
  padding:0.5rem 1rem;
  border:1px solid #DA291C;
  display:inline-block;
  margin:0rem 0.5rem;
  font-family:'Montserrat';
}
.menu_puh:hover {
    color:#DA291C;
    opacity:0.7;
    text-decoration:none;
}
.menu_puh:hover i {
  color:#DA291C;
}
.menu_puh:hover a {
  color:#DA291C;
}
.menu_puh i:hover {
  text-decoration:none;
}
.lang_menu {
  border:1px solid white;
  padding:0.5rem 1rem;
  margin-left:1rem;
  font-family:'Playfair Display';
  cursor:pointer;
}
.lang_menu:hover {
  opacity:0.7;
}
.thumb {
  width:100%;
  height:auto;
}
.blue {
  color:#0D33A0!important;
}
.bold {
  font-weight:bold;
}
.current_page_item {
  font-weight:600;
}
.aspa {
  position:absolute;
  font-size:0.4rem;
  font-family:'Helvetica Neue';
  text-transform: uppercase;
  font-weight:bold;
  letter-spacing:1px;
  color:white;
  margin-top:-1.3rem;
  margin-left:-3.5rem;
  word-break:keep-all;
}
.menu_open {
  display:flex;
}
.hamburger {
  display:none;
  cursor:pointer;
}
.hamburger i {
  font-size:30px!important;
}
.close_cont {
  display:none;
  cursor:pointer;
}
.close_cont i {
  font-size:30px!important;
}
.venyks {
  width:100%;
}

.global-combact {
    background-color:#0D33A0!important;
}
.global-combact p {
  color:#FFFFFF!important;
}

.global-combact-column {
  padding: 0;
}
.wp-block-columns li {
  color: black;
  margin-bottom: 0.5rem;
}
.wp-block-columns ul {
  padding-left: 0.75rem;
}
.sininen-nappula {
  text-transform: uppercase;
  background-color: #0D33A0;
  padding: 1.1rem 2.1rem;
  letter-spacing: 2px;
  font-size: 0.8rem;
  font-weight: bold;
  font-family: 'Helvetica Neue';
  color:white;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  transition: .3s;
  font-family: playfair-display, serif;
}
h1 {
  
}
h2 {
 
}
h3 {

}
h4 {
 
}
h5 {
 
}
p {
  color:white;
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
  h1 {
    font-size:35px!important;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 576px) {

}



@media only screen and (max-width: 480px) {

  html {
    font-size: 75%;
  }
  h1 {
    font-size:25px!important;
  }
}

@media (max-width: 1420px) {

  .menu_open {
    display:none;
  }
  .hamburger {
    display:inline;
  }

  .menu_open ul li {
    display:block;
  }

  .primary_nav {
    text-align:right;
  }

  .puh_cont {
    margin-top:2rem;
    text-align:right;
  }

  .lang_cont {
    margin-top:2rem;
    text-align:right;
  }

  .menu-item {
    padding-top:1rem!important;
  }

  .aspa {
    display:none;
  }


}


