@charset "utf-8";
/* CSS Document */

.card {
	width: 275px;
	overflow: hidden;
	position: absolute;
	top: 748px;
	left: 161px;
	transform: translate(-50%, -50%);
	background: white;
	border-radius: 15px;
	box-shadow: 7px 13px 37px rgba(0, 0, 0, .6);
}
.card1 {
	width: 275px;
	overflow: hidden;
	position: absolute;
	top: 742px;
	left: 738px;
	transform: translate(-50%, -50%);
	background: white;
	border-radius: 15px;
	box-shadow: 7px 13px 37px rgba(0, 0, 0, .6);
}
.card2 {
	width: 275px;
	overflow: hidden;
	position: absolute;
	top: 750px;
	left: 450px;
	transform: translate(-50%, -50%);
	background: white;
	border-radius: 15px;
	box-shadow: 7px 13px 37px rgba(0, 0, 0, .6);
}
.card3 {
	width: 275px;
	overflow: hidden;
	position: absolute;
	top: 1362px;
	left: 159px;
	transform: translate(-50%, -50%);
	background: white;
	border-radius: 15px;
	box-shadow: 7px 13px 37px rgba(0, 0, 0, .6);
}
.card4 {
	width: 275px;
	overflow: hidden;
	position: absolute;
	top: 1477px;
	left: 450px;
	transform: translate(-50%, -50%);
	background: white;
	border-radius: 15px;
	box-shadow: 7px 13px 37px rgba(0, 0, 0, .6);
}
.card5 {
	width: 275px;
	overflow: hidden;
	position: absolute;
	top: 1363px;
	left: 734px;
	transform: translate(-50%, -50%);
	background: white;
	border-radius: 15px;
	box-shadow: 7px 13px 37px rgba(0, 0, 0, .6);
}

header {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

header::before {
  content: '';
  position: absolute;
  border-top: 30px solid transparent;
  border-left: 400px solid white;
  bottom: 0;
}

header img {
  width: 100%;
  height: 199px;
}

section {
  padding: 10px;
  overflow: hidden;
  text-align: center;
}

section h2 {
  margin: .5em 0;
}

section p {
  margin: 1em 0;
}

ul li {
  list-style: none;
  display: inline-block;
  margin: .5em .2em;
}

ul li a {
  text-decoration: none;
  color: white;
  background: #314652;
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  border-radius: 50%;
  transition: all .3s ease-in-out;
}

ul li a:hover {
  transform: scale(1.2);
}

footer {
	width: 100%;
	height: 80px;
	background: #314652;
	color: white;
	position: relative;
	background-color: #FF9900;
}

footer::before {
  content: '';
  position: absolute;
  border-bottom: 30px solid transparent;
  border-right: 400px solid white;
  top: 0;
}

footer p {
  padding: 30px;
}
