html,body
{
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  min-height: 100%;
}
body {
  font-family: 'Jost';
  padding-top: 100px;
  height: 100vh;
  /*margin:0;*/
/*      display: flex;
flex-direction: column;*/
}

#brand-image {
  height: 70px;
}

#brand-text {
  color: red;
  font-size: 18px;
  font-weight: regular;
  background: -webkit-linear-gradient(#eee, white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#navbarSupportedContent {
  font-weight: regular;
  font-size: 16px;
  text-transform: uppercase;

}

.dropdown-menu {
  margin-top: 0;
}

.navbar .nav-item:not(:last-child) {
  margin-right: 35px;
}

.nav-item .active {
  background-color: lightgrey;
}

.navbar .footernav .nav-item:not(:last-child) {
  margin-right: 0px;
}

.dropdown-toggle::after {
  transition: transform 0.15s linear;
}

.show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
  font-color: black;
}

.dropdown-menu a {
  color: #000000 !important;
}

.dropdown-item {
  text-transform: capitalize;
}


.carousel {
  background: #007aeb;
  width: 100%;
  height: 500px;

}

.carousel-item .img-fluid {
  width: 100%;
  height: auto;
}

.carousel-item a {
  display: block;
  width: 100%;
}

#parent {
  float: left;
}

#carousel {
  float: left;
  margin-right: 5px;
  margin-top: 60px;
  margin-bottom: 20px;
}

#test {
  margin-top: 52px;
  height: 500px;
}

#intro {
  color: #3d3d40;
  padding: 50px;
  margin-left: 5%;
  margin-right: 5%;

  font-size: 20px;

  float: center;
  border: 0;
}
.nav-item a {
  border-bottom: 2px solid black;
  /*font-weight: bold;*/
}
.navbar-dark .navbar-nav .active a {
  border-bottom: 2px solid white;
  /*font-weight: bold;*/
}

.navbar-dark .navbar-nav a:hover {
  border-bottom: 2px solid white;
  color: white;
}


.navbar-dark .navbar-nav .dropdown-menu .active a {
  border-bottom: none;
}

.navbar-dark .navbar-nav .dropdown-menu a:hover {
  border-bottom: none;
}

a.dropdown-item-active{
  /*text-decoration: none;*/
  background-color: #000000;
  color:#ffffff;
}
a.dropdown-item-active:active{
  /*text-decoration: none;*/
  background-color: #000000;
}
a.dropdown-item-active:hover{
  /*text-decoration: none;*/
  background-color: #9e9e9e;
}

.dropdown-item-active{
  color: white;

}

a#drop-item{
  border-bottom: none;
}
a.dropdown-item:hover{
  border-bottom: none;
  background-color: #9e9e9e;
}

a.dropdown-item-active>span{
  color:white;
}



.uclogo {

  height: 100px;
  float: center;
  width: auto;
}

.footer_text {

  float: left;
  width: auto;
  vertical-align: middle;
}
.row {
  margin: auto;
  width: 100%
}

.col-xl-4 {
  display: inline-block;
  padding: 50px;
  vertical-align: middle;
  display: block;
}





.footer__nav {
  padding: 0;
}

.footer__nav a {
  color: white;

  text-align: center;
}

.footer__nav>a {
  text-transform: capitalize;
  display: block;
  list-style: none;
  padding: 0;
  font-size: .85rem
}

.footer__nav>a:hover {
  text-decoration: underline
}

.vertical-center {

  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.homeimg {
  opacity: 0.5;
}

.collabs img {
  opacity: 0.5;
  -webkit-filter: grayscale(50%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(50%);
}

.collabs img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.image-container-myheader {
  background-image: url("images/filter.png"), url("images/research_bg_2.jpg"); /* The image used - important! */

  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; /* Needed to position the cutout text in the middle of the image */
  height: 300px; /* Some height */
  vertical-align: middle;
  margin-top: -4px;
}

.text-myheader {
  background-color: white;
  color: black;
  font-family: Jost;
  font-size: 44px; /* Responsive font size */
  /*font-weight: bold;*/
  margin: 0 auto; /* Center the text container */
  padding: 10px;
  width: 30%;
  text-align: center; /* Center text */
  position: absolute; /* Position text */
  top: 50%; /* Position text in the middle */
  left: 50%; /* Position text in the middle */
  transform: translate(-50%, -50%); /* Position text in the middle */
  mix-blend-mode: screen; /* This makes the cutout text possible */

}

@media screen and (min-width: 100px) {
  .text-myheader {
    /*font-size: calc(16px + 6 * ((100vw - 320px) / 250));*/
    font-size: 22px;
    width: 40%;
    font-weight: bold;
  }

  .mytabs{
    font-size: 18px;
    overflow-wrap: break-word;
  }
  .tab-content span{
    font-size: 30px;
  }

}

@media screen and (min-width: 720px) {
  .text-myheader {
    font-size: 30px;
  }
  .mytabs{
    font-size: 18px;
    overflow-wrap: break-word;
  }

}
@media screen and (min-width: 1440px) {
  .text-myheader {
    font-size: 60px;
  }
}
@media screen and (min-width: 1000px) {
  .mytabs{
    font-size: 24px;
    overflow-wrap: break-word;
  }
  .tab-content span{
    font-size: 45px;
  }
}

.mysubtitle {
  font-family: Arial;
  font-weight: bolder;
  color: #202a33;
}

.navbar{
 margin-bottom: 0!important;
}

.card .card-group .card-header .card-body .card-footer{
  display: flex;
}

.dropdown-menu-center {
  left: 50% !important;
  right: auto !important;
  text-align: center !important;
  transform: translate(-50%, 0) !important;
}

.nav-tabs li{
  margin: 0;
  /*padding: 10px;*/
  font-size: 24px;
  background-color: #000000;
  text-decoration: none;
  vertical-align: middle;
  border:2px solid black;
  color: white;
}
.nav-justified li{
  margin: 0;
  padding: 10px;
  font-size: 24px;
  /*background-color: #000000;*/
  text-decoration: none;
  vertical-align: middle;
  color: white;
}

.nav-justified a{
  text-decoration: none;
  /*padding: 0 0 20px;*/
  vertical-align: middle;
  color: black;

}

.mytabs span{
  color: white;
  vertical-align: middle;

  display: inline-block;
  line-height: normal;
}

.mytabs div:hover span{
  color: black;
  background-color: darkgrey
  vertical-align: middle;

}


.mytabs:hover{
  text-color: black;
}

.active .nav-justified li{
  background-color: white;
}

.mytabs{
  height: 3em;
  vertical-align: middle;
  line-height: 3em;
  text-align: center;
  border: none /*2px dashed #f69c55*/;
}
.active .mytabs {
  color:black;
  background-color: grey;
  /*  height: 2em;*/
  width:auto;

}

.active .droplinks {
  color:black;
  background-color: lightgrey;
  width:auto;

}

.mytabs div:hover span{
  color:black;
}
.nav-justified>li:hover{
  /*background-color: darkgrey;*/
  color: black;
}

.tab-content{
  margin: 5% 0;
  vertical-align: middle;
}


.footer{
  /*margin-top: 0;*/
  height:20vh;
}

.wrapper{
  height:80vh;
}

#myBtn {
  display: block; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
iframe[seamless] {
  border: none;
}
.tab-pane.active ~ #message {
  display: none;
}

@keyframes blinking{
  0%{   color: red;   }
  50%{  color: #000;   }
  100%{  color: red;   }
}

.tab-header{
  margin-bottom: 50px;
}

.image{
  /* Just in case there are inline attributes */
  width: 45% !important;
  height: 700px !important;
  margin-bottom: 10px;
}

.gif{
  width: 40% !important;
}
h3{
  color: #5a9be6;
  text-transform: uppercase;
  font-weight: bold;
}


h4{
  color: #376769;
  font-weight: bold;
}
.myimg{
  margin-top: 20px;
  margin-bottom: 10px;
}
.myimg1{
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.myimg1 img{
  /*border: solid 1px black;*/
}
.mycaption{
  margin-bottom: 20px;
  font-weight: bold;
}

.tab-content a{
  text-decoration: none;
  font-weight: bold;
  color: orange;
}

#suav-concept {
  width:100%;
}

#ips-setup{
  width: 70%;
}

#mrs-co{
  width:70%;
}


@media screen and (max-width: 992px){
  #ips-setup{
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  #suav-concept{
    width: 70%;
  }
}

.float-container>div{
  float:left; width: 50%;
}
@media screen and (max-width: 992px) {
  #suav-concept{
    width: 30%;
  }
  .float-container>div{
    width: 100%;
    float: center;
  }
  /*iframe{
    width: 150;
    height: 100;
  }*/
}
.float-container>div>p{
  font-size: 20px;
  color: #413916;
  font-weight: 500;
  margin-left: 40px;
  width: 80%;
  text-align: justify;
}
.float-container>div>h3{
  color: #C67F53;
  margin-left: 40px;
  width: 80%;
}
.container_iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}


.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .dropdown-item {
    white-space: pre-wrap;
  }
}

