/* FUTURE BOY */
/* 4 8 15 16 23 42 */

@font-face {
  font-family: FuturaRoundBoldOblique;
  src: url("../assets/FuturaRound-BoldOblique.woff");
}
* {
    margin: 0;
    padding: 0;
}

body {
    background: #000;
}

#container {
    display: grid;
    width: 50vw;
    height: 100vh;
    grid-template-columns: 500px 500px;
  	grid-auto-rows: 60vh 60vh;
    margin: auto;
}

#photo {
    position: relative;
    top: 230px;
    margin-right: 100px;
    width: 500px;
    height: 500px;
    background: url('../images/Future-Boy-Portrait-Todd-Murphy.jpg');
}

#text {
    position: relative;
    top: 230px;
    margin-left: 100px;
    width: 500px;
}

.box {
    position: relative;
}

h2 {
    font-family: "FuturaRoundBoldOblique";
    color: #fff;
    font-size: 2em;
    padding-bottom: 32px;
}

p {
    font-family: "Helvetica", "Arial", sans-serif;
    color: rgb(136,136,136);
    font-size: 1.125em;
    line-height: 1.5em;
    padding-bottom: 23px;
}

.futureboy {
    font-family: "FuturaRoundBoldOblique";
}

.heavy {
    font-weight: bold;
}

a:link { color: #fff; text-decoration: none; }
a:visited { color: #fff; text-decoration: none; }
a:hover { color: #fff; text-decoration: underline; }
a:active { color: #fff; text-decoration: none; }