@font-face {
   font-family: 'Material Icons';
   font-style: normal;
   font-weight: 400;
   src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
   src: local('Material Icons'),
        local('MaterialIcons-Regular'),
 /*       url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
        url(../fonts/MaterialIcons-Regular.woff) format('woff'), */
        url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.gallery-header {
	background-color: lightgray !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.article-title {
	color:  black;
	font-size: 18px;
}

.button {
	background-color: #00796b !important;
	margin: 2px !important; 
}

.button:hover {
	background-color: #00695c !important;
	margin: 2px !important;
}

.is-checked {
	background-color: #004d40 !important;
	margin: 2px !important;
}

@media only screen and (max-width: 750px) {
	.helmet-plot {
		width: 100%;
	}
}

body p {
	font-size: 18px;
}

.gallery-body a {
	color:  #00796b !important;
	font-weight: bold !important;
}

.journal {
	font-weight: bold !important;
}

@media only screen and (max-width: 992px) {
  nav .brand-logo {
    left: 100% !important;
    -webkit-transform: translateX(-100%) !important;
            transform: translateX(-100%) !important;
	}
}

.back-btn {
	color: white !important;
	font-size: 18px !important;
}

.dropdown-content a {
	color:  #00796b !important;
}