/*bootstrap stuff that is acutally used */
:root {
    --blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}

*,::after,::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}


.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h4,h4 {
    font-size: 2.5rem
}

.h2,h2 {
    font-size: 2rem
}

.h3,h3 {
    font-size: 1.75rem
}


/* fontawesome what's used */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.fa-remove:before,.fa-close:before,.fa-times:before {
    content: "\f00d"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}
















html * {font-family: "Roboto";}

/* The hero image */
.banner-image {
    /* Sizing */
    width: 100%;
    height: 100vh;
    position: relative;
      
    /* Background styles */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url('banner.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 1;

}

/*LOW Q Background */
.banner-imageLQ {
    /* Sizing */
    width: 100%;
    height: 100vh;
    position: relative;
      
    /* LOW Q Background styles */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url('bannerlq.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  
}



/* Place text in the middle of the image */
.banner-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #F2F1F1;
  opacity: 1;
  font-family: "Roboto";
}

/* arrow down */	
#arrow{color:aliceblue;}

#arrow:hover {color:lightseagreen;}



#site_title {
	font-style: normal;
	font-variant: normal;
	font-weight: bolder; 
	line-height: 40px; 
	
	
} 
@media screen and (max-width: 383px) {
	h4 {
	font-size: 40px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: bold; 
	line-height: 40px; 
	
}
}


.header_text {
  font-size: 24px;
  font-weight: bold;
  color:#495057;
}

.body_text {
  font-size: 16px;
  color:#495057;
}

.subbody_text {
  font-size: 14px;
  color:#495057;
}


#menu {
	background-color:#Fcfcfc;
}

.abovebuttons{
	margin-left: 20px;
    margin-right: 20px;
}







.goe{
	
	font-size: 50px;
 text-align: right;
	
}





/*Mid section */
* {
  box-sizing: border-box;
}

.strips {
  min-height: 80vh;
  text-align: center;
  overflow: hidden;
  color: #fcfcfc;

}

@media screen and (max-width: 760px) {
.strips {
margin-bottom: -18vh;
}
footer {
  padding-bottom: 20px;	
	}
}

@media screen and (max-width: 450px) {
.strips {
	min-height: 75vh;}
}

.strips__strip {
  will-change: width, left, z-index, height;
  position: absolute;
  width: 25%;
  min-height: 80vh;
  margin-top: 0vh;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.strips__strip:nth-child(1) {
  left: 0%;
}
.strips__strip:nth-child(2) {
  left: 25%;
}

.strips__strip:nth-child(3) {
  left: 50%;
}
.strips__strip:nth-child(4) {
  left: 75%;
}
.strips__strip:nth-child(1) .strip__content {
  background: #244F75;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-animation-name: strip1;
          animation-name: strip1;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.strips__strip:nth-child(2) .strip__content {
  background: #60BFBF;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-animation-name: strip2;
          animation-name: strip2;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}


.strips__strip:nth-child(3) .strip__content {
  background:  #F8BB44;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-animation-name: strip3;
          animation-name: strip3;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  

}


.strips__strip:nth-child(4) .strip__content {
  /* background: #F24B4B;*/ 
/*  background: #4ca162;*/
	background: #8e69b5;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-animation-name: strip4;
          animation-name: strip4;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}



@media screen and (max-width: 760px) {
  .strips__strip {
    min-height: 18vh;
margin-top: 130vh;
  }
  .strips__strip:nth-child(1) {
    top: 0vh;
    left: 0;
    width: 100%;
  }
  .strips__strip:nth-child(2) {
    top: 18vh;
    left: 0;
    width: 100%;
  }

  .strips__strip:nth-child(3) {
    top: 36vh;
    left: 0;
    width: 100%;
  }
  .strips__strip:nth-child(4) {
    top: 54vh;
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .strips__strip {
    min-height: 16vh;
margin-top: 135vh;
  }
  .strips__strip:nth-child(1) {
    top: 0vh;
    left: 0;
    width: 100%;
  }
  .strips__strip:nth-child(2) {
    top: 16vh;
    left: 0;
    width: 100%;
  }

  .strips__strip:nth-child(3) {
    top: 32vh;
    left: 0;
    width: 100%;
  }
  .strips__strip:nth-child(4) {
    top: 48vh;
    left: 0;
    width: 100%;
  }

}

@media screen and (max-width: 375px) {
  .strips__strip {
    min-height: 16vh;
margin-top: 140vh;
  }
  .strips__strip:nth-child(1) {
    top: 0vh;
    left: 0;
    width: 100%;
  }
  .strips__strip:nth-child(2) {
    top: 16vh;
    left: 0;
    width: 100%;
  }

  .strips__strip:nth-child(3) {
    top: 32vh;
    left: 0;
    width: 100%;
  }
  .strips__strip:nth-child(4) {
    top: 48vh;
    left: 0;
    width: 100%;
  }

}



.strips .strip__content {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.strips .strip__content:hover:before {
  -webkit-transform: skew(-30deg) scale(3) translate(0, 0);
          transform: skew(-30deg) scale(3) translate(0, 0);
  opacity: 0.1;
}
.strips .strip__content:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.05;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: skew(-30deg) scaleY(1) translate(0, 0);
          transform: skew(-30deg) scaleY(1) translate(0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.strips .strip__inner-text {
  will-change: transform, opacity;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  width: 70%;


  -webkit-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	

	
}
.strips__strip--expanded {
  width: 100%;
  top: 100vh !important;
  left: 0 !important;
  z-index: 3;
  cursor: default;
     min-height: 115vh;
}
@media screen and (max-width: 760px) {
  .strips__strip--expanded {
    min-height: 110vh;
	  top: -30vh !important;
  }
}

@media screen and (max-width: 450px) {
  .strips__strip--expanded {
    min-height: 110vh;
	  top: -40vh !important;
  }
}








.strips__strip--expanded .strip__content:hover:before {
  -webkit-transform: skew(-30deg) scale(1) translate(0, 0);
          transform: skew(-30deg) scale(1) translate(0, 0);
  opacity: 0.05;
}
.strips__strip--expanded .strip__title {
  opacity: 0;
}
.strips__strip--expanded .strip__inner-text {
  opacity: 1;

  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.strip__title {
  display: block;
  margin: 0;
  position: relative;
  z-index: 2;
  font-size: 28px;
  width: 100%;
  color: white;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    margin-left: 5%;
	margin-right:5%;
  }

@media screen and (max-width: 950px) {
  #refl {
    margin-left: 11%;
	margin-right:11%;
  }
}

@media screen and (max-width: 450px) {
  #refl {
    margin-left: 5%;
	margin-right:5%;
  }
}

@media screen and (max-width: 760px) {
  .strip__title {
    font-size: 26px;
  }
}

@media screen and (max-width: 450px) {
  .strip__title {
    font-size: 24px;
  }
}

.strip__close {
  position: absolute;
  right: 10vw;
  top: 110vh;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.strip__close--show {
  opacity: 1;
}



@-webkit-keyframes strip1 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes strip1 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes strip2 {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes strip2 {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes strip3 {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes strip3 {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes strip4 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes strip4 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}



/* Footer */
.lepied {
	display: flex;
	justify-content: space-between;
	
    /* Padding and margins, different left and right to have centre 4 words due to difference in lenght */ 
    margin-top: 15px;
    margin-left: 25%;
    margin-right: 13%;
    
	font-family: "Roboto"; 
	font-size: 16px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: bold; 
	

}

@media screen and (max-width: 850px) {		
.lepied {
	display: flex;
	justify-content: space-between;
	
    /* Padding and margins, different left and right to have centre 4 words due to difference in lenght */ 
    margin-top: 15px;
    margin-left: 18%;
    margin-right: 6%;
    
	font-family: "Roboto"; 
	font-size: 16px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: bold; 
} 
	}	

@media screen and (max-width: 650px) {		
.lepied {
	display: flex;
	justify-content: space-between;
	
    /* Padding and margins, different left and right to have centre 4 words due to difference in lenght */ 
    margin-top: 15px;
    margin-left: 17%;
    margin-right: 9%;
    
	font-family: "Roboto"; 
	font-size: 16px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: bold; 
} 
	}	

@media screen and (max-width: 550px) {		
.lepied {
	display: flex;
	justify-content: space-between;
	
    /* Padding and margins, different left and right to have centre 4 words due to difference in lenght */ 
    margin-top: 15px;
    margin-left: 14%;
    margin-right: 9%;
    
	font-family: "Roboto"; 
	font-size: 16px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: bold; 
} 
	}	


.footer-buttons {
  font-family: "Roboto"; 
  text-decoration: none;
  color:#495057;
  font-size: 14px;
}
    
footer {
  background-color: #e9ecef;
  color: black;
  font-size: x-small;
  padding-bottom: 1px;
  padding-top:100px;


}


