body {
    font-family: 'Poppins', sans-serif;
    background: #f8fafc;
}

h1, h2, h3, h4 {
    margin-bottom: 0;
}

h1.blue, h2.blue, h3.blue, h4.blue, span.blue {
    font-weight: bold;
    color: #FFBD33;
}

h1.dark, h2.dark, h3.dark, h4.dark {
    color: #13122c;
}

.no-decor {
    text-decoration: none;
}

b.blue {
    color: #FFBD33;
}

.underline {
    display: block;
    border-bottom: 3px solid #FFBD33;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: .5em;
}

div.blue {
    background: #FFBD33;
    color: white;
    padding: 1em;
}

div.blue h1,
div.blue h2 {
    text-decoration-color: #00547a;
}

div.dark_blue {
    background: #13122c;
    color: white;
    position: relative;
    padding: 1em;
}

div.dark_blue h1,
div.dark_blue h2, {
    text-decoration-color: #FFBD33;
}

.row {
    width: 100%;
    margin: 0;
}

.navbar {
    width: 100%;
    background: #f8fafc;
    z-index: 10;
}

.prenav{
    width: 100%;
    padding: 0.5em;
    color: white;
}

.navbar .nav-link {
}

.navbar .flex-row h2, p, div {
    padding: 0;
}

.navbar .container {
    line-height: 3em;
    padding: 0;
}

.nav-link:hover {
    text-underline-offset: 1em;
    text-decoration: underline;
    text-decoration-thickness: 20%;
    text-decoration-color: #FFBD33;
}

a {
    color: inherit;
    transition: .5s;
    text-decoration: none;
}

a:hover, .scrolly:hover {
    color: #FFBD33;
    text-decoration: none;
}

.scrolly {
    cursor: pointer !important;
}

.btn {
    border-radius: 20px;
    margin-bottom: .5em;
}

.btn-primary {
    transition: .7s;
    background: #FFBD33;
    border: 1px solid #FFBD33;
}

.btn-primary:hover {
    background: #13122c;
    border: 1px solid #13122c;
    color: white;
}

.btn-transparent {
    background: transparent;
    border: 2px solid #FFBD33;
    color: #13122c;
    transition: .5s;
}

.btn-transparent:hover {
    border: 2px solid #13122c;
    background: #13122c;
    color: white;
}

.btn-dark {
    background: #13122c;
    border: 1px solid #13122c;
    transition: 1s;
}

.btn-dark:hover {
    background: #FFBD33;
    border: 1px solid #FFBD33;
}

.banner {
    min-height: 50vh;
    height: fit-content;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 40%);
    position: relative;
}

.flex-inline {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.flex-inline h2, .flex-inline p, .flex-inline div {
    padding: 1em;
    margin: 0;
}

.overlay {
    padding: 2em;
    width: 100vw;
    max-width: 100%;
    border-radius: 0;
    height: 100%;
    color: white;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
}

.flex-centre {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

label {
    margin: 0;
}

.form-control {
    border-radius: 20px;
}

.content {
    padding: 4em 0 4em 0;
}

.card-img-top, .card-image img {
    object-fit: cover;
    width: 100%;
    height: 15em;
    border-radius: 20px;
}

.image {
    object-fit: cover;
    width: 20em;
    height: 15em;
    border-radius: 20px;
    z-index: 3;
}

.siema_image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
}

.card {
    color: #13122c;
    width: fit-content;
    margin: 0 auto;
    border-radius: 20px;
    border: none;
}

.card-header {
    background: #13122c;
    color: white;
}

.footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer {
    background-color: #13122c;
    text-align: center;
    padding: 2em;
    width: 100%;
    color: white;
}

hr {
    width: 50%;
    margin-top: 2em;
    margin-bottom: 2em;
    border-top: 1px solid #FFBD33;
}

.icons i {
    font-size: 1em;
    padding: .5em;
}

@media only screen and (max-width: 1000px) {
    .navbar {
        background-color: rgba(255, 255, 255, 0.8) !important;
    }

    .flex-inline {
        flex-flow: row wrap;
    }

    .content {
        padding: 3em 0;
    }

    .overlay {
        text-align: center;
    }

    .overlay .card {
        margin-top: 1em;
    }

    .footer * {
        text-align: center;
    }


    #portfolio .card:first {
        margin-top: 0;
    }

    #portfolio .card {
        margin-top: 1em;
    }
}

iframe {
    width: 100%;
    height: 610.422px;
    box-shadow: none;
    border: 0;
}

.fa-star {
    color: gold;
}

#map {
    height: 50vh;
    width: 100%;
    margin-bottom: 1em;
}

.text-black {
    color: #13122c !important;
}

.text-red{
    color: red;
    font-weight: bold;
    font-size: .8em;
}