html{
    height: 100%;
    width: 100%;
}

body{
    background-color: #116D44;
    background-position: center;
}

    header{
        align-items: center;
    }

    nav{
        font-family: 'Saira Condensed', sans-serif;
    }

    main .row{
        margin-left: 0;
    }

        .box{
            width: 100%;
            padding: 40px 60px;
            color: white;
            font-family: 'Saira Condensed', sans-serif;
            text-align: center;
        }  

            .box h1{
                font-family: 'Anton', sans-serif;
                font-size: 50px;
                text-shadow: 0px 0px 5px #000;
            }

            .box p{
                font-size: 25px;
                margin-top: 100px;
            }

        .sec1{
            height: 100vh;
            background-image: url(/img/carebg1.jpg);
            background-attachment: fixed;
            background-size: cover;
        }

            .sec1 h2{
                font-family: 'Anton', sans-serif;
                text-shadow: 3px 3px 10px #000 ;
            }

        .sec2{
            background: #28689c;
        }

        .sec3{
            height: 100vh;
            background-image: url(/img/carebg2.jpg);
            background-attachment: fixed;
            background-size: cover;
        }

        .sec4{
            background: #c99d0d;
        }

            .shrinkme{
                font-size: 17px !important;
            }

        .sec5{
            height: 100vh;
            background-image: url(/img/carebg3.jpg);
            background-attachment: fixed;
            background-size: cover;
        }

        .sec6{
            background: #28689c;
        }

        .sec7{
            height: 100vh;
            background-image: url(/img/carebg4.jpg);
            background-attachment: fixed;
            background-size: cover;
        }

        .sec8{
            background: #c99d0d;
        }

        .sec9{
            height: 100vh;
            background-image: url(/img/carebg5.jpg);
            background-attachment: fixed;
            background-size: cover;
        }

        .sec10{
            background: #28689c;
        }

        .sec11{
            height: 100vh;
            background-image: url(/img/carebg6.jpg);
            background-attachment: fixed;
            background-size: cover;
        }

        .sec12{
            background: #c99d0d;
        }