
.container {

 float:right;
    margin-top: 5px;
    width: 79%;
    height: 90%;

    padding: 20px;
    background-color: rgba(218, 199, 241, 0.745);
    
   

}

.heading {

    font-size: 50pt;
    font-weight: bolder;
    text-align: center;
    margin: auto;
    font-family: IBM Plex Sans;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.306);
    font-family: 'IBM Plex Sans', SemiBold 600;


/*
    width: 50%;
    height: 100px;
    padding: 10px;
    background-color: rgba(218, 199, 241, 0.745);
    */
}


/* Browse Box */
.browsegallery{

    float: right;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items:center;
    width: 95%;
    height: 50%;

    /*background-color: rgba(250, 235, 215, 0.692); */
}


/* Regular/Small Thumbs */

.thumbpic {
    margin-left: 20px;
    margin-top: 20px;
    width: 260px; 
    height: 310px;
    border-radius: 10px;
}

.thumbbox {
    width: 300px; 
    height: 500px;
    margin: 20px;
    margin-bottom: 30px;

    transition: 0.7s;

    background-color: rgba(143, 120, 205, 0.6);
   /* background-color: rgb(211, 184, 237); */
}
    .thumbbox:hover {
        width: 310px; 
        height: 510px;
        margin: 7px;
        border-radius: 10px;

        color: black;
        background-color: rgba(250, 235, 215, 0.692);
    }

.thumbinfo {
    width: 250px; 
    height: 130px;
    margin: 20px;
    margin-left: 25px;
    border-radius: 10px;

    text-align: center;
    font: 10px;
    font-weight: bold;
    color: rgb(61, 61, 61);
    font-family: IBM Plex Sans;

}

/* Medium Thumbs */

.medthumbpic {
    margin-left: 50px;
    margin-top: 20px;
    width: 400px; 
    height: 310px;
    border-radius: 10px;
}

.medthumbbox {
    width: 500px; 
    height: 500px;
    margin: 20px;
    margin-bottom: 30px;

    transition: 0.7s;

    background-color: rgba(143, 120, 205, 0.6);
   /* background-color: rgb(211, 184, 237); */
}
    .medthumbbox:hover {
        width: 510px; 
        height: 510px;
        margin: 7px;
        border-radius: 10px;

        color: black;
        background-color: rgba(250, 235, 215, 0.692);
    }

.medthumbinfo {
    width: 450px; 
    height: 130px;
    margin: 20px;
    margin-left: 25px;
    border-radius: 10px;

    text-align: center;
    font: 10px;
    font-weight: bold;
    color: rgb(61, 61, 61);
    font-family: IBM Plex Sans;

}





/* Big Thumbs */

.bigthumbpic {
    margin-left: 60px;
    margin-top: 40px;
    width: 820px; 
    height: 310px;
    border-radius: 10px;
}

.bigthumbbox {
    width: 950px; 
    height: 500px;
    margin: 40px;
    margin-bottom: 30px;

    transition: 0.7s;

    background-color: rgba(143, 120, 205, 0.6);
   /* background-color: rgb(211, 184, 237); */
}
 /*   .bigthumbbox:hover {
        width: 960px; 
        height: 510px;
        margin: 7px;
        border-radius: 10px;

        color: black;
        background-color: rgba(250, 235, 215, 0.692);
    }
*/
.bigthumbinfo {
    width: 850px; 
    height: 130px;
    margin: 40px;
    margin-left: 25px;
    border-radius: 10px;

    text-align: center;
    font: 10px;
    font-weight: bold;
    color: rgb(61, 61, 61);
    font-family: IBM Plex Sans;

}





/*sidebar */

.sidebar {

background-color: rgba(211, 184, 237, 0.6);
color: rgb(61, 61, 61);
font-family: IBM Plex Sans;
float: left;
width: 210px;
height: 100%;
font-size: 17pt;
padding-top: 40px;
padding-left: 10px;
line-height: 150px;
transition: 0.5s;
}

    .sidebar:hover {

    background-color: rgb(211, 184, 237);
    color: black;
    float: left;
    width: 225px;
    font-size: 20pt;
    padding-top: 40px;
    padding-left: 20px;
    line-height: 150px;
    position: absolute;
    }

/* Category headings */
.categories{

    margin-bottom: -30px;
    margin-top: 40px;
    width: 70%;
    font-size: 25pt;
    font-weight: bold;
    color: rgb(61, 61, 61);
    font-family: IBM Plex Sans;

}

/* Link Styling*/
/* unvisited link */
a:link {
    color: rgb(37, 15, 84);
    text-decoration: none;
  }
  
  /* visited link */
  a:visited {
    color: rgb(37, 15, 84);
  }
  
  /* mouse over link */
  a:hover {
    color: blue;
  }
  
  /* selected link */
  a:active {
    color: blue;
  }



body {
background-image: url(Waterback.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}

@font-face {
    font-family: IBM Plex Sans;
}

@media all and (max-width: 1200px) {

    .sidebar {

        width: 1000px;
        height: 600px;
        font-size: 40pt;
      
        }

        .sidebar:hover {

            width: 1000px;
            height: 600px;
            font-size: 40pt;

            background-color: rgb(211, 184, 237);
            color: black;
 
            position: absolute;
     

        }

        .medthumbpic {
            margin-left: 50px;
            margin-top: 20px;
            width: 300px; 
            height: 210px;
            border-radius: 10px;
        }
        .medthumbinfo{
            margin-left: 50px;
            margin-top: 20px;
            width: 300px; 
            height: 310px;
            border-radius: 10px;
        }

        .medthumbbox {
            width: 400px; 
            height: 500px;
            margin: 20px;
            margin-bottom: 30px;
        
            transition: 0.7s;
        
            background-color: rgba(143, 120, 205, 0.6);
           /* background-color: rgb(211, 184, 237); */
        }
        .medthumbbox:hover {
            width: 400px; 
            height: 500px;
            margin: 7px;
            margin-bottom: 30px;
            border-radius: 10px;
        
            color: black;
            background-color: rgba(250, 235, 215, 0.692);
        }

        .bigthumbbox {
            display: none;
        }
    }