* {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
}

*:hover {
  text-decoration: none;
}

.container-fluid {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #EBECED;
}

.container-fluid header {
    z-index: 200;
    width: 100%;
    min-height: 60px;
    background-color: #EBECED;
    border-bottom: solid #4C586F 2px;
    position: fixed;
    display: flex;
}

.container-fluid header .logo {
    background-color: #4C586F;
}

.container-fluid header .logo a img {
    width: 80%;
}

.container-fluid header nav {
    display: flex;
    justify-content: flex-end;
}

.container-fluid header nav ul {
    margin-top: 20px;
}

.container-fluid header nav ul a {
    font-family: sans-serif;
    font-size: 14px;
    margin: 20px;
    padding: 10px;
    color: #4C586F;
    transition: all 1s ease-in-out;
}

.container-fluid header nav ul a:hover {
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 1.6;
}

.container-fluid header nav ul a.hire {
    color: #EBECED;
    background-color: #4C586F;
    border-radius: 5px;
}

body {
    background-color: #EBECED;
}

body .blue-line {
    margin-top: 60px;
    background-color: #4C586F;
    height: 1px;
    width: 100%;
}

body .button {
    display: inline-block;
    margin-top: 20px;
    color: #4C586F;
    font-family: sans-serif;
    font-size: 1.5vw;
    letter-spacing: 1.2;
    padding: 10px;
    border: solid #4C586F 3px;
    border-radius: 5px;
    width: 19vw;
    transition: all 1s ease-in-out;
}

body .button:hover {
    background-color: #4C586F;
    color: #EBECED;
    letter-spacing: 1.6px;
    cursor: pointer;
}

body h2 {
    color: #4C586F;
    font-family: sans-serif;
    font-size: 4vw;
}

body .intro {
    min-height: 100vh;
}

body .intro .buffer {
    height: 120px;
}

body .intro h3 {
    font-family: sans-serif;
    color: #4C586F;
    font-size: 2.6vw;
}

body .intro p {
    font-family: sans-serif;
    color: #3E3E3B;
    line-height: 2;
    font-size: 1.4vw;
    margin-top: 20px;
}

body .intro img {
    border-radius: 5px;
    width: 90%;
    height: auto;
    margin-bottom: 20px;
}

body .credentials {
    background-color: #4C586F;
}

body .credentials .blue-line {
    background-color: #A2AAB0;
}

body .credentials h2 {
    color: #A2AAB0;
}

body .credentials section {
    width: 90vw;
    margin-left: 5vw;
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-flow: row wrap;
}

body .credentials section h4 {
    display: inline-block;
    width: 40vw;
    text-align: center;
    border-radius: 5px;
    padding: 15px;
    margin: 20px;
    font-family: sans-serif;
    background-color: #EBECED;
    color: #4C586F;
    font-size: 16px;
}

body .credentials section h4 .is-showing {
    opacity: 1;
}

body .credentials section p {
    margin-top: 10px;
    color: #A2AAB0;
}

body .client-lockup {
    display: flex;
    flex-flow: row wrap;
    width: 80vw;
    margin-left: 10vw;
    margin-top: 50px;
    margin-bottom: 50px;
}

body .client-lockup img {
    width: 60px;
    height: 60px;
    margin: 20px;
    border-radius: 5px;
    transition: all 1s ease-in-out;
}

body .client-lockup img:hover {
    margin: 10px;
    width: 70px;
    height: 70px;
}

body .writing {
    background-color: black;
    background-image: url("https://s3.us-east-2.amazonaws.com/wordsuite.com/images/glasses-472027_1280.jpg");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

body .writing h2 {
    color: #A2AAB0;
}

body .writing .blue-line {
    background-color: #A2AAB0;
}

body .writing .options {
    width: 30vw;
    margin-left: 5vw;
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

body .writing .options h4 {
    display: inline-block;
    min-width: 30vw;
    border-radius: 5px;
    padding: 15px;
    margin: 20px;
    margin-left: -100px;
    font-family: sans-serif;
    background-color: #EBECED;
    color: #4C586F;
    font-size: 16px;
    transition: all .5s ease-in-out;
    transition: all 1s ease-in-out;
    opacity: 0;
}

body .writing .options h4.is-showing {
    opacity: 1;
    margin-left: 20px;
}

body .writing .options h4:hover {
    cursor: pointer;
    color: #A2AAB0;
    letter-spacing: 2;
}

body .writing .links {
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: right;
    background-color: rgba(235, 236, 237, 0.6);
    padding: 40px;
    border-radius: 5px;
    display: none;
    height: 550px;
    overflow: scroll;
}

body .writing .links .link {
  display: none;
}

body .writing .links a {
    color: #3E3E3B;
    font-family: sans-serif;
    font-size: 16px;
    text-align: right;
    text-decoration: none;
}

body .writing .links a:hover {
  cursor: pointer;
}

body .writing .links em {
    color: #4C586F;
    font-family: sans-serif;
    font-size: 12px;
    text-align: right;
    display: block;
}

body .writing .links p {
    color: #4C586F;
    font-family: sans-serif;
    font-size: 12px;
    text-align: right;
}

body .services section {
    display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 50px 0;
}

body .services section .block {
    margin: 20px;
    background-color: #4C586F;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

body .services section .block .text-block {
    padding-top: 40px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    color: #EBECED;
    font-size: 14px;
    font-family: sans-serif;
    text-decoration: none;
}

body .services section .block .picture-title {
    text-align: center;
    font-size: 18px;
    padding: 10px;
    color: #EBECED;
    text-decoration: none;
}

body .services section .block .picture-title:hover {
  text-decoration: none;
}

body .services .copy-box {
    width: 70vw;
    margin-top: 20px;
    margin-left: 15vw;
    margin-bottom: 40px;
    border-radius: 5px;
    background-color: #CBC5C1;
    text-decoration: none;
    text-align: center;
}

body .services .copy-box .fa-times {
    color: #CBC5C1;
    margin-left: 90%;
    margin-top: 10px;
    font-size: 2vw;
}

body .services .copy-box .picture-copy {
    color: #3E3E3B;
    font-size: 18px;
    font-family: sans-serif;
    line-height: 2;
    padding: 20px 50px;
    padding-bottom: 40px;
}

body .services .copy-box .copy-title {
    font-size: 2.5vw;
    font-family: sans-serif;
    color: #EBECED;
    text-align: center;
}

/* body .services .copy-box .writing-copy {
    display: none;
}

body .services .copy-box .editing-copy {
    display: none;
}

body .services .copy-box .coach-copy {
    display: none;
} */

body .typewriter {
    background-image: url("https://s3.us-east-2.amazonaws.com/wordsuite.com/images/typewriter-726965_1280.jpg");
    height: 40vh;
    background-position: center center;
    background-size: cover;
}

body .accolades {
    height: 600px;
    overflow: scroll;
}

body .accolades .testimonial-quote {
    /* display: none; */
    margin-top: 40px;
    color: #3E3E3B;
    font-size: 2vw;
    font-family: sans-serif;
    text-align: center;
    line-height: 2;
    width: 80%;
    margin-left: 10%;
    padding-bottom: 20px;
}

body .accolades .quote-by {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.5vw;
    font-family: sans-serif;
    color: #A2AAB0;
}

body .contact {
    background-color: #4C586F;
}

body .contact .blue-line {
    background-color: #A2AAB0;
}

body .contact h2 {
    color: #A2AAB0;
}

body .contact section {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

body .contact section figure {
    margin: 50px 30px;
}

body .contact section figure .fa {
    color: #EBECED;
    font-size: 50px;
    text-align: center;
}

body .contact section figure .fa-envelope-open-o {
    margin-left: 90px;
}

body .contact section figure .fa-phone {
    margin-left: 65px;
}

body .contact section figure .fa-linkedin {
    margin-left: 40px;
}

body .contact section figure h3 {
    text-align: center;
    color: #EBECED;
    font-size: 24px;
    font-family: sans-serif;
}

body .contact section figure h4 {
    text-align: center;
    margin-top: 20px;
    color: #A2AAB0;
    font-size: 14px;
    font-family: sans-serif;
}

body .contact section figure a:hover {
    text-decoration: none;
}
