body {
    width: 100vw;
    height: 100vh;
    background: url('../img/background1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

a {
    color: #fff;
    text-decoration: none;
    font-size: 1.4em !important;
    line-height: 1em;
}

a:hover {
    text-decoration: underline;
}

.wp {
    display: flex;
    flex-direction: column;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 10;
}

.logo-telus {
    width: 350px;
}

.title {
    font-size: 3em;
}

.contact {
    margin: 4em 0 0 0;
    font-size: 1.5em;
    line-height: 0.7em;
}

.contact a {
    font-size: 0.8em;
}

.contact p:first-child {
    margin: 15px 0 1em 0;
}

.jjmc {
    width: 10em;
}

.shadow {
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.65;
    position: fixed;
    z-index: 0;
}

img {
    transition: 1s all;
}

.scale:hover {
    transform: scale(1.1);
}

.wp div:first-child {
    margin: 2em 0 0em 0;
}

@media only screen and (max-width: 600px) {
    body {
      font-size: 10px;
    }
}

@media only screen and (max-width: 356px) {
    body {
      font-size: 8px;
    }
}