body{
    font-family: 'Source Code Pro', monospace;
    font-size: 25px;
}

h1,h2, .skills-list{
    font-family: 'Red Rose', cursive;
    font-size: 30px;
}

img{
    /* this is limiting the width of the img */
    max-width: 100%;
}
nav{
    background-color: #c7dea4;
    position: fixed;
    z-index: 1;
    width:100%;
  
    
}
nav ul li{
    display: inline-block;
    margin:0 15 px;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}
body, ul{
    margin:0;
    padding: 0;
}

nav ul{
    margin: 0 auto;
    text-align:center;
    padding:30px;
}
header{
    top: 90px;
    position: relative;
    margin-bottom: 220px;
    background-image: url('../img/bck.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:-100px;
}
h1{
    font-size: 100px;
    line-height: 130%;
}
h2{
    line-height: 130%;
    font-size: 30px;
}
p{
    line-height: 150%;
font-size: 20px;
}
.project
{
    margin:30px 0;
    padding: 50px;
}
.project.button{
    margin-top: 1px;
}
.blue
{
    background-color:#c7dea4 ;
}
h1,h2{
    font-weight: normal;
}
ul li{
    list-style: none;
    margin: 10px 0;
}
.button
{
    border: 1px solid black;
    text-decoration: none;
    color:black;
    padding: 10px 30px;
    margin-top: 40px;
    display: inline-block;
    border-radius: 20px;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out ;
}
.button:hover{
    background: black;
    color: white;
}
figcaption{
    font-size: 10px;
    margin-top: 10px;
}
.skills-list
{
    font-size: 50px;
    text-align: center;
    line-height: 110%;
    margin-bottom: 60px;
}
li{
    list-style-type: none;
}
nav li a{
    text-decoration: none;
    color: black;
}
p{
    text-decoration: none;
    color: black;
}
nav li a:hover{
    text-decoration: underline;
}
li.empty
{
    width:90px;
    border-top:1px solo;
    top :10px;
    position:relative;;
}
footer{
    text-align: center;
    margin:100px;
}
.right-alignment
{
    text-align: right;
}
footer h2{
    font-size: 50px;
    margin-bottom:100px;
}
.intro-img
{
    box-shadow: 1px 2px 30px rgba(0,0,0,0.2);

    margin-top: 30px;
    margin-bottom: 10px;
}