

.u-section-1 {
  background-image: url("images/Bridge.jpg");
  background-position: 50% 50%;
}

.u-section-1 .u-sheet-1 {
  min-height: 100vh;
}

.u-section-1 .u-text-1 {
  font-size: 3.75rem;
  text-shadow: 0 2px 8px rgba(128,128,128,1);
  margin: 240px 0 0 auto;
}

.u-section-1 .u-image-1 {
  width: 261px;
  height: 219px;
  margin: 23px 0 0 auto;
}

.u-section-1 .u-text-2 {
  text-shadow: 0 2px 8px rgba(128,128,128,1);
  font-size: 1.5rem;
  font-family: Fabada-regular;
  font-weight: normal;
  margin: 0 51px 0 auto;
}

.u-section-1 .u-btn-1 {
  background-image: linear-gradient(to right, #478ac9, #e68387);
  border-style: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0px;
  margin: 23px 51px 0 auto;
  padding: 9px 22px;
}

@media (max-width: 575px) {
  .u-section-1 .u-text-1 {
    font-size: 1.875rem;
  }
}.background_image{ 
	background-position-x: 50%;
    background-position-y: 50%;
    background-size: initial;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
	width:100%;
	height:100%
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}@font-face {
  font-family: 'Fabada-regular';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Fabada-regular.ttf);
}