* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: Inter, Helvetica, Arial, sans-serif;
    color: #3d302d;
    background-color: #f0efec;
}

.navbar {
    font-size: 18px;
    position: sticky;
    top: 0;
    background-color: #fff;
    border-bottom: 1px solid #927f7d;
    margin-bottom: 0;
}

.main-nav {
    list-style-type: none;
}

.nav-links,
.logo {
    text-decoration: none;
}

.nav-links {
    color: #3d302d;
    font-weight: 600;
    padding: 8px;
}


.main-nav li {
    text-align: center;
    padding: 14px;
}

.logo {
    display: inline-block;
    font-size: 22px;
    margin-top: 10px;
    margin-left: 20px;
}

.logo img { width: 125px; }

.support a {
    background-color: #05c900;
    color: #fff;
}

.navbar-toggle {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer; 
    font-size: 24px;
}

.main-nav {
    list-style-type: none;
    display: none;
}


.active {
  display: block;
}

#js-navbar-toggle {
    margin-bottom: 24px;
}

a:hover { 
    background-color: #5900ed;
    border-radius: 0;
    color: #fff;
}

.logo:hover {
    text-decoration: none;
    background-color: #fff;
}



.text p {
    margin-top: 16px;
    margin-left: 24px;
    line-height: 1.5;
}

.picture img {
    width: 100%;
    margin-bottom: 0;
}

.picture h2 {
    line-height: 1.3;
}

.text {
    flex-grow: 1;
}

.text h1 {
    width: 100%;
    margin-top: 0;
}

.text h2 {
    margin-left: 24px;
    padding-left: 0;
}

.text h3 {
    margin-left: 24px;
}

.text h4 {
    margin-left: 24px;
}

.text ul li {
    margin-left: 32px;
}

.text img {
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}



footer {
    margin: 0;
    margin-top: 24px;
    padding: 64px;
    font-size: 10pt;
    text-align: center;
    background-color: #23221e;
    color: #ddd;
}

footer img {
    margin-top: 16px;
    width: 32px;
}

footer .logo-alt img {
    width: 125px;
    margin-bottom: 12px;
}

footer .logo-alt:hover {
    background-color: #23221e;
}

footer a:hover {
    text-decoration: none;
    background-color: #23221e;
}

h1 {
    color: #3d302d;
    padding: 24px;
}

h2 {
    padding-left: 24px;
    padding-right: 24px;
    color: #3d302d;
}

h3 {
    margin-top: 32px;
    margin-bottom: 0;
    color: #0083ff;
}



.button {
    display: block;
    text-align: center;
}

.button a {
    color: #fff;
    text-decoration: none;
    padding: 12px;
    background-color: #5900ed;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px;
}



.button a:hover {
    background-color: #000;
}

h3 a:hover {
    background-color: #f0efec;
    color: #000;
}

h4 {
    margin-top: 32px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.25px;
}


.text p {
    text-align: left;
    padding-right: 24px;
    padding-bottom: 0;
}

.text ul {
    margin-top: 16px;
    margin-right: 20px;
    line-height: 1.4;
}


.hero {
    margin: 0;
    margin-bottom: 48px;
    height: 50vh;
    background-image: url("i/photo.jpg");
    background-size: cover;
    border-bottom: 1px solid #927f7d;
}

.hero h1 {
    color: #fff;
    font-size: 36pt;
    padding-top: 25vh;
    margin-top: 0;
    border-bottom: 0;
    
}

.green {
    color: #05c900;
}

.endorsement {
    vertical-align: middle;
}

.endorsement img {
    display: inline-block;
    width: 45%;
    margin: 0;
    padding: 24px;
}

.main-image.priorities {
    background-image: url("i/priorities-3-bg.jpg");
    background-size: cover;
    background-position: center;
    height: 50vh;
    border-bottom: 1px solid #927f7d;
}

.main-image.achieved {
    background-image: url("i/achieved-bg.jpg");
    background-size: cover;
    background-position: center;
    height: 50vh;
    border-bottom: 1px solid #927f7d;
}

.mural {
    display: none;
}



@media screen and (min-width: 768px) {    
        .navbar {
            display: flex;
            justify-content: space-between;
            padding-bottom: 0;
            height: 70px;
            align-items: center;
        }    
        .main-nav {
            display: flex;
            margin-right: 30px;
            flex-direction: row;
            justify-content: flex-end;
        }    
        .main-nav li {
            margin: 0;
        }    
        .nav-links {
            margin-left: 0px;
        }    
        .logo {
            margin-top: 0;
        }   
        .navbar-toggle {
            display: none;
        }    

        h1 {
            width: 800px;
            margin-top: 48px;
            margin-bottom: 16px;
            margin-left: auto;
            margin-right: auto;
            padding: 0;
            font-size: 32pt;
            border-bottom: 1px solid #927f7d;
        }



        h2 {
            padding: 0;
        }


        .main-contents {
            flex-direction: row;
            display: flex;
            flex-direction: col;
            width: 800px;
            margin-left: auto;
            margin-right: auto;
        }


        .space {
            width: 100%;
            height: 8px;
        }

        .picture {
            min-width: 300px;
        }

        .picture img {
            width: 100%;
        }

        .text {
            max-width: 700px;
            margin-top: 0;
            padding-top: 0;
        }

        .text ul {
            margin-bottom: 0;
            padding-bottom: 24px;
            padding-left: 24px;
        }

        .text p {
            padding-bottom: 0;

        }

        .mural {
            display: block;
        }

        .hero {
            height: 100vh;
        }

        .hero h1 {
            font-size: 64pt;
            text-align: left;
        }

        .endorsement img {
    display: inline-block;
    width: 45%;
    margin: 0;
    padding: 24px;
}

}
