@charset "utf-8";
/* CSS Document */

body {
    max-width: 100%;
    margin: 0 ; 
}

.bg__video {
position:fixed;
top: 0;
left: 0;
min-width:100%;
min-height:100%;
width:auto;
height:auto;
z-index: -100;
} 

.flex{   
    display: flex; 
    justify-content: center; 
    align-items: center;
}

.img-fluid{
  border:none;   
  margin-top: 20px;
  width: auto;

}

main {
  display: block;   
  max-width: 1200px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding-bottom: 25px;
  background:rgba(253,253,253,1.00);
  color: #333;
  border-radius: 30px;
  border: thin solid #DDF721;
  box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
  height: auto;
}

.grid-container {
  display: grid;
  font-size: 1.1rem;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1F175C;
  grid-template-columns: auto auto auto auto auto auto;
}

/* Style the navigation menu */
.navbar {
  width: 100%;
  background-color: white;
}

/* Navigation links */
.navbar a {
    float: left;
    padding: 10px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: rgba(46,4,255,1.00);
    text-decoration: none;
    font-size: 1.6rem;
    width: 18%; /* Four equal-width links. If you have two links, use 50%, and 33.33% for three links, etc.. */
    text-align: center; /* If you want the text to be centered */
    font-weight: bold;
}


@media screen and (max-width: 550px) {
  .navbar a {
    float: left;
    display: block;
    width: 100%;
    text-align: left; /* If you want the text to be left-aligned on small screens */
    font-size: 1.2rem;
  }
}

img {
  border: 3px solid #ddd; 
  border-radius: 30px;  
  padding: 5px;
  width: 188px;
  margin-right: 10px;
  text-decoration: none;
}

.img-fluid{
  border:none;   
  margin-top: 10px;
  width: auto;

}


.item1 {
    grid-area: 1 / 1 /span 1 / span 6;
    width: 1100px;
    padding: 20px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(253,253,253,1.00);
}



.item3 {
    grid-area: 3 / 1 /span 1 / span 6;
    width: 1100px;
    padding: 30px 30px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(253,253,253,1.00);
    border-radius: 30px;
    border: thin solid #DDF721;
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
}

.item4 {
    grid-area: 4 / 1 /span 1 / span 6;
    width: 1100px;
    padding: 30px 30px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(253,253,253,1.00);
    border-radius: 30px;
    border: thin solid #DDF721;
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
}

.item5 {
    grid-area: 5 / 1 /span 1 / span 6;
    width: 1100px;
    padding: 30px 30px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(253,253,253,1.00);
    border-radius: 30px;
    border: thin solid #DDF721;
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
}

.item6 {
    grid-area: 6 / 1 /span 1 / span 6;
   width: 1100px;
    padding: 30px 30px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(253,253,253,1.00);
    border-radius: 30px;
    border: thin solid #DDF721;
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
}

.item7 {
    grid-area: 7 / 1 /span 1 / span 6;
   width: 1100px;
    padding: 30px 30px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(253,253,253,1.00);
    border-radius: 30px;
    border: thin solid #DDF721;
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
}

.item8 {
    grid-area: 8 / 1 /span 1 / span 6;
   width: 1100px;
    padding: 30px 30px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(253,253,253,1.00);
    border-radius: 30px;
    border: thin solid #DDF721;
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
}

@media only screen and (max-width: 550px) {
  
  .item1 { grid-area: 1 / 1 ;  width: auto; }
  .item2 { grid-area: 2 / 1 ;  width: 90%; }
  .item3 { grid-area: 3 / 1 ;  width: auto; }
  .item4 { grid-area: 4 / 1 ;  width: auto; }
  .item5 { grid-area: 5 / 1 ;  width: auto; }
     .item6 { grid-area: 6 / 1 ;  width: auto; }
     .item7 { grid-area: 7 / 1 ;  width: auto; }
     .item8 { grid-area: 8 / 1 ;  width: auto; }
    .img-fluid {width: 80%; justify-content: center;}
}
