html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
  overflow-y: scroll;
  font-family: 'Roboto';
}

.fade-in {
      font-size: 20px;
      color: white;
      margin: auto;
      animation: fadeIn 0.5s ease-in-out;

      /*text-shadow: 0 0 2px #fff, 0 0 2px #fff;*/
	/*-webkit-animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s both;
	        animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s both;*/
}

.fade-in-search {

	-webkit-animation: fade-in 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s both;
	        animation: fade-in 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s both;
}

.fade-in-led {
  font-weight: 500;
	-webkit-animation: fade-in 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) .2s both;
	        animation: fade-in 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) .2s both;
}

.fade-in-tape {
  font-weight: 500;
	-webkit-animation: fade-in 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) .4s both;
	        animation: fade-in 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) .4s both;
}

.fade-in-junction {
  font-weight: 500;
	-webkit-animation: fade-in 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) .6s both;
	        animation: fade-in 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) .6s both;
}

.fade-in-connectors {
  font-weight: 500;
	-webkit-animation: fade-in 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) .8s both;
	        animation: fade-in 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) .8s both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.banner {
  background-image: linear-gradient(to right, #0e3373 , #0e3373);
  min-height: 30px;
  padding:10px;
  margin-bottom: 0px;
  color: white;
}

#fixedElement {
    background-color: black;
    position:sticky;
    top:0;
    width:100%;
    z-index:100;
    border-radius: 0px;
}

.container {
  margin-left: 50px;
  margin-left: 50px;
}

.title {
  align-content: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  color: #1d318a;
}

img {
  float: left;
  width: 120px;
  padding-right:20px;
}

#searchbar::placeholder{

}
#searchbar {
  animation: fadeIn 0.5s ease-in-out;

}
#list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.patents {
    font-size: 1.2em;
    padding: 10px;
    border-top: 2px solid lightgray;
    animation: fadeIn 0.5s ease-in-out;
    min-height: 120px;
    color: #0f2aa3;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

h2 {
  padding-bottom: 25px;
  padding-top: 15px;
}

p {
  font-size: 20px;
}

p2 {
  color:#586275;
}

p3 {
  color: black;
  font-style: italic;
  font-weight: bold;
}

nav {
  background-color: gray;
}

footer {
  background-color: black;
  color: lightgray;
  min-height: 100px;
}

.footercontent {
  text-align: center;
}

@media only screen and (max-width: 690px) {
  .title {
    visibility: collapse;
    position: absolute;
  }
  #fixedElement {
    min-height:150px;
    display: flex;
  }

  .container-fluid {
    bottom: 0px;
    align-self: flex-end;
  }

  html {
    scroll-padding-top: 340px;
  }
  h2 {
    font-size: 26px !important;
  }
}
