/**
 * @license
 * MyFonts Webfont Build ID 3749933, 2019-04-20T13:46:03-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: EvelethRegular by Yellow Design Studio
 * URL: https://www.myfonts.com/fonts/yellow-design/eveleth/regular/
 * Copyright: Regular
 * Licensed pageviews: 500,000
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3749933
 * 
 * © 2019 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/39382d");
@import url('https://fonts.googleapis.com/css?family=Nunito:400,400i,700,700i');

@font-face {font-family: 'EvelethRegular';src: url('webfonts/39382D_0_0.eot');src: url('webfonts/39382D_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/39382D_0_0.woff2') format('woff2'),url('webfonts/39382D_0_0.woff') format('woff'),url('webfonts/39382D_0_0.ttf') format('truetype');}

body {
    font-family: 'Nunito', sans-serif;
    font-weight : 400;
	margin: 0;
}

/* Headings

--------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: 'EvelethRegular', sans-serif;
    font-weight : normal;
    font-style : normal;
	margin: 0 0 20px;
}
.comment-respond h3, .entry-comments h3 {
	margin-bottom: 3.750rem;
	margin-top: 6.25rem;
}
p, pre, table, form {
    font-weight : 400;
	margin: 0 0 0.857rem;
}
.navbar-brand {
	padding-top: 0.25rem;
}
.navbar-brand>a {
	font-family: 'EvelethRegular', sans-serif;
}
#masthead .navbar-nav>li a {
	border-bottom-width: 0;
	display: block;
	font-family: "Nunito", sans-serif;
    font-weight : 400;
	padding: 10px;
	text-transform: uppercase;
}
div#page-sub-header h1 {
	font-family: 'EvelethRegular', sans-serif;
	margin-bottom: 0;
	text-transform: none;
	padding-top: 0;
}
div#page-sub-header p {
	max-width: 100%;
}
.page .entry-title, .single .entry-title, .blog .entry-title {
	padding: 0;
}
#secondary .widget-title {
	font-family: 'EvelethRegular', sans-serif;
	text-transform: uppercase;
}
.entry-meta {
	font-family: 'Nunito', sans-serif;
}
.post-thumbnail {
	margin-bottom: 1.875rem;
}








/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 100%;
  }
}

/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 95%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 80%;
  }
}