@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body{
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  background-color: #F1F2F3;
}
a {
  color: #6D2ADA;
}
.site-logo img {
  max-width: 200px;
}
.region.region-header {
  padding: 10px 0;
}
#search-block-form {
  width: 100%;
  display: flex;
}
#search-block-form > div {
  margin: 0;
}
.region.region-primary-menu {
  padding: 10px 0;
}
#search-block-form .form-search {
  width: 100%;
  background-color: #393B40; 
  color: #fff;
}
#search-block-form .form-type--search {
  width: calc(100% - 200px);
}
#search-block-form .form-actions {
  width: 200px;
}
#search-block-form .button {
  width: 100%;
  margin: 0;
  background-color: #0CC0DF;
  color: #fff;
}
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main {
  padding: 60px 0;
  background-color: #F1F2F3;
  flex: 1;
}
h1.page-title,h1 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 20px;
}
h2 {
  font-size: 28px;
}
blockquote {
  padding: 20px;
  background-color: #E0E0E0;
}
blockquote::before {
  display: none;
}
.views-row {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D6D6D6;
}
.views-row:last-child {
  border: none;
}
.search-results.node_search-results {
  margin: 0;
  padding-top: 20px;
  padding-left: 0;
}
.search-results.node_search-results li {
  margin: 0;
  padding-bottom: 10px;
}
footer {
  padding: 20px;
  text-align: center;
  color: #fff;
}