/* Font for text and headings */
@font-face {
    font-family: GT-Walsheim-Pro-Trial-Medium;
    src: url(../fonts/GT-Walsheim-Pro-Trial-Medium.otf);
}

/* Font for sub headings */
@font-face {
    font-family: Futura-Medium;
    src: url(../fonts/Futura-Medium.otf);
}

nav {
    box-shadow: 0px 0px 0px 0px #ffffff;
}

.trans-back {
    background: url(../img/caseStudies/dudatWeb/background.png) center;
    background-size: cover;
    height: 100%;
}

.nav-logo {
    height: 30px;
    padding-left: 20%;
}

.heading {
    color: white;
    font-family: GT-Walsheim-Pro-Trial-Medium;
}

.body-copy {
    font-family: Futura-Medium;
    color: white;
}

.text {
    font-family: Futura-Medium;
    color: black;
}

.img-logo {
    width: 100%;
    margin-left: auto;

}

.img-div {
    width: 12%;
    margin-left: auto;
}

.logo-div {
    margin-top: -10%;
    width: 15%;
    margin-left: 90%;
}

.screen-img {
    margin-top: 20%;
}

.footer-font {
    font-family: GT-Walsheim-Pro-Trial-Medium;
}

.footer-body {
    font-family: Futura-Medium;
}

.footer-color {
    background-color: #48486A;
}