body {
    padding-top: 150px;
}

.marker {
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: white;
    border: 2px solid #9B9B9B;
    position: relative;
    left: 190px;
    top: -30px;
    z-index: 100;
}

.marker-wrapped {
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: white;
    border: 2px solid #9B9B9B;
    position: relative;
    left: 190px;
    top: -50px;
    z-index: 100;
}

address {
    display: inline-block;
    font-size: 12pt;
    font-weight: 300;
}

address a {
    display: inline-block;
    color: black;
}

.initials {
    font-size: 32pt;
    font-weight: 400;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 15px;
    background: white;
    border: 2px solid #0187DE;
    color: black;
    text-align: center;
}

.vertical-line {
    border-left: 2px solid #9B9B9B;
    height: 100%;
}

.navbar-header {
    margin-bottom: 10px;
}

.navbar h1 {
    font-size: 32pt;
    font-weight: 100;
    color: #0187DE;
}

.navbar h1 + small {
    font-size: 13pt;
    font-weight: 300;
}

section h1 {
    font-size: 16pt;
    font-weight: bold;
}

section h2 {
    font-size: 13pt;
    font-weight: 600;
}

section h3 {
    font-size: 13pt;
    font-weight: 600;
    color: #404040;
}

section p, section ul {
    font-size: 13pt;
    font-weight: 150;
}

section div div h1 {
    text-align: right;
    font-size: 15pt;
    font-weight: 400;
    color: #0187DE;
}

@media (max-width: 1200px) {
    .marker {
        border-radius: 50%;
        display: inline-block;
        width: 20px;
        height: 20px;
        background: white;
        border: 2px solid #9B9B9B;
        position: relative;
        left: 156px;
        top: -30px;
        z-index: 100;
    }

    .marker-wrapped {
        border-radius: 50%;
        display: inline-block;
        width: 20px;
        height: 20px;
        background: white;
        border: 2px solid #9B9B9B;
        position: relative;
        left: 156px;
        top: -50px;
        z-index: 100;
    }
}

@media (max-width: 992px) {
    .marker {
        border-radius: 50%;
        display: inline-block;
        width: 20px;
        height: 20px;
        background: white;
        border: 2px solid #9B9B9B;
        position: relative;
        left: 156px;
        top: -30px;
        z-index: 100;
    }

    .marker-wrapped {
        border-radius: 50%;
        display: inline-block;
        width: 20px;
        height: 20px;
        background: white;
        border: 2px solid #9B9B9B;
        position: relative;
        left: 156px;
        top: -50px;
        z-index: 100;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 0;
    }

    .marker {
        border-radius: 50%;
        display: inline-block;
        width: 20px;
        height: 20px;
        background: white;
        border: 2px solid #9B9B9B;
        position: relative;
        left: 111px;
        top: -30px;
        z-index: 100;
    }

    .marker-wrapped {
        border-radius: 50%;
        display: inline-block;
        width: 20px;
        height: 20px;
        background: white;
        border: 2px solid #9B9B9B;
        position: relative;
        left: 111px;
        top: -50px;
        z-index: 100;
    }
}

@media (max-width: 576px) {
    section {
        padding-left: 0;
    }

    body {
        padding-top: 0;
    }

    .marker {
        display: none;
    }

    .marker-wrapped {
        display: none;
    }

    section div div h1 {
        text-align: left;
    }
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {
    address {
        font-size: 14pt;
    }
    .navbar h1 + small {
        font-size: 15pt;
    }
    section h1 {
        font-size: 18pt;
    }
    section h2 {
        font-size: 15pt;
    }
    section h3 {
        font-size: 15pt;
    }
    section p, section ul {
        font-size: 15pt;
        font-weight: 300;
    }
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {
    address {
        font-size: 14pt;
    }
    .navbar h1 + small {
        font-size: 15pt;
    }
    section h1 {
        font-size: 18pt;
    }
    section h2 {
        font-size: 15pt;
    }
    section h3 {
        font-size: 15pt;
    }
    section p, section ul {
        font-size: 15pt;
        font-weight: 300;
    }
}