@font-face {
  font-family: 'Roboto';
  src: url(fonts/Roboto/Roboto-Black.ttf);
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

.container {
  display: table;
  height: 100%;
  width: 100%;
}

div {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 1rem;
}

ul {
  list-style-type: none;
  overflow: hidden;
  background-color: #1F2937;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

li a {
  display: block;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
}

.logo {
  font-size: 24px;
  color: #F9FAF8;
  float: left;
  margin-left: 4.5rem;
}

.headerLink {
  font-size: 18px;
  color: #E5E7EB;
  float: right !important;
}

.hero {
  background-color: #1F2937;
  padding-bottom: 5rem;
}

.mainHeroText {
  font-size: 48px;
  font-weight: bolder;
  padding-left: 8.5rem;
  color: #F9FAF8;
}

.secondaryHeroText {
  font-size: 18px;
  padding-left: 8.5rem;
  padding-top: 2rem;
  color: #E5E7EB;
}

.heroTextArea {
  margin-right: 56rem;
}

.heroButton button {
  margin-left: 7.5rem;
  margin-top: 0rem;
  background-color: #3882F6;
  border: 0;
  border-radius: 5px;
  color: #F9FAF8;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.textImage{
  width:600px; 
  height:200px;
  text-align: center;
  background-image: url('../img/banner.png');
  color: #F9FAF8;
}
.left-half{
  padding-right: 10rem;
}
.row {
  display: flex;
}
.column {
  padding: 80px;
  height: 10px;
  margin-left: 20px;
  border:  3px solid #3882F6 ;
  border-radius: 10px;
}
.infoText{
  font-size: 36px;
  font-weight: bolder;
  color: #1F2937;
  text-align: center;
  margin: 35px 0 30px 0;
}
section {
  display: grid;
  justify-content: center;
}
.textRow{
  justify-self: center;
}
.text {
  text-align: center;
  padding: 10px;
  margin-left: 4rem;
  width: 25%;
}
.quote{
  background-color: #E5E7EB;
  padding-left: 18rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-right: 18rem;
  margin-top: 5rem;
}
.quoteText{
  font-size: 36px;
  font-weight: lighter;
  font-style: italic;
  color: #1F2937;
}
.quoteAuthor{
  font-size: 30px;
  text-align: right;
  font-weight: bolder;
}
.reminder{
  background-color: #3882F6;
  padding-left: 18rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 18rem;
  margin-top: 5rem;
  margin-left: 10rem;
  margin-right: 10rem;
  margin-bottom: 5rem;
  display: table;
  border-radius: 5px;
}
.reminderText{
  color:#F9FAF8 ;
  font-size: 24px ;
}
.reminderSecondaryText{
  color:#E5E7EB ;
  font-size: 18px;
}
.reminderButton button{
  margin-left: 7.5rem;
  margin-top: 0rem;
  background-color: #3882F6;
  border: 2px solid;
  border-radius: 5px;
  color: #F9FAF8;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer{
  background-color: #1F2937;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.footerText{
  color: #E5E7EB;
  text-align: center;
}