

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body{
	font-family: 'Josefin Sans', sans-serif;
}

.jumbotron {
    background-color: #fff;
}

.jumbotron .container {
    max-width: 60%;
    text-align: center;
}

@media screen and (min-width: 768px){
.jumbotron {
    padding: 20px 0;
}
}
@media (max-width: 768px){
.logo{
	width: 80% !important;
}
.jumbotron .container {
    max-width: 100% !important;
}
}

.jumbotron p{
	font-weight: 500;
}

a:hover{
	color: #00FFC8;
}
a{
	text-decoration: none;
	color: #333;
}

.logo{
	width: 40%;
}

@media (max-width: 500px){
.logo{
	width: 100% !important;
}
}







