@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Poppins:500&display=swap');

.container {
  width: max(60%, 420px);
  margin: 0px auto;
}

body {
  background-image: linear-gradient(#EEE, #FFF);
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

div {
  text-align: center;
}

footer {
  opacity: 0.8;
  font-size: 10px;
  padding-bottom: 4px;
}

.card {
  opacity: 0.8;
  transition: opacity 0.2s;
}

.card:hover {
  opacity: 1;
}

.card-img-txt {
  display: flex;
  opacity: 0.9;
  transition: opacity 0.2s;
  text-decoration: none;
  color: inherit
}

.card-img-txt:hover {
  opacity: 1;
}

.card-img-txt:hover h2 {
  text-decoration: underline;
}

.card-img-txt div {
  text-align: left;
  margin-left: 16px;
}

.card-img-txt a {
  text-decoration: none;
}

.card-1-2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  text-align: left;
}

.card-1-2 h4 {
  text-align: right;
  margin-top: 14px;
  margin-right: 8px;
}

.line-break {
  margin: 30px auto 20px auto;
  height: 1px;
  width: 80%;
  background-image: linear-gradient(to right, transparent, rgb(48,49,51), transparent);
}

.navbar-line {
  margin-top: 10px;
}

.img-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}

.img-small {
  width: 28px;
  display: inline;
}

h1{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  color: #042D43;
  font-family: 'Poppins', sans-serif;
}

h2 {
  font-size: 20px;
  color: #042D43;
  font-family: 'Poppins', sans-serif;
}

h3 {
  font-size: 16px;
}

.no-dec {
  text-decoration: none;
}

.link-dec {
  color: #042D43;
}

ul {
  padding: 0px;
  margin-top: 0;
}

li {
  display: inline;
}

.i-link {
  font-size: 32px;
  color: #3A506B;
  margin: 4px;
  opacity: 0.8;
}

.i-link:hover {
  opacity: 1;
}

.i-large {
  font-size: 32px;
}

.i-img {
  font-size: 36px;
  color: #3A506B;
}

.btn {
  padding: 8px 16px;
  /*background-color: #F57E2A;*/
  color: white;
  display: inline-block;
  border-radius: 3px;
  margin: auto 4px;
  cursor: pointer;
  opacity: 0.8;
}

a.btn {
  text-decoration: none;
}

.btn:hover {
  opacity: 1;
  text-decoration: underline;
}

.btn-orange {
  background-color: #F57E2A;
  border: solid 2px #F57E2A;
}

.btn-blue {
  background-color: #042D43;
  border: solid 2px #042D43;
}

.btn-active {
  border-style: inset;
  opacity: 0.9;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Poppins', sans-serif;
}

nav h2 {
  margin: 0px 8px;
}

nav a {
  text-decoration: none;
  color: inherit;
}

.navbar-right a {
  font-size: 18px;
  opacity: 0.8;
}

nav a:hover {
  opacity: 1;
  text-decoration: underline;
}
