
.grid {
  display: grid;
  row-gap: 10px;
  grid-template: 100px 8fr 5fr 4fr 5fr 80px / repeat(6, 1fr);
}

a.link {
  text-decoration: none;
  color: white;
}
a.link2 {
  text-decoration: none;
  color: rgb(0, 0, 0);
  text-decoration: underline;
}

.banner {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 120px;
  background-color: #78d1e9;
  color: black;
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  text-align: left;
  /* padding: 8px; */
}

.navbar-button{
  position: absolute;
  top: 0px; right: 180px;
  background-color: #78d1e9;
  border-style: none;
  /* padding: 5px 5px; */
  color: white;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  height: 120px;
  width: 160px;
  border-radius: 0px;
  cursor: pointer;
}

.navbar-button2{
  position: absolute;
  top: 0px; right: 20px;
  background-color: #78d1e9;
  border-style: none;
  /* padding: 5px 0px; */
  color: white;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  height: 120px;
  width: 160px;
  border-radius: 0px;
  cursor: pointer;
}

.navbar-title{
  position: absolute;
  top: 0px; left: 30px;
  background-color: #78d1e9;
  border-style: none;
  /* padding: 5px 0px; */
  color: white;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  height: 120px;
  width: 200px;
  border-radius: 0px;
  cursor: pointer;
}

.navbar-button:hover{
  background-color: #1e142f;
  color: white;
  font-variation-settings:
  'FILL' 1,
}

.navbar-button2:hover{
  background-color: #1e142f;
  color: white;
  font-variation-settings:
  'FILL' 1,
}

.backgroundAll{
  display: grid;
  margin-top: 50px;
  background-color:gray ;
  background: url(../Assets/20220721_121421.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;  
  background-size: cover; 
}

.body-header{
  margin-top: 40px;
  text-align: center;
  color: #000000;
  /* text-shadow: rgb(255, 255, 255) 0.5px 0 10px; */
  font-family: 'Ubuntu';
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0.5px;
  display: grid;


  background-color:rgba(255, 255, 255, 0.609) ;
  background-repeat: no-repeat;
  background-attachment: fixed;  
  background-size: cover; 
}

.body-text {
  left: 0px;
  right: 0px;
  /* margin-top: 15px; */
  text-align: center;
  color: #000000;
  /* text-shadow: rgb(255, 255, 255) 0.5px 0 10px; */
  font-family: 'Ubuntu';
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
  display: grid;
  
  /* background-color:rgba(255, 255, 255, 0.404) ; */
  background-repeat: no-repeat;
  background-attachment: fixed;  
  background-size: cover; 
}

.body-button{
  display: -ms-inline-grid;
  justify-content: center;
  right: 300px;
  background-color: #78d1e9;
  border-style: none;
  padding: 0px;
  color: white;
  text-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  height: 120px;
  width: 240px;
  border-radius: 8px;
  cursor: pointer;
}

.body-button:hover{
  background-color: #1e142f;
  color: white;
  font-variation-settings:
  'FILL' 1,
}

.body-buttonperimiter{
  padding: 10px 10px;
  border-width: 0px;
  color: white;
  font-family: 'Ubuntu';
  font-size: 28px;
  text-align: center;
  border-radius: 0px;
  cursor: default;
}

.arrow-button{
  align-items: center;
  font-size: 24px;
  background-color: #78d1e9;
  border-color: #78d1e9;
  border-style: none;
  padding: 20px;
  border-width: 3px;
  color: white;
  text-align: center;
  font-family: 'Ubuntu';
  font-size: medium;
  height: 100px;
  width: 200px;
  border-radius: 6px;
  cursor: pointer;
}

.material-symbols-outlined {

  text-align: center;
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

.material-symbols-rounded {
  font-variation-settings:
  'FILL' 0,
  'wght' 700,
  'GRAD' 200,
  'opsz' 48
}

.material-symbols-standard {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

.container {
  align-items: center;
  margin: auto;
  display: inline-flex;
}

.box {

  margin: 10px;
  width: 500px;
  height: 500px;
  background-color: #ccccccb4;
  
  
  text-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;

  border-radius: 12px;
}

.box:hover{
  background-color: #78d1e983;
  color: white;
  font-variation-settings:
  'FILL' 1,
}

.box_large {

  margin: 15px;
  width: 950px;
  height: 750px;
  background-color: #ccccccb4;
  
  
  text-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;

  border-radius: 12px;
}

.box_large:hover{
  background-color: #78d1e983;
  color: white;
  font-variation-settings:
  'FILL' 1,
}

.box_tall {

  margin: 15px;
  width: 550px;
  height: 750px;
  background-color: #ccccccb4;
  
  text-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  
  border-radius: 12px;
}

.box_tall:hover{
  background-color: #78d1e983;
  color: white;
  font-variation-settings:
  'FILL' 1,
}


hr {
  color: #000000; 
  border-top: 4px solid #000000;
  border-bottom: #000000;
  border-left: #00000000;
  border-right: #00000000;
  border-radius: 6px;
  margin: 25px;
  height:0.1px;
  border-radius: 10px;
}

.footerbar-button{
  align-items: center;
  font-size: 24px;
  background-color: #78d1e9;
  /* border-color: #78d1e9; */
  border-radius: 6px;
  border-style: none;
  margin: 2px;
  padding: 15px;
  color: white;
  text-align: center;
  font-family: 'Ubuntu';
  font-size: medium;
  height: 100px;
  width: 200px;
  cursor: pointer;
}


.footerbar-button:hover{
  background-color: #1e142f;
  color: white;
  font-variation-settings:
  'FILL' 1,
}



footer {

  background-color: #8f8f8f;
  font-family: 'Roboto';
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 20px;
}

/* font-family: 'Roboto', sans-serif;
font-family: 'Nunito Sans', sans-serif;
font-family: 'Ubuntu', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Inter', sans-serif;
*/