@charset "utf-8";


body {
    width: 700px;
    color: hsla(0,0%,0%,1.00);
    font-family: overlock, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    list-style-type: none;
    font-size: 1.1em;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}


body article {
    margin-bottom: 40px;
    text-align: center;
}



h1 {
    color: hsla(0,0%,0%,1.00);
    font-family: overlock;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    font-size: 2.5em;
    padding-bottom: 7px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-top: 3px;
    background-color: hsla(39,72%,63%,0.50);
}


.introduction {
    margin-top: 10px;
    font-style: italic;
    font-weight: 600;
    background-color: hsla(39,71%,67%,0.36);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0px;
}


ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-top: 30px;
    text-decoration: none;
}


ul li a {
    color: hsla(173,51%,31%,1.00);
    text-decoration: none;
    list-style-type: none;
}


ul li description {
    width: 25%;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
}



ul li behavior {
    width: 25%;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
}


ul li misconcept {
    width: 25%;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
}


ul li culture {
    width: 25%;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
}


#description {
    margin-bottom: 30px;
}


#description h2 {
    font-size: 1.3em;
    margin-bottom: 10px;
}


#description p {
    margin-bottom: 10px;
}


#behavior {
    margin-bottom: 30px;
}


#behavior h2 {
    font-size: 1.3em;
    margin-bottom: 10px;
}


#behavior p {
    margin-bottom: 10px;
}


#misconceptions {
    margin-bottom: 30px;
}


#misconceptions h2 {
    font-size: 1.3em;
    margin-bottom: 10px;
}


#misconceptions p {
    margin-bottom: 10px;
}


#culture {
    margin-bottom: 40px;
}


#culture h2 {
    font-size: 1.3em;
    margin-bottom: 10px;
}


#culture p {
    margin-bottom: 10px;
}


article p {
    text-align: left;
}


article p a {
    color: hsla(173,51%,31%,1.00);
    text-decoration: none;
    list-style-type: none;
    text-align: left;
}


footer p a {
    text-decoration: none;
    list-style-type: none;
    color: hsla(173,51%,31%,1.00);
}
