/* ==========================================================================
CUSTOM FONTS
========================================================================== */
@font-face {
    font-family: "Allspring Sanomat Web";
    src: url("../fonts/allspring-sanomat/AllspringSanomat-Regular-Web.woff2") format("woff2"),
    url("../fonts/allspring-sanomat/AllspringSanomat-Regular-Web.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Allspring Sanomat Web";
    src: url("../fonts/allspring-sanomat/AllspringSanomat-Italic-Web.woff2") format("woff2"),
    url("../fonts/allspring-sanomat/AllspringSanomat-Italic-Web.woff") format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Allspring Sanomat Web";
    src: url("../fonts/allspring-sanomat/AllspringSanomat-Bold-Web.woff2") format("woff2"),
    url("../fonts/allspring-sanomat/AllspringSanomat-Bold-Web.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Allspring Sanomat Web";
    src: url("../fonts/allspring-sanomatAllspringSanomat-BoldItalic-Web.woff2") format("woff2"),
    url("../fonts/allspring-sanomatAllspringSanomat-BoldItalic-Web.woff") format("woff");
    font-weight: 700;
    font-style: italic;
}


@font-face {
    font-family: "Graphik TF Web";
    src: url("../fonts/graphik/GraphikTF-Regular-Web.woff2") format("woff2"),
    url("../fonts/graphik/GraphikTF-Regular-Web.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Graphik TF Web";
    src: url("../fonts/graphik/GraphikTF-RegularItalic-Web.woff2") format("woff2"),
    url("../fonts/graphik/GraphikTF-RegularItalic-Web.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    }

@font-face {
    font-family: "Graphik TF Web";
    src: url("../fonts/graphik/GraphikTF-Semibold-Web.woff2") format("woff2"),
    url("../fonts/graphik/GraphikTF-Semibold-Web.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Graphik TF Web";
    src: url("../fonts/graphik/GraphikTF-SemiboldItalic-Web.woff2") format("woff2"),
    url("../fonts/graphik/GraphikTF-SemiboldItalic-Web.woff") format("woff");
    font-weight: 600;
    font-style: italic;
    }


/* ==========================================================================
CUSTOM CSS
========================================================================== */

#pre-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
}

#status {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#loader_svg {
    width: 120px;
    height: 120px;
}

body {
    padding-top: 0;
    font-family: 'Graphik TF Web', sans-serif;
    font-size: 14px;
    font-feature-settings: "liga", "kern";

}

header, section {
    padding-top: 60px;
    padding-bottom: 60px;
}

header.full-height-section, section.full-height-section {
    min-height: 100%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

a {
    color: #3B90B3;
}

.alert#cookie-consent {margin-bottom: 0px;}

.full-size-background {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}


#app-container {
    overflow: clip;
    contain: paint;
}

#app {
    transition: all 1.2s ease-in-out;
    transform-origin: center;
}
.scale {
    transform: scale(1.4);
}


/* ==========================================================================
GENERAL STYLES
========================================================================== */

.content-separator-left {
    border: 3px solid #021522;
    width: 50px;
    margin-left: 0px;
}

.block-description {
    position: relative;
}

.block-page-link, .block-page-link:hover {
    text-decoration: none;
    color: initial;
}

.block-page-link:hover img {
    opacity: 0.8;
}

.block-description span {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 0.8rem;
    padding: 10px 25px;
}

.btn-style {
    border-radius: 0px;
}

/* ==========================================================================
COLOURS
========================================================================== */

.bg-light {
    background-color: #f9f9f9 !important;
}

.bg-purple {
    background-color: #5627E7;
}


.text-purple {
    color: #5627E7;
}

.text-xl {
    font-size: 4rem;
}



/* ==========================================================================
FONTS 
========================================================================== */

h1, h2, h3, h4, h5, h6 {
    font-family: "Allspring Sanomat Web", "Times New Roman", Times, serif;
}

h1 {
    font-size: 2rem;
}

.font-large {
    font-size: 1.2rem;
}

.lead {
    font-size: 1.1rem;
}


/* ==========================================================================
NAVIGATION
========================================================================== */


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

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1);
    font-family: "Allspring Sanomat Web", "Times New Roman", Times, serif;
    border-bottom: 3px solid #fff;
    padding: .2rem 0;
    margin: 0 .8rem;

}

.navbar-light .navbar-nav .nav-link.active {
    border-bottom: 3px solid #5627E7;
}

.navbar-nav .dropdown-menu {
    border-radius: 0;
    background-color: #000;
    color:#fff
}

.dropdown-item {
    color: #fff;
}

.dropdown-item:hover {
    color: #000;
    background: #fff;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #5627E7;
    color: #fff;

}

  .menu-button-container span {
    display: block;
    width: 35px;
    height: 5px;
    background-color: #000;
    margin: 6px 0;
    border-radius: 10px;
    transition: all .2s ease; 
  }
  
  .menu-button-container.menu-open span:first-child {
    transform: rotate(-45deg) translate(-8px, 6px); 
  }
  .menu-button-container.menu-open span:nth-child(2) {
    margin-left: -20px;
    opacity: 0; 
  }
  .menu-button-container.menu-open span:last-child {
    transform: rotate(45deg) translate(-8px, -8px); 
  }

  .dropdown-toggle {
    -webkit-tap-highlight-color: transparent;
    border: 0;
    box-shadow: 0;
    outline: 0;
}

/* ==========================================================================
VIEWER
========================================================================== */

.map-canvas {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.map-icon {
    position: absolute;

}

.map-marker {
    cursor: pointer;
}

.map-marker:hover .cls-3 {
    fill: #5627E7 !important
}

.map-marker:hover .cls-2 {
    fill: #fff !important
}



.position-1 {
    top: 30%;
    left: 60%;
}

.notice {
    border-top: 2px solid #fff;
}


/* ==========================================================================
LOCATIONS
========================================================================== */

.info-panel, .img-panel {
    min-height: 200px;
}


.location-fact {
    padding: 1rem 0;
    margin: 0;
}

.location-fact ul {
    list-style-type: circle;
}


.location-fact:not(:last-child) {
    border-bottom: 2px solid #fff;
}


.back-btn {
    color: #fff;
    border-bottom: 2px solid #fff;
    text-decoration: none;
    padding-bottom: .4rem;
    transition: all .2s ease;
}

.back-btn:hover {
    color: #fff;
    border-bottom: 2px solid #c09bfd;
    text-decoration: none;
}

.back-btn.text-purple {
    color: #5627E7;
    border-bottom: 2px solid #5627E7;
   
}

.back-btn.text-purple:hover {
    color: #5627E7;
}

.back-btn:before {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url('../img/icons/back-arrow.svg');
    background-size: 18px 18px;
    background-repeat: no-repeat;
    display: inline-block !important;
    border: 0;
    margin-left: 0;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.back-btn.text-purple:before {
    background-image: url('../img/icons/back-arrow-purple.svg');

}

.feature-img {
    border: 6px solid #fff;
    max-width: 400px;
    width: 100%;
    height: auto;
}

.icon-block {
    max-width: 70px;
    min-width: 70px;
    width: 100%;
    height: auto;
}


.icon-tower {
    max-width: 40px;
    min-width: 40px;
    width: 100%;
    height: auto;
}

.icon-bridge {
    max-height: 30px;
    max-height: 30px;
    width: auto;
    height: 100%;
}

/* ==========================================================================
MODAL
========================================================================== */




/* ==========================================================================
FOOTER
========================================================================== */

footer {
    padding-top: 40px;
    padding-bottom: 40px;
}
