body {
    font-family: kepler-std-display,"Times new roman",serif;
}
#home{
    background:url('images/sand-%20Fabio%20Rose.jpg') no-repeat center top;
    background-size:cover;
}
#home p{
    background: rgba(255, 255, 255, 0.4);
    padding:15px;
}
#portfolio{
    background:url('images/earth%20-%20Alicja%20Colon.jpg') no-repeat left top;
    background-color: rgb(1,0,6);
    margin-bottom:0px;
}
#portfolio p {
    font-size:3em;
    text-shadow: 1px 0px 2px rgba(250, 250, 250, 0.7);
    color: rgba(255,255,255,1);
    margin-bottom:0px;
    padding-bottom:0px;
}
#portfolioContent{
    Background-color: rgb(39,39,39);
}
#portfolioContent p {
    color: rgba(255,255,255,1);
    font-size: medium;
}