body {
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    color: #ffffff;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 30px;
    font-weight: bold;
}

h3 {
    color: #ff4a6d;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 15px;
    margin-bottom: 30px;
}

a {
    text-decoration: none;
    color: #ffffff;
}

.canvas {
    width: 100%;
    height: 100%;
    min-height: 370px;
    top: 0px;
    left: 0px;
    position: absolute;
    background-color: #000000;
    background: url('background2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.logo {
    float: left;
    margin-top: 25px;
    margin-left: 40px;
    opacity: 0.2;
    display:none;
}

.wrapper {
    display: table;
    float: right;
    height: 100%;
    position: relative;
}

.profile {
    width: 300px;
    padding-right: 20px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 15;
}

.basics {
    margin-bottom: 30px;
    margin-left: 10px;
}

.clear {
    clear: both;
}

.icon {
    border-radius: 5px;
    border-color: #ffffff;
    border-width: 2px;
    border-style: solid;
    height: 50px;
    width: 50px;
    float: left;
}

.icon:hover {
    opacity: 0.6;
}

.linkedIn {
    background: url('linkedIn.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.butterfly-playbook {
    background: url('butterfly-playbook.png ');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.angel-list {
    background: url('angel-list.png ');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.playbook-link {
    background-color: #ffd801;
    text-decoration: none;
}
.playbook-link:hover {
    opacity: 0.5;
}

.linkedIn-link {
    background-color: #0274b3;
}
.linkedIn-link:hover {
    opacity: 0.5;
}

.angel-list-link {
  background-color: #000;
}
.angel-list-link:hover {
    opacity: 0.5;
}

.teaser {
    float: left;
    margin: 5px 0 15px 10px;
    width: 220px;
}

.backlight {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    z-index: 10;
    background-color: #000;
}

.teaser div {
    text-align: right;
}

.go-visit {
    margin-top: 10px;
}

.go-visit span {
    padding: 3px 5px;
    color: #ffffff;
    border-radius: 3px;
    border: solid 1px #ffffff;
}

.professional, .private {
    margin-bottom: 10px;
    margin-left: 10px;
}

.headshot {
    background: url('MikaSchafroth2.jpg');
    border-radius: 5px;
    border-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    height: 110px;
    width: 110px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: left;
}

.details {
    float: left;
    margin: 20px 0 20px 20px;
}

.details .name {
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 15px;
    margin-bottom: 5px;
}

.details .title {
    font-style: italic;
}
