/*
@font-face {
  font-family: "lambresia";
  src: url('../lambresia.otf') format('opentype');
}
@font-face {
    font-family: "Gravity";
    src: url(../Gravity-Regular.otf) format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Gravity";
    src: url(../Gravity-Light.otf) format("opentype");
    font-weight: 200;
    font-style: normal;
}
@font-face {
  font-family: fotRodinBokutohProEb;
  src: url(/home/paperjan/redi/javascript/final_project/src/FOT-RodinBokutoh Pro EB/);
  font-family: fotSeuratProB;
  src: url(/home/paperjan/redi/javascript/final_project/src/FOT-Seurat Pro B);
}
*/

.navbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 13px;
    font-family: Nunito, sans-serif;
    letter-spacing: 0.2em;
    font-size: 15px;
}

.navbar li {
    float: left;
}

.navbar li a {
    color: #7cc9c3;
    display: block;
    text-align: center;
    padding: 34px 26px;
    text-decoration: none;

}

.ddList {
    border: 0px;
    outline: 0px;
    background-color: #F9E79F;
    color: #7cc9c3;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 22px;
    /*margin: 20px 20px 50px 20px;*/
    border-radius: 29px;
    font-family: "Nunito", sans-serif;
}

#dayText {
    font-family: "Nunito", sans-serif;
    color: #7cc9c3;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
}

.form {
    outline: none;
    border-radius: 4px;
}

#selectMonth {
    color: #7cc9c3;
    font-size:30px;
    font-family: "Nunito", sans-serif;
    padding-top: 20%;
    font-weight: bold;
}

.para {
    text-align: justify;
    text-justify: inter-word;
}

#usagediv {
    background-color: #88c9a1;
    color: #786951;
    font-size:16px;
    font-family: "Nunito", sans-serif;
    padding: 2%;
    border-radius: 15px;
    /*width: 80%;*/
    /*
    display: flex;
    flex-direction: column;
    justify-content: center;
   */
    margin: auto;
    width: 80%;
    margin-top: 3%;
}

#containerDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*background-color:#EAFAF1;*/
    border-radius: 15px;
    width: 80%;
    margin: auto;
    /*padding-bottom: 1%;*/
}

/*villager's other info*/
div.head p{
    font-size: 18px;
    font-weight: bold;
    justify-content: flex-start;
    margin: 4px;
    /*color: red;*/
}

/*vilager's name in h1 tag*/
#head123 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #8ecfca;
    /*color: red;*/
    font-family: "Nunito", sans-serif;
    padding-top: 30px;
}

/*source: https://stackoverflow.com/questions/2787310/how-to-reduce-the-space-between-p-tags*/
img {
    margin-bottom: 20px;
    margin-top: 30px;
}

a:link {
    text-decoration: none;
    font-weight: bold;
    color: #fff9e5;
}
