/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    background: url("../img/Breeze.jpg") top center;
    background-size: cover;
    position: relative;
    padding: 0;
}
.call {
    color: #ffffff !important;
    background: #47be0e !important;
    padding-bottom: -12rem;
    padding: 6px 12px;
    margin-top: 25rem;
    border-radius: 3rem 3rem 3rem 3rem;
    position: fixed;
    right: 0rem;
    font-size: 1.5rem;
    top: 1rem;
    /* text-align: right; */
  }
  
  #calls {
  
    padding: 4px 13px;
    
  }