body {
    background-color: #ffffff;
  }
  

.margintest {
    margin-top: 0px !important;
}

.dropbtn {
 background-color: rgba(0, 0, 0, 0.40);
  color: white;
  padding: 0px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
 background-color: rgba(0, 0, 0, 0.40);
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}



.dropdown-content a:hover {background-color:rgba(0, 0, 0, 0.40);}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color:rgba(0, 0, 0, 0.60);}



.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.topimageresize{
    padding-top:300px;
}

.topbuttons{
margin-top:50px;
}

  #icon-chat {
    font-size: 30px;
  }
  .right-container .right-container-button {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 5px;
    background-color:rgb(0, 0, 0, 0.40);
    transition: all 300ms;
    cursor: pointer;
    padding-bottom:20px;
    color: white;
    font-family: roboto, sans-serif;
  }
  .right-container .right-container-button span {
    color: white;
    position: absolute;
    left: 25px;
    top: 20px;
    line-height: 20px;
  }
  .right-container .right-container-button:hover {
    transition: all 400ms cubic-bezier(.62, .1, .5, 1);
    width: 130px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .right-container .right-container-button .long-text {
    transition: opacity 1000ms;
    opacity: 0;
    color: white;
    white-space: nowrap;
    font-size: 0;
    width: 0;
    margin: 0;
  }
  .right-container .right-container-button .long-text.show-long-text {
    transition: opacity 700ms, width 1ms linear 270ms, font-size 1ms linear 270ms;
    opacity: 1;
    margin-left: 30px;
    font-size: 16px;
    width: auto;
  }


.image-test{
    padding-top:400px !important;
}



.job-img {
  width: 100%;
  border-radius: 17px 0px 0px 17px;
  object-fit: contain;
  border-right: solid #66cccc;
}

.row .no-float {
  display: table-cell;
  float: none;
}

#comment-button{
  background-color: #ababab;
  width: 11px;
  border-radius: 15px;
  height: 15px;
  padding: 10px;
  color: red;
  }
  #comment-button-text{
     width: 0px;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 16px;
  left: 31px;
  color: #8a8a8a;
  }

.btn-block {
  display: block;
  padding-top: auto;
  padding-bottom: auto;
}

.tile-shadow{
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}


.card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

select {
  width: 100%;
  padding: 16px 20px;
  border: none;
  border-radius: 4px;
  background-color: #f1f1f1;
}

.my-auto {
  height: 100%;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 79.2%;
  z-index:1000;
}

#myBtn{
  background-color:#f63;
  padding: 10px 20px;
  text-decoration:none;
  margin-top:30px;
  color: white;
  font-size:18px;
  border:none;
}

.househelp{
  background-color:#f63;
  padding: 10px 20px;
  text-decoration:none;
  margin-top:30px;
  color: white;
  font-size:18px;
  border:none;
}

.job-tile{
  background-repeat: no-repeat;
  background-size: cover;
  
  margin-left:50px;
  margin-right:50px;
  border-radius: 10px;
  /* border-style: solid; */
  /* border-width: 2px; */
  border-color: #ff6633;
  margin-bottom:20px;
}

.job-tile:hover{
  border-color: #06dfdf;
}

.pointer {cursor: pointer;}

.slider {
  width: 100%;
  height: 100%;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
    scroll-snap-align: start;
    scroll-behavior: smooth;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.slide {
  max-width: 40%;
  flex-shrink: 0;
  height: 100%;
}
.slides > div {
  /* CURRENT way. */
  scroll-snap-align: start;
}


.slider::-webkit-scrollbar {
  display: none;
}


.sticky + .content {
  padding-top: 402px;
}

.less-padding {
  padding: 10px !important;
  margin: 10px !important;
}
.no-padding {
  padding: 0 !important;
  margin: 0 !important;
}

#more {display: none;}









@media only screen and (max-width: 768px) { 

.dropdown-content{
    padding-bottom:10px;
}

.mobile-hide{
  display: none;
}
.margintest {
    margin-top: 0px !important;
}

.topbuttons{
margin-top:20px;
}

.image-test{
    padding-top:400px !important;
}

.topimageresize{
    padding-top:200px;
}

.mobile-padding {
  padding-left: 15px;
  padding-right:15px;
}

.slide {
  max-width: 90%;
}


}
@media screen and (min-width: 720px) {
  .desktop-hide{ display: none; }
}
