/* Generic Selectors */ 
body { 
	font-family: "Proxima Nova"; 
	font-size: 16px; 
	color: #111111; 
	background-color: #fbfbfb; 
}
img {
  border-radius: 8px;
}

p { 
	width: 100%; 
} 
 
li { 
	list-style-type: none; 
	line-height: 150%; 
	list-style-image: url(../images/arrowSmall.gif); 
} 
 
h1 { 
	font-family: "Proxima Nova"; 
	font-size: 20px; 
	font-weight: bold; 
	color: #000000; 
} 
 
h2 { 
	text-align: center;
	font-family: "Proxima Nova"; 
	font-size: 18px; 
	font-weight: bold; 
	color: #000000; 
	border-bottom: 1px solid #CCCCCC; 
} 
h3 {
        font-family: "Proxima Nova"; 
	font-size: 16px; 
	font-weight: bold; 
	text-align: center;
}
 
/* unvisited link */
//a:link {
//  color: #222222;
//}

a {
  color: #222222;
}

/* mouse over link */
a:hover {
  color: #555555;
}


/**************** Pseudo classes ****************/ 



/**************** Grid Containers ****************/ 
.container {
  position: relative;
  width: 100%;
}

.container img {
  width: 96%;
  height: 200px;
  align: center;
  object-fit: cover;
}

.container .btn {
  position: absolute;
  width: 96%;
  top: 80%;
  left: 50%;
  transform: translate(-52.25%, -52.25%);
  -ms-transform: translate(-52.25%, -52.25%);
  background-color: #f1f1f1;
  color: black;
  font-size: 16px;
  border: none;
  cursor: pointer;
  text-align: center;
}

.container .btn:hover {
  background-color: black;
  color: white;
}

/*************************COLUMNS*************************/
/* Container for flexboxes */
.row {
  display: -webkit-flex;
  display: flex;
}

/* Create three equal columns that sits next to each other */
.column {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.column-product {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px, 10px, 10px,10px;
}
}

.column-header-right{
  position: absolute;
  right: 60px;
}

.column-header-left{
	flex: auto;
	float: left;
	
}

.column-header-left img{
  border-radius: 8px;
  align: left;
  height: 80;
}


/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width: 850px) {
  .row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .row {
    -webkit-flex-direction: column-product;
    flex-direction: column-product;
  }
}
 
/************************ DROP DOWN MENU *****************/
/* Navbar container */
/* Links inside the navbar */
/* Small devices (phones, 850px and down) */
@media only screen and (max-width: 600px) {
  .navbar {
  float: right;
  overflow: hidden;
  font-weight: Bold;
  padding-right: 10px;
  padding-left: 15px;
}
}

/* Medium devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .navbar {
  float: right; 
  overflow: hidden;
  font-weight: Bold;
  padding-right: 10px;
  padding-left: 15px;

}
}


/* Larger devices (portrait tablets and large phones, 850px and up) */
@media only screen and (min-width: 850px) {
  .navbar {
  margin-top: 35px;
  float: right;
  overflow: hidden;
  font-weight: Bold;
  padding-right: 10px;
  padding-left: 15px;

}
}


/* Links inside the navbar */
/* Small devices (phones, 600 px and lower) */
@media only screen and (max-width: 600px) {
  .navbar a {
  float: left;
  font-size: 14px;
  text-align: center;
  padding: 6px 6px;
  text-decoration: none;
  border: 1px solid gray;
  }
}

/* Medium devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px){
  .navbar a {
  width: 100px;
  float: left;
  font-size: 16px;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  align-content:right;
  border: 1px solid gray;
  }
}

/* Large devices (portrait tablets and large phones, 900px and up) */
@media only screen and (min-width: 850px) {
  .navbar a {
  width: 100px;
  float: left;
  font-size: 16px;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  align-content:right;
  border: 1px solid gray;
  }
}

.active {
  background-color: #BBBBBB;
  color: #FFFFFF;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
/* Small devices (phones, 850px and down) */
@media only screen and (max-width: 600px) {
.dropdown .dropbtn {
  border: none;
  outline: none;
  color: #111111;
  background-color: inherit;
  font-weight: bold;   
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: -1; /* Important for vertical align on mobile phones */
  font-size: 14px;
  }
}

/* Medium devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .dropdown .dropbtn {
  border: none;
  outline: none;
  color: #111111;
  background-color: inherit;
  font-weight: bold;   
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: -1; /* Important for vertical align on mobile phones */
  font-size: 16px;
  }
}


/* Large devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 850px) {
  .dropdown .dropbtn {
  border: none;
  outline: none;
  color: #111111;
  background-color: inherit;
  font-weight: bold;   
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: -1; /* Important for vertical align on mobile phones */
  font-size: 16px;
  }
}

/* Add a medium grey background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #BBBBBB;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 100;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
/*********************** SLIDES *************************/
* {box-sizing: border-box;}
.mySlides {display: none;}

/* Slideshow container */

.container-large {
/*  position: relative;*/
  max-width; 100%;
  align: center;
}

/* Small devices (phones, 850px and down) */
@media only screen and (max-width: 600px) {
.container-large img {
  radius: 8px;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
}
/* Medium devices (phones, 850px and down) */
@media only screen and (min-width: 600px) {
.container-large img {
  radius: 8px;
  width: 100%;
  height: 450px;
  object-fit: cover;
}
}

/* Large devices (phones, 850px and down) */
@media only screen and (min-width: 850px) {
.container-large img {
  radius: 8px;
  width: 100%;
  height: 500px;
  object-fit: cover;
}
}



/* Caption text */
.text {
  color: #fbfbfb;
  padding: 8px 12px;
  position: absolute;
  top: 300px;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}

@-webkit-keyframes fade {
  from {opacity: .5} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .5} 
  to {opacity: 1}
}

/************************* ID's *************************/ 
#header{
	max-width:100%;
	right:20;
	top: 0;
	z-index: 30; 
}
 
#navigation{
	position: absolute;
        right: 30; 
	max-width:100%;
	z-index: 30; 
	float: right;
}

#centerDoc { 
	position: relative;
	/*margin: auto;*/
        max-width:100%;
	z-index: 20; 
	padding: 30px 30px 30px 30px; /*top right bottom left*/ 
	
	margin-left: 10px;  
	margin-right: 10px;
	margin-bottom: 40px;
	background-color: #ffffff; 
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}


#footer { 
	position: fixed;
        bottom: 0; 
	right: 0;
	padding: 10px 50px 50px 50px; /*top right bottom left*/ 
	width: 95%;
        margin-top: 10px;
	margin-left: 10px;  
	margin-right: 20px;
	margin-bottom; 10px;
	z-index: 25; 
	padding: 5px 10px 5px 10px; /*top right bottom left*/ 
	text-align: right; 
	background-color: #fbfbfb; 
}
