/*** GENERAL ***/
html, body {
   min-height: 100%;
}

/* body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background-color: #f4f4f4;
  color: #2a2a2a;
}  */


.box7 {
  margin: 32px 16px;
  border : 1px solid;
}



@media screen and (max-width: 1100px) and (min-width: 801px), (min-width: 1100px){
.box7 .box-title{
  margin:0;
  padding: 5px;
  line-height: 18px;
  background: #ffffff30;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.box7 .box-p {
  padding: 16px;
  font-size: 20px;
}

}



@media screen and (min-width: 601px) and (max-width: 800px){
.box7 .box-title{
  margin:0;
  padding: 5px;
  line-height: 18px;
  background: #ffffff30;
  font-weight: bold;
  font-size: 1.9vw;
  text-align: center;
}

.box7 .box-p {
  padding: 16px;
  font-size: 20px;
}

}






@media screen and (max-width: 600px) {
.box7 .box-title{
  margin:0;
  padding: 5px;
  line-height: 20px;
  background: #ffffff30;
  font-weight: bold;
  font-size: 4.2vw;
  text-align: center;
}

.box7 .box-p {
  padding: 14px;
  font-size: 15px;
}

}






body {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	margin: 0;
  font-family: "Montserrat", sans-serif;
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}




.container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 1rem;
}

.main-content {
  line-height: 1.5;
}

/*** TITLE ***/
.page-header {
  height: 19vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: skewY(-10deg);
}

.animated-star {
  fill: rgba(0, 0, 0, 0.075);
  height: 75rem;
  width: 75rem;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: scale-up 0.75s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: scale-up 0.75s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@-webkit-keyframes scale-up {
  0% {
    transform: translate(-50%, -50%) scaleX(0.4);
  }
  100% {
    transform: translate(-50%, -50%) scaleX(1);
  }
}
@keyframes scale-up {
  0% {
    transform: translate(-50%, -50%) scaleX(0.4);
  }
  100% {
    transform: translate(-50%, -50%) scaleX(1);
  }
}

.awesome-title {
  margin: auto;
}
.awesome-title__primary, .awesome-title__secondary {
  margin: 0 auto;
  white-space: nowrap;
}
.awesome-title__primary {
  font-size: 5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0.03em 0.03em #f4f4f4, 0.05em 0.05em rgba(0, 0, 0, 0.2);
  -webkit-animation: slide-from-left 3s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-from-left 3s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes slide-from-left {
  0% {
    transform: translateX(-2rem);
  }
  15.28% {
    transform: translateX(-1rem);
  }
  29.57% {
    transform: translateX(0rem);
  }
  44% {
    transform: translateX(+1rem);
  }
  58.6% {
    transform: translateX(0rem);
  }
  74% {
    transform: translateX(-1rem);
  }
  100% {
    transform: translateX(-2rem);
  }
}
@keyframes slide-from-left {
  0% {
    transform: translateX(-2rem);
  }
  15.28% {
    transform: translateX(-1rem);
  }
  29.57% {
    transform: translateX(0rem);
  }
  44% {
    transform: translateX(+1rem);
  }
  58.6% {
    transform: translateX(0rem);
  }
  74% {
    transform: translateX(-1rem);
  }
  100% {
    transform: translateX(-2rem);
  }
}
.awesome-title__secondary {
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.awesome-title__secondary:before, .awesome-title__secondary:after {
  content: "";
  display: block;
  height: 0.125em;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.awesome-title__secondary:before {
  margin-right: 0.5em;
}
.awesome-title__secondary:after {
  margin-left: 0.5em;
}
.awesome-title__secondary--left {
  justify-content: flex-end;
}
.awesome-title__secondary--left:after, .awesome-title__secondary--right:before {
  width: 100%;
  -webkit-animation-name: scale-to-100-percent;
          animation-name: scale-to-100-percent;
}
@-webkit-keyframes scale-to-100-percent {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes scale-to-100-percent {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.awesome-title__secondary--left:before, .awesome-title__secondary--right:after {
  width: 3em;
  -webkit-animation-name: scale-to-line-min-width;
          animation-name: scale-to-line-min-width;
}
@-webkit-keyframes scale-to-line-min-width {
  0% {
    width: 0;
  }
  100% {
    width: 3em;
  }
}
@keyframes scale-to-line-min-width {
  0% {
    width: 0;
  }
  100% {
    width: 3em;
  }
}

@media (max-width: 800px) {
  .awesome-title__primary {
    font-size: 3.9rem;
  }
  .awesome-title__secondary {
    font-size: 1.45rem;
  }
}


@media (max-width: 640px) {
  .animated-star {
    height: 60rem;
    width: 60rem;
  }

  .awesome-title__primary {
    font-size: 3.5rem;
  }
  .awesome-title__secondary {
    font-size: 1.25rem;
  }
}
@media (max-width: 420px) {
  .animated-star {
    height: 45rem;
    width: 45rem;
  }

  .awesome-title__primary {
    font-size: 2.5rem;
  }
  .awesome-title__secondary {
    font-size: 1rem;
  }
}