
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100;200;300;400;500;600;700;800;900&display=swap');
      
    
*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Catamaran', sans-serif!important;
  user-select: none;
}
    
html,body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: rgba(0,0,0,1.00);
}     

body {
    margin: 0;
--color-text:#000;
--color-bg:#000;
--color-link:#d02c0d;
--color-link-hover:#000;
    color: var(--color-text);
    background-color: rgba(18,18,18,1.00);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
--cursor-stroke:#000;
--cursor-fill:none;
--cursor-stroke-width:1px;
    line-height: 1;
    font-weight: 300;
    overflow: hidden;
    overflow-y: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-image: url(Imgs/BBG.jpg);
}   
    
:root {
    font-size: 20px;
}   
main {
    padding: 4rem;
}   
    
    
pre{

white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */

}


.oh {
    overflow: hidden
}
body:after, body:before {
    content: "";
    position: fixed;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition-duration: 400ms;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,1.00);
    
}
body.loading:before {
    opacity: 1;
    background-color: rgba(0,0,0,1.00);
}
body:after {
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vw;
    margin: -50vw 0 0 -50vw;
    border-radius: 50%;
    opacity: 0;
    background-color: #D41E1E;
    background-size: cover;
}    
body.loading:after {
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    border-radius: 50%;
    opacity: 1;
    background-color: #DD1115;
    animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}
    

    
    


    
    
    
a {
    text-decoration: none;
    color: var(--color-link)
}
a, a:hover {
    outline: none
}
a:hover {
    color: var(--color-link-hover)
}
a:focus {
    outline: none;
    background-color: rgba(255,255,255,0.00);
}
a:focus-visible, a:focus:not(:focus-visible) {
background-color: rgba(255,255,255,0.00);
}
a:focus-visible {
outline:0px solid red
}
.unbutton {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    font: inherit
}
.unbutton:focus {
    outline: none
}

.cursor {
    display: none
}
.frame {
    position: relative
}
.frame--footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 40vh
}
.frame__title-wrap {
    width: 100%;
    max-width: 800px;
    display: inline-block;
}
.frame__title {
    font-size: 3.3rem;
    margin: 0;
    font-weight: 800;
}
.frame__tagline {
    margin: 2rem 0 2.5rem;
    line-height: 1.2;
    max-width: 100ch;
    text-transform: capitalize;
}
.frame__links a:not(:last-child) {
    margin-right: 1rem
}
    
    
    

    
    
.heading .splitting .char, .heading .splitting .word {
    display: flex
}
.char-wrap {
    position: relative;
    overflow: hidden
}
.char, .char-wrap {
    display: inline-block
}
.char {
    will-change: transform
}
.heading>span {
    display: flex
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
.heading {
    font-weight: 300;
    font-size: 6vw;
    font-size: clamp(2rem, 5vw, 5rem);
    line-height: 1.1;
    color: #157B34;
    mix-blend-mode: multiply;
}  
    
    
.heading>.NormalyH {
    font-weight: normal;    
}
.heading>.BoldyH {
    font-size: 14vw;
    font-size: clamp(2rem, 7vw, 8rem);
    font-weight: 800;
    text-transform: uppercase;
 
}
    
 .heading>span:nth-child(2) { 
     margin-top: -1.5vw;
    }
        
    

    
.BlueH {
     color: #0f597b ;   
}    
   
    
    
    

    
.cd-background-wrapper {
    background-color: rgba(255,255,255,0.00);
    position: relative;
    overflow: hidden;
    -webkit-perspective: 6000px;
    perspective: 6000px;
    height: 100vh;
    background-image: -webkit-linear-gradient(307deg,rgba(255,255,255,1.00) 0%,rgba(236,242,255,1.00) 100%);
    background-image: -moz-linear-gradient(307deg,rgba(255,255,255,1.00) 0%,rgba(236,242,255,1.00) 100%);
    background-image: -o-linear-gradient(307deg,rgba(255,255,255,1.00) 0%,rgba(236,242,255,1.00) 100%);
    background-image: linear-gradient(143deg,rgba(255,255,255,1.00) 0%,rgba(236,242,255,1.00) 100%);
    background-size: cover;
    background-position: center center;
}
.cd-floating-background {
	position: relative;
	bottom: 0;
	left: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	pointer-events: none;
    transition-timing-function:ease-out;
    transition-duration: 500ms;
}
.cd-floating-background.is-absolute {
	position: absolute;

}
.cd-floating-background img {
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	/* fixes a Firefox bug - images not correctly rendered*/
	background-color: rgba(255, 255, 255, 0.01);
    transition-timing-function: ease ;
    transition-duration: 500ms;
}
.cd-floating-background img:not(:first-child) {
	position: absolute;
	bottom: 0;
	left: 0;
}
.cd-floating-background img:first-child {
	-webkit-transform: translateZ(50px);
	-ms-transform: translateZ(50px);
	transform: translateZ(50px);
}
.cd-floating-background img:nth-child(2) {
	-webkit-transform: translateZ(290px);
	-ms-transform: translateZ(290px);
	transform: translateZ(290px);
}
.cd-floating-background img:nth-child(3) {
	-webkit-transform: translateZ(400px);
	-ms-transform: translateZ(400px);
	transform: translateZ(400px);
}
.no-preserve-3d .cd-floating-background {
	/* we target browsers that don't support preserve-3d and show just a standard image - no effect visible */
	position: relative;
}
		
		
    

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
.item {
    margin: 15vh 0 20vh;
    transition-duration: 400ms;
}
.content__imgwrap, .item__imgwrap {
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 200px;
    will-change: transform
}
.content__img, .item__img {
    width: 100%;
    height: 100%;
    min-height: 200px;
    background-size: cover;
    background-position: 50% 50%;
    will-change: transform
}
.item__meta {
    margin: .85rem 0 2rem;
    line-height: 1.3;
    font-size: .67rem;
    text-transform: uppercase;
    font-weight: 500;
    overflow: hidden
}
.item__meta-row {
    display: block;
    position: relative;
    overflow: hidden
}
.item__meta-row span {
    display: block;
    will-change: transform
}
.item__enter {
    display: none;
    will-change: transform
}
.item__enter-circle {
    fill: none;
    stroke: #000;
    stroke-width: 0px;
    will-change: transform, opacity;
    
}
.item__excerpt {
    line-height: 1.2;
    will-change: transform;
}
.item__excerpt-link {
    display: inline-block;
    position: relative;
    cursor: pointer;
    color: var(--color-text);
    font-weight: 500;
    line-height: 1;
    overflow: hidden;
}
.item__excerpt-link span {
    display: inline-block;
    padding-bottom: 10px;
    position: relative
}
.item__excerpt-link span:after {
    content: "";
    width: 100%;
    height: 2px;
    top: calc(100% - 10px);
    position: absolute;
    left: 0;
    background: var(--color-text);
    transition: transform .2s;
    transform-origin: 100% 0
}
.item__excerpt-link span:hover:after {
    transform: scaleX(0)
}
.content {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 2000;
    pointer-events: none
}
.content .heading {
    margin-bottom: 5rem;
    font-size: 10vw;
    font-size: clamp(2rem, 10vw, 6rem)
}
.content .heading>span:first-child {
    font-size: 14vw;
    font-size: clamp(2rem, 14vw, 10rem)
}
.content__article {
    height: 0;
    overflow: hidden
}
.content__article--open {
    pointer-events: auto;
    padding: 0 0 20vh;
    height: 100%;
    overflow-y: scroll
}
.content__article .heading {
    text-align: center
}
.content__text {
    padding: 0 1rem;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 65ch;
    will-change: transform
}
.content__text p {
    margin: 1.5rem 0
}
.content__text img {
    max-width: 50%;
    margin: 5rem auto;
    display: block;
    border-radius: 50%
}
.content__back {
    position: absolute;
    top: 2rem;
    left: 2rem;
    opacity: 0;
    cursor: pointer
}
.content__article--open~.content__back {
    pointer-events: auto
}

    
    
    

    
    .DisplayNone {
        display: none!important;
    }
    
    .ServicePre,
    .heading--item,
    .item__imgwrap,
    .item__enter 
    {
    transition-duration: 400ms;
    }
    .HiddenNow .ServicePre{
        transform: scale(0)!important;
        opacity: 0!important;
        
    }
    .HiddenNow .item__enter{
        transform: scale(0)!important;
        opacity: 0!important;
        
    }
    
    .HiddenNow .heading--item{
        transform: translateX(100%)!important;
        opacity: 0!important;
        
    }
    
    .HiddenNow .item__imgwrap {
        transform: translateX(-100%)!important;
        opacity: 0!important;
    }
    
    

    
       
    
    
    
    
    
    
    
    
    


    
    
    
@media (any-pointer:none) {  
    

    html,body {
        overflow-x:hidden;
    }
    
    
}
    

    

    
    .Logo {
    filter: grayscale(1) contrast(0) brightness(3);
    }
    
   .menu--alonso .menu__item--current .menu__link,.menu--alonso .menu__link {
        color: #FFF;
    }
    .menu--alonso .menu__line {
        border-color: #FFF;
    }
    
    
    

.HeroTexts {
    position: absolute;
    bottom: 6rem;
    left: 12rem;
    z-index: 98;
}	
		
    
 .WhiteHeroTitle {
    font-size: 40px;
    display: block;
    font-weight: normal;
    transform-origin: left center;
    color: rgba(22,101,183,1.00);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0, #fff 10%, rgba(255, 255, 255, 0.8) 20%);
    background-position: 0;
    text-decoration: none;
    white-space: nowrap;
    background-size: 100% auto;
    transition-duration: 200ms;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 80%;
    margin-top: 6px;
    text-transform: capitalize;
		}       

     
    
.HeroTitle {
    font-size: 100px;
    color: #eda83f;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0px;
    text-shadow: 0 0 1px rgba(0,0,0,.1);
    line-height: 1;
    margin-bottom: 0px!important        ;
    margin-top: 0px;
    font-size: 72px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 1;
    margin-bottom: 0px!important;
    margin-top: 0px;    
}	
        
        
.SmallHeroTitle {
    width: auto;
    display: block;
    font-size: 58px;
    color: rgba(235,31,31,1.00);
    font-weight: normal;
    width: auto;
    display: block;
    font-size: 42px;
    font-weight: normal;
    opacity: 0;
}	
 .WhiteHeroTitle {
    font-size: 24px;
    display: block;
    font-weight: normal;
    transform-origin: left center;
    color: rgba(255,255,255,1.00);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0, #fff 10%, rgba(255, 255, 255, 0.8) 20%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-size-adjust: none;
    text-decoration: none;
    white-space: nowrap;
    background-size: 100% auto;
    transition-duration: 200ms;
    overflow: hidden;
		}       

		
.HeroTexts {
    position: absolute;
    bottom: 6rem;
    left: 12rem;
    z-index: 98;
}	
		
	.BigHeroTitle {
    overflow: hidden;
    height: auto;
    display: block;
    font-weight: 900;
    text-align: left;
    vertical-align: baseline;
    max-height: 100px;
}	       
    
    
    
    
    
    


@keyframes animated-text{
  from{width: 0;}
  to{width: 1000px;}
} 
 @keyframes Texty {
  0% {
opacity: 0;	  

  }
  100% {
opacity: 1;
  }	
}	
    

    
    
    
:root {
  --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --animation-duration: 1s;
}
 
.flipInY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

.flipOutY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
  animation-direction: reverse;
}
    

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

.slideInLeft {
  -webkit-animation-name: slideInleft;
          animation-name: slideInleft;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

.zoomReverseIn {
  -webkit-animation-name: zoomReverseIn;
          animation-name: zoomReverseIn;
}

.flipInY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

.flipOutY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
  animation-direction: reverse;
}    
    
@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(90vw) rotateY(67.5deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(90vw) rotateY(67.5deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
    
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}    
    
[data-animation] {
  opacity: 0;
  -webkit-animation-timing-function: var(--animation-timing-function);
          animation-timing-function: var(--animation-timing-function);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: var(--animation-duration);
          animation-duration: var(--animation-duration);
  will-change: transform, opacity;
}

    
    #LazyLoaderImg {
    padding: 0px;
    margin: 0px;
    position: fixed;
        opacity: 0;
        pointer-events: none;
    }       
    
    

 
  

    
    .Logo {
    display: block;
    width: 7rem;
    height: 88px;
    position: absolute;
    top: 6rem;
    left: 7rem;
    background-image: url(../img/LogoCross2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 98;
    transition: 200ms;
    }
    
 
    
    

    

    
    
    

    
.cd-background-wrapper {
    background-color: rgba(0,0,0,0.00);
    position: relative;
    overflow: hidden;
    -webkit-perspective: 6000px;
    perspective: 6000px;
    height: 100vh;
}
.cd-floating-background {
	position: relative;
	bottom: 0;
	left: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	pointer-events: none;
    transition-timing-function:ease-out;
    transition-duration: 500ms;
}
.cd-floating-background.is-absolute {
	position: absolute;

}
.cd-floating-background img {
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	/* fixes a Firefox bug - images not correctly rendered*/
	background-color: rgba(255, 255, 255, 0.01);
    transition-timing-function: ease ;
    transition-duration: 500ms;
}
.cd-floating-background img:not(:first-child) {
	position: absolute;
	bottom: 0;
	left: 0;
}
.cd-floating-background img:first-child {
	-webkit-transform: translateZ(50px);
	-ms-transform: translateZ(50px);
	transform: translateZ(50px);
}
.cd-floating-background img:nth-child(2) {
	-webkit-transform: translateZ(290px);
	-ms-transform: translateZ(290px);
	transform: translateZ(290px);
}
.cd-floating-background img:nth-child(3) {
	-webkit-transform: translateZ(400px);
	-ms-transform: translateZ(400px);
	transform: translateZ(400px);
}
.no-preserve-3d .cd-floating-background {
	/* we target browsers that don't support preserve-3d and show just a standard image - no effect visible */
	position: relative;
}
		
		
    


        
        
        
		
		
		
		
		
	




		







    

        

        
        
        
        

    
    
/* #Progress
================================================== */
  
    .ScrollProgressFullBar {
    position: fixed;
    width: 4px;
    height: 100vh;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    z-index: 999;
    }
    .ScrollProgress {
    width: 100%;
    display: inline-block;
    background-image: -webkit-linear-gradient(92deg,rgba(252,133,133,1.00) 0%,rgba(216,33,33,1.00) 100%);
    background-image: -moz-linear-gradient(92deg,rgba(252,133,133,1.00) 0%,rgba(216,33,33,1.00) 100%);
    background-image: -o-linear-gradient(92deg,rgba(252,133,133,1.00) 0%,rgba(216,33,33,1.00) 100%);
    background-image: linear-gradient(358deg,rgba(252,133,133,1.00) 0%,rgba(216,33,33,1.00) 100%);
    }
    
    .ParagraphHead {
    font-size: 3rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    font-weight: 800;
    background-repeat: no-repeat;
    background-position: 0px top;
    background-size: 40px auto;
    padding-top: 45px;
    }
    

    

    .TitleLine {
    display: inline-block;
    width: calc(100% - 400px);
    height: 3px;
    background-color: #6e9bbd;
    vertical-align: baseline;
    margin-left: 20px;
    }   
    
    


    a:hover {
    color: rgba(255,0,4,1.00);        
    }
    
    
    section {
    padding: 6rem;
    text-align: center;
    }
    

    



    .WhiteC {
        color: #FFF;
    }    
    
    .TextOverlay {
        display: none;
    }
    
    
    

    
    

    
    

    

@media screen and (max-width:2000px) {  
    
.HeroTexts {
    left:6rem;
}
        
}
       
    @media screen and (max-width:1800px) {  
    

        
        
    }    
    
    
    @media screen and (max-width:1650px) {   
    
        .Logo {
            width: 6rem; 
            left:6rem;
        }
        .HeroTexts {
            left:6rem;
        }
        
        .HeroTitle {
         font-size: 50px;    
        }
          

    } 

    
@media screen and (max-width:1400px) {  
    
    
    .WhiteHeroTitle {
        max-width: 70vw;
        white-space :pre-wrap;
    }    


    }
    
@media screen and (max-width:1300px) {   
    
    section {
        padding: 3rem;
    }
    
     .frame__title-wrap {
         max-width: 665px;
         width: 70%;
     }
        
    
    
.Logo {
    width: 6rem;
    height: 6rem;
    top: 6rem;
    left: 6rem;
}
    
.HeroTexts {
    left: 6rem;
    transform-origin: left top;
}
  
    }
    
@media screen and (max-width:1200px) {  
    
    

    
    section {
        padding: 4rem;
    }
    
    .SmallHeroTitle {
        font-size: 28px;
        
    }
    .WhiteHeroTitle {
        font-size: 22px;
        font-weight: normal!Important;
    }


    
}
    
@media screen and (max-height:956px) {  
    
.Logo {
    width: 6rem;
    height: 4rem;

}
 

}
  
    
    
  

    
    
    
    
 @media screen and (max-width:1100px) {   
     
     .MenuBut {
         display: block;
     }
     
     .menu {
        position: fixed;
         width: 100%;
         height: 100%;
         background-color: white;
         left: 0;
         right: 0;
         top: 0;
         max-width: 100vw;
         margin:0px;
     }
     .menu {
         transform: scale(0)!important;
         pointer-events: none!important;
     }
     .menu__item:nth-child(1) {
         display: none;
     }
     
     .menu__list {
         flex-direction: column;
         justify-content: center;
         align-items: center;
         align-content: center;
         width: 100%;
         height: 100%;
     }
     
     .menu--alonso  .menu__link {
    color: rgba(0,0,0,0.80);
     }  
     .menu--alonso .menu__item--current .menu__link {
         color: black;
     }
     .menu__line {
         display: none
     }

    }   
    


    
 @media screen and (max-width:900px) { 
     
     .BigHeroTitle {
         font-size: 60px;
     }     
     
}
    
        
 @media screen and (max-width:850px) {
     

.Logo {
    left: 4.5rem;
    top: 5.5rem;
    width: 17rem;
    height: 4rem;
}


.HeroTexts {
    left: 5rem;
    right:5rem;
}
     
}    
        
    
    
    
    
    
    
@media screen and (max-width:720px) { 
    

    
.Logo {
    left: 4rem;
    top: 5.5rem;
    width: 14rem;
    height: 4rem;
} 
    
    
.HeroTexts {
    left: 4rem;
}

    .BigHeroTitle {
        font-size: 48px;
    }
    .SmallHeroTitle {
        font-size: 22px;
    }
    .WhiteHeroTitle {
        font-size: 20px;
    }
    
}
      
    
@media screen and (max-width:600px) { 
    


.Logo {
    left: 3rem;
    top: 5.5rem;
    width: 12rem;
    height: 4rem;
} 

    
.HeroTexts {
    left: 3rem;
}

    .MarineParagraph {
        font-size:20px ;
    } 
 
    .BigHeroTitle {
        font-size: 40px;
    }
    .SmallHeroTitle {
        font-size: 18px;
    }
    .WhiteHeroTitle {
        font-size: 16px;
    }    
    
section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

    
}
    

    
    
@media screen and (max-width:500px) { 
         
             
    .BigHeroTitle {
        font-size: 36px;
    } 
    
    
         
    }
    
    
@media screen and (max-width:450px) { 
    
    .Logo {
    left: 2.5rem;
    }  

.HeroTexts {
    left: 2.5rem;
    right:2.5rem;
}

    .BigHeroTitle {
        margin-bottom: 10px;
    } 

}
    
    
    
    
    
    
    
@media screen and (max-width:400px) { 
 
.MenuBut {
    right: 0.8rem;
    top: 2.2rem;
}      
        
.Logo {
    width: 170px;
    left:1.5rem;
    top:2rem;
}   
.HeroTexts {
    left: 1.8rem;
}     
        
  

    
    }
    
   
    
    
    
@media screen and (max-height:800px) {  
    
.Logo {
    width: 16rem;
    height: 4rem;
    top: 7rem;
    bottom: auto;

}
.HeroTexts {
    top: auto;
    bottom:4rem;
    transform: scale(1);
    }
    
}  
    


    
} 

        
    
    
 @media screen and (max-height:555px) {   
    
    .Logo {
    height: 70px;
    top: 1rem;
     }
.HeroTexts {
    top:6rem;
} 
     
    }
    
    
    
    

    

    
    