:root {
  --main-background-color: #f0f0f0;
  --main-font-color: #000;

/*  --header-background-color: #fff; */
  --header-background-color: #343a40;

  
  --footer-background-color: var(--main-background-color);
  --footer-font-color: rgba(0, 0, 0, 0.5);
  --footer-link-color-hover: #8D8741;
}

body {
  padding-top: 56px;
  background: var(--main-background-color);
  color: var(--main-font-color);
}

@media (min-width: 1200px) {
    .container{
        max-width: 860px;
    }
}

h1 {
  /* Extra small devices (phones, less than 768px) */
  font-size: 24px;
  font-weight: bold;

  /* Small devices (tablets, 768px and up) */
  @media (min-width: 768px) {
    font-size: 12px;
  }

  /* Medium devices (desktops, 992px and up) */
  @media (min-width: 992px) {
    font-size: 16px;
  }

  /* Large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {
    font-size: 18px;
  }
}

h2 {
  /* Extra small devices (phones, less than 768px) */
  font-size: 24px;
  font-weight: bold;

  /* Small devices (tablets, 768px and up) */
  @media (min-width: 768px) {
    font-size: 12px;
  }

  /* Medium devices (desktops, 992px and up) */
  @media (min-width: 992px) {
    font-size: 16px;
  }

  /* Large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {
    font-size: 18px;
  }
}

h3 {
  /* Extra small devices (phones, less than 768px) */
  font-size: 24px;
  font-weight: bold;

  /* Small devices (tablets, 768px and up) */
  @media (min-width: 768px) {
    font-size: 12px;
  }

  /* Medium devices (desktops, 992px and up) */
  @media (min-width: 992px) {
    font-size: 16px;
  }

  /* Large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {
    font-size: 18px;
  }
}

.navbar-brand span {
	margin-left: 3px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 15px;
}

.lead .date {
	color: gray;
    display: block;
    font-size: 12px;
}

.blogPost img {
	margin-bottom: 15px;	
}

.blogPost video {
	margin-bottom: 15px;	
}

.img-blog {
	margin-bottom: 15px;
}

.video-blog {
	margin-bottom: 15px;
}

blockquote p {
	padding-left: 15px;
	background: #ffffff;
	height: 50px;
	line-height: 50px;
}

footer {
    padding-bottom: max(4px, env(safe-area-inset-bottom));
}

footer a, footer a:visited {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}

footer a:hover {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
}

.index-header {
    font-family: futura-pt, sans-serif;
	font-weight: 300;
	margin: auto;
	width: 330px;

	font-size: 25px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.index-header {
		font-size: 30px;
		width: 550px;
	}
}

@media only screen and (max-width: 767px){ .index-header { max-width: 100%; }  }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

.index-header .platformName {
	color: gray;
}

.index .carousel-control-prev-icon,
.index .carousel-control-next-icon {
  height: 100px;
  width: 100px;
  background-size: 100%, 100%;
  background-image: none;
}

.index .carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: black;
}

.index .carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: black;
}

#index-slideshow-wrapper {
	z-index: 10001;
	display: block;
	margin: 0 auto;
	background: url(/live/oe_/https://www.sqlprostudio.com/images/monitor-mac.png);
	position: relative;
}

.item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 300px;
}

.app-feature-col div.card {
	border: 0px;
	padding-top: 25px;
	background: #f0f0f0;
}

.app-feature-col h4.card-title {
	font-family: "futura-pt",sans-serif;
	font-weight: bold;
	font-size: 1.17em;
	text-align: left;
}

.app-feature-col p.card-text {
	font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	text-align: left;
}

.blogTitleLink, .blogTitleLink:hover, .blogTitleLink:visited {
	color: black;
	text-decoration: none;
}