section {
    margin-top: -10%;
}

a {
    color: grey !important;
}

p {
    color: black;
}

#resize-img {
    max-width: 100% !important;
}

#resize-pic {
    max-width: 100% !important;
}

/* .heading-line:after {
    content: "";
    display: block;
    margin-top: 32px;
    margin-bottom: 24px;
    width: 40px;
    height: 2px;
    background-color: green !important; 
} */


.u-section-2 .u-line-1 {
    width: 456px;
    margin: 20px 0 0;
}

[class*="u-border-"]:not(.u-shape-svg) {
    stroke: none;
}

.u-line.u-line-horizontal {
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
}
    

.u-border-palette-2-base, .u-separator-palette-2-base:after {
    border-color: #B20000;
}

.u-border-20, .u-separator-20:after, .u-text.u-border-20, a.u-button-style.u-border-20 {
    border-width: 30px;
}

[class*="u-border-"], .u-link[class*="u-border-"] {
    border-style: solid;
}

#line-style {
    width: 283px;
    display: inline-block;
    height: 39px;
    margin: -274px auto 0 1px;
    opacity: 45%
}
li {
    color: #970C10;
}
li span {
    color: black;
}
video {
    width: 100%;
    height: auto;
}
.button {
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
  }
  
  .button1 {
    background-color: white; 
    color: black; 
    border: 2px solid black;
  }
  
  .button1:hover {
    background-color: black !important;
    color: white !important;
  }

  