@charset "utf-8";
/* CSS Document */

.imgBorderStandard {
	border: 20px solid #042751;
	border-bottom: 80px solid #042751;
	margin: 20px;
}

.textImgFootnotes {
	font-family: 'Kalam', cursive;
	font-size: 18px;
	font-weight: 500;
	margin-top: -80px;
	margin-left: 60px;
	margin-bottom: 80px;
	color: #FFFFFF !important;
}

.socialMediaIconStyle {
	align-content: center;
}

.socialMediaIconStyle.icon {
	height: 75px;
	width: 75px;
	background-color: rgba(255,255,255,0.00); /*#ED6908; F77F25*/
	padding: 5px;
}

.socialMediaIconStyle.text {
	align-self: center;
	margin-left: -10px;
}

/* FILTERING BLOG LISTING BY CATEGORY */


/** {
  box-sizing: border-box;
}

body {
  background-color: #f1f1f1;
  padding: 20px;
  font-family: Arial;
}*/

/* Center website */
/*.main {
  max-width: 1000px;
  margin: auto;
}

h1 {
  font-size: 50px;
  word-break: break-all;
}*/

/*.row {
  margin: 8px -16px;
}*/

/* Add padding BETWEEN each column (if you want) */
/*.row,
.row > .column {
  padding: 8px;
}*/

/* Create three equal columns that floats next to each other */
/*.column {
  float: left;
  width: 33.33%;
  display: none; 
}*/

/* Clear floats after rows */
/*.row:after {
  content: "";
  display: table;
  clear: both;
}*/

/* Content */
/*.content {
  background-color: white;
  padding: 10px;
}*/

/* The "show" class is added to the filtered elements */

.filter {
	display: none;
}



.show {
  display: block;
}

.aside-nav li a:hover {
	background: #2b4c61;
	color: #FFFFFF;
}



/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
}

/* Add a grey background color on mouse-over */
.btn:hover {
  background-color: #ddd;
}

/* Add a dark background color to the active button */
.btn.active {
  background-color: #666;
  color: #FFFFFF !important;
}

