.contactme {
    width: 100%;
    height: 95vh;
    display: flex;
    justify-content: center;
    align-items: top;
    position: relative;
    overflow: hidden;
}

.contactme .cmCont {
    position: relative;
    width: 95%;
    height: 90vh;
    background: #414A6B;
    display: flex;
}

.contactme .cmCont .cmcLeft {
    position: relative;
    width: 20%;
    height: 100%;
    background: url('../assets/contactme/blue.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.contactme .cmCont .cmcRight {
    position: relative;
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center;
}

.contactme .cmCont .cmcRight .cmcrText {
    position: relative;
    width: 100%;
    height: 400px;
    margin-left: 100px;
}

.contactme .cmCont .cmcRight .cmcrText .cmtHead {
    font-family: none;
    font-size: 24px;
    line-height: 1em;
    font-style: italic;
    font-weight: bold;
    color: white;
    margin-bottom: 50px;
}

.contactme .cmCont .cmcRight .cmcrText .cmtText {
    font-size: 16px;
    font-family: "GilroyL";
    line-height: 24px;
    word-spacing: 5px;
    color: white;
    margin-bottom: 150px;
}

.contactme .cmCont .cmcRight .cmcrText .cmtSocBar {
    font-size: 16px;
    font-family: none;
    line-height: 24px;
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 0 100px 0 0;
}

.contactme .cmCont .cmcRight .cmcrText .cmtSocBar .cmMes {
    font-style: italic;
}

.contactme .cmCont .cmcRight .cmcrText .cmtSocBar .cmSoc {
    display: flex;
    flex-direction: column;
    line-height: .8em;
}


.contactme .cmCont .cmcRight .cmcrText .cmtSocBar .cmSoc a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.contactme .cmCont .cmcRight .cmcrText .cmtSocBar .cmSoc a img {
    max-width: 40px;
    max-height: 40px;
    width: 15px;
    height: 15px;
}

.contactme .cmCont .cmcRight .cmcrText .cmtSocBar .cmLogo {
    font-style: none;
    font-family: "Gilroy";
    text-transform: uppercase;
}