@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;
}

.bg {
    color: ##F9F8F5;
}

h1 {
    color: #CECCC4;
    font-family: lambresia, Nunito, sans-serif;
    padding-bottom: 5%;
}

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

.navbar li {
    float: left;
}

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

/*
a {
    text-decoration: none;
    color:#CECCC4;
}
*/

#sub-bicho {
    font-family: Gravity, Nunito, sans-serif;
    color: #CECCC4;
    letter-spacing: 0.5em;
    padding-top: 5%;
}

hr {
    border: 1px solid #CECCC4;
    width: 50%;
    margin: auto;
}

.subdiv {
    position: absolute;
    top: 45%;
    left: 50%;
    /*left: 66%;*/
    transform: translate(-50%, -50%);
    text-align: center;
}

/*
.parent_projects {
    text-align: center;
}
*/
.parent_projects {
    font-family: Gravity, Nunito, sans-serif;
    color: #CECCC4;
    letter-spacing: 0.3em;
    font-size: 16px;
    text-align: center;
    margin-top: 70px;
}

.projects {
    display: inline-block;
    text-align: left;
}

.parent_projects a {
    display: block;
    text-decoration: none;
    line-height: 40px;
    color: #CECCC4;
}

#catsContainer {
    position: absolute;
    top: 55%;
    left: 50%;
    /*left: 66%;*/
    transform: translate(-50%, -50%);
    text-align: center;

}

#randomcatsText {
    font-family: Gravity, Nunito, san-serif;
    color: #CECCC4;
    font-size: 20px;
    letter-spacing: 0.1em;
}

/*pill button*/
#catBtn {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: inherit;
    color: #CECCC4;
    border-color: #F9F8F5;
    border: 3px solid;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    font-family: Gravity, Nunito, sans-serif;
    font-size: 16px;
    font-weight: regular;
    letter-spacing: 0.1em;
    cursor: pointer;
}
