.btn-primary{
	background-color: black;
}

#services{
	background-color: black;
	color: white;
}

p{
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
}

label {
	font-size: 20px;
	font-weight: bold;
}

#services img{
	max-width: 100%;
}

header.masthead {
    background-image: url("../img/bibäventyr1.jpg");
}

.large-button {
	font-size: 1.5em;
	padding: 10px 20px;
	background-color: #444;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.large-button:hover {
	background-color: #666;
}
header.masthead .intro-text .intro-heading {
    font-size: 40px;
}

@media (min-width:768px){
    header.masthead .intro-text .intro-heading {
        font-size: 70px;
    }
}



