﻿@media print {
a[href]:after {
content: none !important;
}
}

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

body { 	
font-size: 1.40em;	
line-height: 1.40em;	
font-family: 'Arimo', sans-serif;
background-color: #CACACA;
color: #3c3c3c;
margin: 0;
padding: 0;
}

/* unvisited link */
a:link {
color: #000000;
text-decoration: none;
}

/* visited link */
a:visited {
color: #000000;
text-decoration: none;
}

/* mouse over link */
a:hover {
color: #000000;
text-decoration: none;
}

/* selected link */
a:active {
color: #000000;
text-decoration: none;
} 





/* NAVBAR*/
.bg-img {
  /* The image used */
  background-image: url("");

  
  /* Needed to position the navbar */
  position: relative;
}

/* Position the navbar container inside the image */
.container {
  position: absolute;
  margin: 0;
  width: auto;
}

/* The navbar */
.topnav {
  overflow: hidden;
  background-color:rgba(255,255,255,0);
}

/* Navbar links */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color:rgba(255,255,255,.2);
  color: white;
}
.footer {
position: fixed;
padding: 10px 0 0 0;
left: 0;
bottom: 0;
width: 100%;
text-align: center;
background-color: #FFFFFF;
}












* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0;
}

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

.column {
  float: left;
  width: 20%;
}

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

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

/* On screens that are 600px wide or less, make the modal content fill screen width*/
@media screen and (max-width: 600px) {
  .modal-content a {
    width: 100%;
  }
}

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

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

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* 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.2);
}

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

img {
  margin-bottom: -4px;
}

.caption-container {
font-size: 1.40em;	
line-height: 1.40em;	
font-family: 'Arimo', sans-serif;
background-color: #CACACA;
color: #3c3c3c;
text-align: center;
padding: 10px; 
}

.demo {
  opacity: 0.3;
}

.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);
}