body {
  font-family: 'Open Sans', sans-serif;
}
h1 {
  color: #034ec6;
}
h2 {
  color: #034ec6;
}
h3 {
  color: #000000;
}
h4 {
  color: #000000;
}
a:link { color: #4f92fc; }
a:visited { color: #0066cc; }
a:hover { color: #0033cc; }

/* NAVBAR STUFF */

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding-left: 0px;
  width: auto;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ecdbff;
}
.navbar-default .navbar-text {
  color: #13262b;
}
.navbar-default .navbar-nav > li > a {
  color: #13262b;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #a3a3a3;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000000;
  background-color: #ffffff;
  text-shadow:1px 0px 0px black;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ecdbff;
  background-color: #ffffff;
}
.navbar-default .navbar-toggle {
  border-color: #0d36b4;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #0d36b4;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #13262b;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #13262b;
}
.navbar-default .navbar-link {
  color: #13262b;
}
.navbar-default .navbar-link:hover {
  color: #ecdbff;
}

/* END NAVBAR STUFF */

/* BREADCRUMB */

.breadcrumb-dot .breadcrumb-item+.breadcrumb-item::before {
    content: "\276D";
}

/* END BREADCRUMB */

/* BUTTON CUSTOMIZATION */
.btn-outline-primary {
    color: #4f92fc;
    background-color: #ffffff;
    border-width: thin;
    border-color: #4f92fc; /*set the color you want here*/
}
.btn-outline-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #0033cc;
    background-color: #ffffff;
    border-width: thin;
    border-color: #0033cc; /*set the color you want here*/
}

/* END BUTTON CUSTOMIZATION */

fieldset { 
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    border: 2px solid blue;
}

.vcenter {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #009;
    margin: 1em 15em;
    padding: 0;
}


.foothi {
  color: white;
}
.footlo {
  color: #95E3FC;
}
.hilite {
  color: #68D7FC;
}
.hilitewhite {
  color: rgb(10,10,70);
}
.nobreak {
  white-space: nowrap; 
}
p.nospace {
  margin-bottom: -2px;
}
div.normal {
  background-color: rgb(250,250,250);
}
div.slider {
  background-color: rgb(10,10,70);
}
div.footer {
  background-color: rgb(10,10,70);
}
div.support {
  background-color: rgb(72,235,250);
}
div.download {
  background-color: rgb(112,255,127);
}
div.up {
  margin-top: 5px;
}


#lnkd {
   background-image: url('../images/socials.png');
   background-size: 96px;
   height: 48px;
   width: 48px;
}
#lnkd:hover {
   background-image: url('../images/socialshover.png');
}
#twit {
   background-image: url('../images/socials.png');
   background-size: 96px;
   background-position: 0px -48px;
   height: 48px;
   width: 48px;
}
#twit:hover {
   background-image: url('../images/socialshover.png');
}
#face {
   background-image: url('../images/socials.png');
   background-size: 96px;
   background-position: -48px -48px;
   height: 48px;
   width: 48px;
}
#face:hover {
   background-image: url('../images/socialshover.png');
}
#tube {
   background-image: url('../images/socials.png');
   background-size: 96px;
   background-position: -48px 0px;
   height: 48px;
   width: 48px;
}
#tube:hover {
   background-image: url('../images/socialshover.png');
}

#advant span {
	display: inline-block;
	width: 30px; /* image width */
	height: 30px; /* image-height */
	background: url(../images/appicons.png) no-repeat;
    background-position: 0px 0px;
    vertical-align: middle;
}
#specs span {
	display: inline-block;
	width: 30px; /* image width */
	height: 30px; /* image-height */
	background: url(../images/appicons.png) no-repeat;
    background-position: -150px 0px;
    vertical-align: middle;
}
#poly span {
	display: inline-block;
	width: 30px; /* image width */
	height: 30px; /* image-height */
	background: url(../images/appicons.png) no-repeat;
    background-position: -30px 0px;
    vertical-align: middle;
}
#compare span {
	display: inline-block;
	width: 30px; /* image width */
	height: 30px; /* image-height */
	background: url(../images/compare.png) no-repeat;
    background-position: 0px 0px;
    vertical-align: middle;
}
#specifications span {
	display: inline-block;
	width: 30px; /* image width */
	height: 30px; /* image-height */
	background: url(../images/specifications.png) no-repeat;
    background-position: 0px 0px;
    vertical-align: middle;
}
#applogo span {
	display: inline-block;
	width: 30px; /* image width */
	height: 30px; /* image-height */
	background: url(../images/app_logo.png) no-repeat;
    background-position: 0px 0px;
    vertical-align: middle;
}
#virus span {
	display: inline-block;
	width: 30px; /* image width */
	height: 30px; /* image-height */
	background: url(../images/appicons.png) no-repeat;
    background-position: -60px 0px;
    vertical-align: middle;
}
#serum span {
	display: inline-block;
	width: 30px; /* image width */
	height: 30px; /* image-height */
	background: url(../images/serum.png) no-repeat;
    background-position: 0px 0px;
    vertical-align: middle;
}
#concentrate span {
	display: inline-block;
	width: 30px; /* image width */
	height: 30px; /* image-height */
	background: url(../images/concentration.png) no-repeat;
    background-position: 0px 0px;
    vertical-align: middle;
}
#nanomed span {
	display: inline-block;
	width: 30px; /* image width */
	height: 30px; /* image-height */
	background: url(../images/appicons.png) no-repeat;
    background-position: -90px 0px;
    vertical-align: middle;
}
#matls span {
	display: inline-block;
	width: 30px; /* image width */
	height: 30px; /* image-height */
	background: url(../images/appicons.png) no-repeat;
    background-position: -120px 0px;
    vertical-align: middle;
}
#mail span {
	display: inline-block;
	width: 54px; /* image width */
	height: 30px; /* image-height */
	background: url(../images/mail_icon.png) no-repeat;
    background-position: 0px 0px;
    vertical-align: middle;
}
#map span {
	display: inline-block;
	width: 43px; /* image width */
	height: 46px; /* image-height */
	background: url(../images/map_icon.png) no-repeat;
    background-position: 0px 0px;
    vertical-align: middle;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}


/* Container holding the image and the text */
.img_container {
  position: relative;
  text-align: center;
  color: white;
}

/* Text block around text */
div.text-block-center {
  position: absolute;
  width: 220px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}

div.text-block-center p {
  text-align: center;
  font-size: 22px; 
  color: white; 
  text-shadow: 2px 2px 3px #11a4ff;
  line-height: 28px;
  margin-left: 14px;
  margin-right: 14px;
  margin-top: 12px;
  margin-bottom: 12px;
}

/* Text block around text */
div.text-block-left {
  position: absolute;
  width: 60%;
  top: 10%;
  left: 5%;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
}

div.text-block-left h3 {
  text-align: left;
  font-size: 2vw; 
  color: white; 
  line-height: 100%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 5%;
  margin-bottom: 5%;
}

div.text-block-left p {
  text-align: left;
  font-size: 1.2vw; 
  color: white; 
  line-height: 110%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 5%;
  margin-bottom: 5%;
}
