empower-renewable-website/assets/css/style.css

50 lines
831 B
CSS

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
html,
body {
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-variation-settings: "slnt" 0;
}
@media (min-width: 40em) {
/* Bump up size of carousel content */
.banner-caption p {
margin-bottom: 1.25rem;
font-size: 1.25rem;
line-height: 1.4;
}
}
.bg-primary,
.text-bg-primary {
background-color: #2f3448 !important;
}
.bi {
margin-left: 10px;
margin-right: 10px;
text-decoration: none;
}
#socialMediaSection a {
text-decoration: none;
}
#mainBanner {
max-width: 100%;
height: auto;
}
#mainLogo {
max-width: 100%;
height: 40px;
}
#companyLogo {
max-width: 100%;
height: 100px;
}