/**********************
 * PUT YOUR CUSTOM CSS HERE
**********************/

nav {
  text-align: center;
  margin-bottom: 50px;
}

.site-logo img {
  width: 50%;
  margin: auto;
}
main{
	background-image: linear-gradient(to right, #21252982, #3f503e9c), url('../images/bg.jpg');
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.breadcrumb-item a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  background-color: #212529;
  padding: 10px;
  margin-top: 20px;
  display: block;
  width: 100px;
  text-align: center;
  border-radius: 10px;
}
.breadcrumb-item {
  margin-left: 10px !important;
}

main .container {
  width: 70%;
  margin: auto;
  background-color: #f1efe79c;
  padding: 50px;
}
#block-bootstrap5-page-title h1 {
  color: green;
  font-weight: 800;
}
.field.field--name-webform.field--type-webform.field--label-hidden.field__item {
  padding: 20px 150px;
  background-color: #212529;
  border-radius: 10px;
}
form label {
  color: #fff;
  font-weight: 500;
  margin-bottom: 8px;
}
#edit-submit {
  background-color: #fff;
  border-color: #fff;
  color: #212529;
  font-weight: 600;
}

@media screen and (max-width: 992px) {
	.field.field--name-webform.field--type-webform.field--label-hidden.field__item{
		padding: 20px !important;
	}
}

@media screen and (max-width: 768px) {
	main .container{
		width: 100% !important;
    padding: 50px 0px;
  }	
  .site-logo img {
    width: 80%;
    margin: auto;
  }
}

blockquote {
  border-left: 5px solid #ccc;
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
}


















:root {
  --font-body: 'Georgia', 'Cambria', 'Times New Roman', 'Times', serif;
  --font-heading: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --base-size: 1.125rem;
  --line-height: 1.7;
}

body {
  font-family: var(--font-body);
  font-size: var(--base-size);
  line-height: var(--line-height);
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height:0.7;
  margin-top:1.2rem;
  margin-bottom: 0.5em;
  letter-spacing: -0.02em;
}

a {
  color:#444;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  text-decoration: none;
}

.article-body, .node-content, article {
  max-width: 68ch;
  margin-left: auto;
  margin-right: auto;
}

.views-title, .page-title {
  font-size: 2rem;
}
