/*html*/
html {
    background-color: firebrick;
}

/*Navbar*/
/*bg logo*/
.navbar-brand {
    background: gold;
}

.navbar-item img {
    max-height: 3rem;
}


/*navbar menu*/

.navbar-menu {
    background: gold
}

a.navbar-link.is-active,
a.navbar-link:focus,
a.navbar-link:focus-within,
a.navbar-link:hover,
a.navbar-item.is-active,
a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover {
    background-color: firebrick;
    color: gold;
}


.navbar-item {
    color: firebrick;
    font-size: large;
    font-weight: bold;
}

.navbar-link {
    color: firebrick;
    font-size: large;
    font-weight: bold;
}

/*Navbararrow*/
.navbar-link:not(.is-arrowless)::after {
    border-color: firebrick;
}

/*Navbarbuttonrechts*/
.buttons .button {
    color: gold;
    background-color: firebrick;
    font-size: large;
    font-weight: bold;
}

/*Webpagina*/
body {
    background: firebrick;
    color: gold;
    font-size: medium;
    font-weight: bold;
}

h1 {
    color: gold;
    font-size: 2.5rem;
    font-weight: bold;
    padding: 2.5rem;
    text-align: center;
}

h2 {
    color: gold;
    font-size: 2.5rem;
    font-weight: bold;
    padding: 2.5rem;
    text-align: left;
}

h3 {
    color: rgb(0, 0, 0);
    font-size: x-large;
    font-weight: bold;
    text-decoration: underline double black;
    padding: 1.5rem;
    text-align: center;
}

h4 {
    color: darkorange;
    font-size: large;
    font-weight: bold;
}

/*The Team*/
    /*Standings*/
    .button.is-rounded {
        margin-left: 1.5rem;
    }

    /*Table*/
    .table {
        background-color: firebrick;
        color:azure;
    }
    
    tr:hover {
        background: darkorange;
    }

    thead {
        color:goldenrod;
        background-color:black;
    }

    abbr {
        color: gold;
    }

    td {
        color:yellow;
    }
/*Homepage*/
/*logo*/
#homebox {
    max-height: 100vh;
    max-width: max-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    background-color: transparent;
}

#logohomepage {
    display: block;
    max-height: 75vh;
    max-width: inherit;
    padding: 1rem;
}



/*Contact*/
/*ContactCard*/
/*Contacttextleft*/
.card {
    display: block;
    max-width: 50vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
    margin-bottom: auto;
    background-color: rgb(255, 255, 255);
    color: black;
}

a.maillink {
    color: black;
}

.contacttext {
    color: black;
    text-indent: 2.5rem;
}

/*Contactpicture*/
#contactcardimage {
    max-height: 20rem;
    display: block;
}

/*Googlemapembed*/
.googlemap {
    position: relative;
    max-width: inherit;
    padding-bottom: 50%;
}

.responsive-iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

/*Teamcolors*/



#teamcolors {
    align-self:center;
    height: 25%;
    padding: 2rem;
    display: block;
}

/*Pictures*/
/*Carroussel vormgeving*/
#picturesbox {
    max-height: max-content;
    max-width: max-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    background-color: transparent;
}

#imagebox {
    max-height: 75rem;
    max-width: 100vw;
    display: flex;
}

#image {
    display: block;
    max-height: 75vh;
    max-width: 100vw;
    padding: 1rem;
}

.hero.has-carousel {
    position: relative;
    min-height: 85vh;
}