/* Cascading Stylesheet for CAUSE CELEBRE PRODUCTIONS */

body, html {
    height: 100%;
}


body {
  background-color: black;
}



/* Fixed sidenav, full height */
.sidenav {
 font-family: Impact, sans-serif;
  font-weight: bold;
  height: 100%;
  width: 14%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: gray;
  background-image: url("IMAGES/SB.jpg");
  background-repeat: repeat-y;

overflow-x: hidden;
  padding-top: 24px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 10px 8px 6px 16px;
  font-family: Impact, sans-serif;
 font-weight: 300;
  text-decoration: none;
  font-size: 22px;
  color: #00e6e6;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #0099ff;
}

/* Main content */
.main {
  margin-left: 250px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {

  color: #00e6e6;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;

  padding-left: 20px;

}

/* Optional: Style the caret down icon */


.fa-caret-down {
  float: right;
  padding-right: 8px;
}


/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}



.footer 
  {font-family: "Saira", sans-serif;
   font-weight: bold;
   font-size:16px;
   position: fixed; 
   left: 65px;
  bottom: 0;
   width: 100%;
   height:35px;
   background-color: black;
   color: #45b6ba;
   text-align: center;
  
}

h1
  {font-family: Impact, sans-serif;
  font-size:45px;
  font-weight: bold;
  color:#ffd9b3;
}


h2  {font-family: Impact, sans-serif;
  font-size:24px;
  font-weight: bold;
  color:#fff2e6;
}


h3   {font-family: "Titillium Web", sans-serif;
  font-size:14px;
  font-weight: 600;
  font-style: normal;
  color:#48b8bb;
}
 


h4  {font-family: "Saira", sans-serif;
  font-size:22px;
  font-weight: 700;
  font-style: normal;
}

p 
    {font-family: "Titillium Web", sans-serif;
  font-size:20px;
  font-weight: 600;
  font-style: normal;
}

h5 
{font-family: Impact, sans-serif;
  font-size:26px;
  font-weight: normal;
  color:#ffd9b3;
}


.navbar {
  
  background-color: #333;
 font-family: Impact, sans-serif;
 font-weight: bold;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 40px;
  text-decoration: none;
}

.mission {
  float: left;
  overflow: hidden;
}

.mission .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: Impact, sans-serif;
  font-weight: bold;
  margin: 0;
}

.navbar a:hover, .mission:hover .dropbtn {
 
}

.mission-content {
  display: none;
  position: absolute;
  
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.mission-content a {
  float: none;
  
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.mission-content a:hover {

}

.mission:hover .mission-content {
  display: block;
}


.read {font-family: "Saira", sans-serif;
  
  font-optical-sizing: auto;
  font-weight: 600;
  font-size:22px;
  font-style: normal;
  font-variation-settings:
    "wdth" 85;
}


.readsm {font-family: "Saira", sans-serif;
  
  font-optical-sizing: auto;
  font-weight: 600;
  font-size:17px;
  font-style: normal;
  font-variation-settings:
    "wdth" 62;
}


.readlg {font-family: "Saira", sans-serif;
  
  font-optical-sizing: auto;
  font-weight: 600;
  font-size:26px;
  font-style: normal;
  font-variation-settings:
    "wdth" 85;
}





.cap {font-family: "Saira", sans-serif;
  
  font-optical-sizing: auto;
  font-weight: 600;
  font-size:20px;
  font-style: normal;
  font-variation-settings:
    "wdth" 85;
}






ul.no-bullets {
  list-style-type: none;
  margin: 0;
  padding: 0;
}


div.relative {
  position: relative;
  left: 200px;
  
}


div.relativelong {
  position: relative;
  left: 100px;
  
}

div.relativegrid {
  position: relative;
  left: 550px;
  
}

div.relativeleft {
  position: relative;
  left: 250px;
  
}

div.relativeactors {
  position: relative;
  left: 355px;
  
}




div.copyright {
position: relative;
left 300px;

}



a:link {
  color:   #00e6e6;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color:   #00e6e6;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color:    #00e6e6;
  background-color: transparent;
  text-decoration: none;
}
a:active {
  color:   #00e6e6;
  background-color: transparent;
  text-decoration: none;
}

a.box:link {
  color:   #0059b3;
  background-color: transparent;
  text-decoration: none;
}
a.box:visited {
  color:   #0059b3;
  background-color: transparent;
  text-decoration: none;
}
a.box:hover {
  color:    #0059b3;
  background-color: transparent;
  text-decoration: underline;
}
a.box:active {
  color:   #0059b3;
  background-color: transparent;
  text-decoration: none;
}
}



.active {

  background-color: #ffffff;

}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


img.bravo {
  filter: drop-shadow(10px 10px 10px);
}

img.charlie {
  filter: drop-shadow(5px 5px 5px);
}

img.delta {
  filter: drop-shadow(3px 3px 3px);
}




.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 0px;
 
  padding: 0px;
}

.grid-container > div {
 background-image: url('IMAGES/CCBG.gif');
 background-repeat: yes-repeat;
 text-align: justify;
 padding: 0px;
}

.item1 {
  grid-column-start: 1;
  grid-column-end: 4;
}

.item2 {
  grid-column-start: 1;
  grid-column-end: 4;
}


.item3 {
  grid-column-start: 1;
  grid-column-end: 4;
}

table, th, td {

}

th, td {
  
padding-left: 20px;


}





.flip-card {
  background-color: transparent;
  width:350px;
  height: 325px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: transparent;
  color: #ffffff;
}

.flip-card-back {
  background-color: transparent;
  color: #000000;
  transform: rotateY(180deg);
}


.example {
  padding: 20px;
  color: white;

}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .example {background: red;}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
  .example {background: green;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
  .example {background: blue;}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
  .example {background: orange;}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {
  .example {background: pink;}
}

@media screen and (max-width: 800px) {
  .sidenav {
   font-size: 16px;
   width: 20%
  }

@media screen and (max-width: 800px) {
  .sidenav a {
   font-size: 16px;
  }


@media screen and (max-width: 800px) {
  .mission .dropbtn {
   font-size: 16px;
  }

@media screen and (max-width: 800px) {
  .navbar {
   font-size: 16px;
  }

@media screen and (max-width: 800px) {
  .navbar a {
   font-size: 16px;
  }

@media screen and (max-width: 800px) {
   .mission {
   font-size: 16px;
  }


@media screen and (max-width: 800px) {
   .dropbtn {
   font-size: 16px;
  }

@media screen and (max-width: 800px) {
  .dropdown-container {
   font-size: 16px;
  }


@media screen and (max-width: 800px) {
  .dropdown-btn {
   font-size: 16px;
  }




@media screen and (max-width: 800px) {
  p {
   font-size: 16px;
  }

