/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
 
 @font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../font/MaterialIcons-Regular.eot'); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url('../font/MaterialIcons-Regular.woff2') format('woff2'),
       url('../font/MaterialIcons-Regular.woff') format('woff'),
       url('../font/MaterialIcons-Regular.ttf') format('truetype');
}

/* oswald-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/oswald-v56-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oswald-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v56-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oswald-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/oswald-v56-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* raleway-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v36-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* raleway-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/raleway-v36-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.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';
}

html {
	font-family: 'Oswald', Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.5rem;
	font-weight: 300;
}

  body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
  }
  
 .sidenav-overlay {
	  z-index:10 !important;
  }

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

nav ul li ul {
	width:auto !important;
}

.dropdown-content, #nav-mobile ul li {
	white-space:nowrap;
}

.dropdown-content li > a, .dropdown-content li > span {
	color:#494948;	
}

h1, h2, h3, h4, h5, h6 {font-family: 'Raleway', Arial, sans-serif;}
h1 { font-size:2.25rem;}
h2 { font-size:1.75rem; text-align: center }
h3 { font-size:1.5rem; }
h4 { font-size:1rem; border-bottom:1px dotted #ccc; width: 90%; }
h5 { font-size:1rem; }
h6 { font-size:0.8rem; }

a:hover, a:visited:hover {
	text-decoration:underline;
}

.box {
  background-color: #f1f1f1;
  padding: 2px 20px 15px;
  margin: 10px 25px 0 0;
  border-radius: 5px;
  height: auto;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.15); 
  box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.15);
}

.box a {text-decoration: underline}
.box a:hover {text-decoration:none}

footer ul {
	margin-top:0;
}

footer ul li {
	list-style-type:square !important;
}

footer a:link {
	color:#fff;
	border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    line-height: 0;
    background-color: rgba(255, 255, 255, 0);
}

footer a:hover {
	color: rgba(255, 255, 255, 0.8);
}

footer a:visited, a:active, a:focus {color:#fff !important;}

nav ul li a {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

article p {
	margin:0 0 0.5rem 0;
}

aside {
	margin-top:2.5rem !important;
}

strong {
	font-weight:500;
}

.highlight {
	background-color:#e3f2fd;
}

img.picfull:hover {  
  opacity: 0.4;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

img.picfull {width:100%; height:auto;}
img.pic2left {float:left; max-width:49%; margin: 3px 1% 2px 0; height:auto;}
img.pic2right {float:right; max-width:49%; margin: 3px 0 2px 0.5%; height:auto;}

img.pic3left {float:left; max-width:32%; margin: 3px 1.5% 2px 0; height:auto;}
img.pic3right {float:right; max-width:32%; margin: 3px 0 2px 0.3%; height:auto;}

img.pic4left {float:left; max-width:24%; margin: 3px 1% 2px 0; height:auto;}
img.pic4right {float:right; max-width:24%; margin: 3px 0 2px 0.5%; height:auto;}



@media screen and (max-width:1024px) {
	nav .brand-logo {
		font-size:1rem;
	}
}