/* alegreya-sc-regular - latin */
/* alegreya-sc-regular - latin */
@font-face {
    font-family: 'Alegreya SC';
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: local('Alegreya SC Regular'), local('AlegreyaSC-Regular'),
    url('../fonts/alegreya-sc-v11-latin-regular.woff2') format('woff2'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('../fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/open-sans-v17-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-display: fallback;
    src: local('Open Sans Italic'), local('OpenSans-Italic'),
    url('../fonts/open-sans-v17-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/open-sans-v17-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('../fonts/open-sans-v17-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/open-sans-v17-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-display: fallback;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
    url('../fonts/open-sans-v17-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/open-sans-v17-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lora-regular - latin */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: local(''),
    url('../fonts/lora-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/lora-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lora-700 - latin */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: local(''),
    url('../fonts/lora-v15-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/lora-v15-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lora-italic - latin */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    font-display: fallback;
    src: local(''),
    url('../fonts/lora-v15-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/lora-v15-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lora-700italic - latin */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 700;
    font-display: fallback;
    src: local(''),
    url('../fonts/lora-v15-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/lora-v15-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
    font-family: "Open Sans", Georgia, Cambria, Times, "Times New Roman", Serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    line-height: 1.6;
    margin-bottom: 50px;
    font-display: swap;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: underline;
}


.container {
    display: grid;
    grid-template-rows: minmax(65px, auto) minmax(100px, auto) 65px [footer-end];
    /*grid-template-columns: minmax(2vw,1fr) repeat(4, 1fr) minmax(2vw,1fr);*/
    grid-template-columns: 2vw repeat(4, 1fr) 2vw;
    grid-row-gap: min(4vw, 40px);
    grid-template-areas: ". header header header header  ." ". mainer mainer mainer mainer ." ". footer footer footer footer .";
    justify-items: center;
}

.container-element {
    max-width: 1200px;
    width: 100%;
}

.header {
    top: 0px;
    grid-area: header;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 10px;
    border-bottom: 1px solid #eceefb;
    box-shadow: 5px 10px 18px #f0eef9;
    position: sticky;
    position: -webkit-sticky;
    z-index: 100;


}

.header .header-elem {
    padding: min(1.5vw, 10px) 0;
}


.header #HeaderTitle-text {
    vertical-align: center;
    padding-left: 10px;

    font-family: "Lora", Georgia, Times, "Times New Roman", Serif;
    color: #001c39;
    font-size: min(6vw, 1.75em);
    font-weight: bold;
}
.header .heading-link:hover{
    text-decoration: none;
}
@media screen and (max-width: 725px) {
    .header #logo-image {
        display: none;
    }

    .header #HeaderTitle {
        justify-content: center;
        padding-bottom: 0;
        text-align: center;

    }

    .header #HeaderTitle-text {
        text-align: center;
        /*font-size: max(16px, 1.5em);*/
    }

    .header #navbar {
        justify-content: center;
        flex-grow: 1;
        flex-wrap: wrap;
        padding-bottom: 0;
    }
}


.mainer {
    grid-area: mainer;
}

.mainer .inactive {
    display: none;
}

.mainer .active {
    display: block;
}

.mainer .home-header {
    font-family: "Lora", Georgia, Cambria, Times, "Times New Roman", Serif;
    /*color: rgba(0, 67, 204, 0.85);*/
    color: rgba(167, 0, 0, 0.85);
    font-size: max(16px, 1.75em);
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 10px;
}

.mainer .home-header2 {
    font-family: "Lora", Georgia, Cambria, Times, "Times New Roman", Serif;
    /*color: rgba(0, 67, 204, 0.85);*/
    color: rgba(54, 106, 211, 0.85);
    font-size: max(16px, 1.5em);
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 5px;
}

.mainer .home-header3 {
    font-family: "Lora", Georgia, Cambria, Times, "Times New Roman", Serif;
    /*color: rgba(0, 67, 204, 0.85);*/
    /*color: rgba(200, 0, 160, 0.85);*/
    color: #59c075;
    font-size: max(16px, 1.25em);
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 5px;
}

.mainer .home-textpara {
    color: rgb(90, 91, 106);
    font-size: max(12px, 1em);
    font-weight: bold;
    padding: 10px 0;
}

.mainer .home-textpara2 {
    color: #d5673b;
    /*color: #d05a5a;*/
    font-weight: bold;
    font-size: max(12px, 1em);
    padding: 10px 0px 15px 0px;
    font-family: Lora, Georgia, Cambria, Times, "Times New Roman", Serif;
}

.mainer .home-textpara3 {
    color: rgb(59, 140, 213);
    font-size: max(12px, 1em);
    padding: 10px 0px 15px 0px;
    font-family: Lora, Georgia, Cambria, Times, "Times New Roman", Serif;
    font-weight: 400;
}

.mainer .home-textpara a {
    color: #33aaff;
}


.footer {
    grid-area: footer;
    border-top: 1px solid #eceefb;
    box-shadow: 5px -10px 18px #f4f4f4;
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-self: self-end;
    padding: 10px 0;
    margin-top: 25px;
}

.footer #copyright {
    font-family: "Alegreya SC", "Felix Titling", "Perpetua Titling MT", Georgia, Times, "Times New Roman", Serif;
    color: #005999;
    text-align: center;
}


.node {
    stroke: #fff;
    stroke-width: 1.5px;
}

.link {
    stroke: #999;
    stroke-opacity: .6;
}
h1{
    font-family: Lora,Cambria,"Times New Roman",Times,Serif;
}
#legend {
    font-family: "Open Sans",Lora,Cambria,"Times New Roman",Times,Serif;
    color: #59c075;
    font-weight: bold;
}
#descript {
    font-family: "Open Sans",Lora,Cambria,"Times New Roman",Times,Serif;
    color: rgb(51, 170, 255);
    font-weight: bold;
}
.footer p{
    font-family: Lora,Cambria,"Times New Roman",Times,Serif;
    color: #ff8a00;
}

.node{
    font-weight: 400;
    font-family: Lora, Georgia, Cambria, Times, "Times New Roman", Serif;
    stroke: none!important;
    font-size: 10px;
}