            BODY{
                background-color: #F1F4F8;
                line-height: 1.45;
                text-align: center;
            }
            .wrapper{
                margin: 50px auto;
                max-width: 900px;
                padding: 40px;
                background-color: #FFFFFF;
                border: 1px solid #C0C0C0;
                box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .2);
            }
            .footer-wrapper{
                margin: 50px auto;
                max-width: 900px;
                padding: 40px;
            }
            .m-bottom{
                margin-bottom: 25px;
            }
            .headline{
                font-family: 'Oswald', sans-serif;
                font-weight: 700;
                font-size: 48px;
                margin-top: 5px;
            }
            .sub-headline{
                font-family: 'Oswald', sans-serif;
                font-weight: 500;
                font-size: 38px;
            }
            .testimonial{
                font-weight: normal;
                font-size: 28px;
                font-style: italic;
            }

            .profile{
                max-width: 120px;
            }
            .profile-name{
                font-weight: bold;
                font-size: 18px;
            }

            .ptext{
                color: #C0c0c0;
                font-size: 12pt;
                /**line-height: .5;**/
            }
            .plinks{
                font-size: 12pt;
                line-height: .5;
            }
            .plinks a{
                color: #0174c7;
            }

            hr{
                border-top: 1px solid #000000;
            }
            .btn-blue {
                color: #ffffff;
                background-color: #238CD8;
                border: none;
            }

            .btn-blue:hover,
            .btn-blue:focus,
            .btn-blue:active,
            .btn-blue.active,
            .open .dropdown-toggle.btn-blue {
                color: #ffffff;
                background-color: #0174c7;
                border: none;
            }

            .btn-blue:active,
            .btn-blue.active,
            .open .dropdown-toggle.btn-blue {
                background-image: none;
            }

            .btn-blue.disabled,
            .btn-blue[disabled],
            fieldset[disabled] .btn-blue,
            .btn-blue.disabled:hover,
            .btn-blue[disabled]:hover,
            fieldset[disabled] .btn-blue:hover,
            .btn-blue.disabled:focus,
            .btn-blue[disabled]:focus,
            fieldset[disabled] .btn-blue:focus,
            .btn-blue.disabled:active,
            .btn-blue[disabled]:active,
            fieldset[disabled] .btn-blue:active,
            .btn-blue.disabled.active,
            .btn-blue[disabled].active,
            fieldset[disabled] .btn-blue.active {
                background-color: #238CD8;
                border: none;
            }

            .btn-blue .badge {
                color: #238CD8;
                background-color: #ffffff;
            }
            .btn-group-lg > .btn, .btn-lg {
                font-family: 'Oswald', sans-serif;
                font-weight: 700;
                font-size: 48px;
                line-height: 1.5;
                border-radius: .3rem;
            }
            .main-image{
                width: 100%;
                max-width: 722px
            }


            @media (max-width: 576px) {

                .container{
                    padding-right: 0px;
                    padding-left: 0px;
                }
                .wrapper{
                    margin: 0px auto;
                    padding: 0px;
                    background-color: #FFFFFF;
                    border: none;
                    box-shadow: none;
                }
                
                .headline{
                font-family: 'Oswald', sans-serif;
                font-weight: 700;
                font-size: 30px;
                margin-top: 5px;
            }
            .sub-headline{
                font-family: 'Oswald', sans-serif;
                font-weight: 500;
                font-size: 20px;
            }
            .btn-blue{
                margin-bottom: 15px;
            }
            .btn-group-lg > .btn, .btn-lg {
                font-size: 30px;

            }
            
            
            
            .footer-wrapper{
                margin: 0px;
                padding: 10px;
            }
            }

