@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

html, body {margin: 0; height: 100%; overflow: hidden}

body {
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  background-color: #373c47;
}

.title-text {
  color: white;
  text-align: center ;
}

.iframe {
  float: left;
	height:calc(100vh - 100px);
}
/* Navigation bar styles  */
.nav {
  text-align: center;
  font-size: 1rem;
  border-bottom: 1px solid hsla(0,0%,100%,0.1);
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 20px;
}

.nav-link {
  text-decoration: none;
  display: inline-block;
  padding: 13px 13px;
  color: #fff;
  margin-right: 5px;
}

.nav-link:hover {
  text-decoration:none;
  color: #343a40;
  background-color: #38d9a9;
  border-bottom: 2px solid #c3fae8;
}
.active {
  border-bottom: 2px solid #38d9a9 !important;
}
.btn {
  padding: 10px 20px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .nav {
    font-size: 1.1rem;
    padding-left: 10px;
    padding-right: 10px;
  }
  .nav-link {
    padding: 20px 20px;
  }

}

/* End of Navigation bar styles  */
