.banner-homepage-img{
    position:relative;
    background-size:cover;
    background-repeat: no-repeat;
    overflow:hidden;
    width: 100%;
    height: 300px;
    background-position:100% 20%;
    filter:brightness(70%);
}

.homepage-textoverlay{
    position: absolute;
    top:auto;
    bottom: 10%;
    left:0;
    right:0;
    text-align: center;
    color: #fff;
    font-size:10px;
    font-weight: bold;
    letter-spacing: 1px;
    z-index:10;
    cursor:default;
}

.homepage-textoverlay .btn-register{
  border-width: 1px;
  border-style: solid;
  padding: 5px 1.5625rem;
  font-size: 10px;
  line-height: 1.3;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  border-radius: 6px;
  color:white;
  background-color: orange;
  text-transform:uppercase;
}

@media (min-width:425px){
  .homepage-textoverlay{
    bottom: 10%;
    top: auto;
    left:7%;
    font-size:12px;
  }
} 

@media (min-width:768px){
  .banner-homepage-img{
    height: 500px;
  }
  .banner-homepage-img img {
    top:25%;
    width: 500px;
  }

  .homepage-textoverlay{
    bottom: 10%;
    top: auto;
    left: 0;
    right: 0;
    text-align: center;
    font-size:22px;
  }

  .homepage-textoverlay .btn-register{
    font-size: 1.25rem;
  }

}

@media (min-width:1024px){
  .banner-homepage-img{
    width: 100%;
    height: 500px;
  }

  .homepage-textoverlay{
    bottom: 10%;
    top: auto;
    left: 0;
    right: 0;
    text-align: center;
    font-size:20px;
  }  
}

@media (min-width:1220px){
  .homepage-textoverlay{
    bottom: 10%;
    top: auto;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 30px;
  }
}

@media(max-width:768px){
  .img-ceo{
    width:200px;
    height:auto;
    margin-bottom:20px;
  }
}

.welcome{
    font-size: 1.25rem;
    line-height: 1.3;
    padding:2rem 0 ;
    font-family: Roboto, sans-serif;
    color: black;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    
}

#clockdiv{
	font-family: sans-serif;
	color: rgb(255, 150, 98);
	display: inline-block;
	font-weight: 100;
	text-align: center;
    font-size: 30px;
    padding-bottom:20px;
}

#clockdiv > div{
	padding: 10px;
    border-radius: 3px;
    /* border-color: rgb(255, 150, 98); */
    /* background :white; */
	/* background: #00BF96; */
	display: inline-block;
}

#clockdiv div > span{
    padding: 25px 20px;
    width:100px;
    height:100px;
    border-radius: 50%;
    border:2px solid rgb(255, 150, 98);
    background:white;
	/* background: #00816A; */
	display: inline-block;
}

.smalltext{
	padding-top: 5px;
	font-size: 16px;
}

.bg-grey{
    padding: 5rem 0;
    background-color: rgb(236, 233, 228)
}

.m-20{
    margin:20px 0 0;
}

.day-title{
    font-size: 1.5625rem;
    line-height: 1.3;
    font-family: Roboto, sans-serif;
    color: rgb(255, 150, 98);
    font-style: normal;
    font-weight: 700;
    text-align: center;
    padding:10px 0;
}

.no-margin{
  margin-bottom: 0;
}