body {
    background: url("../img/background.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

header,
footer {
    background-color: #ffffff;
}

#navbar {
    border-top: 1px solid #87868a;
    border-bottom: 1px solid #87868a;
}

#navbar .nav-link {
    color: #444242;
}

#navbar .nav-link:hover {
    color: #001D7E;
}

#scroll-spy {
    margin-top: 250px;
}

#main {
    font-family: 'Amatic SC', cursive;
    color: #ffffff;
}

#main h1,
#main p,
#main .fast-link h2 {
    font-size: 32pt;
}

#main h1::after {
    content: "";
    display: block;
    height: 20px;
    margin-top: 5px;
    background: url("../img/main_h1_border.png") no-repeat center bottom;
}

#main .fast-link {
    width: 318px;
    height: 318px;
    background-color: rgba(91, 91, 95, 0.5);
    color: #fff;
    border-bottom: 5px solid #8EBB37;
}

#main .fast-link:hover {
    text-decoration: none;
    background: rgba(142, 187, 55, .50);

}

#the-project,
#applications,
#informations,
#news,
#contacts {
    background-color: #fff;
}

#the-project {
    background-image: url("../img/the_project_background.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 50%;
}

#applications {
    background-image: url("../img/applications_background_left.png"), url("../img/applications_background_right.png");
    background-repeat: no-repeat;
    background-position: left 45px bottom 45px, right 45px bottom 45px;
    background-size: 250px auto;
}

#the-project h1,
#applications h1,
#informations h1,
#news h1,
#contacts h1 {
    font-family: 'Amatic SC', cursive;
    font-size: 32pt;
    color: #001D7E;
    margin-bottom: 32px;
}

#the-project h1::after,
#applications h1::after,
#informations h1::after,
#news h1::after,
#contacts h1::after {
    content: "";
    display: block;
    height: 6px;
    margin-top: 5px;
    background: url("../img/h1_border.png") no-repeat center bottom;
}

#the-project p,
#applications p,
#informations p,
#news p,
#contacts p,
footer {
     font-size: 13pt;
     color: #444242;
 }

ul {
    list-style-image: url("../img/ul.png");
}

.image-links span {
    font-family: 'Amatic SC', cursive;
    font-size: 24pt;
    color: #444242;
    border: 2px solid #444242;
    padding: 20px;
    background: #ffffff;
}

.image-links:hover {
    text-decoration: none;
}

.image-links:hover span {
    border-color: #001D7E;
    color: #001D7E;
}

.image-links::after {
    content: "";
    display: block;
    height: 75px;
    margin-top: 35px;
    margin-bottom: 35px;
    background-image: url("../img/regulation.png");
    background-repeat: no-repeat;
    background-position: center bottom;
}

.regulation-link:hover::after {
    background-image: url("../img/regulation_hover.png");
}

.form-link::after {
    background-image: url("../img/form.png");
}

.form-link:hover::after {
    background-image: url("../img/form_hover.png");
}

.card {
    border: none;
    margin-bottom: 5px;
}

.card-header:first-child {
    border-radius: 0;
}

.card-header {
    background: none;
    border: none;
    border-top: 1px solid #444242;
    border-bottom: 1px solid #444242;
    color: #444242;
}

.card-header h5 {
    font-size: 14pt;
}

.card-header a {
    color: #001D7E;
}

#informations h2 {
    font-family: 'Amatic SC', cursive;
    color: #001D7E;
    font-size: 23pt;
}

#news,
#contacts {
    padding-right: 0;
    padding-left: 0;
}

#contacts address,
#contacts a {
    font-family: 'Amatic SC', cursive;
    font-size: 20pt;
    color: #444242;
}

#map {
    width: 100%;
    height: 400px;
}

#copy {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 16px;
    padding-left: 16px;
}

@media (max-width: 576px) {
  header.fixed-top {
    max-width: 54%;
  }
}
