@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Quicksand:wght@300&display=swap');

#start {
	min-height: 1300px;
}

body a {
	color: rgb(45, 79, 99);
}

body a:hover {
	text-decoration: underline;
	color: rgb(20, 72, 102);
}

#home_article {
	width: 60%;
	padding: 24px;
	margin: auto;
	text-align: center;
}

.article_img {
	text-align: center;
	max-height: 500px;
	overflow: hidden;
	width: 60%;
	position: absolute;
	top: 0;
	right: 20%;
	z-index: -99;
}

.article_img2 {
	max-height: 500px;
	overflow: hidden;
	width: 80%;
	position: absolute;
	bottom: 545px;
	right: 10%;
	z-index: -99;
	text-align: center;
}

#header {
	padding-top: 32px;
	height: 8rem;
	font-size: .9rem;
      	font-weight: 300;
	border: none;
	width: 80%;
	margin: auto;	
}

#header .logo img {
	width: 108px;
	height: 135px;
}

#header .logo::after {
  color: rgb(14,60,83);
  width: 140px;
  overflow: hidden;
  font-size: 0.8rem;
  font-weight: 500;
  content: "Gocce di Rugiada Graziella Morano";
}

#owl-698ebe7505 {
	width: 100%;
}

#body-wrapper {
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Cinzel', serif;
}

#footer {
	padding-top: 50px;
	margin: auto;
	width: 75%;
	color: rgb(14,60,83);
	font-weight: 300;
	font-size: 0.6rem;
}

.bg-gray {
	background: white !important;
}

#footer a {
	color: rgb(14,60,83);
	text-decoration: underline;
}

#footer a:hover {
	color: rgb(26,26,26)
}

.staff_img {
	width: 530px;
	position: relative;
	top: 0;
	left: 50px;
    z-index: -99;
}

.staff_card {
	width: 530px;
	position: relative;
	padding: 24px;
	background-color: white;
	right: 50px;
	top: 74px;
	text-align: center;
	font-weight: 300;
    max-height: 560px;
}

.staff_min_img {
	max-width: 320px;
  	align-self: center;
  	margin-left: 90px;
}

.staff_min_img img {
	box-shadow: 0 18px 10px -10px black;
}

.staff_min_card {
	max-width: 50%;
	padding: 24px;
	text-align: center;
	font-weight: 300;
 	align-self: center;
}

#blog-hero {
	display: none;
}

.bricklayer {
	width: 80%;
	margin:auto;
	display: block;
}

.blog-listing .bricklayer-column {
	width: 80%;
	margin: auto;
	display: block;
}

.col-9 {
	width: 100%;
}

.card-image {
	width: 100%;
	max-height: 250px;
	overflow: hidden;
}

.card-body {
	display: none;
}

#sidebar {
	display: none;
}

#contact {
	width: 75%;
	margin: auto;
}

.form-label {
	display: none;
}

.form-input, .form-data a,  {
	width: 75%;
	margin: auto;
}

.btn {
	width: 40%;
	margin-right: auto;
	margin-left: 9%;
	border: none;
	background-color: rgb(15,60,79);
	color: white;
	border-radius: 0;
}

.btn:hover {
	background-color: black;
}

.width-80-perc {
	margin-top: 30%;
	padding-top: 24px;
	background-color: white;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.width-60-perc {
	background-color: white;
	margin-top: 30%;
	padding: 24px;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.centered-1000px {
  width: 1000px;
  text-align: center;
  margin: auto;
  padding: 0;
  display: flex;
}

.dropmenu ul {
  z-index: 99;
}

.mobile-menu .button_container span {
  height: 2px;
  background: #3a414e;
}

.mobile-logo img {
  height: 95px;
}

.treemenu li a {
  font-size: 1.9rem;
  font-weight: lighter;
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  margin: auto;
}

.treemenu li {
  background-color: transparent;
}

#privacy_policy {
  width: 80%;
  margin: auto;
  padding: 12px;
}

.content-title {
  display: none;
}

.a:visited {
  color: lightgray;
}

.home-gallery {
  margin: 42px;
  text-align: center;
}

.home-gallery img {
  border-radius: 8px;
  border: solid 1px #3a414e;
}

@media only screen and (max-width: 1000px) {
  
  .centered-1000px {
    width: 100%;
    display: block;
  }
  
  .staff_card {
    position: unset;
    margin: auto;
  }
  
  .staff_img {
    width: 65%;
    position: unset;
    margin: auto;
  }
  
  .staff_min_img {
    max-width: 45%;
    margin: auto;
  }
  
  .staff_min_card {
    max-width: 65%;
    margin:auto;
  }
  
  .width-60-perc {
    width: 85%;
  }
  
  .width-60-perc iframe {
    width: 100%;
  }    
  
}
