/*Styling for the for the menu links to realted school pages like sports and prev years */
.schoolmenu {
    background-color:rgb(95,95,95);
    color: rgb(255, 255, 255);
    padding: 15px;
    margin: 2px;
    width:100%;
    text-align: left;
    text-decoration: none;
    font-size: 16px;
    /*border: 1px solid rgba(0, 0, 0, 0.603);*/
    float:left;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
}

.schoolmenu:hover {
    color: rgb(3, 3, 3);
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(223, 223, 223);  
}

/*Styling for the Search by Student Name div container*/

.posedsearchform {
    background-color: rgba(95,95,95);
    color: rgb(255, 255, 255);
    padding: 15px;
    margin: 2px;
    width:100%;
    text-align: left;
    text-decoration: none;
    font-size: 16px;
    position: relative;    
    /*border: 1px solid rgba(0, 0, 0, 0.603);*/
}
  
.backbutton {
    border-radius: 50%;
    float:left;
}

/* SYLING FOR SCHOOL COLLAGE AT TOP OF GALLERY PAGE */

.schoolcollage {
    background-color: initial; 
    font-size: 1em; 
    max-width: 499px; 
    max-height: 247px; 
    width: 100%; 
    height: auto; 
    margin: auto; 
    display: block;
}

.schoolnav {
    background-color: rgb(95,95,95);
    overflow: hidden;
    width:100%;
    
}

.schoolnav a {
    display: block;
    float:left;
    color: white;
    text-align; center;
    padding: 5px 80px 5px 5px;
    text-decoration: none;
    font-size:12px;
}

.schoolnav a:hover {
    background-color: rgb(255, 255, 255);
    color:rgb(0, 0, 0);
    border: 1px solid rgb(223,223,223);
}

.w3-container,.w3-panel{padding:0.01em 16px}

.w3-panel{margin-top:16px;margin-bottom:16px}

.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}

.w3-content,.w3-auto{margin-left:auto;margin-right:auto}.w3-content{max-width:980px}.w3-auto{max-width:1140px}