/*
 * Converted from original FASTO landing styles.
 */

:root {
    --fasto-main: #be3a34;
    --fasto-dark: #460000;
    --fasto-bg: #fffff0;
    --fasto-text: #939598;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    color: var(--fasto-text);
    background-color: var(--fasto-bg);
}

section {
    padding: 90px 0;
}

a {
    color: var(--fasto-main);
    transition: all .35s;
}

a:hover,
a:focus {
    color: var(--fasto-main);
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: var(--fasto-main);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lora', 'Helvetica', 'Arial', sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.4;
    color: var(--fasto-main);
}

p {
    font-size: 16px;
    line-height: 2;
    font-style: normal;
    margin-bottom: 20px;
    color: var(--fasto-text);
}

.text-secondary {
    color: var(--fasto-text) !important;
}

#mainNav {
    border-color: rgba(34, 34, 34, 0.05);
    background-color: var(--fasto-bg);
    transition: all .35s;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
}

#mainNav .navbar-toggler {
    font-size: 12px;
    padding: 8px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--fasto-main);
}

#mainNav .navbar-nav > li > a {
    font-size: 11px;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    letter-spacing: 1px;
    text-align: right;
    text-transform: uppercase;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
    color: var(--fasto-main);
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
    color: var(--fasto-dark);
}

#mainNav.navbar-shrink {
    background-color: var(--fasto-bg);
}

header.masthead {
    position: relative;
    width: 100%;
    margin-top: 80px;
    padding-top: 150px;
    padding-bottom: 100px;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

header.masthead p {
    color: #fff;
}

header.masthead .header-content {
    max-width: 500px;
    text-align: center;
}

header.masthead .header-content h2 {
    font-size: 30px;
    font-style: italic;
    color: #fff;
}

@media (min-width: 992px) {
    header.masthead {
        height: 100vh;
        min-height: 775px;
        padding-top: 0;
        padding-bottom: 0;
    }

    header.masthead .header-content {
        margin-bottom: 0;
        text-align: left;
    }

    #mainNav {
        border-color: transparent;
        background-color: var(--fasto-bg);
    }
}

section.features,
section.team {
    background-color: var(--fasto-bg);
    color: var(--fasto-main);
}

section.features h2,
section.team h2 {
    margin-top: 0;
    font-size: 36px;
}

section.features .feature-item {
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding: 50px 10px;
    margin: 5px;
    border: 1px solid var(--fasto-main);
    transition: 0.2s ease all;
}

section.features .feature-item:hover {
    text-decoration: none;
    margin: 3px;
    border: 3px solid var(--fasto-main);
}

section.features .feature-item h3 {
    font-size: 20px;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    letter-spacing: normal;
    font-weight: 600;
}

section.features .feature-item i {
    font-size: 60px;
    display: block;
    margin-bottom: 15px;
    background: linear-gradient(to left, var(--fasto-main), var(--fasto-dark));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: var(--fasto-main);
}

section.team img {
    height: 108px;
    width: 108px;
    object-fit: cover;
    border-radius: 999px;
}

section.team .feature-item {
    text-align: center;
    padding: 0 20px;
}

section.team .feature-item h4 {
    font-size: 17px;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: uppercase;
}

section.contact {
    text-align: center;
}

section.contact h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 25px;
    color: #ffffffaa;
}

section.contact a {
    color: #ffffffaa;
}

section.contact p {
    font-size: 12px;
    color: #ffffffaa;
}

section.contact ul.list-social {
    margin-bottom: 0;
}

section.contact ul.list-social li a {
    font-size: 30px;
    line-height: 50px;
    display: block;
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 100%;
}

section.contact ul.list-social li.social a {
    background-color: #ffffffaa;
}

section.contact ul.list-social li.social a:hover {
    background-color: #fff;
    color: var(--fasto-main);
}

footer {
    padding: 25px 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    background-color: #222;
}

footer p {
    font-size: 12px;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
}

.bg-primary {
    background: linear-gradient(var(--fasto-main), var(--fasto-dark));
}

.text-primary {
    color: var(--fasto-main) !important;
}

.btn-outline {
    color: #fff;
    border: 1px solid #fff;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: #fff;
    border-color: var(--fasto-main);
    background-color: var(--fasto-main);
}

.btn {
    border-radius: 300px;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-xl {
    font-size: 11px;
    padding: 15px 45px;
}

.logo {
    width: 420px;
    height: 150px;
    background-size: cover;
    background-image: url('../images/logos/logo-land-max.png');
    background-repeat: no-repeat;
    margin: 10px 0;
    animation-name: unshrink;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
}

.navbar-shrink .logo {
    width: 240px;
    height: 75px;
    margin: 0;
    background-image: url('../images/logos/logo-land-min.png');
    animation-name: shrink;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
}

@keyframes shrink {
    from {
        width: 420px;
        height: 150px;
        margin: 10px 0;
        background-image: url('../images/logos/logo-land-max.png');
    }

    to {
        width: 240px;
        height: 75px;
        margin: 0;
        background-image: url('../images/logos/logo-land-min.png');
    }
}

@keyframes unshrink {
    from {
        width: 240px;
        height: 75px;
        margin: 0;
        background-image: url('../images/logos/logo-land-min.png');
    }

    to {
        width: 420px;
        height: 150px;
        margin: 10px 0;
        background-image: url('../images/logos/logo-land-max.png');
    }
}

@media (max-width: 400px) {
    .logo {
        width: 280px;
        height: 100px;
    }

    .navbar-shrink .logo {
        width: 160px;
        height: 50px;
    }
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 5%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}

.carousel-caption h3 {
    font-style: italic;
    color: #fff;
}

.carousel-caption p {
    color: #fff;
}

.carousel-item::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, #000000aa, #00000022);
}

.carousel-indicators li {
    align-self: center;
    height: 1px;
    background-color: var(--fasto-main);
    transition: height 0.3s;
}

.carousel-indicators li.active {
    height: 2px;
}

.carousel-indicators {
    bottom: -40px;
}

.carousel-control-prev-icon {
    background-image: url('../images/svg/chevron-left.svg');
}

.carousel-control-next-icon {
    background-image: url('../images/svg/chevron-right.svg');
}

.carousel .carousel-item {
    height: 500px;
}

.carousel-item img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    min-height: 500px;
}

@media (max-width: 992px) {
    .logo {
        width: 240px;
        height: 75px;
        margin: 0;
    }

    .navbar-toggler {
        margin-left: auto;
    }
}

@media (max-width: 480px) {
    .carousel-caption h3 {
        font-size: 24px;
    }

    .carousel .carousel-item {
        height: 420px;
    }

    .carousel-item img {
        min-height: 420px;
    }
}
