
@font-face {
  font-family: 'sngNav';
}

* {
  padding: 0;
  margin: 0;
}

html {
  background-color: rgba(213, 214, 214, 0.04);
}

li {
  list-style-type: none;
}

hr {
  margin: 0 0 10px 0;
  color: #CEDEF2;
}

/* ---------------  */
body {
  font-family: "acumin-pro", Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  /*"Trebuchet MS", "Lucida Grande", Lucida, Calibri, Verdana, 
  Arial, "Liberation Sans", FreeSans, sans-serif;*/
}

pre,
code {
  font-family: "DejaVu Sans Mono", Menlo, Consolas, monospace;
}

hr {
  border: 0 solid #CCC;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

blockquote {
  font-family: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

/*
.galleryLink {
	font-family: "Franklin Gothic Medium", Verdana, sans-serif;
}

.italic {
	font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
	font-style: italic;
	font-variant: normal;
	font-weight: 500;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1 {
  font-size: 200%;
  color: #618EA9 !important;
  margin: 0;
  line-height: 1.0;
}

h2 {
  font-size: 150%;
  color: #131127 !important;
  line-height: 1;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/
li {
  margin-left: 0px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  color: #4B69A6;
}

a:hover {
  text-decoration: underline;
}
