:root{
    background-color: lightskyblue;
    font-family: 'League Spartan', sans-serif;
}

.roundyfloats{
    border-radius: 35px;
    margin-top:5px;
    margin-bottom:5px;
}

.book{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
    margin-bottom: 7px;
    text-align: center;
    background-color: white;
    border-radius: 15px;
}
.book-card{
    border-radius: 15px;
    text-align:center;
    background-color:white;
}
.blue{
    background-color: #398bba;
}
.pink{
    background-color: #ffa69e;
}
.purple{
    background-color: #49416d;
}
.pale{
    background-color: #faf3dd;
}
.green{
    background-color:#b8f2b6;
}
.yellow{
    background-color:#e1ce7a;
}

.gradient-a{
    background-image: linear-gradient(to left, #398bbaab, #398bba);
}
.gradient-b{
    background-image: linear-gradient(to right, #398bbaab, #398bba);
}
.francais{
    display: none;
}

.duala{
    display:none;
}
.english{
    display:block;
}


/* unvisited link */
.pure-menu-link:link {
    color: white;
  }
  
  /* active link */
  .pure-menu-link:focus {
    color: black;
    background-color:#00a8a8;
  }
  
  /* mouse over link */
  .pure-menu-link:hover {
    color: black;
    background-color:#00a8a8;
  }
  
  /* selected link */
  .pure-menu-link:active {
    color: black;
    background-color:#00a8a8;
  }

blockquote{
    margin-left:5px;
    border-left:3px solid white;
    padding:8px;
    color:azure;
    font-size:20px;
}
.custom-wrapper {
    background-color: #398bba;
    -webkit-font-smoothing: antialiased;
    height: 2.1em;
    overflow: scroll;
    scrollbar-width: none;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
}

.clickable:hover{
    cursor: pointer;
}
.custom-wrapper.open {
    height: 14em;
}

.custom-menu-3 {
    text-align: right;
    font-size: small;
}

.custom-toggle {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
.pure-menu-link, .pure-menu-heading{
    color:white;
}
.custom-toggle .bar {
    background-color: white;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 100px;
    position: absolute;
    top: 18px;
    right: 7px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-toggle .bar:first-child {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.custom-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.slim-wide{
    width:70%;
    margin:auto;
}

@media (max-width: 47.999em) {

    .custom-menu-3 {
        text-align: left;
        border-left: 2px solid #6d9826
    }

    .custom-toggle {
        display: block;
    }

    .slim-wide{
        width:100%;
    }
}


h1, h2, h3, h4, h5, h6 {
    padding: 3px;
    word-wrap: break-word;
    color:white;
}
h1{
    font-size: 30px;
}
h2{
    font-size: 26px;
}
h3{
    font-size: 24px;
}
h4, h5, h6{
    font-size: 22px;
}
p{
    padding: 5px;
    color:white;
    font-size:18px;
    margin:5px;
}
