html,
body {
    background-color: #fff;
    color: #636b6f;
    font-family: "Barlow", sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}
.full-height {
    height: 100vh;
}
.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}
.position-ref {
    position: relative;
}
.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}
.content {
    text-align: center;
}
.title {
    font-size: 84px;
}
.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-decoration: none;
    text-transform: uppercase;
}
.m-b-md {
    margin-bottom: 30px;
}
.nav-link {
    color: #636b6f;
    margin: 0 1em;
    font-size: 0.9em;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-link.active {
    color: #1375a5 !important;
    border-bottom-style: solid !important;
    border-bottom: #1375a5;
}
.breadcrumb-item {
    display: flex;
}


/**
    HOME PAGE
**/
.home {
    text-align: center;
}
.home h1 {
    color: #1375a5;
    font-size: 1.7em;
    font-weight: 550;
}
.home .btn {
    background-color: #1375a5;
    color: white;
}


/**
    SHOWCASE
**/
.showcase h1 {
    color: #1375a5;
    font-size: 1.7em;
    font-weight: 550;
}
.showcase .table-striped tbody tr:nth-of-type(odd) {
    background-color: white;
}
.showcase .table th {
    vertical-align: middle;
    font-size: 1.4em;
}
.showcase .table td {
    vertical-align: middle;
    font-size: 1.2em;
}
.showcase .btn-info {
    color: white;
}


/**
    SHOW
**/
.show h1 {
    color: #1375a5;
    font-size: 1.9em;
    font-weight: 550;
}
.show .general-output label {
    color: #1375a5;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.1em;
}
/* .show .general-output p {
    padding: 0.5em 1.2em;
    background-color: #f2f2f2;
} */


/**
    LOGIN
**/
.login label {
    color: #1375a5;
}
.login input {
    background-color: #f5f5f5;
}
.login h1 {
    color: #1375a5;
    font-size: 1.7em;
    font-weight: 550;
}
.login .btn {
    font-size: 1.1em;
}


/**
    REGISTER
**/
.register label {
    color: #1375a5;
}
.register input {
    margin-bottom: 1.5em;
    background-color: #f5f5f5;
}
.register h1 {
    color: #1375a5;
    font-size: 1.7em;
    font-weight: 550;
}
.register .btn {
    font-size: 1.1em;
}
/**
    STORYLINE
**/
#app_storyline {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#boat_name {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 2em;
    line-height: 1;
    text-transform: uppercase;
}
.label {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.2;
    color: #155B8B;
    text-transform: uppercase;
}
.dati-blockchain input[type=text].form-control {
    padding: 0 0.5em;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.2;
}
h3.title {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 1.5em;
    line-height: 2;
    color: #1375A5;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.info-natante li {
    padding: 0.5em 0;
    list-style: none;
}
.story_label {
    color: #155B8B;
    /* display: flex; */
    padding: 0;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.1em;
}
.story_placeholder {
    display: block;
    margin-left: auto;
    text-transform: initial;
    color: #333;
}
.story_placeholder pre{
    color: #636b6f;
    white-space: pre-wrap;
}
.story_placeholder li {
    padding: 0;
}
.frst-timeline-content-inner .contect-section {
    padding: 0.5em 1em;
}
.frst-timeline-content-inner .timeline_title {
    font-family: 'Barlow', sans-serif;
    font-size: 1.5em;
    line-height: 1.2;
    text-align: left;
    color: #155B8B;
    margin: 0 0;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
}
@media only screen and (min-width: 679px) {
    .frst-odd-item .frst-timeline-content-inner .timeline_title{
        text-align: right;
    }
}
.frst-timeline-content-inner {
    padding-bottom: 0!important;
}
.frst-timeline-block .frst-date .date:before {
    content: '';
    background: url('/img/brand/calendar.svg') no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    line-height: 20px;
    display: inline-block;
    left: 0;
    top: 5px;
    position: absolute;

}
.frst-timeline-block .frst-date .date {
    margin-right: 0;
    padding-left: 28px;
    position: relative;
    display: inline-block;
}
.frst-timeline-block .frst-date {
    font-family: 'Barlow', sans-serif;
    color: #1375A5 !important;
    /* background: #1375A5 !important; */
    font-size: 18px;
    padding: 0 0.75em;
}
.timeline .date {
    font-family: 'Barlow', sans-serif;
    color: #333;
    font-size: 18px;
    padding: 0;
}
.desc {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.2;
    text-transform: uppercase;
    color: #155B8B;
    margin: 0;
    padding: 0.25em 1em;
}
.btn.btn-dettaglio,
.btn.btn-dettaglio:active,
.btn.btn-dettaglio:visited {
    max-width: 300px;
    margin: 0.5em 1em;
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    background-color: #155b8b;
    border-radius: 0;
    padding: 0.25em 1em;
}
.modal-title h4 {
    font-family: 'Barlow', sans-serif;
    font-size: 1.5em;
    line-height: 1.2;
    color: #155B8B;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
}
.modal_date .date{
    font-family: 'Barlow', sans-serif;
    color: #333;
    font-size: 18px;
    padding: 0;
    padding-left: 30px;
}
.modal_date .date:before {
    content: '';
    background: url('/img/brand/calendar.svg') no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    line-height: 20px;
    top: 20px;
    left: 30px;
    display: inline-block;
    position: absolute;
}
#footer {
    background-color: #155B8B;
    color: whitesmoke;
    font-size: 1em;
}
#footer a {
    color: whitesmoke;
}
.btn-help {
    max-width: 300px;
    margin: 0 auto;
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    line-height: 38px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background-color: #dc3545;
    border-radius: 5px;
    letter-spacing: 1px;
    box-shadow: 0 5px 10px #00223a;
}
h4.footer_title {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 1.4em;
    line-height: 2;
    color: #1375A5;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.btn.btn-form-blue,
.btn.btn-form-blue:active,
.btn.btn-form-blue:visited {
    width: 30%;
    max-width: 300px;
    margin: 0;
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #1375A5;
    border-radius: 0;
}
.seal {
    padding-left: 0;
}
.seal li {
    padding-top: 10px;
    list-style: none;
}
.document_field {
    padding: 0.25em 1em;
    max-width: 300px;
}
.form-label-group input {
    width: 100%;
    border: 1px solid #1375A5;
    border-radius: 0;
    font-size: 18px;
    background-color: #fff;
}
.section.bg-wave {
    background-size: cover;
    background: url('/img/brand/wave-pattern.png') no-repeat;
}
/* .timeline {
    position: relative;
    height: 100%;
}
.timeline:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background-color: #e6e6e6;
    left: 50%;
}
.timeline_date {
    font-family: "Barlow", sans-serif;
    line-height: 1.2;
    font-size: 18px;
    color: #155b8b;
}
.timeline_img img {
    padding: 0 0 1px 1.5px;
    margin-top: -1em;
    background-color: white;
}
.timeline_content h4 {
    font-family: "Barlow", sans-serif;
    font-size: 1.5em;
    line-height: 1.2;
    color: #155b8b;
    text-transform: uppercase;
    font-weight: 500;
}
.timeline_content h5 {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.2;
    text-transform: uppercase;
    color: #155b8b;
} */

/**
    CONTACT
**/
.contact-form .form-control {
    height: calc(2.5em + 1rem + 2px) !important;
}
#contact {
    background: url('/img/brand/wave-pattern_white.jpg') no-repeat;
    background-position: bottom center;
}

/**
    EMAIL
**/
/* #request-operation {
    background: url('/img/brand/wave-pattern_white.jpg') no-repeat;
    background-position: bottom center;
} */
