   html * {
           
            font-family: 'PT Sans', sans-serif;
            
          }

@media only screen and (width >= 800px) {



body{

    background-color: #6D95E1;
    margin:auto;

}

a:link {
color:#2f42b9;
  background-color: transparent;
}


p {
    text-align: center;
    color: #2f42b9;
}

.dropdown {
    position: relative;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.dropdownButton {
    padding: 10px;
    border: none;
    border-radius: 6px;
    background-color: #2f42b9;
    color: rgb(249, 252, 255);
}

.dropdownButton:hover{      
    transition-duration: 0.2s; 
    transform: scale(1.05);
    }

.dropdownButton i {
    color: rgb(249, 252, 255);
}

.dropdownContent a:hover{
    background-color: #2f42b9;
    color: rgb(249, 252, 255);
    transition: ease-in 0.1s;
}


.dropdownContent a {
    text-decoration: none;
    display: block;
    padding: 10px;
     color: #2f42b9;
}

.dropdown .dropdownContent {
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(249, 252, 255);
    width: 150px;
    border-radius: 6px;
    display: none;
}

.dropdownContent.change {
    display: block;
}

 .date {
    display:inline;
 }

.date p {
    display: inline-block;
    margin-bottom: 0;
 }

 .date img{
    width: 3%;
    padding-right: 4px;
 }

/* INDEX ----------------------------*/

.container-general{
    width: 650px;
     margin-left: auto;
      margin-right: auto;
      margin-top: 1%;
        background-color: rgb(249, 252, 255); 
        border-radius: 12px; 
        padding: 25px;
}

.container-general p {
    margin-left: 50px;
    margin-right: 50px;
}

#aus-list {
     text-align: center;
}

#aus-list ul {
    color: #2f42b9;
    display: inline-block;
    text-align: left;
}


#logo{
        margin-left: auto;
        margin-right: auto;
        transition: 0.3s;
        max-width: 300px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    #logo img {
        width: 100%;
    }

     #logo:hover{       
    transform: scale(1.05);
    }

 .indexImagesContainer{
    margin-top: 40px;
        text-align: center;
    }

    .indexImages{
        max-width: 70%;
        text-align: center;
    }

    #updateBox {
        width: 200px;
        height: 125px;
        background-color: rgb(249, 252, 255); 
        border-radius: 12px; 
        padding: 10px;
        overflow: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        }

        #updateBox P {
        color: #2f42b9;
        margin-top: 0px;
        margin-bottom: 6px;
        display: inline-block;
        text-align: left;
        }

        #updateBox img {
            width: 6%;
            padding-right: 4px;
         } 

          hr {
        border-style: dotted;
        border-width: 4px;
        border-bottom: transparent;
        border-color: #6D95E1;
        margin-top: 10px;
        margin-bottom: 15px;
    
    }

    /* ART ----------------------------*/

    .category-menu  {
        text-align: center;
        margin-bottom: 40px;
    }

    .blogpost-category {
        padding: 10px;
        border: none;
        border-radius: 6px;
        background-color: #2f42b9;
        color: rgb(249, 252, 255);
        margin-left: 5px;
        margin-right: 5px;
        transition: ease-in 0.1s;
    }

     .blogpost-category:hover {
       background-color: rgb(249, 252, 255);
        color: #2f42b9; 
    }

    .blogpost {
         width: 650px;
     margin-left: auto;
      margin-right: auto;
      margin-top: 1%;
        background-color: rgb(249, 252, 255); 
        border-radius: 12px; 
        padding: 25px;
        margin-bottom: 40px;
    }

    .blogpost p { 
        text-align: center;
    }

    .thought-blogpost {
        margin-left: 50px;
        margin-right: 50px;
    }

    .hidden {
        display: none;
    }

    .art-images-container{
    margin-top: 30px;
        text-align: center;
    }

     .art-images-container p{
    margin-left: 50px;
    margin-right: 50px;
    }

    .art-images{
        max-width: 75%;
        text-align: center;
        border-radius: 6px;
        margin-bottom: 20px;
         display: block;
         margin-left: auto;
        margin-right: auto;
    }

.blogpost-container .popup-img{
    position: fixed;
    top:0; left:0;
    background:rgb(2, 2, 30,.9);
    height: 100%;
    width: 100%;
    z-index: 100;
   display: none; 
}

.blogpost-container .popup-img span{
    position:absolute;
    top: 0; right:10px;
    font-size: 60px;
    font-weight: bolder;
    color: white;
    cursor:pointer;
    z-index: 100;
}

.blogpost-container .popup-img img{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
     max-width: 750px;
    max-height: 90%;
    object-fit: cover;
    
}

.art-tip {
    text-align: center;
    color: rgb(249, 252, 255);
    font-weight:700;
    margin-bottom: 40px;
    
}

.art-tip span{
    margin-bottom: 5px;
    display: inline;
    margin-left: 5px;
}

    /* ARCHIVE ----------------------------*/

.container-archive {
        width: 650px;
        height: 670px;
     margin-left: auto;
      margin-right: auto;
      margin-top: 1%;
        background-color: rgb(249, 252, 255); 
        border-radius: 12px; 
        padding: 25px;
        margin-bottom: 40px;
}

.container-archive .archive-titles {
    text-align: left;
    margin-top: 10px;
    font-size: larger;
    margin-left: 15px;
    font-weight: bold;
}

.container-archive i {
    margin-left: 20px;
}

.logs {
    height: 250px;
    margin-left: 15px;
    overflow: auto;
    margin-bottom: 15px;
}

.logs .date {
    display: block;
}

.logs .date a:any-link {
    text-decoration: underline;
}

.container-archive hr {
    margin-top: 30px;
    margin-bottom: 30px;
}


    /*----------------------------*/

    footer {
        margin-top: 80px;
        margin-bottom: 30px;
    }

    .footer {
        height: 100px;
    }

     .footer P{
        font-size: 20px; 
        text-align: center; 
        font-weight: bold; 
        color: rgb(249, 252, 255);
    }

    .footer a{
         color: rgb(249, 252, 255);
    }
    }


   ::-webkit-scrollbar { 
        width: 10px;
    }

    ::-webkit-scrollbar-thumb {
        border: 12px;
        background: #2f42b9;
        border-radius: 10px;
        background-clip: padding-box;
        border-radius: 20px;
    }



/* MOBILE ---------------------------------------------------------*/

@media only screen and (width < 800px) {



body{

    background-color: #6D95E1;
    margin:auto;

}

a:link {
color:#2f42b9;
  background-color: transparent;
}


p {
    text-align: center;
    color: #2f42b9;
}

.dropdown {
    position: relative;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.dropdownButton {
    padding: 10px;
    border: none;
    border-radius: 6px;
    background-color: #2f42b9;
    color: rgb(249, 252, 255);
}

.dropdownButton:hover{      
    transition-duration: 0.2s; 
    transform: scale(1.05);
    }

.dropdownButton i {
    color: rgb(249, 252, 255);
}

.dropdownContent a:hover{
    background-color: #2f42b9;
    color: rgb(249, 252, 255);
}


.dropdownContent a {
    text-decoration: none;
    display: block;
    padding: 10px;
    color: #2f42b9;
}

.dropdown .dropdownContent {
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(249, 252, 255);
    width: 150px;
    border-radius: 6px;
    display: none;
}

.dropdownContent.change {
    display: block;
}

 .date {
    display:inline;
 }

.date p {
    display: inline-block
 }

 .date img{
    width: 20px;
    padding-right: 4px;
 }

/* INDEX ----------------------------*/

.container-general{
     margin-left: 4%;
      margin-right: 4%;
      margin-top: 1%;
        background-color: rgb(249, 252, 255); 
        border-radius: 12px; 
        padding: 25px;
}

#logo{
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        transition: 0.3s;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    #logo img {
        width: 100%;
    }

     #logo:hover{       
    transform: scale(1.05);
    }

 .indexImagesContainer{
    margin-top: 40px;
     text-align: center;
    
    }

    #aus-list {
     text-align: center;
}

#aus-list ul {
    color: #2f42b9;
    display: inline-block;
    text-align: left;
    padding-left: 30px;
}

    .indexImages{
        max-width: 80%;
        text-align: center;
    }

    #updateBox {
        width: 200px;
        height: 125px;
        background-color: rgb(249, 252, 255); 
        border-radius: 12px; 
        padding: 10px;
        overflow: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        }

        #updateBox P {
        color: #2f42b9;
        margin-top: 0px;
        margin-bottom: 6px;
        display: inline-block;
        text-align: left;
        }

        #updateBox img {
            width: 6%;
            padding-right: 4px;
         } 

          hr {
        border-style: dotted;
        border-width: 4px;
        border-bottom: transparent;
        border-color: #6D95E1;
        margin-top: 10px;
        margin-bottom: 15px;
    
    }

    /* ART ----------------------------*/

   .art-tip {
    text-align: center;
    color: rgb(249, 252, 255);
    font-weight:700;
    margin-bottom: 40px;
    margin-left: 4%;
     margin-right: 4%;
}

.art-tip span{
    margin-bottom: 5px;
    display: inline;
    margin-left: 5px;
}

    .category-menu  {
        text-align: center;
        margin-bottom: 40px;
    }

    .blogpost-category {
        padding: 10px;
        border: none;
        border-radius: 6px;
        background-color: #2f42b9;
        color: rgb(249, 252, 255);
        margin:5px;
        transition: ease-in 0.1s;
    }

     .blogpost-category:hover {
       background-color: rgb(249, 252, 255);
        color: #2f42b9; 
    }

    .blogpost {
      margin-left: 4%;
      margin-right: 4%;
      margin-top: 1%;
        background-color: rgb(249, 252, 255); 
        border-radius: 12px; 
        padding: 25px;
        margin-bottom: 20px;
    }

    .blogpost p {
        text-align: center;
    }

    .hidden {
        display: none;
    }

      .art-images-container{
    margin-top: 30px;
        text-align: center;
    }

    .art-images{
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
        border-radius: 6px;
        display: block;
         margin-left: auto;
        margin-right: auto;
    }

    .blogpost-container .popup-img{
    position: fixed;
    top:0; left:0;
    background:rgb(2, 2, 30,.9);
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
}

.blogpost-container .popup-img span{
    position:absolute;
    top: 0; right:10px;
    font-size: 60px;
    font-weight: bolder;
    color: white;
    cursor:pointer;
    z-index: 100;
}

.blogpost-container .popup-img img{
   position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    object-fit:contain;
     width:95%;
     height: 95%;

}

 /* ARCHIVE ----------------------------*/

.container-archive {

        height: 670px;
     margin-left: 4%;
      margin-right: 4%;
      margin-top: 1%;
        background-color: rgb(249, 252, 255); 
        border-radius: 12px; 
        padding: 25px;
        margin-bottom: 40px;
}

.container-archive .archive-titles {
    text-align: left;
    margin-top: 10px;
    font-size: larger;
    margin-left: 15px;
    font-weight: bold;
}

.container-archive i {
    margin-left: 20px;
}

.logs {
    height: 250px;
    margin-left: 15px;
    overflow: auto;
    margin-bottom: 15px;
}

.logs .date {
    display: block;
}

.logs .date a:any-link {
    text-decoration: underline;
}

.container-archive hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

    /*----------------------------*/

    footer {
        margin-top: 80px;
        margin-bottom: 30px;
    }

    .footer {
        height: 100px;
    }

     .footer P{
        font-size: 20px; 
        text-align: center; 
        font-weight: bold; 
        color: rgb(249, 252, 255);
    }

    .footer a{
         color: rgb(249, 252, 255);
    }

   ::-webkit-scrollbar { 
        width: 10px;
    }

    ::-webkit-scrollbar-thumb {
        border: 12px;
        background: #2f42b9;
        border-radius: 10px;
        background-clip: padding-box;
        border-radius: 20px;
    }

}