body {
    background-image: linear-gradient(#FFFBE7, #F2D091);
    height: 2800px;
    overflow: scroll;
}

p {
    color: rgb(0, 0, 0);
}



nav {

    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;

    position: relative;

    text-decoration: none;
    margin: 5px;
    padding: 10px 12px;

    color: white;
    background-color: #8C661F;
    border: solid #A67721;

}

nav ul li {

    color: white;

    display: inline-block;
    list-style: none;
    margin: 10px 15px;
}

.nav-logo-title {
    width: 140px;
}

nav ul li a {
    text-decoration: none;
    font-weight: 400;

    color: #fff;
}


#header {
    position: relative;

    line-height: 20px;

    font-size: 15px;

    text-decoration: none;
    margin: 5%;

    margin-left: 15%;
    padding: 150px 12px;
    text-align: center;

    border: solid #8C661F;
    width: 70%;
    height: 50%;

    opacity: 0;
    transform: translateY(30px);
    animation: moveup 0.5s linear forwards;
}

.content {
    position: relative;

    text-decoration: none;
    margin: 5px;
    padding: 10px 10px;
    border-radius: 5px;

    opacity: 0;
    transform: translateY(30px);
    animation: moveup 1.5s linear forwards;
}

@keyframes moveup {
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

aside {
    position: absolute;
    width: 10%;

    height: 50%;
    border: solid #A67721;
}

#articles {
    text-decoration: none;
    list-style-type: none;
    display: block;

    float: left;
    line-height: 20px;
    position: relative;

    margin: 5px;
    padding: 14px 200px;


    opacity: 0;
    transform: translatex(30px);
    animation: moveup 2.5s linear forwards;

}

.article {

    padding: 2%;

    border: solid #A67721;
    border-radius: 5%;
}

#creativity {

    float: left;
    line-height: 10px;

    position: relative;
    left: 150px;
    width: 50%;
    height: 80px;
    padding-top: 5%;
    margin: 5px;

    border: #A67721;

    list-style-type: none;
    display: block;

    padding: 12px 20px;

    opacity: 0;
    transform: translateY(30px);
    animation: moveup 0.5s linear forwards;
}

.mini-one {

    width: 100%;
    margin-bottom: 20px;
}

.mini-two {
    width: 100%;
    margin-bottom: 20px;
}

.mini-three {
    width: 100%;
    margin-bottom: 20px;
}

.mini-four {
    width: 100%;
    margin-bottom: 20px;
}

#article-long {
    text-decoration: none;
    list-style-type: none;
    display: inline-block;
    float: left;
    position: relative;
    padding-top: 15%;

}

td a {
    text-decoration: none;
    margin: 5px;
    padding: 10px 12px;
    position: relative;
    background-color: #FFFBE7;
    border-radius: 5px;

}

td a:hover {
    color: #fff;
    background-color: #A67721;
}

footer {
    color: #A67721;
    margin: 5px;
    padding: 10px 12px;

    text-align: center;

    border: solid #A67721;

    float: left;
    line-height: 20px;
    position: absolute;
    text-decoration: none;
    margin-top: 70%;

    width: 95%;
}

div button {
    text-decoration: none;
    margin: 5px;
    padding: 10px 12px;
    background-color: #c8ddf1;
    border-radius: 5px;

}

div button:hover {
    color: #fff;
    background-color: #FFFBE7;
}

.footer-credit {

    position: absolute;
    text-align: center;

    left: 10%;
    width: 80%;
    height: 85px;
    padding-top: 5%;
}

/*ul li {
    position:absolute;
    border: 1px solid #ffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    list-style: none;

    opacity: 0;
}

li{
    top: 50vh;
    left: 45vw;
    animation: circle 10s linear infinite;
}

li:nth-child(2) {
    top: 80vh;
    left: 10vw;
}

li:nth-child(3) {
    top: 80vh;
    left: 45vw;
}

li:nth-child(4) {
    top: 10vh;
    left: 10vw;
}

li:nth-child(5) {
    top: 10vh;
    left: 70vw;
}

@keyframes circle {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform : scale(5);
        opacity: 0;
    }
}*/

@media screen and (min-width: 320px) and (max-width: 767px) {

    body {

        font-size: 30px;
    }

    nav {

        font-size: 20px;

        padding: 10px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    
        position: relative;
    
        text-decoration: none;
        margin: 5px;
        padding: 10px 22px;

        width: 235%;
        color: white;
        background-color: #A67721;
        border: solid white;
    
    }
    
    nav ul li {
        display: inline-block;
        list-style: none;
        margin: 10px 15px;
    }
    
    .nav-logo-title {
        width: 140px;
    }
    
    nav ul li a {
        text-decoration: none;
        font-weight: 400;
        color: #fff;
    }

    .content {
        position: relative;
    
        text-decoration: none;
        margin: 5px;
        padding: 20px 20px;
        width: 550px;
    
        opacity: 0;
        transform: translateY(30px);
        animation: moveup 1.5s linear forwards;
    }

    #header {
        position: relative;
    
        text-decoration: none;
        margin: 5px;
        padding: 10px 12px;
        border-radius: 5px;
        width: 500px;
    
        opacity: 0;
        transform: translateY(30px);
        animation: moveup 0.5s linear forwards;
    }

    aside {
        position: absolute;
        width: 35%;
    
        font-size: 16px;
        height: 50%;
        border: transparent;
        text-align: left;
    }

    #articles {
        text-decoration: none;
        list-style-type: none;
        display: block;
    
        float: left;
        line-height: 20px;

        position: relative;
        font-size: 16px;
    
        margin: 10px;
        padding: 45px 150px;
        width: 580px;
    
    
        opacity: 0;
        transform: translatex(30px);
        animation: moveup 2.5s linear forwards;

        text-orientation: upright;
    
    }
    
    div tr td{
        padding: 2%;
    
        border: solid transparent;
        border-radius: 5%;

        
    }

    td a {
        text-decoration: none;
        margin: 5px;
        padding: 5px 10px;
        position: relative;
        background-color: #FFFBE7;
        border-radius: 5px;
    
    }
    
    td a:hover {
        color: #fff;
        background-color: #A67721;
    }

    #creativity {

        float: left;
        line-height: 15px;

        font-size: 20px;
    
        position: relative;
        width: 200%;
        height: 80px;
    
        border: #A67721;
    
        list-style-type: none;
        display: block;
    
        padding: 10px 10px;
    
        opacity: 0;
        transform: translateY(30px);
        animation: moveup 0.5s linear forwards;
    }
    
    footer {
        color: #A67721;
        margin: 150px;
        padding: 100px 120px;
    
        text-align: left;
    
        border: solid #A67721;
    
        float: left;
        line-height: 30px;
        position: relative;
        text-decoration: none;
        margin-top: 250%;
    
        font-size: 25px;
        width: 100%;
    }

    .footer-credit {

        position: absolute;
        text-align: center;
    
        font-size: 20px;
        left: 10%;
        width: 80%;
        height: 85px;
        padding-top: 5%;
        margin-top: 15%;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
    body {
        height: 2450px;
  

        font-size: 12px;
    }

    nav ul li a {
        color: #fff;
    }

    aside {
        position: absolute;
        width: 20%;
    
        height: 50%;
        border: transparent;
        text-align: left;
    }

    #articles {
        text-decoration: none;
        list-style-type: none;
        display: block;
    
        float: left;
        line-height: 15px;

        font-size: 12px;

        position: relative;
    
        margin: 10px;
        padding: 20px 100px;
        width: 580px;
    
    
        opacity: 0;
        transform: translatex(30px);
        animation: moveup 2.5s linear forwards;
    
    }
    
    .article {
        padding: 2%;
    
        border: solid #A67721;
        border-radius: 5%;
    }

    td a {
        text-decoration: none;
        margin: 5px;
        padding: 5px 10px;
        position: relative;
        background-color: #FFFBE7;
        border-radius: 5px;
    
    }
    
    td a:hover {
        color: #fff;
        background-color: #A67721;
    }

    #creativity {

        float: left;
        line-height: 15px;
    
        position: relative;
        width: 50%;
        height: 80px;
    
        border: #A67721;
    
        list-style-type: none;
        display: block;
    
        padding: 10px 10px;
        padding-bottom: 10%;
    
        opacity: 0;
        transform: translateY(30px);
        animation: moveup 0.5s linear forwards;
    }
    
    footer {
        color: #A67721;
        margin: 35px;
        padding: 19px 12px;
    
        text-align: left;
    
        border: solid #A67721;
    
        float: left;
        line-height: 20px;
        position: relative;
        text-decoration: none;
        margin-top: 70%;
    
        width: 95%;
    }

    .footer-credit {

        position: absolute;
        text-align: center;
    
        font-size: 10px;
        left: 10%;
        width: 80%;
        height: 85px;
    }
 }