iframe {
  border: 0px;
}

.leftmenu {
  list-style-type: none;
  text-align: right;
  padding-left: 0px;
}

.leftmenu li {
  line-height: 20px;
}

.leftmenu li a {
  color: #333;
  text-decoration: none;
  font-size: 17px;
}

.leftmenu li a:hover {
  color: #0154fc;
}

html, body {
  font-size: 15px;
}

html, body, h5 {
  font-family: "Cormorant Garamond";
  font-weight: 300;
  color: #333;
}

.logo-h5 {
  color: #0154fc;
  font-size: 28px;
  font-weight: 400;
}

@media (min-width: 768px) {  
  .main-content {
    padding-top: 122px;
  }
}

.main-content p {
  line-height: 20px;
}

.pull-right p:last-child {
  margin-bottom: 0;
}

b {
  font-weight: 500 !important;
}

.navbar-toggler:focus {
  outline: none;
}

@media (max-width: 767px) {  
  .py-45 { padding-top: 2rem !important; padding-bottom: 2rem !important; }
  .my-45 { margin-top: 2rem !important; margin-bottom: 2rem !important; }  
}

@media (min-width: 768px) {
  .py-45 { padding-top: 3.375rem !important; padding-bottom: 3.375rem !important; }
  .my-45 { margin-top: 3.375rem !important; margin-bottom: 3.375rem !important; }
}

.lightwaves img {
  position: absolute;
  top: 2500px;
}