html, body {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    height: 100vh !important;
    display: flex;
    flex-direction: column;
}

h1, h2, h3, h4, h5, h6 {  
    margin-bottom: 15px !important;    
}

h6 {
    font-weight: 600 !important;
}

h1 {
    font-size: 2em !important;
}

a {
    color: #7BA81B !important;
}

a:hover {
    color: #92c721 !important;
}

.header, .navbar, .container {
    width: 90% !important;
    max-width: 1140px !important;
}

.container {
    background-color: white;
    flex: 1;
}

.header {
    margin-left: auto;
    margin-right: auto;
    padding: 24px 10px;
    background-color: #7BA81B;
    color: white;
    text-align: center;
}

/* nav */
.navbar {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
    background-color: #f7f7f7;
}

.navbar-nav {
    margin-left: auto;
    margin-right: auto;
}

.navbar-toggler, .navbar-toggler:focus {
    margin: auto;
    border-color: #7BA81B !important;
    color: #7BA81B !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    box-shadow: none !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(123,168,27)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar-toggler-label {
    font-size: 12pt !important;
    margin-top: 4px !important;
    color: #7BA81B;
}

.navbar a, .navbar a:focus {
    background-color: transparent;
    color: #7BA81B !important;
    margin-right: 0.5em;
}

.navbar a.active {
    background-color: #7BA81B;
    color: white !important;
}

/* Mobile only */
@media (max-width: 1024px) {
    body {
        background-color: #13B1CD !important;
    }

    .header, .navbar, .container {
        width: 90% !important;
    }

    .navbar-collapse {
        margin-top: 5px;  
    }
    .navbar a {
        margin-left: auto;
        margin-right: auto;   
    }
    .dropdown-item, .dropdown-item:focus {
        background-color: transparent;  
        text-align: center !important;
    }

    .youtube-player {
        width: 100%;
        height: 50vw;
    }   
}

/* Desktop only */
@media (min-width: 1024px) { 
    body {
        background-image: url('img/background.png');
        background-attachment: fixed;
        background-size: cover;
    }

    .navbar a:hover  {
        background-color: #92c721;
        color: white !important;
    }   

    .youtube-player {
        width: 560px;
        height: 315px;
    }
}

input[type=text] {
    border: 0.5px solid grey;
}

.btn-primary, .btn-primary:active, .btn-primary:visited {
    background-color: #7BA81B !important;
    border-bottom-color: #7BA81B !important;
    border-top-color: #7BA81B !important;
    border-left-color: #7BA81B !important;
    border-right-color: #7BA81B !important;
    color: white !important;
} 

.btn-primary:hover {
	background-color: #92c721 !important;
	color: white !important;
}

.pagination .page-item.active .page-link {
    background-color: #7BA81B !important;
    border-color: #7BA81B !important;
    color: white !important;
}