@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro:300,400,600');

@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');

@import url('https://fonts.googleapis.com/css?family=Poppins');

@import url('https://fonts.googleapis.com/css?family=Damion');

.logo .header-logo-text {
  font-family: 'Source Code Pro', monospace;
  font-weight: 600;
  font-size: 75px;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 0px;
}

.logo .header-logo-text {
  text-transform: none;
  letter-spacing: 1px;
}

.credit li {
  display: none;
}

.dropdown-menu {
  background-color: #f8f8f8;
  font-family: 'Source Code Pro', monospace;
}
  

.main-wrapper {
  background-color: #f8f8f8;
}

.logo .header-logo-text {
  color: #000;
}

.navbar-default .navbar-nav > .active > a {
  background-color: #ededed;
}

.navbar-default .navbar-nav > li > a {
  font-family: 'Source Code Pro', monospace;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 3px;
}

.block-title span {
  font-family: 'Source Code Pro', monospace;
  font-weight: 300;
  font-size: 36px;
}

.cat-post-title {
  font-family: 'Source Code Pro', monospace;
  font-weight: 300;
  font-size: 20px !important;
  text-transform: none;
  text-align: center;
  color: #000;
}

.entry-title a {
  font-family: 'Source Code Pro', monospace;
  font-weight: 300;
  font-size: 20px;
  text-transform: none;
  text-align: center;
}

.so-widget-sow-editor .widget-title {
  font-family: 'Source Code Pro', monospace;
  text-transform: none;
  font-weight: 300;
  font-size: 36px;
}

h1 {
  font-family: 'Source Code Pro', monospace;
  text-transform: none;
  font-weight: 300;
  font-size: 36px;
}

h2 {
  font-family: 'Source Code Pro', monospace;
  text-transform: none;
  font-weight: 400;
  font-size: 20px;
}

h3 {
  font-family: 'Poppins', monospace;
  text-transform: none;
  font-weight: 500;
  font-size: 20px;
}

h4 {
  font-family: 'Poppins', monospace;
  text-transform: none;
  font-weight: 500;
  font-size: 15px;
}

h5 {
  font-family: 'Damion', monospace;
  text-transform: none;
  font-weight: 500;
  font-size: 25px;
}

p {
  text-align: left;
  text-transform: none;
  font-family: 'Monsterrat';
  font-size: 16px;
  color: #000;
  line-height: 1.8;
}

.entry-content li {
  text-align: left;
  text-transform: none;
  font-family: 'Monsterrat';
  font-size: 16px;
  color: #000;
  margin-left: 2rem;
  list-style-type: disc;
  display: list-item !important;
}

.entry-content ol {
    text-align: left;
  text-transform: none;
  font-family: 'Monsterrat';
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  margin-left: 2rem;
  list-style-type: upper-alpha;
}

.sidebar-no-borders .widget-title {
  text-align: left;
  text-transform: uppercase;
  font-family: 'Monsterrat';
  font-size: 12px;
  color: #000;
  line-height: 1.8;
}

.sidebar-no-borders {
  text-align: left;
  text-transform: none;
  font-family: 'Monsterrat';
  font-size: 12px;
  color: #ededed;
  line-height: 1.8;
}

.sidebar-default.sidebar-block.sidebar-no-borders {
  margin-left: 20px;
}

.footer-widgets .widget-title {
  text-align: left;
  text-transform: uppercase;
  font-family: 'Monsterrat';
  font-size: 12px;
  color: #000;
  line-height: 1.8;
}

.page-id-2 .entry-title {
  display: none;
}