.main-bg {
  background-image: url("https://cdn.dcrypto.com/reddit/6/bg-9.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn {
  width: 150px;
  height: 50px;
  font-weight: bold;
  font-size: 1rem;
  background: #ff4500!important;
  color: white!important;
}


.btn:hover {
  background-color: #7fbce9!important;
  border-color: #7fbce9;
}



#clockdiv{
  font-family: sans-serif;
  color: black;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 22px;
}


#clockdiv > div{
  padding: 6px;
  border-radius: 3px;
  background: transparent;
  display: inline-block;
}

#clockdiv div > span{
  padding: 0px 0px 0px 0px;
  border-radius: 3px;
  background: transparent;
  display: inline-block;
}

.smalltext{
  
  font-size: 12px !important;
  color: black;
  font-weight: bold;
}


.output {
  margin: 0 auto;
  padding: 0em; 
}

.output-2 {
  margin: 0 auto;
  padding: 0em; 
}

.colors {
  padding: 2em;
  color: #fff;
  display: none;
}

.colors-2 {
  padding: 2em;
  color: #fff;
  display: none;
}

.red {
  background: #c04;
}

.yellow {
  color: #000;
  background: #f5e000;
} 

.blue {
  background: #079;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff4500;
    outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(255, 61, 0, 0); 
}

.custom-select:focus {
    border-color: #ff4500;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0);
}

@font-face {
  font-family: 'RedditSans-Regular';
  src:	url("https://cdn.dcrypto.com/reddit/5/fonts/RedditSans-Regular.ttf") format('truetype');
}

.RedditSans-Regular {
  font-family: 'RedditSans-Regular';
  color: #000;
  font-weight: 400;
}

@font-face {
  font-family: 'RedditSans-Bold';
  src:	url("https://cdn.dcrypto.com/reddit/5/fonts/RedditSans-Bold.ttf") format('truetype');
}

.RedditSans-Bold {
  font-family: 'RedditSans-Bold';
  color: #000;
  font-weight: 600;
}









