/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */

  h1 { font-family: Verdana,sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: (20, 20, 20);
    }

  h2 { font-family: Verdana,sans-serif;
  	font-weight:medium;
    font-size: 18px;
    text-align: center;
    color:rgb(40, 40, 40);
    }

  h3 { font-size: 18px;
    font-family: Verdana,sans-serif;
    font-weight: normal;
    text-align: center;
    color: rgb(20, 20, 20);
    }

  h4 { font-family: Verdana,sans-serif;
  	font-weight:normal;
    font-size: 18px;
    text-align: center;
    color: (20, 20, 20);
    }

  h5 { font-size: 15px;
    font-family: Verdana,sans-serif;
    font-weight: lighter;
    text-align: justify;
    color: (100, 20, 20);
    max-width: 500px;
    margin: auto;
/*    margin: 10px 20% 10px 20%; */
    }

	a{font-size: 15px;
    font-family: Verdana,sans-serif;
    font-weight: medium;
    text-align: justify;
    color: (100, 100, 100);
     text-decoration: none;
	 }

  p { font-size: 15px;
    font-family: Verdana,sans-serif;
    font-weight: lighter;
    color: rgb(100, 100, 100);
	 }

body{
	font-size: 15px;
	font-family: Verdana,sans-serif;
	font-weight: lighter;
	text-align: justify;
	color: rgb(12, 25, 69);
	background-color: #FFFFFF;
  margin: 0px;    /* stupid defaults give a border! */
  border: 0px;    /* stupid defaults give a border! */
  padding: 0px;    /* stupid defaults give a border! */
}

/* Menu stuff */
ul {
  list-style-type: none;
/*  	position:fixed; */
  width: 100%;
	font-weight: bold;
  margin: 0%;
  padding: 5px;
	border: 0px;
	overflow: hidden;
  background-color: #CDCBFF;
/* 	margin-top: 30px; */
}

li {
  float: left;
}

li a {
  display: block;
/*   color: #D2E3FF; */
  text-align: center;
  padding: 20px;
/*   text-decoration: none; */
}

li a:hover:not(.active) {
  background-color: #A8A2F8;
}

.active {
  background-color: #4CAF50;
}

.sidebar{
	float: left;
/* 	position:fixed; */
    max-width: 200px;
    margin:0px;
    padding:20px;
  	background-color: #CDCBFF;
  	overflow-y: auto;
}
.main{
	float:left;
	max-width:70%;
	margin:0px;
	padding:40px;
/* 	margin-left: 20%; */
/* 	margin-right: 20%; */
/* 	margin-top: 30px; */
}

.myside{
	float:left;
	width:20%;
	margin: 1%;
	border:0px;
	padding:0px;
}

.myside img{
	width:100%;
	height:auto;
}

.mywider{
/* 	max-width:70%; */
 	float:left;
	width:50%;
	margin: 1%;
	border:0px;
	padding:0px;
}

.mycentred{
/* 	max-width:70%; */
	width:50%;
	margin: 10px 25% 10px 25%;
	border:0px;
	padding:0px;
}

/* Menu style */

/* Listbox css stuff */

.row {
  	padding: 0 8px;
}


/* Create four equal columns that float next to eachother */
.column {
  float: left;
  width: 18%;
  padding: 4px 1% 4px;
}

.column img{
	width:100%;
	height:auto;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
