@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,500,600,700');

body,
h1,
h2,
h3,
h4,
h5,
p,
span {
    font-family: 'Roboto', sans-serif;
}

section {
    margin: 0;
    /* padding-top: 2%; */
    /* padding-bottom: 2%; */
}

A {
    color: #ff6b00;
}

A:hover {
    color: #e36100;
}

.btn-primary {
    color: #fff;
    background-color: #ff6b00;
    border-color: #ff6b00;
}

.btn-primary:hover {
    color: #fff;
    background-color: #e36100;
    border-color: #e36100;
}

.btn-primary:disabled {
    background-color: #ff6b00;
    border-color: #ff6b00;
}

.btn-outline-primary {
    color: #ff6b00;
    background-color: #FFF;
    border-color: #ff6b00;
    font-weight: 700;
    border: none;
}

.btn-outline-primary:hover {
    color: #ff6b00;
    background-color: #FFF;
    border-color: #ff6b00;
}

/* BOATS COLORS */

.boats A {
    color: #004094;
}

.boats A:hover {
    color: #004094;
}

.boats .btn-primary {
    background-color: #004094;
    border-color: #004094;
}

.boats .btn-primary:hover {
    background-color: #004094;
    border-color: #004094;
}

.boats .btn-primary:disabled {
    background-color: #004094;
    border-color: #004094;
}

.boats .btn-outline-primary {
    color: #004094;
    border-color: #004094;
}

.boats .btn-outline-primary:hover {
    color: #004094;
    border-color: #004094;
}


section.bg-grey {
    background-color: #f2f2f2;
}

section.bg-grey.separator {
    background-image: url('../images/white-bottom.png');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

section.bg-grey .container>.row {
    padding-top: 3%;
    padding-bottom: 5%;
}

section.bg-white {
    background-image: url('../images/grey-bottom.png');
    background-color: #FFF;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

section.bg-white .container>.row {
    padding-top: 4%;
    padding-bottom: 4%;
}

.header {
    background-image: url('../images/header.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 6%;
    padding-bottom: 4%;
}

.boats .header {
    background-image: url('../images/boats/header.jpg');
}

.header:before {
    content: '';
    background-image: url('../images/grey-bottom.png');
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
}

.with-top {
    position: relative;
    padding-top: 20px;
    margin-bottom: 4%;
    font-weight: 300;
}

.with-top:before {
    position: absolute;
    top: 0;
    left: 0px;
    width: 30px;
    height: 2px;
    content: '';
    background-color: black;
}

.header.with-top {
    margin-bottom: 0;
}

.header .with-top:before {
    background-color: #FFF;
    left: 15px;
}

.header span {
    font-size: 0.9em;
    margin-bottom: 8px;
    display: block;
    font-weight: 500;
}

.header H1 {
    margin-bottom: 15%;
    font-size: 2.6em;
    font-weight: 700;
}

.boats .header H1 {
    margin-bottom: 10%;
}

.header H2 {
    margin-bottom: 10%;
    font-size: 1.4em;
    font-weight: 400;
}

footer {
    padding-top: 5px;
    padding-bottom: 5px;
}

footer .navbar-brand IMG {
    height: auto;
    width: 80%;
    ;
}

.form-container {
    border-radius: 3px;
}

.form-container h3 {
    /* font-size: 1.1em; */
    /* font-weight: 600; */
    margin: 30px 10px;
}

.form-container form {
    border-radius: 3px;
    margin: 30px 10px;
}

.container H3:not(.display-4) {
    font-size: 1.3em;
    font-weight: 600;
}

.ordered {
    position: relative;
    margin-top: 10%;
}

.ordered H3,
.ordered P {
    margin-left: 50px;
}

.number {
    position: absolute;
    left: 10px;
    top: 0;
    color: #ff6c00;
    font-size: 4em;
    font-weight: 700;
    line-height: 0.9em;
}

.boats .number {
    color: #004094;
}

.privacy.form-control {

    display: inline-block;
    width: auto;
}

@media (min-width: 768px) {

    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active+.carousel-item,
    .carousel-inner .active+.carousel-item+.carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .active.carousel-item-left+.carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left+.carousel-item,
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item,
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right+.carousel-item,
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item,
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}