body {
  color: #fff;
}
.contact-button {
max-width: 200px;
border-radius: 15px;
background-color: #bc0502;
padding: 5px;
color: #fff;
font-weight: bold;
margin-bottom: 15px;
text-align: center;
}
.field--type-text-with-summary {
min-height: 100px;
}
.header__container .field--type-text-with-summary {
min-height: 0px;
}
.field--name-field-rail-home-image {
margin-bottom: 25px;
}
/* components: field taxonomy terms */
.field--entity-reference-target-type-taxonomy-term .field__item a,
.field--entity-reference-target-type-taxonomy-term.field__item a {
  color: #fff;
  background-color: #505050;
}
.field--entity-reference-target-type-taxonomy-term .field__item a:hover,
.field--entity-reference-target-type-taxonomy-term.field__item a:hover {
  background-color: #505050;
}
.footer-top__section {
    padding: 50px 0 130px;
}
.featured-top {
  color: #000;
}
.featured-bottom {
  color: #000;
}
.sub-featured {
  color: #000;
}
.highlighted-top {
  color: #000;
}
.highlighted {
  color: #000;
}
.footer-top {
  color: #000;
}
.featured {
  color: #000;
}
.page-container {
  height: 100%;
  width: 100%;

}
.node__header {
display: none;
}
.field--type-text-with-summary h1 {
font-size: 26px;
}
.images-container {
    margin-bottom: 0px;
}
.node__links {
    margin-top: 15px;
}
.fullscreen-bg {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    
}

.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}
.header-container ul.menu li a:hover, .header-container ul.menu li a.is-active, .header-container ul.menu li.active-trail > a {
    color: #fff;
}
.header-container .header.region--gray-background {
    background-color: rgba(0, 0, 0, 0.7);
}
.header-container {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}

.node--view-mode-teaser {
    padding: 0 0 0 0;
    margin-bottom: 0px;
    max-height: 490px;
    min-height: 490px;
}

.node__header a{
  color: #fff;
  font-weight: normal;
  font-size: 36px;
}
.block-system-main-block {   
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 15px;
    margin-top: -20px;
}
.region-sidebar-second .node__header a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
.node--type-article .node__title {
    margin-bottom: 0px;
}
.node--type-article .node__header {
    margin-bottom: 0em;
}
#block-projectnewsitem {   
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px;
    border-radius: 15px;
    max-height: 510px;
}
.subfooter.region--light-typography.region--dark-background, .subfooter.region--light-typography.region--black-background {
    color: #fff;
}

@media (max-width: 767px) {
  .page-container {
    position: static;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    z-index: -100;
}
.region-footer-top-second {
margin-top: -150px;
}
.field--type-text-with-summary {
min-height: 220px;
} 
.fullscreen-bg {
        
background-color: #505050;
    }

    .fullscreen-bg__video {
        display: none;
    }
    .region--white-background {
    background-color: transparent;
}

.block-system-main-block {   
    min-height: 870px;
}
.block-system-main-block {
background-color: rgba(0, 0, 0, 0.3);
padding: 20px;
border-radius: 15px;
margin-top: -70px;
margin-bottom: 0px;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
.header-container ul.menu li a {
font-size: 12px;
font-weight: 600;
padding: 5px 7px;
margin: 0 5px;
color: #fff;
}
}
@media (min-width: 1200px) {
.container {
    width: 1250px;
}}