body {
  padding: 0 !important;
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: #002b5e;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background: rgb(212, 228, 239);
  background: linear-gradient(
    #9ab1d0 0%, 
    rgba(10, 50, 93, 1) 100%
  );
}

nav {
  -webkit-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.75);
  height: 80px;
  background-color: white;
}

nav>.container {
  height: 100%;
}

.main-logo-wrapper {
  text-align: center;
  height: 100%;
}

.medi-logo {
  position: absolute;
  top: 0;
  right: 0;
  height: 80px;
  padding: 20px;
}

@media (max-width: 720px) {
  .nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .main-logo-wrapper {
    text-align: left;
    height: 40px;
  }

  .medi-logo {
    padding: 24px;
    position: relative;
  }
}

.img-logo {
  min-height: 50px;
  height: 100%;
  max-height: 120px;
  padding: 5px;
}

.inline-logo {
  width: 120px;
  height: auto;
  position: relative;
  top: -5px;
}

.pdf-logo {
  width: 270px;
  height: auto;
}

.navbar-text {
  color: #0a325d;
  font-size: 1.6em;
  margin-top: 5px;
  position: relative;
  top: 8px;
}

.navbar-fixed-top {
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.content {
  margin-top: 25px;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel.panel-default {
  -webkit-box-shadow: 0px 0px 12px -2px rgba(150, 150, 200, 1);
  -moz-box-shadow: 0px 0px 12px -2px rgba(150, 150, 200, 1);
  box-shadow: 0px 0px 12px -2px rgba(150, 150, 200, 1);
}

.panel-default > .panel-heading {
  background-color: #f8f9fa;
  border-color: #283e6a;
  color: #0b3765;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-title {
  font-size: 2.5em;
  margin-bottom: 15px;
  font-weight: 300;
}

.panel-body {
  padding: 15px;
  background-color: white;
  color: #0a325d;
}

.iconify {
  font-size: 1.7rem;
}
