/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

footer {
    color: white;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 0.5rem;
}
.link{
    color: white;
}
.link:hover{
    color: #0d6efd;
}
.related_domains.row>* {
    width: 33.333%;
}
.banner_cont {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.5em;
}
img.banner {
    width: 300px;
    border-radius: 6px;
}

@media only screen and (min-width: 992px){
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1200px!important;
    }
    .banner_cont {
        justify-content: right;
    }
}
@media only screen and (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px!important;
    }
}