html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
    background-color:#324158;
}
strong {
  font-weight: 700;
}
b {
 font-weight: 900;

}
.text{
  text-decoration: none;
  color: #ffffff;
}
a:hover{
  color: 1b6ae2;
}

#content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 10%;
}
.responsive {
  width: 66%;
  height: auto;
  max-width: 668px;
}

.responsivetext {
  width: 100%;
  height: auto;
  text-align: center;
  display: block;
 }

 .insta{
  padding: 25px;
  width: 2%;
 }

@media screen and (min-width: 1441px) {
.text {
  text-align: center;
  font-family: 'Montserrat';
  font-size: 2em;
  color: #ffffff;	
}
}

@media screen and (max-width: 1440px) {
.text {
  text-align: center;
  font-family: 'Montserrat';
  font-size: 1.5em;
  color: #ffffff;	
 }
}

@media screen and (max-width: 800px) {
.text {
  text-align: center;
  font-family: 'Montserrat';
  font-size: 1em;
  color: #ffffff;	
 }
}

.responsivebox {
  width: 15%;
  height: auto;
  max-width: 900px;
  min-width:32px;
}
.soon {
  width: 17.5%;
  height: auto;
  max-width: 350px;
  min-width: 275px;
}
#boxes {
  width: 50%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 33%);
  grid-gap: 5px;
  text-align: center;
  max-width: 900px;
}
#boxes .box {
  height: 30px;
  width: auto;
  line-height: 90px;
  text-align: center;
}
.shadow:hover { 
    -webkit-filter: drop-shadow(1px 1px 2px #c1c7c9);
    filter:         drop-shadow(1px 1px 2px #c1c7c9); 
	transition: 0.1s;
}
.footer {
  font-family: 'Roboto', sans-serif;
  height:5%;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: c1c7c9;
  color: 727373;
  text-align: center;
  vertical-align: middle;
  font-size: 1rew;
}