.rain-footer-columns .col-md, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, {
	max-width: 25%!important;
}

.rain-footer {
    padding: 5%;
    background-color: #fcc004!important;
    color: #333;
}

.rain-footer h5 {
    font-size: 1.5em;
    font-weight: 700!important;
}

.rain-footer * {
    color: #333!important;
    text-align: left;
}

.rain-footer .fa {
    font-size: 1.5em;
    padding: 0;
    padding-right: 10px;
    text-align: center;
}

.rain-footer img {
    width: 150px;
    height: auto;
}

.rain-footer-link *:hover {
    cursor: pointer;
    color: #fff!important;
}

.rain-footer-grid {
    width: 60%;
    margin: auto!important;
}

.rain-footer-rights p {
    text-align: center;
    margin-top: 25px;
}

.rain-button-2 {
    background-color: #333;
    color: #fcc004!important;
    padding: 10px;
    border: none;
    border-radius: 25px;
    font-weight: 500;
}

.rain-button-2:hover {
    cursor: pointer;
    background-color: #fff;
    color: #333!important;
}



.justify-content-center {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
}

.rain-social-container{
  display: flex;
  flex-direction: row;
}

.rain-socials{
  	margin-right: 10px; 
  	height: 25px;
  	width: auto;
}

.rain-socials:hover{
	color: #fff!important;
   	background-color: #fcc004!important;d
}

@media (max-width: 768px) {
    .rain-footer .row.rain-footer-columns {
        flex-direction: column;
        align-items: center;
    }
  .rain-footer {
    padding: 5%!important;
}
}

.rain-footer{
      position: absolute!important;
    width: 100vw;
    left: 0 !important;
}
