@import url(https://fonts.googleapis.com/css?family=Lato|Poppins|Goldman);.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("https://res.cloudinary.com/find-my-man-and-van/image/upload/c_scale,w_2340/v1606474123/totallywasted/biffa.png");
    background: linear-gradient(rgb(228 27 27 / 65%), rgb(8 4 1 / 88%)), rgb(31 21 21 / 94%) url("https://res.cloudinary.com/find-my-man-and-van/image/upload/c_scale,w_2340/v1606474123/totallywasted/biffa.png");
    background-size: 100% 100%;
    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;
}

.contact {
    font-size: 2rem;
}

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

.hero .subtitle {
    padding-bottom: 30px;
    color: whitesmoke;
}

.hero .profession {
    padding-top: 30px;
    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 #651e1e;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a {
    color: #651e1e;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a:hover {
    color: #651e1e;
    transition: all .2s ease-in-out;
    border-bottom: 2px solid #651e1e;
}

a {
    color: #651e1e;
}

.main-content {
    padding-top: 2rem;
    color: #651e1e;
    font-family: 'Poppins', sans-serif;
}

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

.main-content .section-dark.resume {
    height: 400px;
    padding-top: 100px;
}

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

.navbar-burger {
    color: #fff;
}

.main-content .section-dark.resume .title {
    padding: 20px;
}

.main-content .section-dark.resume button {
    border: 2px solid #43485c;
    background: white;
    color: #43485c;
    height: 50px;
    width: 250px;
    font-size: 1rem;
    text-transform: uppercase;
}

.main-content .section-dark.resume .fa-download {
    color: #1f2c6c;
}

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

@media (max-width: 599px) {
    .main-content .section-dark.gallery {
        padding: 75px 20px;
    }
    .hero .title {
        font-size: 4rem;
    }

    .contact {
        font-size: 1.5rem;
    }

}

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

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

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

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

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

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

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

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

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

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

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

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

.main-content .section-light.contact button {
    width: 100%;
    background-color: #43485c;
    color: white;
    height: 50px;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

@media (max-width: 599px) {
    .main-content .section-light.contact {
        padding: 60px 20px;
    }
}

.main-content .section-color.services {
    padding: 100px;
    background-color: #651e1e;
    color: white;
}

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

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

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

.footer {
    bottom: 0;
    width: 100vw;
    height: 120px;
    line-height: 25px;
    text-align: center;
    color: white;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #651e1e;
}

.footer a {
    padding: 1rem 1rem 1rem 1rem;
    color: lightgrey;
}

.footer a i {
    font-size: 1.5rem;
    padding: 0px 10px;
}

.footer a .nav-item {
    color: whitesmoke;
}

.fa-download {
    color: #43485c;
}

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

#toTop a {
    color: white;
}

#toTop:hover {
    background-color: #ec1e1e;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(124, 3, 3, 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: #651e1e;
}

body.preloader-site {
    overflow: hidden;
}

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

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

.white
{color:ghostwhite}

.snip1533 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #9e9e9e;
    display: inline-block;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    margin: 35px 10px 10px;
    max-width: 310px;
    min-width: 250px;
    position: relative;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    border-top: 5px solid #d2652d;
    min-height: 290px;
}

.snip1533 *,
.snip1533 *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.snip1533 figcaption {
    padding: 13% 10% 12%;
}

.snip1533 figcaption:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: #d2652d;
    content: "\f10e";
    font-family: 'FontAwesome';
    font-size: 32px;
    font-style: normal;
    left: 50%;
    line-height: 60px;
    position: absolute;
    top: -30px;
    width: 60px;
}

.snip1533 h3 {
    color: #3c3c3c;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin: 10px 0 5px;
}

.snip1533 h4 {
    font-weight: 400;
    margin: 0;
    opacity: 0.5;
}

.snip1533 blockquote {
    font-style: italic;
    font-weight: 300;
    margin: 0 0 20px;
}
