/* Custom stylesheet:	Admiraliteit14
 * Author:				Maarten Kruik
 * Company:				Kruik-it
 * Date:				21 August 2025
*/

* {
    font-family: Nunito ;
    text-decoration: none ;
}

body {
	margin-bottom: 1rem ;
}


nav a, nav button {
    font-family: "Rubik Dirt" ;
	background-color: yellow ;
    color: darkblue ;
}

.adm-btn {
	color: darkblue ;
	background-color: yellow ;
}

.adm-btn:hover {
	color: yellow !important ;
	background-color: blue !important ;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Rubik Dirt" ;
	color: darkblue ;
}

.w3-card header, .w3-card-2 header, .w3-card-4 header{
	color: yellow ;
	font-family: "Rubik Dirt" ;
	font-size: 2rem ;
	background: darkblue ;
	padding-left: 3rem ;
	background-image: url('images/sailing-boat.png') ;
	background-repeat: no-repeat ;
}

