/*
Marcella
0706012310057
*/

img{
    background-position: center;
    background-size: contain, cover;
    background-repeat: no-repeat;
    background-size: 100%;
}

.nav-logo-title{
    background-color: black;
    border-bottom: 5px solid skyblue;
    border-image: linear-gradient(to right,blue, skyblue) 2;

    width: 100%;

    padding: 10px;

    position: relative;

    margin-top: auto;

    img[alt~="Logo"] {
        background-image: url('https://iconape.com/wp-content/png_logo_vector/css3-2.png');
        float: left;

        margin-top: -38px;
        height: 80px;
    }
}

.header-texts{
    background-image: url("https://images.pexels.com/photos/459653/pexels-photo-459653.jpeg");
    background-position: center;
    background-size: contain, cover;
    background-repeat: no-repeat;
    background-size: 100%;
    background-blend-mode:color-burn;

    height: 300px;
    width: 100%;

    padding: 10px;

    background-color:rgba(52, 39, 138, 0.76);
}

.content-first {
    background-image: linear-gradient(darkcyan, black);

    border: 2px double;

    padding: 10px;

    width: 100%;
    height: auto;

    float: left;
    position: relative;

    margin-bottom: 10px;
    margin-right: 10px;
}

.content-second {
    background-image: linear-gradient(darkblue, black);
    border: 2px double;

    float: left;
    position: relative;

    width: 100%;
    height: auto;

    padding: 10px;

    margin-bottom: 50px;
}

.content-aside{
    margin-bottom: 50px;

    aside{
        display: inline-block;

        margin: 0 auto;
    }

    li{
        margin-right: 15px;
    }
}

.article{
    border: 1px double;
    padding: 10px;

    background-image: linear-gradient(darkblue, rgb(48, 48, 180), rgb(142, 201, 225));
    text-align: center;

    img{
        width: 100%;
        height: 90px;
        float: left;

        /* background-image: url('https://th.bing.com/th/id/OIP.6txZBa1PPdMDfKAj1THc9wHaE8?rs=1&pid=ImgDetMain'); */
    
        border: 1px solid;
        border-radius: 10px;
    }
    img[alt~="1"]{
        background-image: url('https://images.pexels.com/photos/3861969/pexels-photo-3861969.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2');
    }
    img[alt~="2"]{
        background-image: url('https://images.pexels.com/photos/110469/pexels-photo-110469.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2');
    }
    img[alt~="3"]{
        background-image: url('https://images.pexels.com/photos/256381/pexels-photo-256381.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2');
    }

    a{
        border: 8px solid darkblue;
        background-color: darkblue;
        border-radius: 10px;
    }

    a:hover{
        background-color: blue;
        border: 8px solid blue;
    }
}

.articles{
    border: 1px double;
    padding: 10px;

    margin-right: 10px;
    margin-bottom: 50px;
}

.row-second{
    .article-long{
        background-image: linear-gradient(to right, darkblue, black, gold);   
    }

    img{
        float: right;
        background-image: url("https://blog.logrocket.com/wp-content/uploads/2020/08/css-javascript-logos.png");
        width: 100%;    
        height: 100px;
        border: 1px solid;
        border-radius: 10px;
    }
}

.creativity{
    float: left;
    margin: 0 auto;

    div{
        margin-bottom: 30px;
    }

    .mini-content{
        padding: 10px;
        border: 1px double;
    }
    .mini-one{
        background-image: linear-gradient(black, gold);
    }
    .mini-two{
        background-image: linear-gradient(to right, black, darkblue, skyblue);
    }
    .mini-three{
        /* background-image: linear-gradient(to right, coral, orange, cornflowerblue, gray, mistyrose, yellow,cornflowerblue); */
        background-image: linear-gradient(to right, black,coral, orange, cornflowerblue);
    }
    .mini-four{
        background-image: linear-gradient(black, green, yellowgreen);
    }

    img{
        margin: 0 auto;

        width: 100%;
        height: 300px;

        float: left;

        margin-bottom: 20px;
    }
    img[alt~="First"] {
        background-image: url('https://miro.medium.com/max/1200/0*qwlTDNMfoBCy4xb3');
    }
    img[alt~="Second"] {
        background-image: url('https://img.lovepik.com/background/20211021/large/lovepik-unlocked-lock-background-image_400208619.jpg');
    }
    img[alt~="Third"] {
        background-image: url('https://thumbs.dreamstime.com/b/multicolored-wrenches-grow-soil-thw-garden-new-life-consept-multicolored-wrenches-grow-soil-thw-garden-new-173617634.jpg');
    }
    img[alt~="Four"] {
        /* background-image: url('https://images.pexels.com/photos/459051/pexels-photo-459051.jpeg?cs=srgb&dl=adorable-beautiful-blur-459051.jpg&fm=jpg'); */
        background-image: url('https://th.bing.com/th/id/OIP.myN18idvqEB7OeG7P21XsgHaE8?rs=1&pid=ImgDetMain');
    }
}

footer{
    border-top: 5px solid skyblue;
    clear: both;

    .footer-logo{
        float: left;
        width: 55%;
        margin-bottom: 50px;
    }
    .footer-form{
        border-left: 5px solid skyblue;
        float: right;
        padding-left: 10px;
        width: 40%;
    }

    button{
        margin-top: 20px;
        margin-left: 20px;
    }
}

body {
    background-color: #021;
    color: #f4f5fc;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}

@media screen and (max-width: 500px){
    ul{
        display: flex;
        list-style: none;

        justify-content: space-around;
        margin-left: -40px;

        color: #000;
    }

    .articles{
        width: 100%;
    }

    footer{
    
        .footer-logo{
            width: 100%;
            margin-bottom: 50px;
        }
        .footer-form{
            border-top: 5px solid skyblue;
            padding-left: 10px;
            padding-bottom: 20px;

            width: 100%;
            text-align: center;
        }
        .footer-credit{
            border-top: 5px solid skyblue;
            float: left;
            width: 100%;
        }
    }
}

@media screen and (min-width: 501px){
    ul{
        display: flex;
        text-align: center;
    
        justify-content:space-evenly;
    
        position: relative;
        list-style: none;
    
        margin-top: -36px;
    
        width: 40%;
        float: right;
    }
}

@media screen and (min-width: 1020px){
    .creativity{
        img{
            height: 500px;
        }
    }

    .article{
        img{
            height: 280px;
        }
    }
    .row-second{
        img{
            height: 260px;
        }
    }
}

a {
    color: deepskyblue;
    text-decoration: none;
}
a:hover {
    color: rgb(174, 232, 255);
    text-decoration: none;
    cursor: pointer;
}