h1 {
    font-family: helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 3.5em; 
}

h2 {
    font-family: helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}

h3 {
    font-family: helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    margin-top: 80px;
    color: #4788c8;
}

h4 {
    font-family: helvetica, sans-serif;
    width: 300px;
    text-align: center;
    color:#4788c8;
}

h5 {
    font-family: helvetica, sans-serif;
    width: 600px;
    text-align: center;
    margin-top: 50px;
    color: #4788c8;
}

p {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    font-family: helvetica, sans-serif;
    line-height: 1.5em;
    color: #4788c8;
}

header p {
    color: white;
}

nav {
    margin: 0px;
    margin-top: -140px;
    height: 140px;
    position: fixed;
    background-color: #4788c8;
    width: 98%;
}

nav h2 {
    font-size: 1.5em;
    text-align: center;
    margin-top: 20px;
}

.title {
    background-color: #4788c8
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 50px;
    margin-top: 50px;
}

header {
    margin-top: 140px;
    background-color: #4788c8;
    color: white;
}

header p {
    font-weight: bold;
    text-align: center;
}

iframe {
    margin-top: 50px;
    width: 100%;
}

#personas img {
    width:45%;
    margin-left: 30%;
}

#flow img {
    width:60%;
    margin-left: 20%;
}

#wireframes iframe {
    width: 35%;
    margin-left: 30%;
}

.process iframe {
    margin-top: 0px;
    width:600px;
    margin-bottom: 80px;
}

.mobile iframe {
    margin-top: 0px;
    width:300px;
}

a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

ol {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    color: #4788c8;
}

a {
    color: white;
}

#inspiration img {
    margin-left: 20%;
}

