.top-bar {
position: fixed;
padding-top: 10px;
top: 0;
width: 100%;
z-index: 1;
height: 90px;
width: 100%;
background: #fffdf5;
text-align: center;
}

.top-bar img {
height: 80px;
}

.navbar {
margin-top: 90px;
}

.bg-red {
background: #a6564f;
}
.clearfix {
  overflow: auto;
}

.nav-link.active {
color: red;
font-weight: 700;
}

.btn-lg {
margin: 5px;
min-width: 220px;
}

img.article_listing_img{
margin:0;
padding:0;
width: 100%;
height: auto;
}

@media only screen and (max-width: 760px) {
  img.article-img {
margin:0;
min-width: 100%;
height: auto;
}
}

 img.article-img {
margin:0 20px 8px 0;
float:left;
width: 50%;
height: auto;
}

#macy-container::before {
    content: "";
    display: table;
    clear: both;
}
#macy-container {
    margin-top: 22px;
}
#macy-container::after {
    content: "";
    display: table;
    clear: both;
}
.demo {
    margin-bottom: 24px;
    border-radius: 4px;
    overflow: hidden;
    border: 1 px solid var(--ltgrey);
}
.demo-image {
    width: 100%;
    /*display: block;*/
    height: auto;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
  
  /* Then style the iframe to fit in the container div with full height and width */
  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }



.footer {
position: relative;
bottom: 0;
left:0;
width: 100%;
margin-top: 20px;
text-align:center;
}

.cookiealert {
			position: fixed;
			bottom: 0;
			width: 100%;
			padding: 20px;
			margin: 0 !important;
			z-index: 999;
			opacity: 0;
			border-radius: 10px 0 0 0;
			background-color: #231f20;
			transform: translateY(100%);
			transition: all 0.5s ease-out;
			color: #f5f5f5;
			text-align: center;
		}
		
		.cookiealert.show {
			opacity: 0.8;
			transform: translateY(0);
			transition-delay: 1s;
		}
		
		.cookiealert a {
			text-decoration: none;
			color: #fff !important;
		}
		
		.cookiealert .acceptcookies {
			margin-left: 10px;
			border-radius: 5px;
			vertical-align: baseline;
		        
		}  

legend {
display:none;
}

#form-messages {
               color: #230f20;
            }

form #website {
display:none;
}

form {
color: #230f20;
}

.image_container {
  position: relative;
 /*width: 50%;*/
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #a6564f;
}

.image_container:hover .overlay {
  opacity: .5;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
opcaity: 1 !important;
}


