/* How To Make Image Slider Using HTML CSS JavaScript */
/*https://stackoverflow.com/questions/66438076/redirect-user-based-on-their-language-preference-in-js*/
/*https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_slideshow*/
/*https://community.hubspot.com/t5/CMS-Development/Automatic-Redirect-Based-on-Browser-Language/m-p/425351*/


header {
  /*position: fixed;
  height: 10%;
  width: 100%;
  background-color: black;
  padding: 1px;
  text-align: center;
  font-size: 1.1vw;*/
  /*font-family: "Times New Roman", Times, serif;*/
  /*font-family: "Arial", Arial, serif;*/
  /*color: rgba(0.76, 0.07, 0.09, 1) ;*/
  /*color: #C21217;*/
  /*color: white*/
}

.standard-div {
    /*position: fixed;
  inset: 0px;
  width: 12rem;
  height: 5rem;*/
  width: 600px;
  max-width: 90vw;
  margin: auto;
}

div {
    margin: 0 auto;
}


div.content {
  /*margin-left: 10%;
  padding: 1px 16px;
  height: 1000px;
  color: white;*/
  text-align: center;
  max-width:1000px;
  margin:0 auto;
}

h1 {
    /*color: #ff8888;*/
    color: #8b0000;
    font-size: 80px;
    font-family: "Arial", Arial, serif;
    /*background-color: grey;*/
    margin: 20px;
}
h2 {
    color: #8b0000;
    font-size: 40px;
    font-family: "Arial", Arial, serif;
    margin: 10px;
}

h3 {
    color: blue;
    font-size: 30px;
    font-family: "Arial", Arial, serif;
    margin: 10px;
}

h4 {
    color: #8b0000;
    font-size: 20px;
    font-family: "Arial", Arial, serif;
    /*background-color: grey;*/
    margin: 10px;
}
p {
    color: black;
    font-size: 16px;
    font-family: "Arial", Arial, serif;
    margin: 10px;
}

a:link {
  color: darkgreen;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: blue;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

/*--------------------------------------------------------------*/
footer {

  /*position: fixed;*/
  bottom: 0%;
  width: 90%;
  height: 5%;
  background-color: #5dbae8;
  /*background-color: black;*/
  /*padding: 1px;*/
  text-align: center;
  color: white;
  /*margin: 10px;*/

}
/*
footer a:link {
  color: green;
  background-color: transparent;
  text-decoration: none;
}
footer a:visited {
  color: lightblue;
  background-color: transparent;
  text-decoration: none;
}
footer a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
footer a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}
*/
footer ul {
    list-style: none;
}
footer li {
    display: inline-block;
    margin-right: 50px;
}
/*--------------------------------------------------------------*/
body {
    padding: 0% 5% 0% 5%;
    margin: 0px;
    /*background-color: grey;*/

    /*background-color: #cad5ff;*/
    /*background-color: #6382b9;*/
    /*background-color: #82d1f1;*/
    background-color: #5dbae8;
    font-family: "Arial", Arial, serif;
    font-color: black;
    /*color: white*/
    text-align: center;
    }
/*--------------------------------------------------------------*/
/*
.container {
    text-align:center;
    margin: 0 auto;
    width: 20%;
    height: 10%;
}

/*
#container {
    margin: 0 auto;
    width: 22%;
}
*/
/*
div.container {
  display:inline-block;
  /*
  margin: auto;
  width: 24%;
  background-color: green;

}

.container p {
  text-align:center;
  color:white;
}

.container img {
    width: 100px;
    height: 100px;
}
*/

.image_container2 {
    margin: 0 auto;
    width: 20%;


    }

div.image_container2 {
    display: inline-block;
    }

.image_container2 img {
    /*object-fit: cover;
    width: 80px;
    height: 80px;*/
    max-width: 200px;
    width: 100%;
    /*max-width: max-content;*/

}



.image_container {
    margin: 0 auto;
    width: 20%;
    height: 100px;
    vertical-align: top;
    text-align: center;
    /*list_style: None;
    background-color: #aa4444;
    padding: 0;
    margin: 0;
    text-align: center;
    display: inline-block;
    float: left;*/
}

div.image_container {
    display: inline-block;
    /*background-color: grey;*/
    height: 120px;
    text-align: top;
    padding: 10px;
}


.image_container a {
    display: inline-block;
    font-size: 16px;
}


.image_container img {
    width: 80px;
    height: 80px;
    /*object-fit: contain;*/

}



/*--------------------------------------------------------------*/
.navbar {
    /*
    position: fixed;
    top: 0%;
    width: 90%;*/
    background-color: #5dbae8;
}
.navbar ul {
    list_style: None;
    /*background-color: #444444;*/
    padding: 0;
    margin: 0;
    text-align: center;
}
.navbar li {
    display: inline-block;
}
.navbar a {
    text-decoration: None;
    color: #8b0000;
    width: 100px;
    display: block;
    padding: 15px 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.navbar a:hover{
    background: orange;
}
.navbar li a.active{
   text-decoration: underline;
   color: blue;
   /*background-color: #6666FF;*/
   /*background-color: #45b6fe;*/
}
/*--------------------------------------------------------------*/

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Button */
.dropbtn {
  text-decoration: None;
  color: #8b0000;
  padding: 15px 20px;
  font-size: 20px;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  background-color: #5dbae8;
  /*background-color: black;*/
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: orange;
  min-width: 170px;
  /*right: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;*/
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 12px;
  text-align: left;
  min-width: 170px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: yellow; min-width: 170px; text-align: left; font-size: 12px;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block; min-width: 170px; }

/* Change the background color of the dropdown button when the dropdown content is shown*/
.dropdown:hover .dropbtn {background-color: orange;}






/*--------------------------------------------------------------*/

ul.sidenav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 10%;
  /*background-color: #f1f1f1;*/
  background-color: #444444;
  position: fixed;
  height: 100%;
  overflow: auto;
  display: inline-block;
  text-align: center;

}

ul.sidenav li a {
  display: block;
  /*color: #000;*/
  color: white;
  padding: 8px 16px;
  text-decoration: none;
}

ul.sidenav li a.active {
  background-color: #4CAF50;
  color: white;
}

ul.sidenav li a:hover:not(.active) {
  background-color: #555;
  color: white;
}



@media screen and (max-width: 3000px) {
  ul.sidenav {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    /*padding: 10%;
    text-align: center;
    display: inline-block;
    list-style-type: none;*/
  }

  ul.sidenav li a {
    float: left;
    padding: 1% 8%;
  }

  /*div.content {margin-left: 0;}*/
}

@media screen and (max-width: 400px) {
  ul.sidenav li a {
    text-align: center;
    float: none;
  }
}






/*
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

.header{
	background:url(../images/bg-header.gif) repeat-x center bottom;
	padding: 0 0 2vw;
	background-color: black
}
.header div{
	width:100%;
	padding:0 1vw;
	margin:0 auto;
}

.header div ul{
	list-style:none;
	margin:0;
	padding:0 12vw;
	overflow:hidden;
}

.header div ul li:first-child{
	margin:0;
}
/*
.header div ul li.selected{
	background:url(../images/bg-menu-selected.jpg) repeat-x;
}

.header div ul li{
	float:left;
	margin:0 0 0 1vw;
	text-align: center;

	width:100px;
	height:10%;
}


.header div ul li a:hover{
	color:#9f5b34;
}

.header div ul li a{
	text-decoration:none;
	color:#fff;
	font-family: tahoma;
	font-size: 1vw;
	display: block;
	font-family: arial;
	margin: 1vw 0;
	text-transform:uppercase;
	line-height:1px;
	outline:none;
}
/*
*/
/*header {
  position: fixed;
  height: 10%;
  width: 100%;
  background-color: black;
  padding: 1px;
  text-align: center;
  font-size: 1.1vw;
  font-family: "Times New Roman", Times, serif;
  /*color: rgba(0.76, 0.07, 0.09, 1) ;*/
  /*color: #C21217;
  color: white
}*/
