/*!
 * Start Bootstrap 
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-clean-blog/blob/master/LICENSE)
 */
html {
  scroll-behavior: smooth;
}


body {
  font-size: 20px;
  color: #212529;
  font-family: 'Open Sans', sans-serif;
}

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

p a {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  font-family: 'Raleway', sans-serif;
}

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

/*
a:focus, a:hover {
  color: #0085A1;
}
*/

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: #0085A1;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #0085A1;
  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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

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

#mainNav .navbar-toggler {
  font-size: 12px;
  font-weight: 800;
  padding: 13px;
  text-transform: uppercase;
  color: white;
}

#mainNav .navbar-nav > li.nav-item > a {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}


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

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

header.masthead .page-heading,
header.masthead .post-heading,
header.masthead .site-heading {
  padding: 200px 0 150px;
  color: white;
}



header.masthead .page-heading,
header.masthead .site-heading {
  text-align: center;
}

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

header.masthead .page-heading .subheading,
header.masthead .site-heading .subheading {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
  display: block;
  margin: 10px 0 0;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}



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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

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

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



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

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

.post-preview > a > .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.post-preview > a > .post-subtitle {
  font-weight: 300;
  margin: 0 0 10px;
}

.post-preview > .post-meta {
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
  color: #868e96;
}

.post-preview > .post-meta > a {
  text-decoration: none;
  color: #212529;
}

.post-preview > .post-meta > a:focus, .post-preview > .post-meta > a:hover {
  text-decoration: underline;
  color: #0085A1;
}

.quicklinks ul li {
    display: inline-block;
    margin-right: 20px;
}




.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: 'Lora', 'Times New Roman', serif;
}

.floating-label-form-group input::-webkit-input-placeholder,
.floating-label-form-group textarea::-webkit-input-placeholder {
  color: #868e96;
  font-family: 'Lora', '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;
  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: #0085A1;
}

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 {
  font-size: 14px;
  font-weight: 800;
/*  padding: 15px 25px;*/
/*  letter-spacing: 1px;*/
  text-align: left;
  text-transform: uppercase;
  border-radius: 0;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.btn-primary {
  background-color: #ffffff;
  color:black;
	ursor: pointer;
  
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #E74F43 !important;
  border-color: #E74F43 !important;
	outline:none;
	cursor: pointer;
}

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

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}

 .img-responsive {display:block;  width: 100%;}


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

.image__img {
    display: block;
    width: 100%;
}
.alignButton{
	float:right;
	margin-bottom:20px;
}
.image__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.25s;
}

.image__overlay--blur {
    backdrop-filter: blur(5px);
}

.image__overlay--primary {
   background: rgba(0, 0, 0, 0.6);
}

.image__overlay > * {
    transform: translateY(20px);
    transition: transform 0.25s;
}

.image__overlay:hover {
    opacity: 1;
}

.image__overlay:hover > * {
    transform: translateY(0);
}

.image__title {
    font-size: 1.25em;
    font-weight: 300;
	color:white;
}
.pagetitle{
	float:left;
	width:auto;
	text-align: left;
}
.image__description {
    font-size: 1.25em;
    margin-top: 0.25em;
}
.infoicon{
	cursor: pointer;
	margin-bottom:0px;
	position: absolute;
    left: 20px;
    top: 23px;
}
.card-header {
	padding: 0.75rem 2.8rem;
}
.templateButton {border:2px solid black; padding:10px; cursor: pointer;}

.faqButton {border:2px solid black; padding: 10px 20px 10px 20px}

.templateImages {border:1px solid black; margin-bottom:50px; cursor: pointer;}

.previewButton {background-color: rgba(231,79,67,0.7); border: 1.5px solid white; padding:2px 30px 0 30px; border-radius:50px; font-size:18px; font-weight:600; text-transform: uppercase; cursor: pointer;}

.rowmargin{margin-bottom:10px;}

@media all and (max-width: 950px) {
  .disappearMe{ display: none; }
}

.dropdown:hover .dropdown-menu{
        display: block;
		
    }
    .dropdown-menu{
        margin-top: 0px;
		left:20px;
}
.dropdown-item:hover {
	background-color: rgba(231,79,67,0.9) !important;
	color:white;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}

nav .show>.nav-link {
    color: white;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: white;
}


.quicklinks {
    font-size: 14px;
    display: inline-block;
    color: #303030;
    margin-bottom: -8px;
    position: relative;
	text-align: center;
	
}

.quicklinks a {
	
	text-decoration: none;
	color: #e0523d;
	border: 0px;
	font-family: 'Raleway', sans-serif;
	margin-bottom:20px;
	
}

.quicklinks a:hover {
	
	text-decoration: none;
	color: #303030;
	
}

.quicklinks ul li {
	
	display:inline; margin-right:20px;
	
	
	
}

.sidebarlinks {
    font-size: 14px;
    display: inline-block;
    color: #303030;
    margin-bottom: -8px;
    position: relative;
	background-color:rgba(105, 140, 155, 0.99);
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	
	
	
}

.sidebarlinks a {
	
	
	color: #ffffff;
	border: 0px;
	font-family: 'Raleway', sans-serif;
	margin-bottom:20px;
	line-height: 30px;
	
	
	
}

.sidebarlinks a:hover {
	
	
	color: #ffffff;
	background-color:#303030;
	
}

.sidebarlinks ul li {
	
	 display: block; margin-right:30px; margin-left:-35px;
	
	
	
}



@media only screen and (min-width: 992px) {
  #mainNav {
    border-bottom: 1px solid transparent;
    background: transparent;
  }
  #mainNav .navbar-brand {
    padding-top: 10px;
	padding-bottom:10px;
    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;
    backface-visibility: hidden;
  }
  #mainNav.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: 0px;
    transition: transform 0.2s;
   
    background-color: rgba(50, 50, 50, 0.9);
  }
  #mainNav.is-fixed .navbar-brand {
    color: #212529;
  }
  #mainNav.is-fixed .navbar-brand:focus, #mainNav.is-fixed .navbar-brand:hover {
    color: #0085A1;
  }
  #mainNav.is-fixed .navbar-nav > li.nav-item > a {
    color: white;
  }
  #mainNav.is-fixed .navbar-nav > li.nav-item > a:focus, #mainNav.is-fixed .navbar-nav > li.nav-item > a:hover {
    color: #0085A1;
  }
  #mainNav.is-visible {
    /* if the user changes the scrolling direction, we show the header */
/*    transform: translate3d(0, 100%, 0);*/
  }
}

@media only screen and (max-width: 800px) {
	
	
	quicklinks {
	
		font-size: 14px; display:inline;
		color: #303030;
		float:left;
		clear: both;
	
	
	}
	
	
}
@media only screen and (min-width: 768px) {
  header.masthead .page-heading,
  header.masthead .post-heading,
  header.masthead .site-heading {
    padding: 100px 0 100px;
  }
	
  header.masthead .page-heading h1,
  header.masthead .site-heading h1 {
    font-size: 80px;
  }
  .post-preview > a > .post-title {
    font-size: 36px;
  }
  header.masthead .post-heading h1 {
    font-size: 55px;
  }
  header.masthead .post-heading .subheading {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
	.pagetitle{
	float:none;
	width: 100%;
	margin:auto;
		text-align: center;
}
	.alignButton {
    float: none;
    margin: 20px auto 20px auto;
    text-align: center;
	}
	
	.quicklinks ul li {
		margin: 5px 10px;
	}
	.quicklinks a {
    margin: 5px;
    border: 1px solid #e0523d;
    padding: 5px;
    display: inline-block;
}
	.quicklinks a:hover {
	background-color:#e0523d;
	color:#fff;
	transition: .3;
			
}
}


.content-section {
  min-height: 2000px;
}
.sidebar-section {
  position: absolute;
  height: 100%;
  width: 100%;
 
}


.sidebar-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	
	
}


.make-me-sticky {
  	position: -webkit-sticky;
	position: fixed;
	top: 250px;
	z-index: 10;
  	padding: 0 15px;
    transition: top 0.5s ease; /* Added CSS transition */
}

#slide {
    position: absolute;
    left: -600px;
    width: 600px;
    height: 370px;
    background: blue;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}

@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}

.web-maintenance{
    line-height: 18px;
    padding: 15px 30px !important;
	height: 45px;
	overflow: hidden;
}
 
.web-maintenance: hover{
    line-height: 18px;
    padding: 15px 30px !important;
	height: 45px !important;
	overflow: hidden;
}

.web-maintenance-large{
    line-height: 18px;
    padding: 15px 30px !important;
	height: 70px;
	overflow: hidden;
}
 
.web-maintenance-large: hover{
    line-height: 18px;
    padding: 15px 30px !important;
	height: 70px !important;
	overflow: hidden;
}
