        html {
            scroll-behavior: smooth;
        }
        body {
            font-family: 'Roboto', sans-serif;
        }

        @font-face {
            font-family: 'Savoye';
            src: url('Savoye-LET.ttc');
        }

        header {
            height: 17vh;
        }

        .bg-section {
            width: 100%;
            background-attachment: scroll;
            background-image: url('1.png');
            background-repeat: no-repeat;
            background-size: contain;
        }

        .bg-section h1 {
            font-size: 300%;
            margin-top: 10vh;
            color: #000;
        }

        .bg-section .subhead {
            font-size: 160%;
            color: #000;
        }

        .header-row {
            padding: 2vh 1vw 0 1vw;
        }

        .logo {
            background-image: url('logo.svg');
            background-repeat: no-repeat;
            background-size: cntain;
            height: 15vh;
            width: 100%;
        }

        .logo:hover {
            cursor: pointer;
        }

        .head {
            text-align: center;
            font-size: 350%;
            font-family: Savoye;
            color: #000;
        }

        .gold {
            color: #DAB970;
        }

        .phone {
            font-family: Savoye;
            color: #000;
            font-size: 180%;
            margin-bottom: 5px;
        }

        .social-list {
            float: right;
            padding-top: 15px;
        }

        .top-social {
            border-radius: 2px;
            display: inline-block;
            padding: 3px 6px 1px 6px;
            text-decoration: none;
            border-radius: 50%;
            color: #fff;
            margin: 0 2px;
            text-decoration: none;
        }

        .viber {
            background-color: #65399D;
        }

        .telegram {
            background-color: #0091C8;
        }

        .whatsapp {
            background-color: #4CAF50;
        }

        .sidebar-head {
            font-size: 150%;
            font-weight: 600;
        }

        .card {
            padding: 10px;
            margin: 25px;
            background-color: rgb(247, 247, 247);
            box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
        }
        .card:hover {
            box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.10) !important;
        }

        .fin-link {
            font-size: 100%;
        }

        .webinar-options {
            margin-top: 30px;
            font-size: 150%;
            padding-left: 30px;
        }

        .webinar-start {
            font-size: 110%;
            text-align: left;
        }

        .youtube-img {
            min-height: 60px;
            min-width: 280px;
        }

        .jumbotron {
            margin: 0 auto;
            padding: 1rem 2rem 1rem 2rem;
            font-size: 100%;
        }

        .jumbotron .t-btn {
            display: block;
            font-family: 'Roboto', Arial, sans-serif;
            text-align: center;
            height: 50px;
            padding: 12px 10px;
            width: 100%;
            color: #ffffff;
            background-color: #ff5c33;
            font-size: 90%;
        }

        .program-header {
            font-size: 250%;
            margin-top: 10vh;
            color: #000;
        }   


        .name {
            font-size: 120%;
            font-weight: 600;
        }
        /*  */

        #form {
            height: 100vh;
            background-image: url('32124095704_4c2fd793.png');
            background-repeat: no-repeat;
            background-size: cover;
        }

        .form-block {
            padding-top: 15vh;
            color: #fff;
            text-align: center;
        }
        .contact-form {
            width: 40vw;
            padding: 50px;
            margin-top: 5vh;
            margin-left: 30vw;
        }

        .t-input {
            color: #000000;
            background-color: #ffffff;
            margin: 0;
            font-family: 'Roboto', Arial, sans-serif;
            font-size: 100%;
            height: 60px;
            padding: 0 20px;
            font-size: 16px;
            line-height: 1.33;
            width: 100%;
            border: 0 none;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            outline: none;
            -webkit-appearance: none;
            margin-bottom: 20px;
            height: 56px;
            padding: 0 20px;
            width: 100%;
        }

        .t-submit {
            font-family: 'Roboto', Arial, sans-serif;
            text-align: center;
            height: 60px;
            border: 0 none;
            font-size: 16px;
            padding-left: 60px;
            padding-right: 60px;
            -webkit-appearance: none;
            font-weight: 700;
            white-space: nowrap;
            background-image: none;
            cursor: pointer;
            margin: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            outline: none;
            background: transparent;
            height: 56px;
            padding: 0 20px;
            width: 100%;
            color: #ffffff;
            background-color: #ff5c33;
        }

        /* On screens that are 1900px or less, set the background color to blue */
        @media screen and (max-width: 1900px) {
            .phone {
                font-size: 150%;
            }


        }

        /* On screens that are 992px or less, set the background color to blue */
        @media screen and (max-width: 1200px) {
            .phone {
                font-size: 120%;
            }

            .card-title {
                font-size: 100%;
            }


        }

        /* On screens that are 600px or less, set the background color to olive */
        @media screen and (max-width: 600px) {
            body {
                height: 100%;
            }

            header {
                height: unset;
            }

            .logo {
                background-position: center center;
            }

            .head {
                font-size: 200%;
            }

            .social-list {
                float: unset;
            }

            .phone {
                font-size: 200%;
            }

            .bg-section h1 {
                font-size: 200%;
            }

            .bg-section .subhead {
                font-size: 150%;
            }

            .contact-form {
                width: 90vw;
                margin-left: 5vw;
                padding: 20px;
            }


            .form-block {
                padding-top: 5vh;
            }
            .name {
                margin-top: 30px;
            }
            .program-text {
                padding: 0 30px;
            }
        }