@charset "utf-8"
    
html,body{
    margin: 0;
    padding: 0;
}

html{
    height: 100%;
    width: 100%;
}

body{
    font-family: poppins, Comfortaa, "Lucida Console", "courier new", arial, sans-serif;
    color: #00008b;
}

/*Scrollbar*/
::-webkit-scrollbar {
  width: 10px;   
}
 ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px #FF9c85; 
}
::-webkit-scrollbar-thumb {
 background-image: linear-gradient(#FFF, 80%, #FF9c85);
  border-radius: 10px;   
}
::-webkit-scrollbar-thumb:hover {
   background-image: linear-gradient(#FFF, 15%, #FF9c85);
}

/*orange bars*/
.container-fluid{
    background-image: linear-gradient(#FFF, 15%, #FF9c85);
}

.h1{
    font-family: "Square Peg", poppins, Comfortaa, "Lucida Console", "courier new", arial, sans-serif;
    font-size: 4em;
    color: #00008b;
}
.h2{
    color:#ff7251;   
}

/*Home SabBionic*/
.navbar-brand{
    color: #00008b;
}
.navbar-brand:hover{
    color: #ff7251;
    font-weight: bold;
}

/*Text menu right*/
.nav-item {
    text-align: end;
}
.nav-link{
    color: #00008b;
}
.nav-link:hover{
    color: #ff7251;
    font-weight: bold;
}

/*pagination*/
.pagination a {
    color: #00008b;
    float: right;
    margin: 10px;
    padding-right: 100px;
    text-decoration: none;
}
.pagination a:hover{
    color: #ff7251;
    font-weight: bold;
}
.pagination{
    overflow: auto;
}

/* Size toggler */
.navbar-toggler{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: .5s ease-in-out; 
}
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active, 
.navbar-toggler-icon:focus{
    outline: none;
    box-shadow: none;
    border: 0;
}
.toggler-icon{
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition:.25s ease-in-out;
}
.middle-bar{
    margin-top: 0px;
}
.navbar-toggler .top-bar{
    margin-top: 0px;
    transform: rotate(135deg);
    background-color: #ff7251;
}
.navbar-toggler .middle-bar{
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #ff7251;
}
.navbar-toggler .bottom-bar{
    margin-top: 0px;
    transform: rotate(-135deg);
    background-color: #ff7251;
}
.navbar-toggler.collapsed .top-bar{
    margin-top: -20px;
    transform: rotate(0deg);
    background-color: #00008b;
}
.navbar-toggler.collapsed .middle-bar{
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #00008b;
}
.navbar-toggler.collapsed .bottom-bar{
    margin-top: 20px;
    transform: rotate(0deg);
    background-color: #00008b;
}
.navbar-toggler:hover{
    background-image: linear-gradient(#FFF, 80%, #FF9c85);
}

/*Overlay*/
.container {
  position:relative;
  width: 100%;
}
.containeroverlay {
  position:relative;
  width: 100%;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
 background-image: linear-gradient(#FFF, 80%, #FF9c85);
   overflow:auto;
   width:100%;
   height: 40%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 1s ease;
  transition: 1s ease;
    text-align: center;
}
.picture:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.image {
    width: 100%;
    height: auto;
}
/*end overlay*/

#footer a{
    color: #00008b;
}
#footer a:hover{
    color: #ff7251;
    font-weight: bold;
}

/*Video*/
.myVideo {
    width: 100%;
    padding-bottom: 20px;
}
.contentvideo {
    background-image: linear-gradient(#FFF, 80%, #FF9c85);
    color: #00008b;
    text-align:center;
    width: 100%;
} 

/*Timeline*/

.timeline .h2{
    margin-top: 50px;
}
a{
    color: #ff7251; 
    text-decoration: none;
}
a:hover{
    color: #00008b;
    font-weight: bold;
}

/* Vertical line */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.timeline::after {
  content: '';
  position: absolute;
  width: 4px;
  background-color: #00008b;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
/* Container around content */
.containertijdlijn {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}
/* The circles on the timeline */
.containertijdlijn::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-image: linear-gradient(#FFF, 80%, #FF9c85);
  border: 4px solid #00008b /*#ff7251*/;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
/* Place the container to the left */
.left {
  left: 0;
}
/* Place the container to the right */
.right {
  left: 50%;
}
/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #00008b;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent /*#ff7251*/ #00008b;
}
/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #00008b/*#ff7251*/;
  border-width: 10px 10px 10px 0;
  border-color: transparent #00008b transparent transparent;
}
/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}
/* The actual content */
.content {
  padding: 20px 30px;
    background-image: linear-gradient(#FFF, 80%, #FF9c85);
  position: relative;
}
/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
 /* Full-width containers */
  .containertijdlijn {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
/* Make sure that all arrows are pointing leftwards */
.containertijdlijn::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
/* Make sure all circles are at the same spot */
  .left::after, .right::after {
      left: 15px;
  }
/* Make all right containers behave like the left ones */
  .right {
      left: 0%;
  }
/*End timeline*/

#footer{
    font-size: 16px;
}
