@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@400;600;700&display=swap');
html, body {
  font-family: 'Cabin', sans-serif;
  color: #333;
  background-color: #666;
}
/*----- TEXT -----*/
p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0 0 1.25em 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  /* color: #600; */
  /* letter-spacing:0.1em; */
}
h1 {
  font-size: 1.8em;
  margin: 0;
}
h2 {
  font-size: 1.6em;
  margin: 1.2em 0 0 0;
}
h3 {
  font-size: 1.4em;
  margin: 1.2em 0 0 0;
}
h4 {
  font-size: 1.2em;
  margin: 1.2em 0 0 0;
}
h5 {
  font-size: 1.0em;
  margin: 1.2em 0 0 0;
}
h6 {
  font-size: 0.8em;
  margin: 1.2em 0 0 0;
}
ol, ul {
  margin-top: 0.2em;
  margin-bottom: 0.1em;
}
ul li, ol li {
  list-style-type: disc;
  list-style-position: outside;
  line-height: 1.25em;
  margin-left: 1.4em;
  margin-bottom: 1em;
}
ul li ul li {
  list-style-type: circle;
}
em {
  font-style: italic;
  font-style: oblique;
}
strong {
  font-weight: 700;
}
hr {
  border-top: 0.5px solid #ccc;
  height: 0;
  clear: both;
}
.smalltext {
  font-size: 0.85em;
}
.center {
  text-align: center;
}
.smallcaps {
  font-variant-caps: all-small-caps;
}
.smalltext {
  font-size: 0.85em;
  margin: 0 0 1em 0;
}
.tag {
  font-size: 0.85em;
  text-align: right;
  color: #666;
}
span.new {
  display: inline;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #999;
  font-size: 0.85em;
  line-height: 1.5em;
  background-color: #e3e3e3;
  padding: 0 0.5em;
}
/*-----LINKS -----*/
a {
  text-decoration: none;
}
a:link, a:visited {
  color: #c30;
}
a:active, a:hover {
  color: #600 !important;
}
a.linkbutton {
  color: #c30;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 500;
  /* letter-spacing: .1em; */
  hyphens: none;
  word-break: keep-all;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 3px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 0 0.5em;
  transition-duration: 0.4s;
}
a.linkbutton:link, a.linkbutton:visited {
  box-sizing: border-box;
}
a.linkbutton:hover, a.linkbutton:focus {
  color: #fff !important;
  background-color: #c30;
  box-sizing: border-box;
}
nav {
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
/*----- STRUCTURE -----*/
#contentbg {
  background-color: #fff;
  padding: 20px;
}
#leftcol, #rightcol {
  background-color: #f5f5f5;
  padding: 20px;
}
#leftcol p, #rightcol p {
  font-size: 85%;
  margin: 0.2em 0 1em 0;
}
/* nav is outside of the content & footer section, so applying the background colors here */
.hero-foot, .navbar, #masthead, .masthead {
  background-color: #eee;
}
.hero-foot {
  padding: 1em;
}
#masthead {
  padding: 0;
}
.hero-head, .navbar {
  z-index: 1;
}
/*----- IMAGES -----*/
/* img {
  margin: 0;
  padding: 0;
  border: 0;
} */
.floatrightpad {
  float: right;
  margin: 0 0 0 1.5em;
}
/*----- FORMS -----*/
form {
  position: relative;
}
form.other {
  margin: 0;
  padding: 0;
  display: inline;
}
input[type=text], input[type=email], input[type=url], text, textfield {
  box-sizing: border-box;
  width: 50%;
  display: block;
}
textarea {
  box-sizing: border-box;
  padding: 8px;
  width: 100%;
  height: 150px;
}
/* styling select drop menus is tricky */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 8px;
}
select:hover, select:focus, select:active {
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 8px;
  background-color: #d7d7d7;
}
input, text, textfield, textarea, select {
  color: #333;
  background-color: #f1f1f1;
  /* border: 1px solid #666; */
  border: none;
  outline: none;
  margin-bottom: 1em;
  padding: 8px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
input:focus, text:focus, textarea:focus, textfield:focus {
  color: #333;
  background-color: #d7d7d7;
  /* box-shadow: inset -2px -2px 2px #ccc; 
	box-shadow:4px 4px 4px 2px rgba(0,0,0,0.07); */
}
input.button, button {
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 500;
  color: #c30;
  /* text-shadow: 1px 1px 0 #000; */
  background-color: #e3e3e3;
  padding: 4px 16px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: inset -2px -2px 2px #666;
}
input.button:hover, input.button:focus, button:hover, button:focus {
  color: #fff;
  background-color: #600;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: inset 2px 2px 2px #300;
}