@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700&display=swap');
body{
  font-family: 'Montserrat', sans-serif;
}

h1{
  font-size: 28px;
}
a i{
  font-size: 28px;
  color: #ffffff;
  text-decoration: none;
}
.date{
  font-size: 21px;
}


.full-page{
  width: 100%;
  min-height: 100vh;
  background-color: #ffffff;
  color: #144391;
}
.full-page .content{
  position: absolute;
  margin: auto;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  max-width: 765px;
  max-height: 450px;
}
@media only screen and (max-width: 768px){
  h1{
    font-size: 24px;
  }
  .date{
    font-size: 18px;
  }
  p{
    font-size: 14px;
  }
  .full-page .content{
    padding: 30px 20px;
  }
}

.btn{
  border-radius: 0px;
}
.btn-primary {
    color: #fff;
    background-color: #031b7b;
    border-color: #031b7b;
}
.btn-primary:hover {
    background-color: #1ea5de;
    border-color: #1ea5de;
}
