* {
  box-sizing: border-box;
}

/* Style the body */
body {
    font-family: 'Swanky and Moo Moo';
    font-style: 20px;
    font-weight: 300;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

/* Header/logo Title */
.header {
  padding: 20px;
  text-align: center;
}

.text{
	font-family: 'Jura';
	font-size:4vw;
	color:#66b0ff;
	background-color: #ffffff;
}

.header img {
  float: left;
  width: 100px;
  height: 100px;
  background: #555;
}
.header text {
  position: relative;
  top: 18px;
  left: 10px;
}


.header_lab {
	font-family: 'Amatic SC';
	font-size: 24px;
  text-align: center;
  color: #66b0ff;
}

.address {
    font-family: 'Jura';font-size: 16px;
}
.container1 {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.container1 img {vertical-align: middle;}

.container1 .header {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  padding: 10px;
   text-align: center;
}



.just{
	 text-align: justify; /* For Edge */
  -moz-text-align-last: justify; /* For Firefox prior 58.0 */
  text-align-last: justify;
}
/* Increase the font size of the heading */
.header h1 {
  font-size: 40px;
  	font-family: 'Jura';
	color:#66b0ff;
	background-color: #ffffff;
}

/* Sticky navbar - toggles between relative and fixed, depending on the scroll position. It is positioned relative until a given offset position is met in the viewport - then it "sticks" in place (like position:fixed). The sticky value is not supported in IE or Edge 15 and earlier versions. However, for these versions the navbar will inherit default position */
.navbar {
  overflow: hidden;
  background-color: #002e5e;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

/* Style the navigation bar links */
.navbar a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
}

.navbar a.right {
  float: right;
}

/* Change color on hover */
.navbar a:hover {
  background-color: #ddd;
  color: black;
}

/* Active/current link */
.navbar a.active {
  background-color: #666;
  color: white;
}

/* Column container */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {  
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  
}
.responsive {
  width: 100%;
  height: auto;
}

/* Main column */
.main {   
  -ms-flex: 100%; /* IE10 */
  flex: 100%;
  background-color: white;
  padding: 20px;
}

.welcome-section,.about-section,.whatwedo-section {
  font-family: 'Montserrat';font-size: 16px;
  text-align: center;
}


/* Footer */
.footer {
  padding: 10px;
  text-align: center;
  background: #002e5e;
  color: #fff;
  font-family: "Montserrat";
}
/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 8px;
  background: #ccc;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 8px;
  background: #66b0ff;
  width: 0%;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 3px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
  font-size: 20px;
}

.twitter {
  background: #55ACEE;
  color: white;
  font-size: 20px;
}

.google {
  background: #dd4b39;
  color: white;
  font-size: 20px;
}

.linkedin {
  background: #007bb5;
  color: white;
  font-size: 20px;
}

.instagram {
  background: #e4405f;
  color: white;
  font-size: 20px;
}
.footer-social { float: right;}
.footer-social a:hover {
  background-color: #000;
}

hr.new5 {
  border: 1px solid #66b0ff;
  border-radius: 1px;
}

a[href^="tel:"] {
color: brown;
text-decoration: none;
margin-right: 0.em;
}
a[href^="mailto:"] {
color: orange;
text-decoration: none;
margin-right: 0.8em;
}

.imgcontainer {
  position: relative;
  font-family: 'Swanky and Moo Moo';
}

.imgtext-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: black;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}

/* Float four columns side by side */
.columnt {
  float: left;
  width: 25%;
  padding: 0 5px;
}

.rowt {margin: 0 -5px;}

/* Clear floats after the columns */
.rowt:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .columnt {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

/* Style the counter cards */
.cardt {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #002e5e;
  color: white;
}

.fat {font-size:50px;}



@media (min-width: 1200px) {
 .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
}

/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .row {   
    flex-direction: column;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .navbar a {
    float: none;
    width: 100%;
  }
}


.columncn {
  float: left;
  width: 50%;
  margin-top: 6px;
  padding: 20px;
}

/* Clear floats after the columns */
.rowcn:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .columncn, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }