:root {
  --header1: #311754;
  --header2: #52317D;
}

.body{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;;
}

.header{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  background-image: linear-gradient(to bottom right, var(--header2), var(--header1));
  position: fixed;
  top: 0%;
  width: 100%;
}

.h-container{
  width: 15%;
  min-width: 8em;
  border: 5px white dotted;
  text-align: center;
  margin: 0.5em;
}

.h-container-center{
  width: 5em;
  margin: 0.5em;
}

.h-container-center img{
  height: 4.5em;
  display: block;
  margin-left: auto;
  margin-right: auto;

}


.h-container a{
  font-size: 32px;
  text-align: center;
  text-decoration: none;
  color: white;
  margin: 0;
  position: relative;
  top: 10%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main{
  margin-top: 16%;
  color:white;
}

.main h1{
  text-align: center;
}

.main p{
  text-align: center;
  font-size: 24px;
}

.main a{
  color: cyan;
}

.gallary {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.gallary img{
  width: 25%;
  min-width: 25em;
  margin: 1em;
}

.showcase-ct {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.showcase {
  width: 45%;
  border: 1px white solid;
}

.showcase h1{
  text-align: center;
  color: white;
}

.showcase p{
  margin: 15px;
}

.showcase iframe {
  /*width: 100%;*/
}

.showcase img {
  width:100%;
}

.footer {
  width: 10%;
  height: 2em;
  min-width: 20em;
  margin: auto;
  margin-top: 3em;
  background-color: var(--header1);
  text-align: center;
}

.footer a{
  font-size: 18px;
  color: white;
  margin: 0;
  position: relative;
  top: 10%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
