*{
    box-sizing: border-box;
}

body{
    margin: 0 0;
    font-family: Arial;    
    background-color: #F2FDFC;    
    max-height: 1560px;    
}

div.cover{
    position: relative;
    width: 100%;
    height: 370px;
    background: linear-gradient(0deg, #043680, #043680), url(cover.jpg) 100%/cover;
    background-blend-mode: overlay, darken;
    mix-blend-mode: normal;
    border: 1px solid #000000;    
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.profile-pic{
    height:159px;
    left: 50%;
    margin-left: -80px;
    margin-top: 28px;
    position: relative;
    border: 2px solid rgba(253, 242, 242, 0.5);
    box-sizing: border-box;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

div.cover-contact{
    position:absolute;
    top: 30px;
    left: 20px;
    width: 130px;
    height: 40px;
    padding-top: 9px;
    border-left: 4px solid #FF1A73;


}
div.cover-contact a{
    text-align: center;
    padding-left: 7px;    
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;

    color: #FFFFFF;
}

h1{
    color: white;
    text-align: center;
    font-size: 42px;
    margin-top: 8px;
    margin-bottom: 0;
}

div.cover p{
    color: lightgray;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin-top: 8px;
}

div.Contact-Button{
    position: absolute;
    top: 295px;
    left: 50%;
    margin-left: -80px;
    padding-top: 7px;
    width: 166px;
    height: 39px;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;    
    background: #CCD20B;
    border: 3px solid rgba(42, 37, 37, 0.5);
    border-radius: 10px;
}

div.Contact-Button a{    
    color: #FDF2F2;
    text-decoration: none;
}

div.About-Me{
    position: relative;    
    min-height: 757px;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 40px;
    background: rgba(196, 196, 196, 0.4);
    border: 3px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

div.ABOUT-ME{
    text-align: center;
    margin-top: 84px;
}
div.ABOUT-ME h2{
    margin-top: 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
}
div.ABOUT-ME p{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
    height: 35px;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #878686;
}

span{
    color: #339690;
}

div.about-me{
    margin-top: 27px;
    min-height: 237px;
    background: #C4C4C4;
    padding: 30px 0 20px 0;
}

div.about-me p{
    position: relative;
    max-width: 600px;
    min-height: 125px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
        /* or 143% */
    display: flex;
    align-items: center;
    color: #000000;
    border-left: 3px solid #339690;
    margin-left: 13%;
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
}

div.services-skills{
    position: relative;    
    min-height: 237px;
    width: 100%;
    background: #C4C4C4;
    margin-top: 52px;
    margin-bottom: 49px;
    padding-bottom: 20px;
}
div.services{
    width: 40%;
    display: inline-block;
}
div.skills{
    width: 40%;
    display: inline-block;
    float: right;
}

table.services{
    width: 100%;
    margin-left: 10%;
}
table.skills{
    width: 100%;
    float: right;
    margin-right: 10%;
}

.col1{
    text-align: left;
}

.col2{
    text-align: right;
}

.col1 p{
    margin-left: 15px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.border1{
    border-left: 3px solid #339690;
    margin-left: 13%;
    max-height: 125px;
}

.border2{
    border-right: 3px solid #339690;
    margin-right: 13%;
    max-height: 125px;
}

.col1 h3{
    margin-left: 20%;
    margin-bottom: 14px;
}

.col2 p{
    margin-right:15px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;

}

.col2 h3{
    margin-right: 20%;
    margin-bottom: 14px;
}

div.contact-section{
    position: relative;
    width: auto;
    min-height: 154px;
    margin: 116px 15% 123px 15%;
    background: #FAFAFA;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    text-align: center;
    padding: 10px 100px 43px 100px;
}

div.contact-section p{
    max-width: 795px;
    margin-left: auto;
    margin-right: auto;
}



/*--------------------------------RESPONSIVE DESIGN MOBILE----------------------*/


@media only screen and (max-width: 767px){

    .profile-pic{
        height:90px;
        margin-left: -45px;        
    }
    div.cover{
        height: 250px;
    }
    div.cover-contact{
        position:absolute;
        top: 10px;
        left: 5px;
        width: 100px;
        height: 24px;
        padding-top: 2px;
    }
    div.cover-contact a{
        padding-left: 5px;
        font-size: 12px;
    }
    h1{
        font-size: 30px;
        margin-top: 6px;
    }
    div.cover p{
        font-size: 13px;
        margin-top: 6px;
    }
    div.Contact-Button{
        position: absolute;
        top: 200px;
        left: 50%;
        margin-left: -70px;
        padding-top: 4px;
        width: 140px;
        height: 30px;
        font-size: 14px;
    }
    div.About-Me{
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 16px;
        min-height: 600px;
    }
    
    div.ABOUT-ME{
        margin-top: 20px;
    }
    div.ABOUT-ME h2{
        line-height: 20px;
        margin-bottom: 8px;
    }
    div.ABOUT-ME p{
        max-width: 260px;
        height: 25px;
        font-size: 12px;
        line-height: 12px;
    }
    div.about-me{
        margin-top: 20px;
        min-height: 150px;
        background: #C4C4C4;
        padding: 18px 0 20px 0;
    }
    
    div.about-me p{
        position: relative;
        max-width: 600px;
        min-height: 160px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
            /* or 143% */
        display:flex;
        align-items:center;
        text-align: justify;
        margin-left: 10px;
        padding-left: 8px;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-right: 10px;
    }
    div.services-skills{
        min-height: 100px;
        margin-top: 40px;
        margin-bottom: 35px;
        padding-bottom: 20px;
    }

    div.services{
        width: 100%;
        display: block;
        padding-right: 10px;
        padding-left: 10px;
    }
    
    div.skills{
        display: inline-block;
        width: 100%;
        float: none;
        padding-right: 10px;
        padding-left: 10px;
    }
    
    table.services{
        width: 100%;
        margin-left: 0;
    }
    table.skills{
        width: 100%;
        float: none;
        margin-right: 0px;
    }

    .col1{
        width: 100%;
        text-align: center;
    }
    .col2{
        width: 100%;
        text-align: center;
    }
    
    .col1 p{
        margin-left: 7px;
        font-size: 13px;
        line-height: 16px;
    }
    .border1{
        border-left: 3px solid #339690;
        margin-left: 10px;
        max-height: 225px;
    }
    
    .border2{
        border-right: 3px solid #339690;
        margin-right: 10px;
        max-height: 225px;
    }
    
    .col1 h3{
        margin-left: auto;
        margin-bottom: 14px;
        font-size: 20px;
    }
    
    .col2 p{
        margin-right:7px;
        font-size: 13px;
        line-height: 16px;
    
    }
    
    .col2 h3{
        margin-right: auto;
        margin-bottom: 14px;
        font-size: 20px;
    }
    div.contact-section{
        position: relative;
        width: auto;
        min-height: 100px;
        margin: 40px 5% 40px 5%;
        padding: 5px 10px 20px 10px;
    }
    
    div.contact-section p{
        font-size: 13px;
    }
}