*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
  /* font-family: 'Montserrat', sans-serif;
font-weight: 900;
letter-spacing: 0.05em; */
font-family: 'Gotham', sans-serif;
font-weight: 800;
  height: 100vh;
}
.flexgrid{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows:  15% 1fr 8%;
  height: 100vh;
  padding: 10px;
}
.box {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
}
.top{
  /* background-color: red; */
}
.middle{
  display: flex;
  /* background-color: rgb(0, 255, 72); */
    align-items:center;
   /* justify-content: center;  */
  /* background-color: maroon; */
  justify-content: center;
}
.bottom{
  width: 960px;
  margin: 0 auto;
  /* background-color: rgb(81, 0, 255); */
  color: black;
  font-size: 14px;
    align-items:center;
   justify-content: start;
  /*background-color: red; */

}
.headpart{
  /* background-color: red; */
  width: 960px;
  height: 100%;
  display: grid;
  /* margin: 0 auto; */
    grid-template-columns: 20% 80%;
  grid-template-rows:  1fr;
  padding: 0;
  margin: 0;
}
.logo{
    /* float: left; */
    /* width: 20%; */
    /* margin: 10px; */
        /* align-items:center;
  justify-content: center; */
  /* background-color: red; */

  }
  .logo img{ 
    /* width: 200px;
    height: 120px; */
  width: 180px;
  height: 90px;
    /* object-fit: cover; */
}
.links{
    margin:20px;
    /* float: left; */
    /* width: 80%; */
    padding:10px;
    text-align: right;
    /* background-color: yellow; */
}

li{
    display: inline-block;
    list-style-type: none;
}
a{
    text-decoration: none;
    color: black;
    font-size: large;
    display: block;
    padding: 10px 10px;
    text-align: center; 
}
.clear{
    clear: both;
}

.threeflexgrid {
  width: 960px;
  display: grid;
  grid-template-columns: 30% 1fr 1fr 30%;
  /* width: 100%; */
  height: 100%; /* depends on parent div */
  gap: 10px;
  /* background-color: red; */
}

/* Full height columns */
/* .leftimgbox {
  background: #ff6b6b;
} */

/* .rightimgbox {
  background: rgb(240, 238, 238)
} */

/* Middle columns split into two rows */
.middleimgbox {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}
/* .m1 { background: #54a0ff; }
.m2 { background: #f368e0; }
.m3 { background: #ff9f43; }
.m4 { background: #10ac84; } */
.leftimgbox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  object-position: center top;
object-position: 50% 30%;
  /* object-fit: contain; */
}
.middleimgbox img{
  width: 100%;
  height: 100%;
    object-fit: cover;
  object-position: center;
  object-position: center top;
object-position: 50% 30%;
}
.rightimgbox img{
  /* width: 300px;
  height: 630px; */
  width: 100%;
  height: 100%;
    object-fit: cover;
  /* object-position: center top;
object-position: 50% 30%; */
}
.bottompart{
  width: 960px;
  height: 100%;
  display: grid;
  /* margin: 0 auto; */
    grid-template-columns: 1fr;
  grid-template-rows:  50% 50%;
  padding:  0;
  margin: 0;
}
h5 {
  padding-top:  12px;
}

/* .flinks{
      display: flex;
    flex-direction: column;   
    align-items: center;     
    padding: 20px;
} */

/* .social-links a {
    margin: 0 10px;
    font-size: 24px;
    text-decoration: none;
    color: #333;
} */
 /* h5 {
    display: block;
    margin-top: 15px; 
}  */