body {
    font-family: 'brooklyn kid';
    color: #333;
}

h1, h2 {
    margin: 0 0 20px 0;
}

h1 {
    font-size: 90px;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: -4px;
    line-height: 80px;
    font-family: 'Open Sans Condensed', sans-serif;
}

h2 {
    font-size: 30px;
    font-weight: 100;
    font-family: 'Raleway', sans-serif;
}

#tacoma {
    text-shadow: 0px 0px 4px #333;
    color: white;
    position: absolute;
    width: 99%;
    z-index: 1;
    text-align: center;
    top: 30%;
}

#sophie {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: 50% 50%;
    filter: blur(4px);
}

#baci {
    background-color: #222;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#lucy {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    margin: 20px 0 25px 0;
}

#mia {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin: 40px 0 25px 0;
}

#mia a {
    color: #FF530D;
    text-decoration: none;
}

#mia a:hover {
    color: #cccccc;
}

#creator {
    text-transform: capitalize;
}

.icon {
    font-size: 30px;
}

#adjective, #adjective-two, #companies {
    text-transform: lowercase;
}
