/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #C2C1C1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #767677;  
  border-radius: 6px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #5A5A5A; 
  border-radius: 6px;
}

body {
  width: 100%;
  margin:0;
  overflow-x: hidden;
  background-color: #F2F2F2;
}

/* Add a black background color to the top navigation */
.topnav {
  overflow: hidden;
  color: black;
  padding-bottom: 0.5vh;
  padding-left: 5vh;
  padding-top: 0.5vh;
  border-bottom: 1px dashed  black;
  background-color: rgba(255,255,255,0.8);
}


/* Style the links inside the navigation bar */
header a {
  color: black;
  padding-left: 1vw;
  padding-right: 1vw;
  text-align: center;
  text-decoration: none;
}

/* Change the color of links on hover */
header a:hover {
  font-weight: 550;
  font-style: italic;
}

/* Add a color to the active/current link */
header a.active {
  font-weight: 550;
  text-decoration: underline;
  font-style: italic;
}



header {
  width: 100%;
  font-family: 'Courier New';
  display: flex;
  margin-top: 2vh;
  padding-bottom: 2vh;
}

header > div{
  flex:1
}

.text-left {
  padding-left: 3vh;
}

.text-right{
  text-align: right;
  padding-right: 3vh;
}

.special-colour {
  color: #444444;
  font-family: 'Courier New';
  font-weight: 500;
}


  p {
    font-family: 'Courier New';
    font-size: 14px;
  }

  h3 {
    font-family:'Courier New';
    font-weight: normal;
    line-height: 3vh;
  }

  #info {
    position: absolute;
    margin-top: 8vh;
    margin-left: 5vh;
    margin-right: 5vh;
    padding: 0px 15px 0px 15px;
  }


#small_txt{
  font-weight: 400;
  font-size: 13px;
  font-family: 'Courier New';
  line-height: 18px;
}

footer {
  font-family: 'Courier New';
  width: 100%;
  position: absolute;
  margin-top: 10px;
  margin-bottom:0;
  margin-right:0;
  margin-left:0;
  padding-top: 15px;
  padding-bottom: 10px;
  align-content: center;
  text-align: center;
  font-size: 12px;
  color: black;
  border-top: 0.5px dashed black ;
}

form {
font-family: 'Courier New';
line-height: normal;
font-size: 14px;
}


input[type=text], select, textarea {
  width: 80%; 
  padding: 8px; 
  border: 1px solid #C2C1C1; 
  background-color: rgba(255,255,255,0.6);
  border-radius: 4px;
  box-sizing: border-box; 
  margin-top: 2px;
  margin-bottom: 10px; 
  resize: vertical;
}

input[type=submit] {
  background-color: #C2C1C1;
  font-family: 'Courier New';
  font-weight: 550;
  color: black;
  padding: 8px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 5vh;
}

select {
  font-family: 'Courier New';
}

input[type=submit]:hover {
  background-color: #9C9B9B;
}


sup {
  font-size: 8px;
  color:#444444;
  font-weight: 600;
}



i {
color: #444444;
font-weight: 600;
}

/* GRID */


.grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  grid-gap: 40px;
  padding-left: 0;
}

.grid-item {
  align-self: flex-start;
  flex-grow: 1;
  padding-left: 0;
}

.col100percent {
  width: 100%;
}

.col60percent {
  width: 50%;
}

.col50percent {
  width: 50%;
}

.col33percent {
  width: 33%;
}

.col25percent {
  width: 25%;
}

.col15percent {
  width: 15%;
}


a.video:link {
  color: #2D2D2D;
  font-weight: 550;
}

/* visited link */
a.video:visited {
  color: black;
  font-style: italic;
}

a.video:hover {
  color: black;
  font-weight: 550;
  font-style: italic;
}

@media only screen and (max-width:600px) {
  h3 {
    font-size: 14px;
  }
  .text-left a {
    font-size: 14px;
  }
  .text-right a {
    font-size: 12px;
  }
  footer {
    text-align: left;
  }
}

@media only screen and (max-width:700px) {
  h3 {
    font-size: 14px;
  }
  .text-left a {
    font-size: 14px;
  }
  .text-right a {
    font-size: 12px;
  }
  .grid-item {
    width: 100% !important;
  }
}

@media only screen and (max-width:740px) {
  h3 {
    font-size: 14px;
  }
  .text-left a {
    font-size: 14px;
  }
  .text-right a {
    font-size: 12px;
  }
}

@media only screen and (max-width:1020px) {
  h3 {
    font-size: 15px;
  }
  .text-left a {
    font-size: 15px;
  }
  .text-right a {
    font-size: 13px;
  }
}

@media only screen and (max-width:1700px) {
  h3 {
    font-size: 15px;
  }
  .text-left a {
    font-size: 15px;
  }
  .text-right a {
    font-size: 13px;
  }
}
