/*MAIN BODY*/

body {
  background-color: white;
  background-image: url(/Images/bgcheck.png);
  background-attachment: fixed;
  color: #cd899e;
  font-family: "friendlierFuture";
  max-height:100vw;
  max-width:100vw;
  margin:0;
  }

body a {
  color: #cd899e;
  }  
  
.hr {
  border: 1px solid black;
  width: 90%;
  }  

 /*INNER CONTAINERS*/

.deathgrips {
  border-radius:25px;
  margin: 20px 80px;
  background-color: black;
  background-image: url(/Images/night.png);
  border: 10px double black;
  background-attachment: fixed;
  }
  
.deathgrips-smaller {
  border-radius:7px;
  margin: 20px 200px;
  background-color: black;
  background-image: url(/Images/night.png);
  border: 5px solid black;
  background-attachment: fixed;
  }

/*head and foot*/

.head {
  text-align:center;
  padding:20px;
  background-color:white;
  color: black;
  border-radius: 0 0 0 0;
  }  

.headip {
  text-align:center;
  padding:20px;
  background-color: white;
  color: black;
  border-bottom: 10px solid pink;
  border-image: repeating-linear-gradient(
      -55deg,
      #000,
      #000 20px,
      #ffb101 20px,
      #ffb101 40px
    ) 10;
  }

.navbar {
  margin-bottom:5px;
  background-color:black;
  display: flex;
  flex-direction:row;
  justify-content: center
  }
    
.navbar a, .navbar-dropdown1 {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  border-radius:0 0 5px 5px;
  text-decoration: none;
  }  
    
.navbar a:hover, .navbar-dropdown:hover {
  background-color: white;
  color: black; 
  font-weight:bold;
  } 

  
.navbar-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  }  
  
.navbar-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}  

.navbar-dropdown:hover .navbar-dropdown-content {
  display: block;
}
  
.foot {
  width: 100%;
  text-align: center;
  color:#fff1d4;
  margin-bottom: 5px;
  font-weight:bold;
  }
    
.foot a {
  color:#fff1d4;
  }  

 /*flex elements (side and normal)*/  

.cont {
  margin:auto;
  margin-bottom: 2vw;
  width:95%;
  display:flex;
  flex-direction:row;
  justify-content:center;
  flex-wrap:nowrap
  }

.side {
  flex:22%;
  background-color: #dfb1b6;
  color: #101e42;
  padding:5px;
  margin:10px;
  border-radius: 10px;
  box-shadow: 5px 7px #bf7a90;
  }
      
.normal {
  flex:54%;
  background-color: transparent;
  color: #101e42;
  padding:5px;
  margin: 10px;
  border-radius: 10px;
  }  

 /*side and normal elements*/

.side a hover,.side a active {
  color: #f5eae3;   
  }
 
.side a, .normal a, .normalinvis2 a {
  color:#234272
  }  
    
.side img, .normal img, .normalinvis2 img {
  max-width:100%;
  height:auto;
  }
 
.side h1, .normal h1, .normalinvis2 h1, #little h1 {
  color:white;
  text-align: center;
  padding:2px 5px;
  text-shadow: 1px 1px black;
  font-weight: bold;
  } 
      
.side h2, .normal h2, .normalinvis2 h2, #little h2 {
  color:white;
  text-align: center;
  padding:2px 5px;
  text-shadow: 2px black;
  }
         
.side h3, .normal h3, .normalinvis2 h3, #little h3 {
  color:#234272;
  padding:2px 5px;
  }
     
.side hr, .normal hr, .normalinvis2 hr {
  border-top: 6px double white;
  width: 100%;
  box-shadow: none;
  text-shadow: none;
  }  

 /*normal and side extras*/  

.doublenormal {
    flex:50%;
    background-color: #dfb1b6;
    color: #101e42;
    padding:5px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 5px 7px #bf7a90;
    }  
    
.normalinvis {
    flex:60%;
    color: #234272;
    margin: 10px 0 10px 0;
    }
      
.normalinvis2 {
  flex:100%;
  background-color: #cd899e;
  color: #101e42;
  padding:5px;
  margin: 0 0 10px 0;
  border-radius: 10px;
  box-shadow: 5px 7px #a6427c;
  }

 /*coolcont*/ 

.coolcont {
  border-radius: 7px;
  background-color: #f5eae3;
  color: #a6427c;
  margin:18px 0 0 0;
  padding-bottom: 1px;
  box-shadow: 0 0 5px #e8ded7 inset;
  outline: 2px solid #bf7a90;
  }
   
.coolcont a, .coolcont-smaller a, .coolcont-double a {
  color: #a6427c;
  }
   
.coolcont h3,.coolcont h2, .coolcont-smaller h3, .coolcont-smaller h2, .coolcont-double h3, .coolcont-double h2 { 
  color:#bf7a90;
  border-bottom: 4px double #bf7a90;
  }   
  
.coolcont p, .coolcont-smaller p, .coolcont-double p {
  padding: 3px;
  }

.coolcont img, .coolcont-smaller img, .coolcont-double img {
  padding: 3px;
  max-width:100%;
  height:auto;
  }

/*coolcont assorted inner elements*/  

.coolcont-smaller {
  border-radius: 7px;
  background-color: #f5eae3;
  color: #a6427c;
  margin:18px 10% 0 10%;
  padding-bottom: 1px;
  box-shadow: 0 0 5px #e8ded7 inset;
  outline: 2px solid #bf7a90;
  }
  
.coolcont-double {
  flex: 45%;
  border-radius: 7px;
  background-color: #f5eae3;
  color: #a6427c;
  margin:18px 3px 0 3px;
  padding-bottom: 1px;
  box-shadow: 0 0 5px #e8ded7 inset;
  outline: 2px solid #bf7a90;
  }  
   
.coolcont-scroll {
  max-height: 200px;
  overflow-y: auto;
  scrollbar-color: #dfb1b6 #f5eae3;
  margin:0;
  padding: 0;
  } 

.buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  }
    
.buttons img {
  margin: 1px;
  }  
  
.socials {
  margin: 0 4px;
  padding: 0;
  display: flex;
  flex-direction:column;
  justify-content: center
  }
    
.socials a{
  text-decoration:none;
  float: left;
  display: block;
  color:#a6427c;
  background-color:#dfb1b6;
  text-align: center;
  margin: 3px;
  padding: 5px 5px;
  border: 1px solid #a6427c;
  border-radius:10px;
  font-weight: Bold;
  }    
      
.socials a:hover {
  background-color: #a6427c;
  color: #f5eae3; 
  font-weight:bold;
  border: 1px solid #a6427c;
  }

 /*IDK*/  

#little {
  border: 2px solid #638e65;
  border-radius: 5px;   
  }
    
#links {
  margin: auto;
  width: 80%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  }
       
#links a {
  width:100%;
  text-align: center;
  background-color: #234272;
  color: #fff1d4;
  border: 2px #234272;
  border-radius: 10px;
  font-size: 24px;
  text-decoration: none;
  margin: 2px 0 1px 0;
  }
         
#links a:hover {
  color: #638e65;
  font-size: 26px;
  }   
         
#fal {
  margin: auto;
  width: 80%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  }
       
#fal a {
  display: block;
  color: #234272;
  border: 2px #234272;
  border-radius: 10px;
  font-size: 24px;
  text-decoration: none;
  margin: 2px 0 1px 0;
  }
         
#fal a:hover {
  color: #f5eae3;
  }
  
.basic-container {
  display:flex;
  flex-direction:row;
  justify-content:space-evenly;
  flex-wrap:nowrap
  }
  
/*art gallery*/

.coolcont-gallery {
  display: grid;
  gap: 15px;
  grid-template-columns: auto auto auto auto;
  border-radius: 7px;
  color: #a6427c;
  margin:18px 0 0 0;
  padding: 0 5px;
  align-items: center;
  justify-content: space-evenly;
  }
  
.coolcont-galimage {
  background-color: #f5eae3;
  max-width: 200px;
  max-height: 200px;
  outline: 2px solid black;
  border-radius: 3px;
  overflow:hidden;
    }  
    
.coolcont-galimage:hover {
  transform: translate(0, 5px);
  outline: 2px solid white;
  }    
    
/*tooltip*/
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: lightgray;
  color: black;
  text-shadow: 1px 1px white;
  text-align: center;
  border: 1px solid black;
  border-radius: 5px;
  box-shadow: 0 15px 7px white inset;
  padding: 4px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
} 
  
 /*COLORS
BG-#234272 (dark blue)
LIGHTESTPINK-#f5eae3 (coolcont/header bg)
LIGHTMEDPINK-#dfb1b6 (side+normal bg)
DARKMEDPINK-#bf7a90 (side shadow, header, coolcont border)
DRKESTPINK-#a6427c (font color)
*/ 