/*!
 * Start Bootstrap - Small Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
 
 @import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700&display=swap');



@font-face {
	font-family: 'Rubik', Arial, sans-serif;
	/*src: url('../fonts/DaysOne-Regular.eot');
	src: local('☺'), url('../fonts/DaysOne-Regular.woff') format('woff'), url('../fonts/DaysOne-Regular.ttf') format('truetype'), url('../fonts/DaysOne-Regular.svg') format('svg');*/
	font-weight: normal;
	font-style: normal;
}

.page-header, .heading{
 font-family: 'Rubik', Arial, sans-serif;
}

h1, h2, h3 {
  font-family: 'Rubik', Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.3px;
}

body {
  font-family: 'Rubik', Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
}


.heading {
  /*font-size: 18px;*/
  font-weight: bold;
  margin: 20px 0 10px;
  color: #333;
}
.heading.center {
  text-align: center;
}


body {
    padding-top: 20px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
	font-family:Tahoma;
}

 .indented-paragraph{
	 margin-left: 23px;
	 margin-bottom: 20px;
 }
 
  .padding-paragraph{
	 margin: 0px 20px 0px 20px;
 }


 #map {
   width: 100%;
   height: 400px;
   background-color: grey;
 }
 


#bs-example-navbar-collapse-1 ul li a{
    color: #acb1b9;
	font-size: 14px;
	font-weight: bold;
    border-color: transparent;
	border-style: none solid;
	border-width: 0px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family:Arial;
}

.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
  }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }

.dropdown-menu li a{
  line-height: 2.0em;
}

.centered-bold {

            text-align: center;      /* Center the text */
            font-weight: bold;       /* Make the text bold */
            letter-spacing: 2px;     /* Optional: increase letter spacing */
			
}
.bg-f5{
			padding: 15px 15px;
			margin-bottom: 20px;
			list-style: none;
			background-color: #f5f5f5;
			border-radius: 4px;
}

.line-height-1-5 {
            line-height: 1.75;        /* Set line height for the paragraph text */
}
		
.red{
	color: red;
	font-weight: bold;
}

.cert {
  display: flex;
  flex-wrap: wrap;           /* allow wrapping to new lines */
  gap: 20px;                 /* spacing between logos */
  justify-content: left;   /* center them nicely */
}

.cert-item {
  flex: 0 1 120px;           /* each logo box ~120px wide */
  display: flex;
  align-items: left;
  justify-content: left;
}

.cert-item img.spec {
  max-width: 100px;          /* consistent logo size */
  max-height: 80px;
  object-fit: contain;       /* keep aspect ratio */
}

@media (max-width: 768px) {
  .cert-item {
    flex: 0 1 45%;           /* 2 logos per row on tablets */
  }
}

@media (max-width: 480px) {
  .cert-item {
    flex: 0 1 100%;          /* stack logos vertically on phones */
  }
}

table#detail tr td{
   width: 250px;
   font-size: 16px;
   color: #636974;
   line-height: 1.8em;
   border: 0px solid black;
}

table.feature tr td{
  padding: 20px 30px 30px 0px;
  line-height: 1.8em;	
  color: #636974;
  border: 0px solid black;
  vertical-align: center;
}

.center{
	/*margin: auto;*/
	width: 80%;
	/*border: 3px solid green;*/
	/*padding: 10px;*/
}

/*.related{
  padding: 20px 0px 20px 0px;
  text-align: right;
  line-height: 1.8em;	
  color: #636974;
  border: 0px solid black;
  //vertical-align: top;
}

.related > .heading{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin: auto;
}

.related > a >  img{
	margin-right: 0px;
	border: 0px solid black;
	margin: auto;
	width:40%;
	margin-top: 10px;
}*/

table.app tr td{
  padding: 0px 30px 30px 0px;
  color: #636974;
  border: 0px solid black;
  vertical-align: top;
}

table.limit th{
  color:#D5DDE5;
  background:#1b1e24;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-weight: 100;
  padding:8px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

table.limit tr{
  width: 200px;
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#666B85;
  font-weight:normal;
}

table.limit td{
  background:#FFFFFF;
  text-align:left;
  padding: 5px;
  vertical-align:middle;
  border-right: 1px solid #C1C3D1;
}

table.limit tr:first-child {
  border-top:none;
}

table.limit tr:last-child {
  border-bottom:none;
}
 
table.limit tr:nth-child(odd) td {
  background:#EBEBEB;
}

table.limit tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
table.limit tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}

table.limit td:last-child {
  border-right: 0px;
}

.download tr td{
	border: 0px solid black;
	//table-layout: fixed;
}
.dl_heading{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	background-color: #f9f9f9;
	font-family: 'DaysOne-Regular';
}
/****************************************************************/
.navbar-top {
	background: #000000;
    color: #ffffff;	
}

.navbar-doublerow > .navbar{
	display: block;
	padding: 0px auto;
	margin: 0px auto;
	min-height: 25px;
}

.pull-right{
	border: 0px solid red;
	margin-right: -20px;
	padding: 0px;
}

.navbar-down{
	background: #ffffff;
	
}



/*************************************************************************/

.navbar-brand img{
  height: 40px;
  margin: 5px 0px 0px 0px;
}

.portfolio-item {
    margin-bottom: 25px;
}

@media(min-width:768px) {
    body {
        padding-top:90px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

 .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }
}

@media {
    body {
        padding-top: 100px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

 
}

blockquote {
  background: #f9f9f9;
  border-left: 8px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

figure { 
    display: block;
    margin-top: 0em;
    margin-bottom: 1.5em;
    margin-left: 10px;
    margin-right: 0px;
}

.ct {
  margin-top: 1px;
  margin-bottom: 1px;
  border: 0;
  border-top: 1px solid #eee;
}

.line{
  line-height: 0;	
}

.about{
  text-align: justify;
  line-height: 1.8em;
}

.col-md-6{
   padding-left: 0px;
   padding-right: 30px;
}

p.copyright{
	margin-top: 15px;
	color: #acb1b9;
	text-align: center;
}

footer {
	margin-top: 40px;
	width: 100%;
    //height: 100%;
	background-color:#000000;
    color:#ddd;
    min-height:100px;
    padding-top:20px;
    padding-bottom:40px;
}

footer .nav>li>a {
    padding: 0px 0px 5px 0px;
    color: #acb1b9;
}

footer .nav>li>a:hover {
    background-color:transparent;
	color:#fff;
}
/*------------------------------------*/
/* CSS used here will be applied after bootstrap.css */
.carousel {
    margin-top: 20px;
}
.item .thumb {
	width: 25%;
	cursor: pointer;
	float: left;
}
.item .thumb img {
	width: 100%;
	margin: 2px;
}
.item img {
	width: 100%;	
	margin: auto;
}




