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

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:'inter';
}
html{
    scroll-behavior: smooth;
}

html{
  scroll-behavior: smooth;
}

nav.navbar{
  background-color: #FF7F50;
  position: sticky;
  top: 0;
  z-index: 1001;
}

a{
  color: #ffffff;
  text-decoration: underline;
}

a:hover{
  /* border: 1px solid #ccc; */
  /* text-decoration: underline; */
  border-radius: 5px;
  /* color: #ccc; */
  color: #ffffff;
  font-size: 1.1em;
}

div.logo{
  display: flex;
}

div.co-name{
  font-size: 20px;
  padding-top: 10px;
  padding-left: 5px;
}


img.navlogo{
  height: 50px;
}

li{
  font-size: 20px;
}


div.carousel-inner img{
  width: 85%px;
  overflow: hidden;
  text-align: center;
}

ul.carousel-indicators li{
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

h3{
  background: #00000083;
  width: 150px;
  margin: 0 auto;
  border-radius: 5px;
  padding: 2px 2px;
}

thead{
    font-size: 1.5em;
}
tbody{
    font-size: 1.2em;
}

.equip-img img{
  width: 100%;
}

.title{
  font-size: 1.2em;
}

footer {
  border-top: 1px solid #ffffff;
  background-color: #FF7F50;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 480px){
    thead{
        font-size: 1.2em;
    }
    tbody{
        font-size: 1em;
    }
}