/*!
 * Start Bootstrap - Clean Blog v5.0.8 (https://startbootstrap.com/template-overviews/clean-blog)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-clean-blog/blob/master/LICENSE)
 */

/*
Primary colour: #7D3E96 #purple
Complementary, yellow: #ADAC3E #off-yellow grr use D0A1E3 instead
Slightly darker primary: #703EAD #lighter purple?
Slightly lighter primary: #8a51a0 #lighter purple
Significantly Lighter primary: #D0A1E3 #pale purple
Grey: #ADA6B0
Black: #0a0a0a;
Bootstrap Secondary: #6c757d;

Obsfucating thick slab font stack: Monoton;
Heading font stack: 'Fjalla One', 'Roboto', Tahoma, sans-serif;
Body font stack: 'Adamina', 'Times New Roman', serif;
*/

body {
  font-size: 16px;
  color: #212529; 
  font-family: 'Adamina', 'Times New Roman', serif;
  margin:0;
}
.monoton-sans,.monoton-serif {
	font-weight:300;
}

.monoton-sans {
	font-family: Monoton,'Fjalla One', 'Roboto', Tahoma, sans-serif;
}

.monoton-serif {
	font-family: Monoton,'Adamina', 'Times New Roman', serif;
}

p {
  line-height: 1.5;
  margin: 10px 0;
}

p a {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Fjalla One', 'Roboto', Tahoma, sans-serif;
  /*text-transform: uppercase;*/
}

h2 {
	margin-bottom: 0.5em;
}

#content h2 {
	margin-top:1em;
}

a {
  color: #212529;
  transition: all 0.2s;
}

a:focus, a:hover {
  color: #7D3E96;
}

blockquote {
  font-style: italic;
  color: #868e96;
}

.section-heading {
  font-size: 36px;
  font-weight: 700;
  margin-top: 60px;
}

.caption {
  font-size: 14px;
  font-style: italic;
  display: block;
  margin: 0;
  padding: 10px;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

::-moz-selection {
  color: #fff;
  background: #7D3E96;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #7D3E96;
  text-shadow: none;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  position: absolute;
  border-bottom: 1px solid #e9ecef;
  background-color: white;
  font-family: 'Fjalla One', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-brand {
  font-weight: 800;
  color: #343a40;
}

#mainNav .navbar-toggler {
  font-size: 18px;
  font-weight: 400;
  padding: 13px;
  text-transform: uppercase;
  color: #343a40;
}

#mainNav .navbar-nav > li.nav-item > a {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: right;
}
  #mainNav .navbar-brand img {
	  	width:300px;
  }
@media only screen and (min-width: 992px) {
  #mainNav {
    border-bottom: 1px solid transparent;
    background: transparent;
  }
  #mainNav .navbar-brand {
    padding: 10px 0;
    /* color: #fff; */
  }

  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    /* color: rgba(255, 255, 255, 0.8); */
  }
  #mainNav .navbar-nav > li.nav-item > a {
    padding: 10px 20px;
    /* color: #fff; */
  }
  #mainNav .navbar-nav > li.nav-item > a:focus, #mainNav .navbar-nav > li.nav-item > a:hover {
    /* color: rgba(255, 255, 255, 0.8); */
  }
}

@media only screen and (min-width: 992px) {
  #mainNav {
    transition: background-color 0.2s;
    /* Force Hardware Acceleration in WebKit */
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
  }
  #mainNav.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -126px;
    transition: transform 0.2s;
    border-bottom: 1px solid white;
    background-color: rgba(255, 255, 255, 0.9);
  }
  #mainNav.is-fixed .navbar-brand {
    color: #212529;
  }
  #mainNav.is-fixed .navbar-brand:focus, #mainNav.is-fixed .navbar-brand:hover {
    color: #7D3E96;
  }
  #mainNav.is-fixed .navbar-nav > li.nav-item > a {
    color: #212529;
  }
  #mainNav.is-fixed .navbar-nav > li.nav-item > a:focus, #mainNav.is-fixed .navbar-nav > li.nav-item > a:hover {
    color: #7D3E96;
  }
  #mainNav.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    transform: translate3d(0, 100%, 0);
  }
}

header.masthead {
	margin-top:130px;
  margin-bottom: 50px;
  background: no-repeat center center;
  background-color: #703EAD;
  background-attachment: scroll;
  position: relative;
  background-size: cover;
}

header.masthead .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%
  width: 100%;
  background-color: #7D3E96;
  opacity: 0.2;
}

header.masthead .page-heading,
header.masthead .post-heading,
header.masthead .site-heading {
  /* color: white; */
  text-align: left;
}

header.masthead .page-heading h2,
header.masthead .site-heading h2 {
	margin-top: 0em;
  font-size: 50px;
}

header.masthead .page-heading .subheading,
header.masthead .site-heading .subheading {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  display: block;
  margin: 10px 0 0;
  font-family: 'Adamina', 'Times New Roman', serif;
}

@media only screen and (min-width: 768px) {
  header.masthead .page-heading h1,
  header.masthead .site-heading h1 {
    font-size: 60px;
  }
}

header.masthead .post-heading h1 {
  font-size: 35px;
}

header.masthead .post-heading .meta,
header.masthead .post-heading .subheading {
  line-height: 1.1;
  display: block;
}

header.masthead .post-heading .subheading {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0 30px;
  font-family: 'Adamina', 'Times New Roman', serif;
}

header.masthead .post-heading .meta {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  font-family: 'Adamina', 'Times New Roman', serif;
}



header.masthead .post-heading .meta a {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  header.masthead .post-heading h1 {
    font-size: 55px;
  }
  header.masthead .post-heading .subheading {
    font-size: 30px;
  }
}

.post-preview {
  /* overflow: hidden; */
  background: #F5F5F5;
  box-shadow: 0px 0px 3px rgba(123, 123, 123, 0.8);
  border-radius: 0;
  padding:10px 10px 0px 10px;
  margin-bottom:15px;
      border: 1px solid #6c757d;
}


.progress-bar-striped {
	background-size: 3rem 3rem;
}

.post-preview > a {
  color: #212529;
}

.post-preview > a:focus, .post-preview > a:hover {
  text-decoration: none;
  color: #7D3E96;
}

.post-preview .post-title {
  font-size: 26px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Fjalla One', Tahoma, sans-serif;
}


.post-preview .post-meta {
  font-weight: 300;
  margin: 0 0 10px 0;
}

.post-preview .post-subtitle {
  font-style: italic;
  margin-top: 0;
  color: #868e96;
}

.post-preview .colPercent {
	position:relative;
	height:45px;
}

.post-preview .col50 {
	flex:0 0 50%;
	max-width:50%;
}

.post-preview .col40 {
	flex:0 0 40%;
	max-width:40%;
}

.post-preview .col10 {
	flex:0 0 10%;
	max-width:10%;
}

.post-hardtitle {
	font-size: 38px;
  font-weight: 400;
  font-style: normal;
  font-family: 'Roboto Slab', Monoton, 'Adamina', 'Times New Roman', serif;
  margin:0;
  line-height: 0.9em;
}


.text-shadow {
	text-shadow: 0 0 3px #000, 0 0 0 #000;
}

.statusContainer {
	width:100%;
	position:relative;
}

.statusBar {
	position:absolute;
	background-color:#D0A1E3;
	height:45px;
}
.statusBarEnd {
	position:absolute;
	background-color:#d7d7d7;
	height:45px;
}

.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #dee2e6;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  font-size: 1.5em;
  position: relative;
  z-index: 1;
  padding: 0;
  resize: none;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none !important;
  font-family: 'Adamina', 'Times New Roman', serif;
}

.floating-label-form-group input::-webkit-input-placeholder,
.floating-label-form-group textarea::-webkit-input-placeholder {
  color: #868e96;
  font-family: 'Adamina', 'Times New Roman', serif;
}

.floating-label-form-group label {
  font-size: 0.85em;
  line-height: 1.764705882em;
  position: relative;
  z-index: 0;
  top: 2em;
  display: block;
  margin: 0;
  transition: top 0.3s ease, opacity 0.3s ease;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
}

.floating-label-form-group .help-block {
  margin: 15px 0;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #7D3E96;
}

form .form-group:first-child .floating-label-form-group {
  border-top: 1px solid #dee2e6;
}

footer {
  padding: 50px 0 65px;
}

footer .list-inline {
  margin: 0;
  padding: 0;
}

footer .copyright {
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}

.btn, .form-control {
    /* font-size: 17px; */
    font-weight: 300;
    /* padding: 15px 25px; */
    border-radius: 0;
    font-family: 'Adamina', 'Times New Roman', serif;
	text-decoration:none;
}
.btn.btn-primary {
	font-family:'Fjalla One', 'Roboto', Tahoma, sans-serif;
}

#search-Submit {
	font-size: 25px;
	padding: 0.75rem 0.5rem;
	width:200px;
	text-transform:uppercase;
}

.form-control:focus {
	border-color:#7D3E96;
  box-shadow: 0 0 0 .2rem rgba(161, 82, 144, 0.25);
}

.btn-primary,.btn-primary.active {
  background-color: #7D3E96!important;
  border-color: #7D3E96!important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #703EAD !important;
  border-color: #703EAD !important;
}

.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}

.input-group-text {
	background-color:#fff;
	border-right:none;
}

.input-group-prepend + .form-control {
	border-left:none;
}

.btn-group button {
	width: 100px;
}

.btn-group button.active::after { /* White triangle; HT: https://www.realestate.com.au/buy */
    bottom: -1px;
    left: 50%;
    border: solid transparent;
        border-top-color: transparent;
        border-top-width: medium;
        border-right-color: transparent;
        border-right-width: medium;
        border-bottom-color: transparent;
        border-bottom-width: medium;
        border-left-color: transparent;
        border-left-width: medium;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
        border-bottom-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 7px;
    margin-left: -7px;
}



hr {
	position:relative;
	border-top: 0;
	padding: 0 0 1em 0;
}
hr:after { /* HT: https://css-tricks.com/examples/GradientBorder/ */
  content: "";
  position: absolute;
  bottom: -3px;
  right: -3px;
  left: 3px;
  height: 3px;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#7D3E96), to(transparent));
  background-image: -webkit-linear-gradient(left, #7D3E96, transparent);
  background-image: -moz-linear-gradient(left, #7D3E96, transparent);
  background-image: -o-linear-gradient(left, #7D3E96, transparent);
}

span[data-toggle="tooltip"] {
	border-bottom: 1px dashed #ADA6B0;
	cursor: help;
}

.jumbotron {
	background-color:rgba(233,236,239, 0.85)
}

.search-text,.form-text {
	height:38px;
	line-height: 38px;
	font-size:1rem;
	margin-top:0;
	margin-bottom:0;
}
.search-text {
	display:inline-block;
}
.search-text.large,.form-text.large{
	height:46px;
	line-height: 46px;
}

.radioButts input,.radioButts label,.radioButtsOptions input,.radioButtsOptions label {
 padding:.375rem .75rem;
 font-size:1rem;
 line-height:1.5;
}
.radioButts .form-check-input,.radioButtsOptions .form-check-input {
	margin-top:.75rem;
}

.largePill {
	display:inline-block;
}

#content .row:nth-child(even) {
	background-color:#eee;
		margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}