/***** BASE STYLES *****/

body {
    font-family: "Open Sans", sans-serif;
    color: #2b2b2b;
}

h2 {
    font-family: "Montserrat", sans-serif;
    color: #eb00da;
    margin-top: 0;
    font-size: 30px;
}

h3 {
    font-family: "Gotu", sans-serif;
}

header {
    height: 800px;
}

header h1 {
    margin-top: 0;
}

#portfolio {
    height: 725px;
}

#portfolio2 {
    height: 600px;
}

#about {
    height: 450px;
}

#about-skills {
    height: 425px;
}

#about3 {
    height: 500px;
}

#contact {
    height: 400px;
}

/***** GRID *****/

.full-width {
    width: 1200px;
    margin: 0 auto;
}

.half-width {
    width: 600px;
    float: left;
}

.third-width {
    width: 400px;
    float: left;
}

/***** HEADER SECTION *****/

header {
    background: url("../img/macbook-black-background-copy.png");
    background-size: cover;
}

header h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    font-size: 34px;
    color: #eb00da;
    padding-top: 150px;
}

nav {
    float: right;
    padding: 25px 25px;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    font-size: 17px;
    color: #ffffff;
    padding-left: 80px;
}

nav ul li a:hover {
    color: #eb00da;
}

header h3 {
    width: 550px;
    clear: left;
    font-family: "Euphoria script", cursive;
    font-size: 68px;
    line-height: 80px;
    color: #ffffff;
    padding: 60px 40px 20px 50px;
}

/***** PORTFOLIO SECTION *****/

#portfolio a:hover {
    opacity: 50%;
}

#portfolio h2 {
    text-align: center;
    padding: 40px 0 30px 0;
}

#portfolio .half-width {
    text-align: center;
}

#portfolio h3 {
    text-align: center;
    margin: 25px 0 0 0;
}

#portfolio p {
    text-align: center;
    font-size: 17px;
    margin: 15px;
    padding: 0 25px;
}

#portfolio p span {
    font-weight: bold;
}

#portfolio2 a:hover {
    opacity: 50%;
}

#portfolio2 .half-width {
    text-align: center;
}

#portfolio2 h3 {
    text-align: center;
    margin: 25px 0 0 0;
}

#portfolio2 p {
    text-align: center;
    font-size: 17px;
    margin: 15px;
    padding: 0 25px;
}

#portfolio2 p span {
    font-weight: bold;
}

#portfolio-img2 {
    border: 0.5px solid rgb(167, 165, 165);
}

/***** ABOUT ME SECTION *****/

#about {
    background: linear-gradient(to top right, #eb00da 0%, #0000ff 100%);
}

#about h2 {
    text-align: center;
    padding-top: 40px;
}

#about p span {
    font-family: "Euphoria script", cursive;
    font-size: 30px;
}

#about p {
    color: white;
    font-size: 19px;
    line-height: 30px;
    text-align: center;
    padding: 0 125px;
}

/***** ABOUT-SKILLS SECTION *****/

#about-skills .full-width {
    padding-top: 35px;
}

#about-skills h3 {
    text-align: center;
}

#about-skills p {
    font-size: 19px;
    text-align: center;
}

#about-skills ul {
    list-style: none;
    padding-top: 45px;
    padding-left: 177px;
}

#about-skills ul li {
    display: inline-block;
}

#about-skills ul img {
    padding-right: 50px;
}

/***** ABOUT3 SECTION *****/

#about3 .full-width {
    padding-top: 75px;
    border-top: 1px solid #dedbdc;
}

#about3 {
    text-align: center;
}

#about3 h3 {
    color: black;
    line-height: 32px;
    width: 183px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}

#about3 p {
    font-size: 19px;
    line-height: 30px;
    padding: 0 45px;
}

/***** CONTACT/FOOTER SECTION *****/

#contact {
    background: linear-gradient(to top right, #eb00da 0%, #0000ff 100%);
}

#contact h2 {
    text-align: center;
    padding: 50px 0 0 0;
}

#contact h3 {
    color: #ffffff;
    text-align: center;
    padding-bottom: 30px;
}

#contact p {
    text-align: center;
    color: #ffffff;
    padding-top: 50px;
    margin-bottom: 25px;
}

#contact ul {
    list-style: none;
    padding-left: 450px;
}

#contact ul li {
    display: inline-block;
}

#contact ul li i {
    font-size: 50px;
    padding-right: 70px;
    text-align: center;
    color: #ffffff;
}

#contact ul li a i:hover {
    color: #eb00da;
}
