/* Header */
header {
  width: 100%;
  height: 120px;
  border: 1px solid #ccc;
  background-color: #6C8EBF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header h1 {
  color: black;
  margin: 50px;
  font-size: 32px;
}

.header-menu {
  display: flex;
  justify-content: right;
  align-items: center;
  background-color: #6C8EBF;
}

.header-menu a {
  color: black;
  margin-left: 20px;
  font-size: 18px;
  text-decoration: none;
}

/* Nav Bar */
nav {
  width: 100%;
  height: 80px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #1BA1E2;
  color: #FFFFFF;
  text-align: center;
}

nav ul {
  list-style-type: none;
  margin: 25px;
  padding: 25px;
}

nav li {
  display: inline-block;
  margin-right: 60px;
}

nav a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

/* Wrapper */
.box-wrapper {
  width: 1080px;
  height: auto;
  background-color: #FFFFFF;
  margin: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}

/* Main */
.box-model p {
  width: 680px;
  height: auto;
  font-size: 18px;
  text-align: justify;
}

/* Right Column */
.right-column {
  width: 220px;
  height: 500px;
  border: 1px solid #ccc;
  padding: 10px;
}

.right-column h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-size: 18px;  
}

.right-column h5 {
  font-size: 16px;
  margin-bottom: 5px;
  font-size: 18px;  
}

/* Footer */
footer {
  width: 100%;
  height: 120px;
  margin-top: 25px;
  background-color: #6C8EBF;
  text-align: left;
  color: #FFFFFF;
  padding: 20px;
}

/* Follow Us */
.follow-us {
  display: flex;
  justify-content: left;
  margin-top: 0;
}

.follow-us a {
  display: inline-block;
  height: 48px;
  width: 48px;
  padding: 15px 0;
  margin-right: 0;
  border: none;
}

.follow-us img {
  height: 48px;
  width: 48px;
  border: none;
  padding: 15px 20px;
}
