style
* {
    margin: 0;
    padding: 0; 
    box-sizing: border-box;

}
html {
    scroll-behavior: smooth;
}

body {
    color: #1E1E1E;
    font-family: "Kantumruy Pro", sans-serif;
    background-color: #1E1E1E;
    background-image: url(../img/nicu_48943679226_o\ 1.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 90vh;
    margin: 0px;
    text-align: center;
}
#banner{
    width: 100%;
    background-color: #5C5C5C;
    margin: 0px;
    height: 7cqi;
}
nav {
    text-align: center;
    color: #111;
    align-items: center;
    margin: 0px;
  }
ul {
    padding-inline-start: auto;
    /* display: inline-flex; */
    /* margin-block-start: 0%; */
    /* margin-block-end: 0%;  */
    
}


nav ul a {
    color: black;
    text-decoration: none;
    margin-right: 20px;
      
}

nav ul {
    display:inline-flex;
      position: relative;
      padding: 1 cqi;
      font-weight: bold;
      font-size: x-large;
      border-radius: 3px; 
      color: #5c5c5c;
      border-radius:00;
      /* max-height: 80px; */
      margin-top: 2.5cqi;
      /* margin-bottom: 5px; */

      
}

.yes {
  margin: 0 auto;
  position: relative;
  top:-20cqi;
  }

.button-85 {
  padding: 0.3em 1em;
  border: none;
  outline: none;
  color: rgb(0, 0, 0);
  background: #D9D9D9;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
  z-index: 0;
  border-radius: 7px;
  user-select: none;
  -webkit-user-select: none;
   touch-action: manipulation;
  
}

.button-85:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position:absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  background: #D9D9D9;
  left: 0;
  top: 0;
  border-radius: 50px;
  border-color: #111;
}


#alone {
  position: relative;
  z-index: -10;
  width: 50%;
  left: 20%;
  
}


.containertext {
  position: relative;
  top:-15cqi;
}

.containertextfirst {
  position: relative;
  top: -23cqi;
}
.greentxt {
  position: relative;
  top: -31cqi;
}
.containertextboston {
  position:relative;
  top: -5cqi;
}  

#spacer1 {
  height: 5cqi;
}

.boston2 {
  position: relative;
  top:-45cqi;
}  

#spacer2 {
  height:35cqi;
}
.container-meg {
  position: relative;
  top: -40cqi;
}

#spacer3 {
  height: 32cqi;
}
.container-meg2 {
  position: relative;
  top: -34cqi;
}

#spacer4 {
  height: 25cqi;
}
.container-laval {
  position: relative;
  top: -33cqi;
}

#spacer5 {
  height: 30cqi;
}

h1 {
    font-family: "Kaushan Script", cursive;
    /* font-size: 30px; */
}


p {
  font-family:"Kantumruy Pro", sans-serif,;
  font-size:40px;
}

h2 {
  font-size: 24px;
  font-family: "Kaushan Script", cursive;
}

h4 {
  font-size: 50px;
  font-family: "Kaushan Script", cursive;
}

h5 {
font-family: "Kaushan Script", cursive;
/* text-align: center; */
color: #D9D9D9;
font-size: 135%;
}
h5 a {
color: #D9D9D9;
}

.text-block1 {
  position:relative; 
  border-radius: 31px;
  background-color:#D9D9D9;
  background: #D9D9D9;
  color: rgb(0, 0, 0);
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 4px;
  padding-top: 4px;
  text-align: center;
  width: 80%;
  /* left: 10%; */
  /* right: 10%; */
  
}

.text-block1:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position:absolute;
  top: -5px;
  left: -5px;
  background-size: 200%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  animation: text-block1animation 50s linear infinite;
  border-radius: 30px;

}

@keyframes text-block1animation {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }

}

.text-block2 {
  position:relative; 
  border-radius: 15px;
  background-color:#D9D9D9;
  background: #D9D9D9;
  color: rgb(0, 0, 0);
  margin:0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 1px;
  text-align: center;
  width: 80%;

}
  

.text-block2:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position:absolute;
  top: -5px;
  left: -5px;
  background-size: 200%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  animation: text-block1animation 50s linear infinite;
  border-radius: 15px;

}

#green {
position: relative;
top: -23cqi;

}

.grid-items {
  color: #00ffd5;
  padding: 6%;
  
}
.grid-items img {
width:100%;
object-fit: cover;

}

.grid-container {
  display: grid;
  grid-template-areas:
    'myArea myArea ';
  grid-gap: 10px;
  padding: 10px;
  align-items: center;

}

.grid-container2 {
  display: grid;
  grid-template-areas:
    'myArea myArea ';
  grid-gap: 10px;
  padding: 10px;
  align-items: center;

}



.up {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 6%;
  z-index: 999;
  cursor:pointer;
}

.up a {
  display: block;
  height: 100%;
}

img {
  width: 90%;
  position:relative;
  z-index: -10;
  box-shadow:10px 10px 10px rgba(255, 255, 255, 0.164) ;
}



@media screen and (max-width:1688px) {
    nav ul a { 
        font-size: 25px;
        
    }
  }
  
  p {
  font-family:"Kantumruy Pro", sans-serif;
  font-size: 18px;
h5 {
font-size: 20px;
}
h4 {
  font-size: 40px;
  font-family: "Kaushan Script", cursive;
}
}

@media screen and (max-width:1200px) {
    nav ul a { 
        font-size: 15px;
        
    }
  p {
  font-family:"Kantumruy Pro", sans-serif;
  font-size: 10px;
}

h4 {
  font-size: 20px;
  font-family: "Kaushan Script", cursive;
}
h5 {
font-size: 15px;
}  
}

@media screen and (max-width:775px) {
    nav ul a {
        font-size: 12px;
        
    }
  p {
  font-family:"Kantumruy Pro", sans-serif;
  font-size: 8px;
}
h5 {
font-size: 10px;
}  

h4 {
  font-size: 16px;
  font-family: "Kaushan Script", cursive;
}
  
}
@media screen and (max-width:665px) {
    nav ul a {
        font-size: 7px;
        
    }
  p {
  font-family:"Kantumruy Pro", sans-serif;
  font-size: 7px;
}

h4 {
  font-size: 14px;
  font-family: "Kaushan Script", cursive;
}
  h5 {
font-size: 8px;
}  
}

@media screen and (max-width:487px) {
    nav ul a {
        font-size: 10px;
    }
    p {
  font-family:"Kantumruy Pro", sans-serif;
  font-size: 6px; }

h4 {
  font-size: 12px;
  font-family: "Kaushan Script", cursive;
}
h5 {
font-size: 5px;
}  
  }

  @media screen and (max-width:420px) {
    nav ul a {
        font-size: 3px;
    }
  
p {
  font-family:"Kantumruy Pro", sans-serif;
  font-size: 4px;
}

h4 {
  font-size: 8px;
  font-family: "Kaushan Script", cursive;
}
h5 {
font-size: 3px;
}  
  }