body {
    padding-top: 50px; /* Padding for .navbar-fixed-top. Change value if navbar height changes. Remove if using .navbar-static-top. */
	 background-color: #f8f8ff;
    
}

h1 {
	font-family: 'Patua One', cursive;
	color: black;
	font-size: 250%;
}
   
h3 {
	font-family: 'Patua One', cursive;
	color: blue;
	font-size: 200%;
}

p {
    font-family: 'Raleway', sans-serif;
    color: black;
    font-size: 100%;
}
     

.portfolio-item {
    margin-bottom: 25px;
}

footer {
    margin: 60px 0;
    text-align: center;
}
