/* #FFDBDA #911229 #6A66A3 #FFF6C2 #1E1E24 */



body,
html {
height: 100%;
}

body {
font-family: sans-serif;
font-size: 1em;     
background:url(images/differentbridgetall.png) no-repeat fixed;
background-size:cover;
margin:0%;
}
                 .containeraboutus {
                    display: grid;
                    width: 100%;
                    height: 100%;
                    grid-template-areas:
                    "navbar navbar navbar"
                    "main main main"
                    "footer footer footer";
                    grid-template-columns: 1fr 80% 1fr;
                    grid-template-rows: 1fr 90% 1fr;
                    }
                        
                        
                                
                    
                        .navbar {
                          grid-area: navbar;
                          background-image: linear-gradient(0deg, #6A66A3, #FFDBDA);
                          height:100px;
                          grid-gap:20px;
                          display:flex;
                         padding-right:30px;
                          justify-content:right;
                          text-wrap:balance;
                          font-family: "rhythm-two-solid", sans-serif;
                          font-weight: 400;
                          font-style: normal;
                          font-size:40px;
                          align-items:flex-end;
                          
              
                          }
                          
                          .logo {
                            display: flex;
                            height:100px;
                            width:300px;
                            justify-content:left;
                            background-image:url(images/mmlogo.png);
                            margin-right:500px;
                            }

            a:link {
                color: #6A66A3;
                text-decoration:none;
              }
            
              
               a:visited {
                color: #6A66A3;
               
              }
            
             
             a:hover {
                color: #FFDBDA ;
                border-bottom: 5px solid #911229;}
            
           
            
            .left {
            grid-area: left;
            display:flex;
            justify-content:left;}
            
         

            .mainaboutus {
                grid-area: main;
           
                
            }

            .square {background-color:rgb(145,18,41, 0.6);
              background-attachment:fixed;
              height:280px;
              width:900px;
          margin:50px;
      }

      p {
        text-align: justify;
        word-wrap:break-word;
        font-family: "panel-sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        padding:20px;
        color:#FFF6C2;
      }
            

            .right {
            grid-area: right;
            display:flex;
            justify-content: right;
       
            }
            
            .footer {
                grid-area: footer;
                background-color:#FFDBDA;
                height:20px;
                font-family: "panel-sans", sans-serif;
                font-weight: 400;
                font-style: normal;
                opacity:80%;
                }
    
/* Slideshow container */
.slideshow-container {
    max-width: 300px;
    max-height: 300px;
    position: relative;
    margin-top: 100px;
    margin-bottom:80px;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
    max-width:500px;
    max-height:500px;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: 30px;
    padding: 16px;
    color: #FFF6C2;
    font-weight: bold;
    font-size: 18px;
    
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
    margin-right:-50px;
  }

  .prev {
    left: 0;
    border-radius: 3px 0 0 3px;
    margin-left:-50px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: #FFDBDA;
  }
  
  /* Caption text */
  .text {
    color: #FFF6C2;
    font-size: 15px;
    padding: 8px 12px;
    position: bottom;
    
    width: 100%;
    text-align: center;
    font-family: "panel-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin:-50px;
    background-color: #6A66A3;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #1E1E24;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

  .pinkmoon {background-position:center;
    text-align: center;
    font-family: "rhythm-two-solid", sans-serif;
font-weight: 400;
font-style: normal;
font-size:75px;
    color: #1E1E24;
background-image:url(images/pinkmoon.png);
background-repeat:no-repeat;
height:283px;
width:300px;
margin:50px;}

.pt {text-align:center;
  font-family: "rhythm-two-solid", sans-serif;
font-weight: 400;
font-style: normal;
font-size:65px;
margin-top:-250px;
margin-bottom:150px;}