/*
 Theme Name:   Made I.T. - geelseatletiekclub-be.dev.madeit.be
 Theme URI:    https://www.madeit.be
 Description:  Child theme of Made I.T.
 Author:       Made I.T.
 Author URI:   https://www.madeit.be
 Template:     madeit
 Version:      0.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  geelseatletiekclub
*/


img.custom-logo {
    height: 55px;
    width: 90px;
}

.navbar {
    background: var(--wp--preset--color--warning);
}


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

body a {
    color: var(--wp--preset--color--success);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-family: 'Verdana', sans-serif;
}

.site-footer {
    background: var(--wp--preset--color--warning) !important;
    overflow: hidden;
    padding: 0;
}

.flex-grow {
    margin-top: 70px;
}


@media (min-width: 768px) {
    .navbar-expand-md {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.site-footer a {
    color: black;
    text-decoration: underline;
}
.site-footer .bg-success a {
    color: white;
}
body {
    font-size: var(--wp--preset--font-size--normal);
    line-height: var(--wp--custom--line-height--body);
}
h1, .h1 {
    font-size: var(--wp--preset--font-size--h-1);
    font-weight: normal;
}

h2, .h2 {
  font-size: var(--wp--preset--font-size--h-2);
    font-weight: normal;
}

h3, .h3 {
  font-size: var(--wp--preset--font-size--h-3);
    font-weight: normal;
}

h4, .h4 {
  font-size: var(--wp--preset--font-size--h-4);
    font-weight: normal;
}

h5, .h5 {
  font-size: var(--wp--preset--font-size--h-5);
    font-weight: normal;
}
h6, .h6 {
  font-size: var(--wp--preset--font-size--h-6);
    font-weight: normal;
}

.navbar .menu-item a, .navbar .active > a {
    color: black;
    font-weight: normal;
}

.menu .menu-item.active {
    background: var(--wp--preset--color--success);
    display: flex;
    align-items: center;
    color: white !important;
    padding-left: 5px;
    padding-right: 5px;
}

.menu .menu-item.active > a {
    color: white !important;
}
@media (min-width: 768px) { 
    .menu > .menu-item {
        height: 70px;
        display: flex;
        align-items: center;
    }
}

.blog-post {
    border: none;
    border-bottom: 1px solid #eaecee;
    background: none;
}

.blog-post header {
    text-align: left;
}


element.style {
}
*, *::before, *::after {
    box-sizing: border-box;
}
body .text-muted, .text-muted a {
    color: #bbbbbb !important;
}


#carouselHomepage, #carouselHomepage .carousel-item {
    max-height: 40vh;
    height: 40vh;
}

#carouselHomepage, .slide-2 {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

#carouselHomepage .carousel-control-prev, #carouselHomepage .carousel-control-next {
    z-index: 2;
    display: none;
}

@media (min-width: 768px) {
    #carouselHomepage .carousel-control-prev, #carouselHomepage .carousel-control-next {
        display: flex;
    }
}

/* Next Prev artikels bottom */
.nav-links .nav-next, .nav-links .nav-previous {
    border: none;
    border-radius: 0;
    min-width: 30%;
}
.nav-links .nav-next a {
    border-left: 5px solid var(--wp--preset--color--success);
    border-radius: 0;
    padding: 2rem 14px;
    margin: 2rem 0;
    display: block;
}
.nav-links .nav-previous a {
    border-right: 5px solid var(--wp--preset--color--success);
    border-radius: 0;
    padding: 2rem 14px;
    margin: 2rem 0;
    display: block;
}
.nav-previous:focus, .nav-next:focus, .nav-previous:hover, .nav-next:hover {
    background-color: none;
}

.nav-previous a:focus, .nav-next a:focus, .nav-previous a:hover, .nav-next a:hover {
    background-color: #eee;
}



/* Cards */
.card {
    background: var(--wp--preset--color--success);
    color: white;
    border: none;
    border-radius: 15px;
}
.btn {
    border-radius: 10px;
}

body {
    position: relative;
}
body:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10vh;
    width: 100%;
    height: 95vh;
    opacity: 0.05;
    background-image: url('/wp-content/uploads/2021/12/geelse-atletiek-club-logo.svg');
    background-repeat: no-repeat;
    background-position: center 0;
}

body.home:before {
    top: 60vh;
}

.card a {
    color: white;
    text-decoration: underline;
}


.container {
    max-width: 100%;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

.wp-block-social-links .wp-social-link svg {
    width: 1.5em;
    height: 1.5em;
}