html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  background: #004986;
}

body {
  background: #f5f5f5;
  color: #4c4c4c;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.58;
  letter-spacing: 0.2px;
  word-spacing: 1.3px;
}

.wf-active body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  word-spacing: 0;
}

#main-header {
  background: #0091da;
  padding: 15px 0;
}

#main-header-logo {
  width: 232px;
  height: 34px;
  background: url(/wp-content/themes/t4l-member-gallery/img/logo-white-232x34.png) no-repeat;
  display: block;
  float: left;
}

#main {
  padding-top: 30px;
}

#main-footer {
  margin-top: 30px;
  background: #004986;
  color: #fff;
  padding: 15px 0;
  position: relative;
}

#main-footer a {
  color: #fff;
}

#main-footer a:hover {
  color: #fdda24;
  text-decoration: none;
}

#search-form {
  max-width: 200px;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
  line-height: 1.125;
}

h1,
h2,
h3 {
  font-weight: bold;
}

h1,
.h1 {
  font-size: 34px;
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 30px;
    line-height: 1.2;
  }
}

@media (max-width: 450px) {
	.card-category {
		height: 80px;
	}
}

.btn-yellow {
	background: #fdda24;
	color: #004986;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.25);
	box-shadow: 0 2px 2px rgba(0,0,0,.25);
}

.btn-orange {
    background: #f99325;
    color: #fff;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.25);
    box-shadow: 0 2px 2px rgba(0,0,0,.25);
    font-weight: 700;
    border-bottom: 2px solid rgba(0,0,0,.2);
    text-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.btn-raised-green, .btn-raised-orange, .btn-raised-primary-blue, .btn-raised-purple, .btn-raised-x-dk-blue, .btn-raised-yellow, .btn-yellow {
	border-bottom: 2px solid rgba(0,0,0,.2);
}
.btn-wide {
	padding: 6px 40px;
}

h2,
.h2 {
  font-size: 28px;
}

p {
  margin: 0 0 15px;
}

a {
  color: #0091da;
}

a:hover {
  color: #004986;
}

.page-title {
  color: #004986;
  font-weight: bold;
}

/* Image Cards */
.img-thumb-card {
  margin-bottom: 30px;
  display: table;
  margin: 0 auto 15px auto;
}

.img-thumb-card-info {
  padding: 15px;
}

/* Utility Classes */
.margin-none {
  margin: 0;
}

.clear {
  clear: both;
}

.push-base-2x {
  height: 30px;
  width: 100%;
}

/* Vendor Overrides */
.panel {
  border-radius: 0;
}
