
/* The header*/
div.header{
background-color: #f1f1f1;
padding: 17px;
text-align: center;
}

div.NavBar{
    overflow: hidden;
    background-color: #808080;
}

div.NavBar a{
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 13px 16px;
    background-color: #125688;
    
}

div.NavBar a:hover{
background-color: #ddd;
color:black;
}

a.OP{
    float: right;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 13px 16px;
    background-color: #125688;
    width: 13px;
    height:16px ;  
}

a.OP:hover{
    background-color: #ddd;
    color:black;
}

/*a img.opensealogo{
    float: right;
    color: #f2f2f2;
    padding: 13px 16px;
    background-color: #125688;
    width: 13px;
    height:16px ;  
}

img.opensealogo:hover{
    background-color: #ddd;
    color:black;
}*/

/*Web app body*/
div.MOC img{
    width: 300px;
    height:300px ;    
}


div.image img{ 
    border-radius: 10px;
    width: 360px;
    height: 450px;
    transition: 1s;
    border-style: inset;
    border-color: black;
}
div.image img:hover{
width: 396px;
height: 460px;
}

div.BUY BUTTON{
    border-color: rgb(95, 119, 170);
    border-radius: 8px;
    font-style: italic;
    background-color: rgb(120, 95, 126);
    
}

div.BUY BUTTON:hover{
    background-color: rgb(14, 130, 184);
}

div.MOC{
   float: left;
   width: 25%;
   padding: 35px;
   font-style: italic;
   font-weight: bold;
   color: black;
}

body{
background-color:rgb(102, 102, 122);  
}

@media screen and (max-width: 1000px) {
    .MOC {
        width: 100%;
    }

    div.image img{ 
        border-radius: 7px;
        width: 280px;
        height: 330px;
        transition: 1s;
        
    }
   
    div.image img:hover{
        width: 305px;
        height: 350px;
        }

        div.MOC{
            
            width: 35%;
            padding: 35px;
         }

         img.opensealogo{
            float: right;
            display: block;
            color: #f2f2f2;
            text-align: center;
            padding: 13px 16px;
            background-color: #125688;
            width: 16px;
            height:16px ;  
        }
}

.Row1::after{
    content: "";
    clear: both;
    display: table;
}

div.header2{
    background-color: rgb(24, 22, 58);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    }

    div.container{
        padding-block: 30px;
        background-color: rgb(187, 189, 175);
        border-radius: 10px;
        font-size: medium;
        font-weight: bold;
    }

.JOIN{
    background-color: rgb(42, 46, 24);
        border-radius: 10px;
        font-size:small;
        font-weight: bold;
        width: 80px;
        height: 50px;
        float: right;
}

.JOIN:hover{
    background-color: gray;
    width: 100px;
    height: 70px;
    }


