/* CSS styles for the website layout */
body {
  margin: 0;
  text-align: center;
  font-family: "Roboto", Arial, sans-serif;


  max-width: 100%;
  max-height: 100%;
}

header {
  background-color: black;
  color: white;
  padding: 20px;
  height: 80px;
  left: 0;
  top: 0;
  z-index: 300;
  background-color: rgba(255,255,255,0.7);
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
/*  z-index: 1;*/
  position: relative;
  text-align: left;
  vertical-align: middle;
} #bla {
  font-size: 30px;
  color: Black;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
  top: 19px;
  left: 0;
  transition: 0.5s;
} #bla:hover {
  left: 50px;
/*  color: rebeccapurple;*/
}


/*In-between*/

#inBKS1 {
  background-image: url(KS1/5.jpg);
} #inBKS2 {
  background-image: url(KS2/11.jpg);
} #inBNGSCcup22{
  background-image: url(NGSCcup22/13.jpg);
} #inBRAMAcup23{
  background-image: url(RAMAcup23/5.jpg);
} #inBSCvsAimz{
  background-image: url(SCvsAimz/14.jpg);
} #inBSCvsElite{
  background-image: url(SCvsElite/11.jpg);
} #inBSCvsGSC{
  background-image: url(SCvsGSC/13.jpg);
} #inBGSCvsAimz{
  background-image: url(GSCvsAimz/15.jpg);
} #inBNGSCvsElite{
  background-image: url(NGSCvsElite/13.jpg);
} #inBNGSC-GSCvsAimz{
  background-image: url(NGSC-GSCvsAimz/14.jpg);
} .inBetween {
  z-index: 1;
  margin-bottom: -150px;
  
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  height: 800px;
  bottom: 180px;
  position: relative;
} .inBetween h1 {
  font-size: 30px;
  line-height: 35px;
  color: black;
  margin-left: 100px;
  margin-bottom: 50px;
  position: relative;
  bottom: 20px;
} #textcont {
  padding: 30px;
  position: relative; 
  background-color: slategrey;
  opacity: 0.8;
  width: 400px;
  height: auto;
  top: 260px;
  color: black;
} #textcont p {
  font-size: 20px;
  margin-left: 100px;
  position: relative;
  bottom: 50px;
} 


main {
/*  margin-left: 100px;
  margin-right: 100px;*/
  background-color: rgba(255,255,255,0.9);
  z-index: 1;
  align-self: center;
  box-shadow: 0 30px 40px rgba(0,0,0,.1);
  display: inline;

}

footer {
  background-color: #333;
  color: #fff;
  padding: 20px;
}

section {
  padding: 30px;
  z-index: 0;
  position: relative;
  /*width: 75%;*/
  text-align: center;

}

.cont{
  padding: 0px;
/*  background-color: powderblue;*/
  z-index: -1;
  position: relative;
  align-self: center;

}

#discr {
  text-align: justify;
}



/*Styles gallery*/
#photogal {
  background-color: rgba(255, 255, 255, 0.3);
}

#image {
  width: 650px;
  height: auto;
  align-self: center;
  align-content: center;
  border: 10px solid dimgray;
}




#imageBox {
  position: relative;
  display: inline-block;
}

#prevBtn,
#nextBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  font-size: 24px;
  background-color: lightgray;
  color: black;
  cursor: pointer;
  transition: 0.5s;
  border: 3px solid black;
  border-radius: 25px;
}

#prevBtn {
  left: -60px;
}#nextBtn {
  right: -60px;
}

#prevBtn:hover {
  background-color: darkgray;
  width: 52px;
  height: 52px;
  left: -61px;
}

#nextBtn:hover {
  background-color: darkgray;
  width: 52px;
  height: 52px;
  right: -61px;
}


@media only screen and (max-width: 600px) {
  body {
    line-height: 15px;
    font-size: 10px;
    width: 100vw;
    overflow-x: hidden;
    max-width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  header {
    height: 50px;
  }

  .inBetween {
    height: 700px;

  }

  .inBetween h1 {
    font-size: 24px;

    margin-bottom: 20px;
    top: -5px;
    line-height: 30px;
  }

  #textcont {
    max-width: 300px;
    padding: 20px;
  }

  #textcont p {
    position: relative;
    top: -9px;
    font-size: 14px;
    line-height: 20px;
  }

  section {
    width: 300px;
    padding: 20px;

    align-items: center;

  
  }

  #image {
    width: 250px;
  }

  #imageBox {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    align-self: center;
  }



  main {
    align-items: center;
    display: inline-block;
    margin-bottom: 75px;
    
  }

  #inBetween {
    height: 700px;
  }

  .inBetween h1 {
    font-size: 24px;
    margin-bottom: 20px;
    top: -5px;
    line-height: 30px;
  }

  #textcont {
    max-width: 300px;
    paddingpx;
  }

  #textcont p {
    position: relative;
    top: -9px;
    font-size: 14px;
    line-height: ;
  }



  #image {
    width: 350px;
    align-self: center;
    margin: 20px;
  }

  #imageBox {

    align-self: center;
  }

  .cont {
    align-items: center;
    display: flex;
    text-align: center;
  }

#prevBtn,
#nextBtn {
  position: absolute;
  top: 110%;

  

}

#prevBtn {
  left: 120px;
}#nextBtn {
  right: 120px;

}

#prevBtn:hover {

  width: 50px;
  height: 50px;
  left: 120px;
}

#nextBtn:hover {

  width: 50px;
  height: 50px;
  right: 120px;
}

}