* {
  box-sizing: border-box;
}
body {
	background-color: #606060;
	padding: 10px;
}

article {
	margin: 20px 0px 0px;
	padding: 10px 5px 0px;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {
	float: left;
	width: 65%;
	background-color: #F1F1F1;
}

/* Right column */
.rightcolumn {
	float: left;
	width: 35%;
	background-color: #F1F1F1;
	padding-left: 5px;
}

/* Fake image */
.fakeimg {
	background-color: darkgrey;
	height: 100%;
	padding: 20px;
		
}

/* Add a card effect for articles */
.card {
	background-color: white;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}
/* Footer */
.footer {
  width: 100%;
  padding: 40px;
  text-align: center;
  background: #373737;
  color: White;
  
  
}

@media screen and (max-width: 900px) {
	.leftcolumn, .rightcolumn {
		width: 100%;
		padding: 0px;
	}
	
}
/* CSS Document */

.topnav {
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 1;
  background-color: #333;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
/* Header/Blog Title */
.header {
  padding: 5px;
  text-align: left;
  background: black;
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

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

.topnav .icon {
  display: none;
}

@media screen and (max-width: 650px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
	float: right;
	display: inline;
  }
}

@media screen and (max-width: 650px) {
  .topnav.responsive {
	  position: sticky;
	  position: -webkit-sticky;
	}
  .topnav.responsive .icon {
    position: -webkit-sticky;
	position: sticky;
    right: 0;
  	top: 0;
  }
}
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }


.img {
	max-width: 100%;
	height: auto;
}
.vimeo {
	padding: 56.25% 0 0 0;
	position: relative;
}
.iframeResponsive {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Responsive Image Gallery */


.gallery {
  border: 1px solid #ccc;
}

.gallery:hover {
	border: 1px solid #777;
}


.gallery img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height: 200px;
	max-width: 200px;
	width: 100%;
	height: auto;
}


.desc {
  padding: 15px;
  text-align: center;
}

.responsive {
	padding: 0 6px;
	float: left;
	width: 20%;
}

@media only screen and (max-width: 1000px) {
  .responsive {
    width: 49.99999%;
    margin: 2px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

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

#blog:link {
	color:black;
	background-color: transparent;
	text-decoration: none;
}

#blog:visited {
	color:#323232;
	background-color: transparent;
}

#blog:hover {
	color: gray;
	background-color: transparent;
	text-decoration: none;
}

#blog:activeactive{
	color: grey;
	background-color: transparent;
}

h3 {
	text-align: center;
} 
