@import url("https://fonts.googleapis.com/css?family=Lato|Poppins");

:root {
    --primary-color: #52175E;
    --text-color: rgb(50, 129, 68);
}

@font-face {
    font-family: 'LucySaidOk';
    src: url("fonts/LucySaidOk.25c571a05fe9.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

.has-vertically-aligned-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

* {
    box-sizing: border-box;
}

html {
    font-family: 'Poppins', Lato, Tahoma, sans-serif;
    width: 100%;
    min-height: 100%;
}

.header-wrapper {
    padding-bottom: 30px;
}

.hero {
    background-image: url("/static/img/bruno.55e314ac502a.jpg");
    background: linear-gradient(rgba(59, 31, 108, 0.65), rgba(70, 31, 108, 0.65)), rgba(0, 0, 0, 0.55) url("/static/img/bruno.55e314ac502a.jpg") no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: white;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    font-family: 'Poppins', sans-serif;
}

.hero .title {
    font-family: 'LucySaidOk', sans-serif;
    transform: rotate(-5deg);
    font-size: 6rem;
    color: whitesmoke;
}

.hero .title.small {
    font-size: 3rem;
    display: block;
}

.hero .subtitle {
    padding: 5px;
    color: whitesmoke;
}

.hero .profession {
    padding-top: 50px;
    font-size: 1.7rem;
    text-transform: uppercase;
}

.hero .hero-foot {
    height: 50px;
    background: white;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.082);
}

@media (max-width: 599px) {
    .hero .hero-foot {
        display: none;
    }
}

.hero .hero-foot .hero-foot--wrapper {
    margin: 7px auto;
    height: 50px;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop {
    line-height: 38px;
    font-weight: 600;
    text-transform: lowercase;
    letter-spacing: 1px;
    font-size: 1rem;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li.is-active a {
    border-bottom: 2px solid var(--primary-color);
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a {
    color: var(--primary-color);
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a:hover {
    color: var(--primary-color);
    transition: all .2s ease-in-out;
    border-bottom: 2px solid var(--primary-color);
}

.main-content {
    padding-top: 2rem;
    color: var(--text-color);
    font-family: 'Poppins', sans-serif;
}

.main-content .section-dark {
    background-color: #f0f3f5;
    padding: 60px 0px;
}

.main-content .section-dark.our-photos {
    padding: 120px;
}

@media (max-width: 599px) {
    .main-content .section-dark.our-photos {
        padding: 75px 20px;
    }
}

.main-content .section-dark.our-photos .work-item {
    margin-bottom: 1rem;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 5px 20px rgba(48, 14, 80, 0.3);
}

.main-content .section-dark.our-photos .work-item:hover {
    -webkit-transform: scale(1.055) translateY(-2px);
    transform: scale(1.055) translateY(-2px);
    -webkit-box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
    box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
}

.main-content .section-light {
    padding: 30px;
}

.main-content .section-light.about-us {
    padding-bottom: 100px;
}

.main-content .section-light.about-us .is-larger {
    font-size: 1.2rem;
}

@media (max-width: 599px) {
    .main-content .section-light.about-us .about-links {
        text-align: center;
    }
}

.main-content .section-light.about-us .right-image img {
    border-radius: 11px;
    margin: 20px;
    box-shadow: 0 5px 20px rgba(56, 14, 80, 0.3);
}

@media (max-width: 599px) {
    .main-content .section-light.about-us .right-image img {
        margin: auto;
    }
}

.main-content .section-light.fun-facts {
    padding: 100px;
}

@media (max-width: 599px) {
    .main-content .section-light.fun-facts {
        padding: 50px 20px 40px 20px;
        padding-bottom: 20px;
    }
}

.main-content .section-light.fun-facts h1 {
    padding: 10px;
}

.main-content .section-color.information {
    padding: 100px;
    background-color: #823270;
    color: white;
}

.main-content .section-color.information .title,
.main-content .section-color.information .subtitle {
    color: white;
}

.main-content .section-color.information i {
    font-size: 3rem;
    padding: 20px;
}

.main-content .section-title {
    color: #43485c;
    text-transform: uppercase;
    font-size: 1.8rem;
    letter-spacing: 2px;
    padding-bottom: 30px;
}

#toTop {
    height: 50px;
    width: 50px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgba(82, 23, 94, 0.65);
    color: white;
    cursor: pointer;
    border-radius: 50%;
    font-size: 2rem;
    box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

#toTop a {
    color: white;
}

#toTop:hover {
    background-color: #50435c;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(245, 245, 245, 0);
}

::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #43485c;
}

body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #3f3f3f;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
}

.white {
    color: ghostwhite
}

.our-photo-1 {
    background-image: url("/static/img/alice.b74614e75f7f.jpg");
}

.our-photo-2 {
    background-image: url("/static/img/us.d984ae52d955.jpg");
}

.our-photo-3 {
    background-image: url("/static/img/bruno.55e314ac502a.jpg");
}

.our-photo-4 {
    background-image: url("/static/img/crane.23b81e8dc513.jpg");
}

.our-photo-5 {
    background-image: url("/static/img/lemon.e43bcbc3a3a5.jpg");
}

.our-photo-6 {
    background-image: url("/static/img/rock.292598358870.jpg");
}

.our-photo-7 {
    background-image: url("/static/img/logo.5a564aa158bb.png");
}

.our-photo-8 {
    background-image: url("/static/img/logo.5a564aa158bb.png");
}