body {
	  display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
    background: url('_images/maxsonlabBackground.png') no-repeat center center fixed;
    background-size: cover;
    font-family: Arial, sans-serif;
    color: white;
    text-shadow: 2px 2px black;
    text-align: center;
    font-size: 1.1em; 
}

header {
    text-align: center;
    padding: 20px 0;
}

#titleMain {
    background-color: rgba(150, 150, 150, 0.7);
    text-align: center;
    padding: 1px; /* Reduced padding to decrease height */
    width: 50%;
   
}



#logo {
    height: 100px;
}

main h2 {
    text-align: center;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 5px;
}

.frame {
    border: 2px solid white;
    margin: 10px;
    padding: 15px;
    width: calc(50% - 40px);
    box-sizing: border-box;
    background-color: rgba(150, 150, 150, 0.7);
    
}

.frame a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.info-link {
    font-size: smaller;
}

footer {
    background-color: gray;
    color: white;
    text-align: center;
    padding: 1px; /* Reduced padding to decrease height */
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 0.9em;
    text-shadow: none;
    font-weight: normal; /* Make text bold */
}


.frame_chipmunk {
	 justify-content: center;
	 text-align: center;
  	 align-items: center;
    height: auto;
    align-items: center;
    border: 2px solid white;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    width: 40%; 
    box-sizing: border-box;
    background-color: rgba(150, 150, 150, 0.7);
}
.video_text {
    background-color: rgba(150, 150, 150, 0.4);
    color: white;
    text-align: center;
    padding: 5px; /* Reduced padding to decrease height */
    font-size: 0.9em;
    text-shadow: none;
    font-weight: normal; /* Make text bold */
}

 
 .myClassHidden {
        border: 0;
        clear: both;
        display: block;
        width: 100%;
        background-color: #000;
        height: 0px;
}
