body {
    box-sizing: border-box;
    font-family: 'jaf-bernina-sans', sans-serif !important;
    color: #626262 !important;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;
}

p {
    font-size: 1em;
}

a {
    color: #fff !important;
    text-decoration: none !important;
    text-decoration-color: transparent;
    transition: text-decoration-color 0.5s ease-in-out, color .1s ease-in-out;
}

a:hover {
    text-decoration-color: #fff !important;
    color: white !important;
    text-decoration: underline !important;
}

nav {
    background: #00000045;
}

.navbar-brand img {
    max-width: 225px;
}

.nav-link {
    color: #fff !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fff !important;
}

header {
    height: 50vh;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://southerncompany.info/bettersolutions/img/header-solar.png) no-repeat bottom;
    background-size: cover;
}

.header h1 {
    color: #fff;
    font-size: 10vh;
}

.video-wrap {
    max-width: 900px;
    margin: auto;
    /* margin: 100px auto 20px auto; */
}

video.fullscreen {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

video.fullscreen::-webkit-media-controls {
    display: none !important;
}

.psa-bg-video {
    position: relative;
    display: grid;
    place-items: center;
    height: 80vh;
    width: auto;
    margin: 0 auto;
    background: #ccc;
}

.content {
    display: block;
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #fff;
	width: 100%;
	text-align: center;
}

.content h1 {
    font-size: 8vh;
}


/* icon grid mobile */

.icon-mobile-wrapper {
    background-color: #007DB9;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
}

.icon-mobile {
    text-align: center;
    padding: 20px;
}

.icon-mobile img {
    width: 100px;
}

.resilience-mobile img {
    width: 110px;
}

.smartSolutions-mobile img {
    width: 57px;
}

.netZero-mobile img {
    width: 125px;
}


/* icon grid mobile end */

.section-wrapper {
    max-width: 1200px;
    margin: auto;
}

.section-content {
    text-align: center;
    margin: 30px;
}

.section-content h1 {
    padding: 20px;
    color: #007DB9;
}


/* learn more button */

.learn-more {
    text-align: center;
    border-radius: 40px;
    border: 2px solid #ed1d24;
    font-size: 18px;
    padding: 10px 50px;
    margin: auto;
    text-decoration: none;
    color: #626262 !important;
}

.learn-more:hover {
    color: #626262 !important;
    border: 2px solid #337ab7;
    text-decoration: none !important;
}


/* learn more button end */


/* icon section */

.icon-wrapper {
    text-align: center;
    padding: 100px;
}

.icon-wrapper img {
    width: 150px;
}

.icon-wrapper p {
    font-size: 1.2em;
}


/* icon section end */


/* resilience wrapper */

#resilience {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("https://southerncompany.info/bettersolutions/img/resilience.jpg") center center no-repeat fixed rgb(35, 31, 32);
    background-size: cover !important;
    /* min-height: 300px; */
}

#netZero {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("https://southerncompany.info/bettersolutions/img/trusted-to-deliver.png") center center no-repeat fixed rgb(35, 31, 32);
    background-size: cover !important;
    /* min-height: 300px; */
}

#smartSolutions {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("https://southerncompany.info/bettersolutions/img/force-for-good.png") center center no-repeat fixed rgb(35, 31, 32);
    background-size: cover !important;
    /* min-height: 300px; */
}

#ourCommunity {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("https://southerncompany.info/bettersolutions/img/ourcommunity-new.jpg") center center no-repeat fixed rgb(35, 31, 32);
    background-size: cover !important;
    /* min-height: 300px; */
}


/* icon section end */


/* Footer */

footer {
    padding: 50px 0;
    background: #153C5D;
}

footer {
    padding: 50px 0;
}

.footer-wrapper {
    display: flex;
    flex-flow: wrap column;
    justify-content: space-around;
    align-items: center;
    max-width: 1200px;
    margin: auto;
}

.footer-menu {
    text-align: center;
    padding: 10px;
}

.footer-menu li {
    list-style: none;
    color: #fff;
    font-size: .875em;
    padding: 10px;
}

.footer-main-links li {
    font-weight: 700;
}

.footer-baseline-wrapper {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-around;
    align-items: center;
    padding: 30px 10px 0px 20px;
    max-width: 1200px;
    margin: auto;
}

.copyright {
    font-size: .75em;
}

.copyright p {
    color: #fff;
}

.copyright p a {
    font-weight: 700;
}

.footer-logo {
    max-width: 200px;
    padding: 2px;
}

.button {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 8px 40px;
    text-decoration: none;
    transition: background-color .5s ease-in-out, color .1s ease-in-out;
}

.button:hover {
    color: #ed1d24 !important;
    background-color: #fff;
}


/* footer end */


/* // Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {}


/* // Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    /* footer */
    .footer-wrapper {
        flex-flow: wrap row;
        align-items: flex-start;
    }
    .footer-menu {
        text-align: left;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    /*  Mouse icon scroll*/
    .mouse-icon {
        border: 2px solid #fff;
        border-radius: 16px;
        display: block;
        height: 50px;
        /* margin: -100px auto 50px; */
        position: absolute;
        width: 30px;
        bottom: 20px;
        z-index: 10;
    }
    .mouse-icon .scroll {
        animation-delay: 0s;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        animation-name: scrolling;
        animation-play-state: running;
        animation-timing-function: linear;
    }
    .mouse-icon .scroll {
        background: #fff none repeat scroll 0 0;
        border-radius: 10px;
        height: 10px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        top: 4px;
        width: 4px;
    }
    @keyframes scrolling {
        0% {
            opacity: 0;
            top: 5px;
        }
        30% {
            opacity: 1;
            top: 10px;
        }
        100% {
            opacity: 0;
            top: 25px;
        }
    }
    /* Mouse icon scroll end */
    .icon-mobile-wrapper {
        display: none;
    }
}


/* // X-Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}


/* // XX-Large devices (larger desktops, 1400px and up) */

@media (min-width: 1400px) {}