@font-face {
  font-family: myFont;
  src: url(fonts/ReplicaPro-Bold.otf);
}
* {
  font-family: myFont;
}
body {
  padding: 0;
  margin: 0;
  max-width: 100%;
  font-family: myFont;
}
h1 {
  font-size: 44px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
  text-align: center;
}
h3 {
  font-weight: 500;
  font-size: 38px;
  text-align: center;
  color: #376ea7;
  padding-top: 30px;
}
p {
  font-size: 18px;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
span {
  color: #fff;
  font-size: 60px;
  background: #376ea7;
  padding: 20px 32px 13px 32px;
  border-radius: 50%;
}

/* Main */
main {
  background: url(img/omt-group-konkurs.jpg) center center no-repeat;
  height: 800px;
  position: relative;
  border-radius: 30px;
  margin-bottom: 30px;
}
main img {
  padding: 20px;
}
main div {
  background: rgba(55, 110, 167, 0.7);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  text-align: center;
  padding: 130px 40px 40px 40px;
  border-radius: 50%;
  width: 440px;
  height: 360px;
  transition: 300ms ease-in-out;
}
main div h1 {
  color: #fff;
}
.st-month,
.nd-month {
  display: block;
  position: absolute;
  top: 130px;
  right: 25%;
  background: rgba(55, 110, 167, 0.75);
  padding: 75px 30px 30px 30px;
  color: #fff;
  border-radius: 50%;
  transition: 300ms ease-in-out;
  width: 180px;
  height: 135px;
}
.nd-month {
  top: 380px;
  right: 11%;
}
.st-month:hover,
.nd-month:hover {
  background: rgba(225, 225, 225, 0.6);
}

/* Wrapper / Section */
.wrapper {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+0,ffffff+100 */
  background: #cccccc; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #cccccc 0%,
    #ffffff 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #cccccc 0%,
    #ffffff 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #cccccc 0%,
    #ffffff 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  padding: 30px;
}
section {
  background: #fff;
  padding: 30px;
  border-radius: 30px;
  text-align: center;
}
section a {
  color: #376ea7;
  margin-top: 20px;
}
section img {
  border-radius: 50px;
}

.span-small {
  display: inline-block;
  font-size: 0;
  padding: 3px 3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.point-two p,
.point-three p {
  padding: 20px 100px;
  line-height: 30px;
}
.point-four p {
  padding: 10px;
}
/* Footer */
footer {
  background: url(img/footer-omt-group.jpg) no-repeat center center;
  height: 700px;
  border-radius: 30px;
  text-align: center;
  margin-top: 30px;
}
footer a {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  color: #fff;
  display: inline-block;
  background: rgba(55, 110, 167, 0.7);
  padding: 30px;
  border-radius: 60px;
  margin-top: 100px;
  transition: 300ms ease-in-out;
}
footer a:hover {
  background: rgba(55, 110, 167, 0.5);
}
