html{
  font-size: 1rem;
}

.nav a {
  color: #5a5a5a;
  font-size: 1rem;
  font-weight: bold;
  padding: 14px 10px;
  text-transform: uppercase;
}

.blue .active a,
.blue .active a:hover {
    background-color: black;
    color:white;
}

.nav li {
  display: inline;
}

.jumbotron {
  background-image:url('baner_new.jpg');
  height: 300px;
  width:100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.jumbotron .container {
  position: relative;
  top:100px;
}

.jumbotron h1 {
  color: #fff;
  font-size: 3rem;  
  font-family: 'shift', serif;
  font-weight: bold;
}

.jumbotron p {
  font-size: 20px;
  color: #fff;
}

.learn-more {
  background-color: #f7f7f7;
}

.learn-more h3 {
  font-family: 'Shift', sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.learn-more a {
  color: #00b0ff;
}

body{background-color:#efefef;
border-bottom:1px solid #dbdbdb;

;}

.latest-images h2{color:#000;
font-size:1.875rem;
font-weight:bold;
font-family:'shift', serif;

}

.latest-images p{
    font-size:0.9375rem;
    margin-bottom:13px;

}

.thumbnail {background-color:#000000;
}

.thumbnail h4{color:#fff;
}

.text1 {background-color:#fff;
}

.text2 p{background-color:#fff;
font-size:1rem;
font-family:'shift',sans-serif;
}

soss-author {
  font-size: 1.0625rem;
}

soss-details {
  font-size: 1.125rem;
}

.thumbnail h6{color:#fff;
font-size:0.75rem;
font-weight:bold;
}

.searchSelect2, .searchSelect, .searchSelect3 { 
display:none;
}

#display_TempThree, #res_TempThree, #Wave_TempThree{
display:block;
}

.column-left{ 
  float: left; 
  width: 33.3%; 
}
.column-right{ 
  float: right; 
  width: 33.3%; 
}
.column-center{ 
  display: inline-block; 
  width: 33.3%; 
}


.wrap-element {
  position: relative;
  width: 100%;
  height: 60vh;
}

.wrapped-iframe {
  position: relative;
  width: 100%;
  height: 60vh;
}

/* Horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}