body{
    font-family: "Montserrat", serif;
}
header {
    background-image: url("img/header.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center top;
    min-height: 80vh;
    background-attachment: fixed;
}
h1 {
    font-size:2.5em
}

.bg-blue {
    background:#142642
}
.fs-a{
    font-size:1.1em
}
form {
    max-width:500px;
    margin:0 auto;
}
section.section3 {
    background-attachment: fixed;
    background-image: url("img/skyline.webp");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
}
.submit {
    background:#ff6b00;
    border:unset;
    border-radius:1em;
}
.submit:hover {
    background:#ce5600;
}
input.form-control{
    border:1px solid #142642;
    border-radius: 1em;
    background-color: #efefef;
}
.custom-list {
    list-style: none; 
    padding-left: 20px; 
}
.custom-list li::before {
    content: "•";
    color: orange;
    font-size: 2em;
    font-weight: bold;
    margin-left: -20px;
    position: absolute;
    margin-top: -16px;
}
.custom-list li {
    margin-bottom:0.5em
}
.bora {
    border-radius: 1em;
    border:2px solid #142642
}

.card-custom{
    border-radius: 1em;
    border: 1px solid #142642;
    box-shadow: 5px 5px 6px 1px #b7b7b7;
}
.color-orange {
    color:#ff6b00
}

.title-bb {
    border-bottom:1px solid #b5b5b5
}