/*Reset*/
html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #F2F2F0;
}


/*Navigation clean up*/
nav ul {
    list-style-type: none;
    margin: 0;
    padding-top: 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: auto;
}

nav ul li a {
    color: #595959;
    text-decoration: none;
    letter-spacing: 3px;
    font-size: 30px;
    font-family: 'Cottsmic', sans-serif;
}

nav ul li a:hover {
    color: #A6A6A6;
    transition: 2s;
}

/*"Last Updated"*/
.update {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #D9D9D9;
    margin-top: 50px;
}
.update p {
    color: #595959;
    font-family: 'Cottsmic', sans-serif;
    font-size: 20px;
}

/*"Student DEVELOPER & DESIGNER"*/
.college {
    padding-left: 20px;
    height: 300px;
    width: 450px;
    position: absolute;
    margin-top: 75px;
}
.college p {
    font-size: 25px;
    margin-bottom: -45px;
    font-family: 'Zen Kurenaido', sans-serif;
    color: #595959;
}
.college h2{
    font-size: 55px;
    font-family: 'Karmella', sans-serif;
    color: #595959;
}


/*Introduction: "Hi, I'm Cierra"*/
.introduction header h1 {
    font-size: 200px;
    padding-right: 50px;
    text-align: right;
    color: #0D0D0D;
    font-family: 'Molex Shoora', sans-serif;
    margin-top: 0px;
}

.introduction header p {
    font-size: 25px;
    margin-top: -100px;
    text-align: right;
    padding-right: 50px;
    font-family: 'Sweet Bread', sans-serif;
    color: black;
}

.introduction {
    position: relative;
    width: 1000px;
    float: right;
    margin-top: 0px;
    height: auto;
}


/*Degree Progress*/
.degree {
    margin-top: 50px;
    display: flex;
    height: 500px;
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
}
.degree header h1 {
    font-size: 100px;
    font-family: 'Cottsmic', sans-serif;
    color: #595959;
}
.degree header p {
    font-size: 25px;
    font-family: 'Sweet Bread', sans-serif;
    color: black;
}



/*About me*/
#about {
    margin-top: 700px;
    padding-left: 50px;
    padding-right: 700px;
    background-image: url(images/hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
#about h1 {
    font-size: 100px;
    font-family: 'Cottsmic', sans-serif;
    color: #595959;
}
#about h2 {
    font-size: 75px;
    font-family: 'Sweet Bread', sans-serif;
    color: #595959;
}
#about p {
    font-size: 25px;
    font-family: 'Sweet Bread', sans-serif;
}




/*What I am learning*/
.learning {
    float: left;
    width: 50%;
    height: 1500px;
    justify-content: center;
    font-size: 20px;
}
.learning header h1 {
    text-align: center;
    font-size: 50px;
    font-family: 'Cottsmic', sans-serif;
    color: #595959;
}
.learning header ul {
    font-family: 'Sweet Bread', sans-serif;
    list-style-type: none;
    padding-right: 50px;
}
.learning header ul li {
    font-size: 30px;
}
.learning header p {
    padding-left: 20px;
}

/*What I already know*/
.learned {
    float: right;
    width: 50%;
    height: 1500px;
    font-size: 20px;
}
.learned header h1 {
    text-align: center;
    font-size: 50px;
    font-family: 'Cottsmic', sans-serif;
    color: #595959;
}
.learned header ul {
    font-family: 'Sweet Bread', sans-serif;
    list-style-type: none;
    padding-right: 50px;
}
.learned header ul li {
    font-size: 30px;
}
.learned header p {
    padding-left: 20px;
}


/*Web portfolio*/
#portfolio {
    margin-top: 1500px;
    display: flex;
    justify-content: center;
    height: 1000px;
    text-align: center;
}
#portfolio header h1 {
    font-size: 100px;
    font-family: 'Cottsmic', sans-serif;
    color: #595959;
}
#portfolio header h4 {
    color: black;
    font-size: 50px;
    text-align: center;
    font-family: 'Sweet Bread', sans-serif;
}
#portfolio header p {
    font-size: 30px;
    color: black;
    font-family: 'Sweet Bread', sans-serif;
}
#portfolio header h4 a {
    color: #595959;
    font-size: 50px;
    font-family: 'Sweet Bread', sans-serif;
}

#portfolio img {
    width: 600px;
    height: auto;
}



