* {
    padding: 0;
    margin: 0;
}

.link-in-text {
    font-size: inherit;
    text-decoration: underline dotted black;
    text-underline-offset: 3px;"
}

@font-face {
    font-family: 'Futura PT Bold';
    src: url('img/font/futura/FuturaPT-Bold.eot');
    src: local('Futura PT Bold'), local('FuturaPT-Bold'),
        url('img/font/futura/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'),
        url('img/font/futura/FuturaPT-Bold.woff2') format('woff2'),
        url('img/font/futura/FuturaPT-Bold.woff') format('woff'),
        url('img/font/futura/FuturaPT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
 
@font-face {
    font-family: 'Futura PT Demi';
    src: url('img/font/futura/FuturaPT-Demi.eot');
    src: local('Futura PT Demi'), local('FuturaPT-Demi'),
        url('img/font/futura/FuturaPT-Demi.eot?#iefix') format('embedded-opentype'),
        url('img/font/futura/FuturaPT-Demi.woff2') format('woff2'),
        url('img/font/futura/FuturaPT-Demi.woff') format('woff'),
        url('img/font/futura/FuturaPT-Demi.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
 
@font-face {
    font-family: 'Futura PT Medium';
    src: url('img/font/futura/FuturaPT-Medium.eot');
    src: local('Futura PT Medium'), local('FuturaPT-Medium'),
        url('img/font/futura/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'),
        url('img/font/futura/FuturaPT-Medium.woff2') format('woff2'),
        url('img/font/futura/FuturaPT-Medium.woff') format('woff'),
        url('img/font/futura/FuturaPT-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
 
@font-face {
    font-family: 'Futura PT Medium Italic';
    src: url('img/font/futura/FuturaPT-MediumObl.eot');
    src: local('Futura PT Medium Oblique'), local('FuturaPT-MediumObl'),
        url('img/font/futura/FuturaPT-MediumObl.eot?#iefix') format('embedded-opentype'),
        url('img/font/futura/FuturaPT-MediumObl.woff2') format('woff2'),
        url('img/font/futura/FuturaPT-MediumObl.woff') format('woff'),
        url('img/font/futura/FuturaPT-MediumObl.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
  
@font-face {
    font-family: 'Futura PT Book';
    src: url('img/font/futura/FuturaPT-Book.eot');
    src: local('Futura PT Book'), local('FuturaPT-Book'),
        url('img/font/futura/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
        url('img/font/futura/FuturaPT-Book.woff2') format('woff2'),
        url('img/font/futura/FuturaPT-Book.woff') format('woff'),
        url('img/font/futura/FuturaPT-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
 

html {
    font-family: 'Futura PT Book', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Open Sans', sans-serif;
}

a,
nav span,
footer span {
    text-decoration: none;
    color: black;
    font-size: 14px;
    line-height: 20px;
}

b {
	font-family: 'Futura PT Demi', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
}

.caseheader {
    font-size: 32px;
    line-height: 34px;
}

h2 a {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
}

.smalltext {
    font-size: 12px;
}

/* menu */

.hamburger-menu {
    display: block;
    z-index: 999;
    position: absolute;
}

#menu__toggle {
    opacity: 0;
}

#menu__toggle:checked~.menu__btn>span {
    transform: rotate(45deg);
}

#menu__toggle:checked~.menu__btn>span::before {
    top: 0;
    transform: rotate(0);
}

#menu__toggle:checked~.menu__btn>span::after {
    top: 0;
    transform: rotate(90deg);
}

#menu__toggle:checked~.menu__box {
    visibility: visible;
    left: 0;
}

.menu__btn {
    display: flex;
    align-items: center;
    position: fixed;
    padding-top: 10px;
    top: 15px;
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1000;
}

.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: black;
    transition-duration: .25s;
}

.menu__btn>span::before {
    content: '';
    top: -8px;
}

.menu__btn>span::after {
    content: '';
    top: 8px;
}

.menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: white;
    transition-duration: .25s;
}

.menu__item {
    display: block;
    padding: 10px 0 40px 0;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 24px;
    transition-duration: .25s;
    border-top: solid 1px black;

}

.back_button {
    position: fixed;
    z-index: 900;
    width: 45px;
    border-radius: 40px;
    right: 10px;
    top: 70px;
    color: black;
    text-align: center;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 23px;
}

/* / menu */





.first-page h1 {
    font-size: 18px !important;
    line-height: 22px !important;
}

.first-page img {
    border-radius: 4px;
}

.empty {
    border-radius: 0px !important;
}

img {
    max-width: 1600px;
}

.quote {
    font-weight: 200;
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 20px;
}

.button {
    display: inline-block;
    background-color: black;
    border-radius: 60px;
    padding: 25px;
    line-height: 0px;
    font-weight: 600;
    color: white;
    margin-bottom: 50px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: white;
    z-index: 700;
}

nav {
    width: 100%;
    max-width: 1600px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}

nav .disabled {
    color: silver;
}

footer,
.credits,
.related {
    width: 100%;
    max-width: 1600px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}


.related img {
    border-radius: 4px;
}

.content {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}

.content h1 {
    border: 0px;
    font-size: 32px;
    line-height: 34px;
}

.one-column {
    width: calc(25% - 40px);
    margin: 20px;
}

.two-column {
    width: calc(50% - 40px);
    margin: 20px;
}

.two-column img,
.three-column img {
    margin-bottom: 20px;
}

.three-column {
    width: calc(75% - 40px);
    margin: 20px;
}

.three-column video,
.two-column video,
.one-column video {
    width: 100%;
}

.four-column {
    width: calc(100% - 40px);
    margin: 20px;
}

.credits {
    margin-top: 100px;
}

.uplined {
    border-top: 1px solid black;
    padding-top: 20px;
}

nav a,
nav span {
    width: calc(25% - 40px);
    margin: 20px;
    padding-top: 15px;
    text-transform: uppercase;
    border-top: 1px solid black;
    letter-spacing: 1px;
}

footer span {
    width: calc(25% - 40px);
    margin: 20px;
    padding-top: 15px;
    text-transform: uppercase;
    border-top: 1px solid black;
    letter-spacing: 1px;
}

.related div,
.credits div {
    width: calc(25% - 40px);
    margin: 20px;
    line-height: 20px;
}

.related header {
    padding-top: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    border-top: 1px solid black;
}

.credits .section {
    margin-top: 150px;
}

.credits header {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
}

.credits div {
    padding-top: 15px;
    border-top: 1px solid black;
}

main {
    width: 100%;
    max-width: 1600px;
    margin: 200px auto 50px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

section {
    width: calc(25% - 40px);
    margin: 0px 0px 100px 0px;
}

section img,
.section img,
.related img {
    width: 100%;
}

section h2,
.section h2 {
    margin: 10px 0 0 0;
}

.first-page {
    margin-bottom: 130px;
}

.tag {
    background-color: rgb(243, 243, 243);
    border-radius: 40px;
    line-height: 32px;
    padding: 6px 12px;
    white-space: nowrap;
}


.tag:hover {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3) !important;
}

.industry {
    border-radius: 2px;
}

.name {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    hyphens: auto;
}

.mobile {
    display: none;
    visibility: hidden;
}



@media (min-width:767px) and (max-width:1000px) {

    nav {
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    #navbar {
        position: fixed !important;
        top: 0px !important;
    }

    nav a,
    nav span {
        width: auto;
        border: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    section,
    footer span,
    .related div,
    .credits div,
    .content div {
        width: calc(50% - 40px);
    }

    .four-column,
    .three-column,
    .expand {
        width: calc(100% - 40px) !important;
    }

    .collapse {
        display: none;
        visibility: hidden;
    }

    footer a {
        margin-bottom: 0px;
        margin-top: 15px;
    }

    .desktop {
        display: none;
        visibility: hidden;
    }

    .mobile,
    .tablet {
        display: inherit;
        visibility: visible;
    }
}

@media (min-width:0px) and (max-width:767px) {

    h1,
    h2 {
        font-size: 18px;
    }

    nav {
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    nav a,
    nav span {
        width: auto;
        border: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 18px;
    }

    #navbar {
        position: fixed !important;
        top: 0px !important;
    }

    main {
        margin-top: 30px;
    }

    section,
    footer span,
    .related div,
    .credits div,
    .one-column,
    .two-column,
    .three-column,
    .four-column {
        width: calc(100% - 40px);
    }

    footer span,
    .credits div {
        margin-bottom: 5px;
        margin-top: 10px;
    }

    footer a {
        font-size: 18px;
        line-height: 24px;
    }

    .tag {
        font-size: 18px;
        line-height: 38px;
    }


    .desktop,
    .tablet {
        display: none;
        visibility: hidden;
    }

    .mobile {
        display: inherit;
        visibility: visible;
    }
}
