.logo {
    position: relative;
    height: auto;
    min-width: 250px;
    max-width: 60%;
}

/* ---------------------------------------------- /*
 * Home
/* ---------------------------------------------- */

.header {
    background: url("../src/Photo-by-James-Sutton-on-Unsplash.jpg");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.header-overlay {
    background-color: rgba(44, 62, 80, 0.3);
    background-image: url("../src/pattern.png");
    background-repeat: repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.intro {
    background-color: rgba(255, 255, 255, 0.2);
    position: relative;
	width: 100%;
    min-height: 300px;
    color: white;
	padding: 55px;
    margin: 15% 0;
    border-radius: 10px;
    text-align: center;
}

.intro h1{
    font-weight: 800;
    margin: 25px 0;
    
}

.start {
	font-family: Raleway, "Times New Roman", Times, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-transform: none;
	margin: 15px 0;
}