
/* Header common to all php pages */

 .u-section-1 {
  background-image: url('../ccaIMG/section1/BG1.png');background-size:cover;background-repeat:no-repeat;
  box-shadow: 10px 10px 15px blue
}

/***************  START EAGLE SECTION ***************************/

.sec1Eagle {width:470px;height:400px;position:absolute;top:34vh;left:25vw}

.u-section-1 .u-sheet-1 {
  min-height: 712px;
}

.u-section-1 .u-text-1 {
  color:#0000FF;
  text-shadow: 7px 7px 9px #000;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: -300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 260px 0 0 586px;
}

.u-section-1 .u-text-2 {
  margin: 40px 0 0 60%;
  color:#0000A0;
  font-weight:600;
  width:40%
}
@media only screen and (max-width: 375px) {
.u-section-1 .u-text-2 {
width:80%;
}
}

.u-section-1 .u-text-2 a {
  text-decoration:none;
  color:#0000A0
}
.u-section-1 .u-text-2 a:hover {
  text-decoration:none;
  color:#FF0000
}

.u-section-1 .u-btn-1 {
  border-style: solid;
  padding: 0;
}

.u-section-1 .u-btn-2 {
  padding: 0;
}

.u-section-1 .u-btn-3 {
  padding: 0;
}

.u-section-1 .u-btn-4 {
  padding: 0;
}

.u-section-1 .u-btn-5 {
  padding: 0;
}

.u-section-1 .u-btn-6 {
  border-style: solid;
  font-weight: 700;
  text-transform: uppercase;
  align-self: flex-end;
  margin: 40px 0 0 auto;
  padding: 18px 63px 20px;
}

.u-section-1 .u-text-3 {
  font-size: 1.25rem;
  margin: 22px 0 60px 833px;
}

.u-section-1 .u-btn-7 {
  border-style: solid;
  padding: 0;
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 615px;
  }

  .u-section-1 .u-text-1 {
    margin-left: 386px;
  }

  .u-section-1 .u-text-2 {
    margin-left: 44%;
    width:58%
  }

  .u-section-1 .u-text-3 {
    margin-left: 633px;
  }
}

@media (max-width: 991px) {
   .u-section-1 {
    background-position: 5.07% 50%;
  }

  .u-section-1 .u-sheet-1 {
    min-height: 619px;
  }

  .u-section-1 .u-text-1 {
    width: auto;
    font-size: 2.75rem;
    margin-left: 210px;
  }
  
  .u-section-1 .u-text-2 {
    margin-left: 44%;
    width:58%
  }

  .u-section-1 .u-text-3 {
    margin-left: 413px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 753px;
  }

  .u-section-1 .u-text-1 {
    margin-left: 30px;    
    margin-top:280px;
  }
  
    .u-section-1 .u-text-2 {
    margin-left:24%;
	width:78%;
    color:#000000 
  }

  .u-section-1 .u-text-3 {
    margin-left: 233px;
  }
}

@media (max-width: 575px) {
   .u-section-1 {
    min-height: 812px;
    background-position: 14.12% 50%;
  }
  .u-section-1 .u-sheet-1 {
    min-height: 550px;
  }

  .u-section-1 .u-text-1 {
  margin-top:20vh;
    font-size: 2.125rem;
    margin-left: 5px;
  }
  
  .u-section-1 .u-text-2 {
  margin: 40px 0 0 7%;
  color:#000000;
  font-weight:600;
  width:94%;
  font-size:1.2em;
  text-align:justify;
  }

  .u-section-1 .u-text-3 {
    margin-left: 33px;
  }
}

@media only screen and (max-width: 375px) {
.u-section-1 .u-sheet-1 {
  min-height:unset;
  max-height: 212px; 
}
.u-section-1 .u-text-1 {
font-size: 1.2rem;
margin-right:56vw;
width:90%;
}
}