

/* This is for the animation after the logo */


.button{
  padding-top:10%;
  display: inline-block;
  color: white;
  font-size: 1.5rem;
  text-decoration: none;
  background-color: #70aec8;
  padding: 1px 32px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 15px;
  
}



body{
    background-color: rgb(255, 255, 255);
    background-size:cover;
    background-position: center;
    font-family:'Calibri', 'Lucida Grande', sans-serif;
    


  .container{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
 header{
  height: 25%;
  width: 100%;
  display: inline;
  background-color: blue;
 }
main{
  color: rgb(237, 181, 75);
  text-align: center;


}

.photo{
  margin-left: 25%;
  margin-right: 25%;
  text-align: center;
}

.image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  display: block;
  width: 50%;
  height: auto;
  image-rendering: left;
}

.overlay-text {
  padding-top: 1%;
  padding-left: 3%;
  text-align: center;
  color: #000000; 
  width:95%;
  font-size: 1.25rem;
}


/*Adjusts font size based on screen size*/


.overlay-text2 {
  left: 50%; 
  padding-top:10%;
  font-size:2rem;
  color: rgb(0, 0, 0);
  font-style: bold;

}





/* Style the navigation menu */
.topnav {
  width: 100%;
  overflow: hidden;
  background-color: rgb(255, 255, 255);;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: rgb(0, 0, 0);
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: rgb(255, 145, 55);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #b5b5b5;
  color: rgb(255, 255, 255);
}

/* Style the active link (or home/logo) */
.active {
  background-color: #70aec8;
  color: rgb(253, 253, 253);
}

footer{
padding-top: 10%;
width: 100%;

}


ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
  border-right:1px solid #bbb;
}

li:last-child {
  border-right: none;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: #111;
}

.active {
  background-color: #70aec8;
}


        @media screen and (max-width: 880px) {
          .header2{
            display:none;
          }
           
        
          }
          @media screen and (min-width: 880px) {
            header{
              display:none;
            }
             
          
            }
      

            

            
            
footer{
              background-color: rgb(255, 255, 255);
              text-align: center;
              font-size: 150%;
              color:black;
              padding-top: 10%;
              
    }


}
.link{
  font-size:1.17em;
  color:black;
  font-weight:bold;
}

* {
  box-sizing: border-box;
}

/* Add a gray background color with some padding */
body {
  font-family: Arial;
  padding: 20px;
  background: #f1f1f1;
}

/* Header/Blog Title */
.header {
  padding: 30px;
  font-size: 40px;
  text-align: center;
  background-image: url('../Images/blueGradient.jpg');
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 75%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  padding-left: 20px;
}

/* Fake image */
.fakeimg {
  background-image: url('../Images/blueGradient.jpg');
  width: 100%;
  height:100%;
  padding: 20px;
}
.pixelsToProgImage {
  background-image: url('../Images/MRIBanner.webp');
  width: 100%;
  height:100%;
  padding: 20px;
}
.rubiksCubeImage {
  background-image: url('../Images/RubiksCubeBanner.jpg');
  width: 100%;
  height:100%;
  padding: 20px;
}
.chaosImage {
  background-image: url('../Images/lorenzBanner.jpg');
  width: 100%;
  height:100%;
  padding: 20px;
}

/* Add a card effect for articles */
.card {
   background-color: white;
   padding: 20px;
   margin-top: 20px;
}

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

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: #ddd;
  margin-top: 20px;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 650px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}