@import url("https://fonts.googleapis.com/css?family=Lato:400,800");

body {
    font-weight: 400;
    color: #222;
    font-family: Lato, sans-serif;
}

header h2 {
    font-size: 1.2em;
    font-weight: normal;
    line-height: 0.7;
}

p {
    line-height: 1.5;
}

header {
    text-align: center;
}

hr {
    margin-top: 30px;
    border-width: 0;
    border-top: 2px solid #222;
    width: 80px;
}

section {
    margin: 30px;
}

canvas {
    position: fixed;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    margin-left: 0em;
}

.projects a {
    color: #222;
}

.speaking-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.speaking a {
    color: #444;
    display: block;
    line-height: 1.5;
}

.speaking p {
    line-height: 1;
    font-size: 0.9em;
}

.writing a {
    display: block;
    text-decoration: underline;
    color: #444;
    margin-top: 6px;
}

.social-links a {
    font-size: 25px;
    padding: 0px 8px;
    text-decoration: none;
    color: #444;
}

.container {
    max-width: 800px;
    margin: 60px auto;
}

.rainbow-letters {
    margin-bottom: 30px;
}

.rainbow-letters span {
    font-size: 70px;
    font-weight: 800;
    mix-blend-mode: darken;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: -4px;
}

.big-space {
    padding: 10px;
}

.rainbow-letters span:nth-child(10n + 1),
.red {
    color: #ef5350;
}

.rainbow-letters span:nth-child(10n + 2),
.tango {
    color: #EF767A;
}

.rainbow-letters span:nth-child(10n + 3),
.liberty {
    color: #4357AD;
}

.rainbow-letters span:nth-child(10n + 5),
.dark-blue {
    color: #3949ab;
}

.rainbow-letters span:nth-child(10n + 4),
.cerulian {
    color: #083D77;
}

.rainbow-letters span:nth-child(10n + 6),
.light-blue {
    color: #00A7E1;
}

.rainbow-letters span:nth-child(10n + 7),
.jungle {
    color: #2A9D8F;
}

.rainbow-letters span:nth-child(10n + 8),
.yellow {
    color: #E9C46A;
}

.rainbow-letters span:nth-child(10n + 9),
.sand {
    color: #F4A261;
}

.rainbow-letters span:nth-child(10n + 10),
.orchre {
    color: #E76F51;
}

.social-footer {
    text-align: center;
}




.profilePic {
    width: 300px;
    height: 300px;
    margin-top: 10px;
    margin-left: 200px;
}