body {  
  font-family: "Roboto", sans-serif;
  text-align: center;  
  background-color: #7dbbf9;
  display: flex;
  flex-direction: column;
  max-height: 100dvh;
  margin:0;
}

/****************************   TAG SELECTORS   **********************/
hr {
  border-style: none;
  border-top-style: dotted;
  border-color: blue;
  border-width: 5px;
  width: 100%;
}

h1 {
  font-family: "Merriweather";
  color: blue;
}

h2 {
  font-family: "Roboto";
  color: blue;  
}

h3 {
  margin: 5px;
}

h4 {
  padding-left: 15px;
}

h5 {
  color:white;
  font-size: 85%;
}

.footer {
   position: fixed;
   align-self: center;
   display: flex;
   flex-direction: row;
   bottom: 0;
   left: 6;
   width: 99%;
   height: 90px;
   background-color:#7dbbf9;
   justify-content: space-evenly;
   align-items: center;
   border-radius: 10px;
   box-shadow:
  inset 6px 6px 12px rgba(0, 70, 140, 0.35),
  inset -6px -6px 12px rgba(255, 255, 255, 0.6);
   flex: 1;  
   margin-bottom: 8px; 
}

.footer div {
  flex: 1;
  margin: 0 10px;
}


.quote-group {
  background-color:#7dbbf9;
  height: 70%;
}


#quote-lbl {
  color: blue;
  font-size: 1.5rem;
  font-style: italic;
  margin-top: 2px;
}

#quote-box {
  width: 1000px;
  height: 45px;  
  text-align: center;
  margin-bottom: 5px;
}

.quote-text {
  text-align: center;
  font-size: 1.3rem;
  font-family:'Verdana sans-serif'; 
  font-style:normal;
  color: white;  
}

.quote-author {
  text-align: center;
  font-size: 1.3rem;
  font-style: italic;
  font-family: 'Tahoma, sans serif';
  color: yellow;
}

.feature-box {
   background-color:#7dbbf9;
}

#dateline {
    color: blue;
    font-weight:bold;
}

#dayName {
    color: blue;
    font-weight: bold;
}

.contact-box { 
  width: 100px;
  background-color:#7dbbf9;
}

#contact-me-button {
  width: 150px;
  height: 30px;
  background-color: blue;
  border: 1px solid black;
  border-radius: 10px;
  color: white;
  font-size: 1.2rem;
  margin-top: 6px;
}

.navbar {
  padding-right: 15px;
  padding-left: 10px;
}
.navbar-brand {
  margin-left: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

.nav-item {
  padding: 0 10px;
  font-size:1.2rem;
}

.grid-container { 
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  width: 100vw; 
  height: 100dvh;
  gap: 30px;
  background-image: url(../images/galaxy-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  box-sizing: border-box; 
  padding-top: 32px; /* small side padding */   
}

@media (max-width: 1100px) {
  .grid-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;    
  }
  .knowledge-block,
  .content-update {
   height: auto;
   padding-top: 20px;
  }
  .knowledge {
    max-width: 80%;
  }
}

@media (max-width: 600px) {
  .grid-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    height: auto; /* allow scroll for phones only */
  }

  .knowledge-block,
  .content-update {
    height: auto;
    min-height: 40vh;
  }

  .knowledge {
    max-width: 80%;
  }
}

@media (max-width: 1100px) {
  .knowledge-block {
    justify-content: flex-start;
    padding-top: 20px;
  }
}

.knowledge-block {
  display: grid;
  grid-template-rows: 100%; 
  height: 100%;  
}

#knowledge-pic {
  height: 100%; 
  margin-top: 35px;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}

.content-update {
 height: 100%;
 display:flex; 
 flex-direction:column;
 align-items: center;
}

.personal-welcome { 
 padding-top: 50px;
 font-size: 2.25rem;
 text-align: center;
 color: white;
 font-family: "Merriweather"; 
}

.update-info {
color:yellow;
padding: 10px;
position:relative;
margin-top:60px;
font-size: 1.50rem;
text-align:left;
margin-bottom: 10px;
}

.update-list {
  color: white;
  font-size: 1rem;
}

#notation { 
    align-self: flex-end;
    font-style: italic;
    font-size: 0.9rem;
    color: white;
    margin-top: 50px; 
    margin-right: 50px;  
}

.latin {
  font-family: 'Brush Script MT', cursive;
  font-style: italic;
  color: white;
  font-size: 3.5em;
  margin-bottom: 10px;
}

.feynman,
.feynman2 {
  font-family: 'Brush Script MT', cursive;
  color: yellow;  
  line-height: 1.1;  
  text-align: center;
}

.feyman {
  margin-top: 10px;
}

.feynman-quote {
  font-family: 'Brush Script MT', cursive;
  color: white;
  font-size: 1.25rem;
  margin-top: 8px; 
  margin-left: 23px;
  text-align: center;
}

.knowledge {
  width: 60%;
  max-width: 400px;
  height: auto;
  border-radius: 20px;
  margin: 10px 0;
}

.funline {
  position: absolute;
  top: 730px; left: 190px;
}

.me {
  position: relative;
  width: 25%;
  float: left;
  padding-right: 10px; 
  margin-right: 10px;
}

.whatsNew {
  color:yellow;
}

.whatsNew:hover{
  color: lightskyblue;
}


.grid-under {
font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-size: 4rem;
color: red;
}



/******************************  ID SELECTORS  *************************/

#backdrop {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10;
  pointer-events: none;
  display: none;
}

#backdrop.visible {
  display: block;
  pointer-events: all;
}





