/* CSS HEX */
--white: #ffffff;
--cyan-blue: #adf;
--dark-orange: #fb8b24;
--orange: #FFA500;
--black: #000000;
--darkblue: #00008B;

*/ head {}

body {
    font-size: 16px;
    max-width: 576px;
    margin: 0 auto;
    padding: 1rem;
    font-family: 'Noto Sans Ethiopic', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: black
}

}

header {

    padding: 1rem;


}



.hero {

    background-image: url("images/orange.jpg");
    object-fit: cover;

}

.container {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;

}

header {
   font-family: 'Noto Sans Ethiopic', sans-serif;


}



.intro {
    font-family: 'Noto Sans Ethiopic', sans-serif;
    font-size: 17px;
    color: black;

    padding: 1rem;
}

.navbar {
    overflow: hidden;
    background-color: #fb8b24;
    font-family: 'Noto Sans Ethiopic', sans-serif;
    color: #fefae0;
    display: inline-block;
    text-align: center;

}

.navbar a {

    display: inline-block color: #fb8b24;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 15px;
}


.navbar a:hover {
    background-color: orange;
    color: black;
}

ul li {

    color: white;
    margin: 10px;
    padding: 3px;
    list-style-type: none;
}

p {
    color: white;
}



nav li {
    display: inline;
}




main {

    font-family: 'Raleway', sans-serif;

}

.flex-container {
    display: flex flex-direction:column flex-wrap:wrap;
}

.flex-container > div {
    margin: auto padding:10px;
}




footer {

    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    width: 100vw;
    padding-top: 40px;
    margin-top: auto;


}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

a {
    color: darkblue;
}

a:hover {
    color: #adf;
}

a:visited {
    color: #adf
}


h2,
h3,
h4,
h5,
h6 {

    font-family: 'Noto Sans Ethiopic', sans-serif;
    text-align: left;

}

h1 {
    font-size: 2.5rem;
    color: black;
}

h2 {
    font-size: 2rem;
    color: black;
}

h3 {
    font-size: 1.75rem;

}

h4 {
    font-size: 1.5rem;
    color: white;
    padding: .5rem
}

h5 {
    font-size: 1.25rem;
    color: white;

}

h6 {
    font-size: 1rem;
    color: white;
}


/* use classes */

.hs-responsive-embed-youtube {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 Aspect Ratio */
    padding-top: 25px;
}

.hs-responsive-embed-youtube iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}




/* responsive query */
@media only screen and (min-width: 576px) {
    body {
        max-width: 1200px;
    }

    .flex-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

}

.links {
    background-color: black;
    border-bottom: 1px solid #0003;
    font-size: 1.5em;
    font-weight: 200;
}

.links > a {
    color: #9ab;
    padding: .75em;
    text-align: left;
    text-decoration: none;
}

.links > a:hover {
    background: #ffffff06;
    color: #adf;
}

.links {
    display: grid;
    grid-template-columns: repeat(var(--items),
            position: relative;

    }
