body {
  background-color: #efefef;
  color: #3a3a3a;
  line-height: 1.5;
}

a {
  color: #1e73be;
}

a:hover,
a:focus,
a:active {
  color: #000;
}

body .grid-container {
  max-width: 1100px;
}

.site-header {
  background-color: #fff;
  background-image: url("/wp-content/uploads/2020/04/close-up-photo-of-blue-body-of-water-1435752-1.jpg");
  background-repeat: repeat-x;
  background-size: 100% auto;
  background-position: left bottom;
  color: #3a3a3a;
}

.inside-header {
  padding: 40px;
}

.main-title {
  font-size: 50px;
  font-weight: bold;
  text-transform: none;
}

.main-title a,
.main-title a:hover,
.site-description {
  color: #efefef;
}

.site-description {
  font-size: 16px;
}

.main-navigation,
.main-navigation ul ul {
  background-color: #1994c1;
}

.main-navigation .main-nav ul li a,
.main-navigation .menu-toggle,
.main-navigation .menu-bar-items {
  color: #fff;
}

.main-navigation .main-nav ul li:hover > a,
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
  color: #fff;
  background-color: #035a9e;
}

.separate-containers .inside-article,
.separate-containers .page-header,
.separate-containers .paging-navigation,
.sidebar .widget {
  background-color: #fff;
}

.entry-title {
  font-weight: 300;
}

.entry-title a {
  color: #222;
}

.entry-title a:hover {
  color: #1e73be;
}

.entry-meta {
  color: #595959;
  font-size: 85%;
}

.entry-meta a {
  color: #595959;
}

.entry-content img,
.entry-summary img,
.sidebar img {
  height: auto;
  max-width: 100%;
}

.entry-content > [class*="wp-block-"]:not(:last-child) {
  margin-bottom: 1.5em;
}

.wp-block-code,
pre {
  background: #f7f8f9;
  border: 1px solid #ddd;
  overflow: auto;
  padding: 1em;
}

.sidebar .widget {
  font-size: 17px;
}

.sidebar .widget .widget-title {
  color: #000;
}

.site-info {
  color: #fff;
  background-color: #222;
  padding: 20px;
}

.site-info a {
  color: #fff;
}

.comments-area {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 40px;
}

.comments-title,
.comment-reply-title {
  font-weight: 300;
}

.comment-list {
  list-style: none;
  margin: 0 0 1.5em;
  padding: 0;
}

.comment {
  border-top: 1px solid #e5e5e5;
  padding: 24px 0;
}

.comment.depth-2 {
  margin-left: 40px;
}

.comment-meta {
  color: #595959;
  font-size: 85%;
  margin-bottom: 12px;
}

.comment-content p:last-child,
.comment-notes {
  margin-bottom: 0;
}

.wp-caption {
  max-width: 100%;
}

.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

@media (max-width: 768px) {
  .main-title {
    font-size: 30px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 25px;
  }

  .inside-header,
  .separate-containers .inside-article,
  .separate-containers .page-header,
  .separate-containers .paging-navigation,
  .one-container .site-content {
    padding: 30px;
  }

  .comments-area {
    padding: 30px;
  }

  .comment.depth-2 {
    margin-left: 20px;
  }
}
