body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}

body, html {
  height: 100%;
  line-height: 1.8;
}

/* Full height image header */
.bgimg-1 {
  background-position: center;
  background-size:cover;
  background-image: url("Website Items/Manifesto\ Photo.jpg");
  min-height: 120%;
}

/* Buttons */
.w3-bar .w3-button {
  padding: 16px;
}

/* Hovering buttons */
.hover-red-bigger:hover {
  color:#fff!important;
  background-color: #f44336!important;
  padding-top:48px!important;
  padding-bottom:48px!important;
}

/* Read More Buttons */
#moreTalenox {display: none;}
#moreGovTech {display: none;}
#moreSystmz {display: none;}
#morePSA {display: none;}
#moreSAF {display: none;}
#morePizza {display: none;}
#moreICL {display: none;}
#moreHCJC {display: none;}
#moreACSI {display: none;}

/*Carousel*/
.carousel {
  background: #ffffff;
  text-align: center;
  padding: 4em 0;
  height: 7.5em;
  max-width: max-content;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.carousel .slides {
  width: 500%; /*Change this if another slide is added*/
  left: 0;
  padding-left: 0;
  padding-top: 0em;
  /* overflow: hidden; */
  list-style: none;
  position: relative;

  -webkit-transition: transform .5s;
  -moz-transition: transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
}
.carousel .slides li {
  width: 20%; /*Change this if another slide is added*/
  position: relative;
  float: left;
}
.carousel li p{
  margin-top: 0;  
  color: #777777;
}
.carousel li h2{
  margin-top: -2em;
  font-size: 24px;
  color: #666666;
  font-weight: 400;
  text-decoration: underline;
}
.carousel li video {
  position: relative;
  max-width: 100%;
}
.carousel li img {
  max-width: 100%;
}
.carousel .slidesNavigation {
  display: block;
  list-style: none;
  text-align: center;
  bottom: 1em;
  /*--- Centering trick---*/
    /* Absolute positioning*/
    position: absolute; 
    /* Abosulte positioning*/
    /*Change this if another slide is added*/
    width: 130px; /*This width  is the addition of the width of all the navigations dots - So in this case is   104 because the navigation dots are 26px (width:10px and 6px marginleft + 6 px marginright) and there are 4 dots so 4x26=104 */
    left: 50%; /*Centering de element*/
    margin-left: -65px; /*adjusting the centering by applying a negative margin of half of the width*/
}
.carousel input {
  display: none;
}
.carousel .slidesNavigation label {
  float: left;
  margin: 6px;
  display: block;
  height: 10px;
  width: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: solid 2px #2980b9;
  font-size: 0;
}
/* You have to repeat this with each slide
TODO: make it easier with SCSS
25% movement 100/slides-num
*/
/*Change this if another slide is added*/
#radio-1:checked ~ .slides {
  transform: translateX(0%);
}
#radio-2:checked ~ .slides {
  transform: translateX(-20%);
}
#radio-3:checked ~ .slides {
  transform: translateX(-40%);
}
#radio-4:checked ~ .slides {
  transform: translateX(-60%);
}
#radio-5:checked ~ .slides {
  transform: translateX(-80%);
}


.carousel .slidesNavigation label:hover {
   cursor: pointer;
}
/* You have to repeat this with each slide/dot */
.carousel #radio-1:checked ~ .slidesNavigation label#dotForRadio-1,
.carousel #radio-2:checked ~ .slidesNavigation label#dotForRadio-2,
.carousel #radio-3:checked ~ .slidesNavigation label#dotForRadio-3,
.carousel #radio-4:checked ~ .slidesNavigation label#dotForRadio-4,
.carousel #radio-5:checked ~ .slidesNavigation label#dotForRadio-5 {
  background: #2980b9;
}

@media  (max-width: 796px) {
  .carousel{
    height: 8.5em;
  }
}
@media  (max-width: 480px) {
  .carousel li p {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .carousel li q {
      font-size: 1em;
  }
}

.slide li {
  font: 200 20px/1.5 Helvetica, Verdana, sans-serif;
  border-bottom: 1px solid #ccc;
  clear: left;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.slide li:last-child {
  border: none;
}

.slide li a {
  text-decoration: none;
  color: #000;
  display: block;
  max-width: 100%;
  /* width: 200px; */
 
  -webkit-transition: font-size 0.2s ease, background-color 0.2s ease;
  -moz-transition: font-size 0.2s ease, background-color 0.2s ease;
  -o-transition: font-size 0.2s ease, background-color 0.2s ease;
  -ms-transition: font-size 0.2s ease, background-color 0.2s ease;
  transition: font-size 0.2s ease, background-color 0.2s ease;
}
 
.slide li a:hover {
  font-size: 30px;
  background: #f6f6f6;
}
