* {
    box-sizing: border-box;
}

.allLinks {
  text-decoration:none; 

}

:root {
  --ButtonColor:  #4CAF50;
  --ThemeColor: #ce1f6a;
  --addButtonColor: #00ADB5;
  --deleteButtonColor: #e40017;
  --NavTextColor: #d8f8b7;
  --SalleBachBackgroundColor: #cffffe;
  --SalleChopinBackgroundColor: #f9f7d9;
  --SalleMozartBackgroundColor: #fce2ce;
  --SalleDjangoBackgroundColor: #e4efe7;
  --SalleGaddBackgroundColor: #ffc1f3;
  /* --addButtonColor: #e4efe7; */
}

.salleBach{
  background-color: var(--SalleBachBackgroundColor);
}

.salleChopin{
  background-color: var(--SalleChopinBackgroundColor);
}

.salleMozart{
  background-color: var(--SalleMozartBackgroundColor);
}

.salleDjango{
  background-color: var(--SalleDjangoBackgroundColor);
}

.salleGadd{
  background-color: var(--SalleGaddBackgroundColor);
}



.inputInvalid{
  width: 100%;
  padding: 12px;
  border: 1px solid red;
  border-radius: 4px;
  resize: vertical;
  height: 50px;
  font-size: 16px; /* Increase font-size */

  background-color: white;}


.inputStyle{
  width: 100%;
  padding: 12px;
  border: 1px solid #0ebeff;
  border-radius: 4px;
  resize: vertical;
  height: 50px;
  font-size: 16px; /* Increase font-size */

  background-color: white;
}

.messageInvalid{
  color:red;
}

.successAlert{
  background-color:#caf2b0; 
  padding:20px;
  width: 100%;
  color: rgb(4, 123, 8);
}

.warningAlert{
  background-color:#f2b0b0; 
  padding:20px;
  width: 100%;
  color: rgb(143, 32, 7);
}

.pendingAlert{
  background-color:#edddc6; 
  padding:20px;
  width: 100%;
  color: rgb(199, 125, 14);
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

[class*="col-"] {
    float: left;
    padding: 15px;
    border: 0px solid red;
}


body {

    font-family: 'Roboto', sans-serif;
    margin: 0px;
      color:#323232;
background-color: #f4f6f6;
      /*background-image: linear-gradient(to right, #6441A5, #2a0845);*/

    }
    

.logoText{
  /* padding-top: 10px; */
font-size: 4vw;
text-align: center;
font-family: quiche-sans,sans-serif;
font-weight: 400;
font-style: normal;
color:#033fff;

} 


.logoText2{
font-size: 3vw;
text-align: center;
font-family: quiche-sans,sans-serif;
font-weight: 400;
font-style: normal;
color:#033fff;

} 

.sloganText{
font-size: 18px;
text-align: center;
/* font-family: quiche-sans,sans-serif; */
font-weight: 400;
font-style: normal;
color:#033fff;

} 

.profileInfo{
  width:30%; 
  text-align:center;  
  display:inline-block;
  padding-bottom: 10px;
}

.profilePic{
  width:10%; 
  margin-left: 3%;
  object-fit: contain; 
  border-radius:50%;
}


.contactLinks{
 font-size:18px; 
 color:#033fff;
 text-decoration:none;
}




/* Style the settingsTab */
.settingsTab {
    float: left;
    /* border: 0px solid #ccc; */
    background-color: #eeeeee;
    width: 30%;
    height: 400px;
    border-right: 1px solid #ccc;

  }
  
  /* Style the buttons inside the settingsTab */
  .settingsTab button {
    display: block;
    background-color: #eeeeee;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
  .settingsTab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current "settingsTab button" class */
  .settingsTab button.active {
    background-color: white;
    border-bottom: 3px solid #033fff;

  }
  
  /* Style the settingsTab content */
  .settingsTabcontent {
    float: left;
    padding: 0px 12px;
    border: 0px solid #ccc;
    width: 70%;
    border-left: none;
    height: 100%;
    background-color: white;
  }
  
  
  
  
  /* Fade in tabs */
  @-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  
  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  
  

  
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}



.mySlides {display: none;}
.slideshow-container img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  /*position: relative;*/
  margin: auto;
  z-index:1000;
  position: -webkit-sticky; /* Safari */
  /* position: sticky; */
  top: 0;
}


	
/* Caption text */
.text {
  /* color: red; */
  /* font-size: 15px; */
  padding: 8px 12px;
  position: absolute;
   bottom: 1px; 
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* .active {
  background-color: #717171;
} */

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.searchHeader{
    height:auto; 
    padding:0px;
}



.fadeIn {
  animation-duration: 4s;
  animation-delay: 1s;
}

.pulse {
  animation-duration: 4s;
  animation-delay: 1s;
}


.logInMenu{
  text-align: right;
}


.formContainer {
  border-radius: 5px;
  background-color: inherit;
  padding: 20px;
}

.divBackground {
  background-color:darkblue;
}

 select, textarea, input[type=number] {
  width: 100%;
  padding: 12px;
  border: 1px solid #0ebeff;
  border-radius: 4px;
  resize: vertical;
  height: 50px;
  font-size: 16px; /* Increase font-size */

  background-color: white;
}


.selectdiv {
  position: relative;
  /*Don't really need this just for demo styling*/
  
 
}

.selectdiv:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: #0ebeff;
    right: 11px;
    top: 1px;
    height: 30px;
  padding: 12px;
    position: absolute;
    pointer-events: none;
}

/* IE11 hide native button */
select::-ms-expand {
display: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  
  width: 100%;
  height: 40px;
  float: right;
  padding: 0px 24px 0px 8px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #0ebeff;
  -ms-word-break: normal;
  word-break: normal;
}

input[type=file]::file-selector-button {
  /* border: none; */
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;  
  background-color: white; 
  color: #153e90; 
  border: 2px solid #153e90;
  border-radius: 25px;
}
 
input[type=file]::file-selector-button:hover {
    background-color: #153e90;
    color: white;
}


#outputLogoImage
          {
            width :200px;
          }

      
          .upload-btn2-wrapper {
            position: relative;
            overflow: hidden;
            display: inline-block;
          }
          
          .btn2 {
            border: 2px solid gray;
            color: gray;
            background-color: white;
            padding: 8px 20px;
            border-radius: 8px;
            font-size: 20px;
            font-weight: bold;
            margin:5px;
          }
          
          .upload-btn2-wrapper input[type=file] {
            font-size: 100px;
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0;
          }



label {
  padding: 12px 12px 12px 0;
  display: inline-block;
  color: black;
  text-align: left;
  font-size: 24px;
}



/* Centered text */
.centeredText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  /*  text-shadow: 2px 2px 4px #000000; */

}    

/* Centered text */
.centeredTextTop {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 2px 2px 4px #000000;

}    

.topLeftText {
  position: absolute;
  top: 15px;
  left: 16px;
}


.containerHome {
    position: relative;
    text-align: center;
    color: white;
 /*   padding:25px;
    margin-top: 30px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */

}



#myInput {
  background-image: url('/d/appImages/searchicon.png'); /* Add a search icon to input */
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  /* border: 1px solid #ddd; Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
  z-index:-4;
  border: 1px solid #0ebeff;
  border-radius: 4px;
  resize: vertical;
}

#myUL {
    /* Remove default list styling */
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index:-4;

}

#myUL li a {
    border: 1px solid #ddd; /* Add a border to all links */
    margin-top: -1px; /* Prevent double borders */
    background-color: #f6f6f6;  /* Grey background color */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove default text underline */
    font-size: 18px; /* Increase the font-size */
    color: black; /* Add a black text color */
    display: block; /* Make it into a block element to fill the whole list */
    z-index:-4;

}

#myUL li a:hover:not(.header) {
      background-color:  #eee; /* Add a hover effect to all links, except for headers */
}






#myInput2 {
  background-image: url('/d/appImages/searchicon.png'); /* Add a search icon to input */
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  /* border: 1px solid #ddd; Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
  z-index:-4;
  border: 1px solid #0ebeff;
  border-radius: 4px;
  resize: vertical;
}

#myUL2 {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index:-4;

}

#myUL2 li a {
  border: 1px solid #ddd; /* Add a border to all links */
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6;  /* Grey background color */
  padding: 12px; /* Add some padding */
  text-decoration: none; /* Remove default text underline */
  font-size: 18px; /* Increase the font-size */
  color: black; /* Add a black text color */
  display: block; /* Make it into a block element to fill the whole list */
  z-index:-4;

}

#myUL2 li a:hover:not(.header) {
    background-color:  #eee; /* Add a hover effect to all links, except for headers */
}



#myTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 18px;
}

#myTable th, #myTable td {
  text-align: left;
  padding: 12px;
}

#myTable tr {
  border-bottom: 1px solid #ddd;
}

#myTable tr.header, #myTable tr:hover {
  background-color: #f1f1f1;
}



.button {
  background-color:var(--ButtonColor);  
  color: white; 
  border: none;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

.buttonEdit {  
  background-color:var(--addButtonColor);  
  color: white; 
  border: none;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  /* background-color: white;  */
  /* color: #153e90;  */
  /* border: 2px solid #153e90; */
  /* border-radius: 25px; */
}


.button2:hover {
  background-color: white;  
  color: var(--ButtonColor); 
}

.buttonDelete {
  background-color: var(--deleteButtonColor);
  color: white; 
  border: none;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;}

.button3:hover {
  background-color: black;
  color: red;
}

.button4 {
  background-color: white; 
  color: #153e90; 
  border: 2px solid #153e90;
  border-radius: 25px;
}

.button4:hover {
  background-color: #153e90;
  color: white;
}


.button5 {
  background-color: white; 
  color: #033fff; 
  border: 2px solid #033fff;
  border-radius: 25px;
}


.button5:hover {
  background-color: #033fff;
  color: white;
}



.button6 {
  background-color: #033fff; 
  border: 0px solid #cd3f3e;
  color:white;
  border-radius: 25px;
  left:0px;
}


.button6:hover {
  background-color: #4a41ee;
  color: white;
}

.reader{
  padding-left: 20%;

}
/* 
input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

input[type=submit] {
    background-color: #7386d5;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

input[type=submit]:hover {
    background-color: #a0b6f5;
} */

.container {
    border-radius: 5px;
    /*background-color: #f2f2f2;*/
    padding: 20px;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}




 /* Add a black background color to the top navigation */
.topnav {
    overflow: hidden;
    background-color: #f4f6f6;
   /* color: #033fff;  */

}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    /* color: var(--ThemeColor);  */
    color:var(--ThemeColor);
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    
}


.table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  font-size: 16px;

}

.table td, .table th {
  border-bottom: 1px solid var(--ThemeColor);
  padding: 8px;
}

/* .table tr:nth-child(even){background-color: white;} */
/* .table tr:nth-child(odd){background-color: black;} */

.table tr:hover {background-color: var(--NavTextColor);}

.table th {
  padding-top: 12px;
  padding-bottom: 12px;

}

/* .topnav a:visited {
    color: inherit; 
} */

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ce1f6a;
  color: #d8f8b7; 
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #033fff;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
    color: var(--ThemeColor);
} 

.centerImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
  }

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    border-radius: 5px;
    background-color: white;
  }
  
  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  
  img {
    border-radius: 5px 5px 0 0;
  }
  
  .containerCard {
    padding: 2px 16px;
  }

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  color:var(--NavTextColor);
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  color:var(--ThemeColor);

}

/* Change background color of buttons on hover */
.tab button:hover {
  color:var(--ThemeColor);
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: var(--ThemeColor);
  color: var(--NavTextColor);
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: white;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: red;
  float: right;
  padding-right: 10%;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: white;
  color: #7386d5;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: white;
  color: #7386d5;
}


/* The grid: Four equal columns that floats next to each other */
.column {
  float: left;
  width: 20%;
  height: 360px;
  padding: 10px;
}

/* Style the images inside the grid */
.column img {
  opacity: 0.8; 
  cursor: pointer; 
  
}

.column img:hover {
  opacity: 1;
}



/* The expanding image container */
.picContainer {
 
  display: none;
  background-color: inherit;

}

/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: black;
  font-size: 20px;
}

/* Closable button inside the expanded image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: red;
  font-size: 35px;
  cursor: pointer;
}

.sticky2 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  background-color: inherit;
  padding: 0px;
  font-size: 20px;
  z-index: 1000;

}

.sticky3 {
  position: -webkit-sticky;
  position: sticky;
  top: 30%;
  background-color: white;
  padding: 0px;
  font-size: 20px;
  z-index: 1000;

}


.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: inherit;
  padding: 0px;
  font-size: 20px;
  z-index: 1000;

}


.forMobile{
  display: none;
}

.notForMobile{
  display: block;
}



.callout {
  position: fixed;
  bottom:0px;
  right: 0px;
  margin-left: 20px;
 width:280px;
 z-index: 1000;

}

.callout-container {
  padding: 2px;
  background-color: white;
  color: black
}



#backUpButton {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9999;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #033fff;
  color: white;
  cursor: pointer;
  padding: 20px;
  border-radius: 75px;
}

#backUpButton:hover {
  background-color: #555;
}

#hours {
  border-collapse: collapse;
  /*width: 100%;*/
}

#hours th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  color: white;
}

#hours td, #hours th {
  padding: 8px;
}


/* .searchHeader {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 50px;
  font-size: 20px;
  background-color: white; */
 /* background-image: linear-gradient(to right, #6441A5, #2a0845); */
/* } */




.upload{
	width: 100%;
	background: white;
	border: 1px solid #ddd;
  padding: 20px;
  color: cornflowerblue;

}


.bar{
	width: 100%;
	background: #eee;
	padding: 3px;
	margin-bottom: 10px;
color: black;
box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);

	border-radius: 3px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.bar-fill{
	height: 20px;
	display: block;
	background-color: cornflowerblue;
	width: 0;
	border-radius: 3px;

	transition: width 0.8s ease;
	-webkit-transition: width 0.8s ease;
	-moz-transition: width 0.8s ease;
}

.bar-fill-text{
	color: #fff;
	padding: 3px;
}

.uploads a, .uploads span{
  display: block;
  color: cornflowerblue;

}



.upload fieldset{
	border: 0;
	padding: 0;
  margin-bottom: 10px;
  color: cornflowerblue;

}

.upload fieldset legend{
  color: cornflowerblue;
	margin-bottom: 10px;
}
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 768px) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }

     /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }

    .forMobile{
      display: block;
    }

    .notForMobile{
      display: none;
    }



    .sticky2 {
      position: -webkit-sticky;
      position: sticky;
      top: 80px;
      background-color: inherit;
      padding: 0px;
      font-size: 20px;
      z-index: 1000;
    
    }


    .sticky3 {
      position: -webkit-sticky;
      position: sticky;
      top: 80px;
      background-color: white;
      padding: 0px;
      font-size: 20px;
      z-index: 1000;
    
    }
    
    
    .column {
      float: left;
      width: 20%;
      height: 100px;
      padding: 10px;
    }
    

    .profilePic{
      width:20%; 
      object-fit: contain; 
      border-radius:50%;
    }
    

.containerHome {
    position: relative;
    text-align: center;
    color: white;
    padding:5px;
    margin-top: 0px;
}

.reader{
  padding-left: 2%;
padding-right: 2%;

}


/* Centered text */
.centeredText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
   /* text-shadow: 2px 2px 4px #000000; */

}    

/* Centered text */
.centeredTextTop {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 2px 2px 4px #000000;

}    

.topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    color: var(--ThemeColor);
  }
    
 .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
/* The expanding image container */
.picContainer {
 
  display: none;
  background-color: #eeeeee;

}
 

.logoText{
  /* padding-top: 30px; */
font-size: 32px;
text-align: center;
font-family: quiche-sans,sans-serif;
font-weight: 400;
font-style: normal;
} 

.sloganText{
font-size: 14px;
text-align: center;
/* font-family: quiche-sans,sans-serif; */
font-weight: 400;
font-style: normal;
} 


/* Caption text */
/* Caption text */
.text {
  /* color: red; */
  /* font-size: 15px; */
  padding: 0px 0px;
  position: absolute;
   bottom: 500px; 
   top: -50px; 

  width: 100%;
  text-align: center;
}

.callout {
  position: fixed;
  bottom: 0px;
  right: 0px;
  margin-left: 20px;
 max-width: 150px;
}



}