
.artimg {
  max-width: 100%;
  height: auto;
}
.artimgcorners {
	border-radius: 8px;
}
.artimground {
	border-radius: 50%;
}

.artvideo {
  max-width: 100%;
  height: auto;
}

.contentdiv {
	position: absolute ;
	left: 0;
  top: 0;
	width: 100%;
	
	background-color: #f5f5f5;
  color: #686868;
	z-index: -1;
}
.contentheadspace {
	width: 100%;
	height: 125px;
}

.sitefooter {
	background-color: #575757;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	padding: 5px;
}

.sitefooterlink {
	color: #ffffff;
	text-decoration: underline;
}

.headertitle {
  background-color: #ffffff; /* 4f6772 header */
  color: #454545;
  padding: 15px 5px 5px 15px; /* 5px 5px 5px 15px */
}

* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

html {
  font-family: "Lucida Sans", sans-serif;
}

.myl a:link, a:visited {
//  background-color: white;
  color: black;
  border: 1px solid lightgray;
  padding: 1px 5px;
//  text-align: center;
  text-decoration: none;
  display: block;
  box-shadow: 0 1px 2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.myl a:hover, a:active {
  background-color: lightgray;
  color: ededed;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px 8px 8px 8px;
  margin-bottom: 7px;
  background-color: #ffffff;
  color: #ededed;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  text-decoration: none;
}

.menu li:hover {
  background-color: #ededed;
  color: #686868;
  text-decoration: none;
}

.menu li a {
  color: #686868;
  text-decoration: none;
	display: block;
}

.aside {
  background-color: #ffffff;
  padding: 15px;
  color: #686868;
//  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}


/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

/* Add a gray background color to the top navigation */
.topnav {
  overflow: visible;
  width: 100%;
  position: absolute;
  top: 125;
  left: 0;
  
  background-color: #ffffff; /* 686868 */
  
}

/* Style the links inside the navigation bar */
.topnav a {
	border-radius: 8px;

  background-color: #ffffff; /* 686868 */
  color: #686868; /* ffffff */

  float: left;
  display: block;
  
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav .navheadline {
  display: none;
  
  float: left;
  
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  top: 0;
  left: 0;
  background-color: #ffffff; /* 686868 */
  color: #686868; /* ffffff */
  
}

/* Add an active class to highlight the current page */
.active {
  background-color: #ffffff; /* 686868 */
  color: #686868; /* ffffff */
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
  font-size: 35px;
  padding: 0px 5px 0px 5px;
  background-color: #ffffff; /* 686868 */
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
	border-radius: 8px;
	
  text-align: left;
  
  font-size: 17px;
  border: none;
  outline: none;
  
  padding: 14px 16px;
  
  background-color: #ffffff; /* 686868 */
  color: #686868; /* ffffff */
  
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
	border-radius: 8px;
	
  display: none;
  position: absolute;
  
  background-color: #ffffff; /* 686868 */
  color: #686868; /* ffffff */
  
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  
  top: 50;
  
}

/* Style the links inside the dropdown */
.dropdown-content a {
	border-radius: 8px;
	
  background-color: #ffffff; /* 686868 */
  color: #686868; /* ffffff */

  float: none;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
	border-radius: 8px;
  
  background-color: #686868; /* ffffff */
  color: #ffffff; /* 686868 */
  

  top: 0;
  
  
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #686868; /* ffffff */
  color: #ffffff; /* 686868 */
  
  top: 0;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  position: absolute;
  
  background-color: #ffffff; /* 686868 */
  color: #686868; /* ffffff */
  
  display: block;
  top: 48;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
	
  }
  .topnav span.navheadline {
    float: left;
    display: block;
	left: 0;
	top: 0;
	
	color: #000000;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
	
	
	
  .topnav.responsive {
	position: absolute;
	top: 125;
	left: 0;
  }
  
  .topnav.responsive a.icon {
	position: absolute;
	top: 0;
	right: 0;
	
	background-color: #ffffff; /* 686868 */
  
  }
  .topnav.responsive a.icon:hover {
	position: absolute;
	top: 0;
	right: 0;
	
	background-color: #686868; /* ffffff */
	color: #ffffff; /* 686868 */
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	
  }
  .topnav.responsive span {
    float: none;
    display: block;
    text-align: left;
	
	
	background-color: #ffffff; /* 686868 */
  }
  .topnav.responsive .dropdown {
	float: none;
  }
  .topnav.responsive .dropdown-content {
	position: relative;
	
	top: 0;
  }
  .topnav.responsive .dropdown-content a {
	
	background-color: #ffffff; /* 686868 */
    color: #686868; /* ffffff */
	
  }
  .topnav.responsive .dropdown-content a:hover {
	
	background-color: #686868; /* ffffff */
    color: #ffffff; /* 686868 */
	
  }
  .topnav.responsive .dropdown .dropbtn {
    display: block;
	
    text-align: left;
	
	background-color: #ffffff; /* 686868 */
    color: #686868; /* ffffff */
	
	
  }
}
