table{
  table-layout: auto;
  width: 100%;
}

#technical tr{
  border-top:1px solid lightgrey;
  border-bottom:1px solid lightgrey;
}

.spacer{
  margin-top: 100px;
}

/* FOOTER */
footer {
  margin-top: 100px;
  background-color: #013220;
  color: white;
  border: 1px solid #013220;
}
.footer-contact-left, .footer-contact-right{
  display: inline-block;
  /* vertical-align: text-top; */
  text-align: left;
  /* margin-left: 20px; */
}

/* CUSTOM CONTAINER */
.contain{
  margin-left: 5%;
  margin-right: 5%;
}

/* Logo Carousel */
.logos{
  position: relative;
  width: 20%;
  margin-left:4%;
  margin-right:4%;

}

/* Logo Carousel for long images */
.logos-wide{
  position: relative;
  width: 40%;
  margin-left:4%;
  margin-right:4%;
}

/* For know More buttons on homepage */
#know{
  background: #e31e25;
  border: 1px solid #e31e25;
  border-radius: 20px;
}

/* For colour block gradient */
.colour-block{
  /* background-color: #013220; */
  background-image: linear-gradient(#013220 60%, white);
  padding-right: 100%;
  padding-bottom: 1000px;
  border-top: 1px solid #013220;
}

#theme{
  background-color: #013220;
  color: white;
  border: 1px solid #013220;
}

#alt-theme{
  background-color: #01281a;
  color: white;
  border: 3px solid #01281a;
}

#border-theme{
  background-color: #013220;
  color: white;
  border: 3px solid #01281a;

}

.nav-link{
  margin: 7px;
}

.application{
color: white;
text-align: left;
display: inline-block;
list-style: disc;
/* list-style-position: inside; */
}
