html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background: #c8edff;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

#top {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 215px;
    background: #9e0085;
    color: #ffffff;
    float: left;
    width: 100%;
}

#top h2 {
    font-style: italic;
}

#kongen {
    position: absolute;
    top: 0;
    left: 0;
}

h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 5px;
    font-weight: 600;
}

h2 {
    font-size: 20px;
    font-weight: 400;
}

h3 {
    font-weight: 600;
}

#left_col {
    float: left;
    margin-top: 60px;
    margin-bottom: 15px;
}
#right_col {
    background: #6a5926;
    border-radius: 15px;
    color: #FFFFFF;
    width: 27%;
    position: absolute;
    right: 20px;
    padding: 25px;
    z-index: 3;
    top: 85px;
}

#bubble {
    position: absolute;
    z-index: 2;
    top: 150px;
    right: 30%;
}

@media (max-width: 1024px) {
    #right_col {
        border-radius: 0;
        width: 100%;
        padding: 25px;
        position: initial;
    }
    #bubble {
        position: absolute;
        z-index: 2;
        top: 160px;
        right: 20px;
    }
}

#right_col .preamble {
    font-size: 17px;
    display: block;
    margin-bottom: 1em;
}

#right_col h3 {
    font-weight: 600;
}

#right_col h2 {
    font-weight: 600;
    margin-bottom: 1em;
}

#right_col h3, #right_col p {
    margin-top: 1em;
    font-size: 15px;
}

#expl, #top_code {
    background: #9e0085;
    color: #ffffff;
    padding: 15px;
}

#expl ul {
    margin: 85px 10px 0 10px
}
#expl li {
    padding-bottom: 4px;
}

#expl h2 {
    font-size: 21px;
    font-weight: 600;
    background: #540046;
    padding: 25px;
    position: absolute;
    z-index: 1;
    left: 0;
}

#expl .square {
    width: 70px;
    height: 45px;
    background: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#expl .text {
    line-height: 30px;
    font-size: 18px;
}

#top_code {
    margin-top: 20px;
}

#top_code h2 {
    font-size: 21px;
    font-weight: 600;
    background: #540046;
    padding: 10px;
    margin: -22px auto 5px;
    width: 90px;
}
#top_code p {
    font-size: 17px;
    text-align: center;
    padding-bottom: 8px;
}
#top_code .col {
    text-align: center;
    width: 49%;
    float: left;
}
#top_code .col.first {
    padding-right: 2%;
}

#top_code .pos {
    margin-bottom: 1px;
    font-size: 17px;
    line-height: 26px;
    padding: 0;
}

* {box-sizing: border-box;}
.img-magnifier-container {
    position:relative;
    float: left;
}
.img-magnifier-glass {
    position: absolute;
    border: 3px solid #000;
    border-radius: 50%;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 100px;
    height: 100px;
}

#map_footer {
    background: url("img/blue-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
}
#map_footer h2{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 1em;
}
#map_footer h3{
    font-weight: 600;
    font-size: 15px;
    margin-top: 1em;
}
#map_footer p{
    margin-top: 1em;
}
#map_footer .col{
    float: left;
    width: 50%;
    padding: 3%;
}
.copy_right {
    background: #073d58;
    text-align: right;
    width: 100%;
    padding: 3%;
}