*
{
    margin: 0;
    padding: 0
}

a
{
    transition: opacity 0.1s linear;
}

a:hover
{
    opacity: 0.5;
}

#center-line
{
    position: fixed;
    width: 1px;
    left: 50%;
    top: 0;
    background-color: transparent;
    height: 100vh;
}

html
{
    color: white;
    font-size: 16px;
    background-color: black;
}

header
{
    padding: 30px 5%;
    font-family: 'Raleway', sans-serif;
}

header h1
{
    width: 50%;
    font-size: 1.25em;
    font-weight: normal;
    margin: auto;
    margin-top: 300px;
    text-transform: uppercase;
    text-align: center;
}

nav
{
    display: flex;
    justify-content: space-between;
}

nav ul
{
    position: absolute;
    width: 140px;
    left: 50%;
    margin-left: -70px;

    list-style: none;
    display: flex;
    justify-content: space-between;
}

nav a
{
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.container
{
    width: 40%;
    margin: auto;
}

.row
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.column
{
    position: relative;
    display: flex;
    flex-direction: column;
}

.odd .column
{
    align-items: flex-end;
}

.row, .top-spacing
{
    margin-top: 220px !important;
}

body
{
    font-family: 'Rubik', sans-serif;
}

h2
{
    font-size: 1em;
    font-weight: bold;
    text-align: left;
}

p
{
    margin-top: 30px;
    font-weight: lighter;
}

h2, p
{
    width: 70%;
}

.img-placeholder, .img-placeholder-2, .img-placeholder-3
{
    display: block;
    width: 240px;
    height: 240px;
    border: 1px solid;
}

.art
{
    display: block;
    width: 240px;
    border: 1px solid black;
    box-sizing: border-box;

}

.art-2
{
    display: block;
    width: 700px;
    height: 55px;
    margin-top: 50px;
    border: 1px solid black;
}

.art-3
{
    display: block;
    width: 340px;
    height: 640px;
    margin-left: 10%;
}

.cta
{
    display: flex;
    align-items: center;
    flex-direction: column;

    width: 60%;
    margin: auto;
    margin-top: 250px;
}

.cta h2
{
    text-align: center;
}

footer
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;

    padding-top: 330px;
    padding-bottom: 150px;
}

.quote
{
    text-transform: uppercase;
}

.author
{
    margin-top: 40px;
}

.container.wide
{
    width: 75%;
}

.about
{
    display: flex;
    align-items: center;
    margin: auto;
}

.about p
{
    opacity: 1;
    margin-top: 0;
    line-height: 2em;
    position: absolute;
}

ul.services
{
    list-style: none;
}

ul.services li div:first-child
{
   width: 60%;
}

ul.services li div:last-child
{
    width: 30%;
    display: flex;
}

ul.services li
{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 120px;
}

.services .item, .services p
{
    display: block;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    border: 1px solid #63caae;
    margin-top: 0;
}

.services p
{
    padding-right: 80px;
    line-height: 2em;
}

.services .item
{
   text-transform: uppercase;
}

.services .price, .services a
{
    align-self: baseline;
    display: block;
    width: 65%;
    box-sizing: border-box;
    border: 1px solid #63caae;
    padding: 25px;
}

.services a
{
    width: 35%;
    text-align: center;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
}

.graph
{
    position: absolute;
}

#arrows
{
    left: 50%;
    width: 46px;
    margin-top: 250px;
    margin-left: -23px;
}

#curly
{
    width: 70px;
    left: 50%;

    margin-top: -30px;
    margin-left: -35px;
}

#curve
{
    width: 50px;
    margin-top: 40px;
    margin-right: -35px;
}

#range
{
    width: 50px;
    margin-left: -60px;
    margin-top: 50px;
}

#line
{
    width: 10px;
    left: 60%;
}

h2 a
{
    color: white;
}