* {
  font-family: 'Archivo Black', sans-serif;
  text-decoration: none;
}

html {
  width: 100%;

}
  
h3 {
  font-family: 'Archivo', sans-serif;
}

p {
  font-family: 'Archivo', sans-serif;
}
  
  body {
    background: #dbdbdb;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }


#bg-video {
position: relative;
top: 0;
left: 0;
width: 100%;
z-index: -1;
}

.text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}

h1 {
font-size: 9rem;
color: rgb(240, 244, 232);
font-weight: bolder;
-webkit-text-stroke: 2px rgb(240, 244, 232);
}

h1 span {
-webkit-text-stroke: 0.1px #71bf44;
-webkit-text-fill-color: transparent;
}


/*Mathilde sektion*/

.intro {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 8rem;
}

.tekst-section {
max-width: 50%;
margin-left: 10%;
}

.tekst-section h2{
font-size: 70px;
font-family:'Archivo Black', sans-serif;
color: #71bf44;
}

.tekst-section h2 span{
-webkit-text-stroke: 0.1px #71bf44;
-webkit-text-fill-color: transparent;
}

.tekst-section p{
font-size: 20px;
line-height: 2.3rem;
color: black;
font-family:'Archivo', sans-serif;
}

.billede-section {
max-width: 30%;
text-align: right;
margin-right: 15%;
scroll-margin-top: 1rem;
}

.billede-section img {
max-width: 170%;
}



/* Banner */ 

.banner-div {
  height: 5rem;
  background-color: #71bf44;
  margin-bottom: 8rem;
}

.banner h4 {
  position: absolute;
  font-size: 3rem;
}

.wrapper-banner {
  overflow-x: hidden;
}

.math {
  animation-name: rightToLeft;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-text-stroke: .1px rgb(240, 244, 232);
-webkit-text-fill-color: transparent;
  margin: .7rem;
}

@keyframes rightToLeft {
  0% {
    transform: translateX(1000px);
  }

  100% {
    transform: translateX(-1000px);
  }
}



/* side by side billeder, selvstændig vs studerende */


.choice h4 {
  padding: 0 15rem;
  font-size: 2rem;
  line-height: 2.5rem;
}

.sidebyside {
	display:flex;
  margin-bottom: 5rem;
}

.left {
	width: 32%;
	padding-left: 180px;
	padding-right: 40px;
	padding-bottom: 50px;
	padding-top: 30px;
}

.right {
	width: 32%;
	padding-left: 80px;
	padding-right: 40px;
	padding-bottom: 50px;
	padding-top: 30px;
}

.choose:hover {
	opacity: 0.5;
}


/*
.buttons a {
  color: black;
  font-size: 2rem;
}

.knapper {
  display: flex;
  justify-content: space-around;
}

.btn {
  border: 2px solid #71bf44;
  padding: 1rem;
  margin: 2rem;
}
*/

/*Tidslinje scroller */
::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}

  .container {
    width: 250px;
    max-height: 650px;
    padding-top: 1px;
    overflow-x: hidden;
    transform: rotate(-90deg) translateY(-250px);
    transform-origin: right top;
  }
  
  .container > div {
    transform: rotate(90deg);
    transform-origin: right top;
  }
  
  .element_size > div {
    width: 250px;
    height: 180px;
    margin: 10px 10px;
  }

  .element_size {
    padding-top: 300px;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    margin-left: 15rem;
  }
  
  .arrow-box {
    width: 200px;
  }

  .grey {
    margin-top: 11.5px;
  }

  #timeline {
    color: #443f43;
    font-size: 3rem;
    transform: rotate(270deg);
    writing-mode:vertical-rl;
    margin-left: 8rem;
    margin-bottom: 0rem;
  }

  .standing-mathilde {
    width: 250px;
    position: absolute;
    padding-left: 7rem;
  }

  .year {
    text-align: center;
  }

  #wrapper {
    padding-top: 5rem;
    width: 100%;
    height: 60vh;
    background-color: #d2e4c9;
  }




  /*Flipcards*/
.flip-card-text {
  font-size: 0.8rem;
  padding-right: 3rem;
}

.flip-card {
  width: 200px;
  height: 100px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  }

  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }

  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .flip-card-front {
    background-color: transparent;
    color: black;
  }

  .flip-card-back {
    background-color: transparent;
    color: black;
    transform: rotateY(180deg);
  }



/*footer*/

footer {
	background-color: #a3a1a2;
	padding: 40px;
	text-align: center;
	margin-bottom: 1rem;
  }
  
  .footer-content {
	display: flex;
	flex-direction: column;
	align-items: center;
  }
  
  .logo img {
	max-width: 300px;
  }
  
  .social-icons {
	margin-top: 10px;
  }
  
  .social-icons a {
	display: inline-block;
	margin: 0 10px;
  }
  

  .fa {
	padding: 20px;
	font-size: 30px;
	width: 50px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
  }
  
  
  /* Facebook */
  .fa-facebook {
	background: #d2e4c9;
	color: #f2f3f6;
	font-size: 40px;
  }
  
  /* Instagram */
  .fa-instagram {
	background: #d2e4c9;
	color: #f2f3f6;
  }

  /* Til at lave F og T større */
  .fa-facebook:before{
	font-size: 40px;
  }

  .fa-instagram:before{
	font-size: 40px;
  }
  
    /* Facebook og Twitter hover effekt */
  
  .social-icons a:hover {
	animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
	100% {
	  transform: rotate(360deg);
	}
  }


/* animation text fade in on scroll*/
.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1.5s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}



.reveal-slow {
  transform: translateY(50px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal-slow.active{
  transform: translateY(0);
  opacity: 1;
}

.year {
  font-family: 'Archivo Black', sans-serif;
  font-size: 1.2rem;
  text-align: center;
}