                                                                                                                                                                                                                                                            @charset "utf-8";
                                                                                                                                                                                                                                                            /* CSS Document */
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            @import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
                                                                                                                                                                                                                                                            * {
                                                                                                                                                                                                                                                                margin: 0;
                                                                                                                                                                                                                                                                padding: 0;
                                                                                                                                                                                                                                                                box-sizing: border-box;
                                                                                                                                                                                                                                                                font-family: 'Poppins', sans-serif;
                                                                                                                                                                                                                                             
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .preload * {
                                                                                                                                                                                                                                                                transition: none !important;
                                                                                                                                                                                                                                                                -webkit-transition: none !important;
                                                                                                                                                                                                                                                                -moz-transition: none !important;
                                                                                                                                                                                                                                                                -ms-transition: none !important;
                                                                                                                                                                                                                                                                -o-transition: none !important;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            section,
                                                                                                                                                                                                                                                            header,
                                                                                                                                                                                                                                                            footer {
                                                                                                                                                                                                                                                                width: 100vw;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            ul {
                                                                                                                                                                                                                                                                list-style: none;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            a {
                                                                                                                                                                                                                                                                text-decoration: none;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .about .heading_white {
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .about .heading_white h2 {
                                                                                                                                                                                                                                                                padding-top: 50px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .gallery .heading_black h2 {
                                                                                                                                                                                                                                                                padding-top: 50px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .Box1,
                                                                                                                                                                                                                                                            .Box2,
                                                                                                                                                                                                                                                            .Box3,
                                                                                                                                                                                                                                                            .Box4,
                                                                                                                                                                                                                                                            .Box5 {
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                flex-direction: column;
                                                                                                                                                                                                                                                                justify-content: center;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .Box1,
                                                                                                                                                                                                                                                            .Box2,
                                                                                                                                                                                                                                                            .Box3,
                                                                                                                                                                                                                                                            .Box4,
                                                                                                                                                                                                                                                            .Box5 {
                                                                                                                                                                                                                                                                padding-top: 10px;
                                                                                                                                                                                                                                                                padding-bottom: 10px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .nav_2 {
                                                                                                                                                                                                                                                                display: none;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .nav_2 ul li a i {
                                                                                                                                                                                                                                                                font-size: 50px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .home_banner {
                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                min-height: 80vh;
                                                                                                                                                                                                                                                                background: linear-gradient(rgba(95, 92, 92, 0.7), rgba(95, 92, 92, 0.7)), url("../IMG/8th Annual ATTYH Community Art Exhibit/19-053 194.jpg");
                                                                                                                                                                                                                                                                padding-top: 220px;
                                                                                                                                                                                                                                                                padding-left: 40px;
                                                                                                                                                                                                                                                                padding-right: 40px;
                                                                                                                                                                                                                                                                background-size: cover;
                                                                                                                                                                                                                                                                background-repeat: no-repeat;
                                                                                                                                                                                                                                                                background-position: 0 100px;
                                                                                                                                                                                                                                                                overflow: hidden;
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                justify-content: space-between;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .home_banner h2 {
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                bottom: 20px;
                                                                                                                                                                                                                                                                margin: 2px;
                                                                                                                                                                                                                                                                right: 12px;
                                                                                                                                                                                                                                                                font-size: 4em;
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                font-weight: 400;
                                                                                                                                                                                                                                                                line-height: 1.4em;
                                                                                                                                                                                                                                                                text-align: right;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .home_banner h2 span {
                                                                                                                                                                                                                                                                font-size: 1.6em;
                                                                                                                                                                                                                                                                font-weight: 800;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .home_banner h3 {
                                                                                                                                                                                                                                                                font-size: 1.5em;
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                font-weight: 500;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .home_banner:after {
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                content: 'ATTYH';
                                                                                                                                                                                                                                                                bottom: 0;
                                                                                                                                                                                                                                                                right: 0;
                                                                                                                                                                                                                                                                font-size: 20vw;
                                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                opacity: 0.08;                       
                                                                                                                                                                                                                                                            }



                                                                                                                                                                                                                                                            .donate_banner {
                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                min-height: 80vh;
                                                                                                                                                                                                                                                                background: linear-gradient(rgba(95, 92, 92, 0.7), rgba(95, 92, 92, 0.7)), url("../IMG/Art2018/18-054 206.jpg");
                                                                                                                                                                                                                                                                padding-top: 220px;
                                                                                                                                                                                                                                                                padding-left: 40px;
                                                                                                                                                                                                                                                                padding-right: 40px;
                                                                                                                                                                                                                                                                background-size: cover;
                                                                                                                                                                                                                                                                background-repeat: no-repeat;
                                                                                                                                                                                                                                                                background-position: 0 100px;
                                                                                                                                                                                                                                                                overflow: hidden;
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                justify-content: space-between;
                                                                                                                                                                                                                                                               
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .donate_banner h2 {
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                bottom: 20px;
                                                                                                                                                                                                                                                                margin: 2px;
                                                                                                                                                                                                                                                                right: 12px;
                                                                                                                                                                                                                                                                font-size: 10em;
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                font-weight: 800;
                                                                                                                                                                                                                                                                line-height: 1.4em;
                                                                                                                                                                                                                                                                text-align: right;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                         .donateBx .heading_white .contentBx h3{
                                                                                                                                                                                                                                                            padding-bottom: 70px;

                                                                                                                                                                                                                                                         }

                                                                                                                                                                                                                                                       
                                                                                                                                                                                                                                                         
                                                                                                                                                                                                                                                         .donateBx .heading_white .contentBx h3::after{
                                                                                                                                                                                                                                                            content: '';
                                                                                                                                                                                                                                                            background: #fff;
                                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                                            margin-top: 50px;
                                                                                                                                                                                                                                                            margin-left: auto;
                                                                                                                                                                                                                                                            margin-right: auto;
                                                                                                                                                                                                                                                            width: 70%;
                                                                                                                                                                                                                                                            height: .5rem;
                                                                                                                                                                                                                                                            border-radius: 100px;

                                                                                                                                                                                                                                                         }


                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .donate_banner:after {
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                content: 'Donate';
                                                                                                                                                                                                                                                                bottom: 0;
                                                                                                                                                                                                                                                                right: 0;
                                                                                                                                                                                                                                                                font-size: 20vw;
                                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                opacity: 0.08;                       
                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                            .donation_body {
                                                                                                                                                                                                                                                                background: #111;

                                                                                                                                                                                                                                                                height: 100vh;
                                                                                                                                                                                                                                                               
                                                                                                                                                                                                                                                                border-top: 8px double #fff;
                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .donateBx 
                                                                                                                                                                                                                                                                {
                                                                                                                                                                                                                                                                    margin-top: 50px;
                                                                                                                                                                                                                                                                   
                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                             .donateBx .heading_white .contentBx {
                                                                                                                                                                                                                                                                position: relative; 
                                                                                                                                                                                                                                                                justify-content: center;
                                                                                                                                                                                                                                                                text-align: center;


                                                                                                                                                                                                                                                             }

                                                                                                                                                                                                                                                             .donateBx .heading_white .contentBx h3{
                                                                                                                                                                                                                                                                font-size: 3em;
                                                                                                                                                                                                                                                                justify-content: center;
                                                                                                                                                                                                                                                                text-align: center;

                                                                                                                                                                                                                                                             }

                                                                                                                                                                                                                                                             .donateBx .heading_white .contentBx p{
                                                                                                                                                                                                                                                                font-size: 1.6em;
                                                                                                                                                                                                                                                                justify-content: center;
                                                                                                                                                                                                                                                                text-align: center;

                                                                                                                                                                                                                                                             }


                                                                                                                                                                                                                                                             .donateBx .heading_white .contentBx blockquote{
                                                                                                                                                                                                                                                                 font-size: 1.6em;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .donateBx .heading_white .contentBx a{
                                                                                                                                                                                                                                                                text-decoration: none;
                                                                                                                                                                                                                                                                color:#fff;
                                                                                                                                                                                                                                                           }
                                                                                                                                                                                                                                                           
                                                                                                                                                                                                                                                            


                                                                                                                                                                                                                                                            #logo img {
                                                                                                                                                                                                                                                                height: 100px;
                                                                                                                                                                                                                                                                width: 160px;
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                left: 50px;
                                                                                                                                                                                                                                                                top: 10px;
                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                            #donate_button img {
                                                                                                                                                                                                                                                                height: 50px;
                                                                                                                                                                                                                                                                width: 50px;
                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                transition: 0.5s;                                                                                                                                                                                                                                                               
                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                            .image_off, #donate_button:hover .image_on {
                                                                                                                                                                                                                                                                display: none;
                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                            .image_on, #donate_button:hover .image_off {
                                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                            }


                                                                                                                                                                                                                                                            .btn1 {
                                                                                                                                                                                                                                                                background: #dcfa0b;
                                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                                margin: 0 auto;
                                                                                                                                                                                                                                                                color: #111;
                                                                                                                                                                                                                                                                margin-top: 30px;
                                                                                                                                                                                                                                                                padding: 10px 15px;
                                                                                                                                                                                                                                                                font-size: 3vh;
                                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                                text-decoration: none;
                                                                                                                                                                                                                                                                letter-spacing: 3px;
                                                                                                                                                                                                                                                                font-weight: 500;                                                                                                                                                                                                                                                               
                                                                                                                                                                                                                                                                border-radius: 50px 50px 50px 50px;
                                                                                                                                                                                                                                                                transition: 0.5s;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .btn1:hover {
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                background: #135682;
                                                                                                                                                                                                                                                                border: 5px solid white;
                                                                                                                                                                                                                                                            }


                                                                                                                                                                                                                                                            .btn2 {
                                                                                                                                                                                                                                                                background:  #135682;
                                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                                margin: 0 auto;
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                margin-top: 30px;
                                                                                                                                                                                                                                                                padding: 10px 15px;
                                                                                                                                                                                                                                                                font-size: 3vh;
                                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                                text-decoration: none;
                                                                                                                                                                                                                                                                letter-spacing: 3px;
                                                                                                                                                                                                                                                                font-weight: 500;                                                                                                                                                                                                                                                               
                                                                                                                                                                                                                                                                border-radius: 50px 50px 50px 50px;
                                                                                                                                                                                                                                                                transition: 0.5s;
                                                                                                                                                                                                                                                                border: 5px solid#dcfa0b;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .btn2:hover {
                                                                                                                                                                                                                                                                color: #111;
                                                                                                                                                                                                                                                                background: #dcfa0b;
                                                                                                                                                                                                                                                                border: 5px solid black;
                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .btn5 {
                                                                                                                                                                                                                                                                background: #dcfa0b;
                                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                                color: #111;
                                                                                                                                                                                                                                                                margin-top: 30px;
                                                                                                                                                                                                                                                                padding: 10px 15px;
                                                                                                                                                                                                                                                                font-size: 5vh;                                                       
                                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                                text-decoration: none;
                                                                                                                                                                                                                                                                letter-spacing: 3px;
                                                                                                                                                                                                                                                                font-weight: 500;
                                                                                                                                                                                                                                                                border-radius: 50px 50px 50px 50px;
                                                                                                                                                                                                                                                                transition: 0.5s;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .btn5:hover {
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                background: #135682;
                                                                                                                                                                                                                                                                border: 5px solid white;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            #logo img {
                                                                                                                                                                                                                                                                height: 100px;
                                                                                                                                                                                                                                                                width: 160px;
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                left: 50px;
                                                                                                                                                                                                                                                                top: 10px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            header {
                                                                                                                                                                                                                                                                position: fixed;
                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                                height: 60px;
                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                background: #111;
                                                                                                                                                                                                                                                                padding: 60px 60px;
                                                                                                                                                                                                                                                                z-index: 99999;
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                justify-content: space-between;
                                                                                                                                                                                                                                                                align-items: center;
                                                                                                                                                                                                                                                                transition: 0.5s;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            header.sticky {
                                                                                                                                                                                                                                                                background: rgb(220, 250, 111);
                                                                                                                                                                                                                                                                padding: 60px 100px;
                                                                                                                                                                                                                                                                box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            header.sticky ul li a {
                                                                                                                                                                                                                                                                color: #111;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            header.sticky ul li a:hover {
                                                                                                                                                                                                                                                                color: #1972ad;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            header ul {
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                right: 30px;
                                                                                                                                                                                                                                                                top: 40px;
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            header li {
                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                list-style: none;
                                                                                                                                                                                                                                                                font-weight: 400;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            header ul li a {
                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                                margin: 0 15px;
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                font-size: 24px;
                                                                                                                                                                                                                                                                font-weight: 400;
                                                                                                                                                                                                                                                                text-decoration: none;
                                                                                                                                                                                                                                                                transition: 0.5s;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            header ul li a:hover {
                                                                                                                                                                                                                                                                color: #dcfa0b;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            footer {
                                                                                                                                                                                                                                                                min-height: 10vh;
                                                                                                                                                                                                                                                                margin: 0 auto;
                                                                                                                                                                                                                                                                padding-top: 100px;
                                                                                                                                                                                                                                                                background: #0f3f5f;
                                                                                                                                                                                                                                                                border-top: 6px solid #777;
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                justify-content: center;
                                                                                                                                                                                                                                                                align-items: center;
                                                                                                                                                                                                                                                                width: 100vw;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            footer p {
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                padding-bottom: 24px;
                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                                font-size: 14px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .heading_black {
                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                                margin-bottom: 70px;
                                                                                                                                                                                                                                                                color: #111;
                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .heading_white {                                                                                                                                                                                                                                    
                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                                margin-bottom: 70px;
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                               
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .Box5 .heading_white h2 {
                                                                                                                                                                                                                                                                padding-top: 60px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .heading_white h2 {
                                                                                                                                                                                                                                                                font-weight: 800;
                                                                                                                                                                                                                                                                font-size: 3em;
                                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .heading_black h2 {
                                                                                                                                                                                                                                                                font-weight: 800;
                                                                                                                                                                                                                                                                font-size: 3em;
                                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .heading_white p {
                                                                                                                                                                                                                                                                font-size: 20px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .heading_black p {
                                                                                                                                                                                                                                                                font-size: 20px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .about {
                                                                                                                                                                                                                                                                border-top: 10px double #fff;
                                                                                                                                                                                                                                                                background: #111;
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                border-bottom: 10px double #fff;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .about h2 {
                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                                padding: 40px 0;
                                                                                                                                                                                                                                                                font-size: 3em;
                                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .content {
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                justify-content: space-between;
                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                padding-bottom: 80px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .contentBx h3 {
                                                                                                                                                                                                                                                                padding-bottom: 10px;
                                                                                                                                                                                                                                                                font-weight: 800;
                                                                                                                                                                                                                                                                font-size: 9rem;
                                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .images {
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                flex-direction: row;
                                                                                                                                                                                                                                                                align-items: center;
                                                                                                                                                                                                                                                                justify-content: space-between;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .w50 {
                                                                                                                                                                                                                                                                min-width: 50%;
                                                                                                                                                                                                                                                                opacity: 1;
                                                                                                                                                                                                                                                                visibility: visible;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .w50 img {
                                                                                                                                                                                                                                                                bottom: auto;
                                                                                                                                                                                                                                                                right: 120px;
                                                                                                                                                                                                                                                                width: 500px;
                                                                                                                                                                                                                                                                height: 500px;
                                                                                                                                                                                                                                                                border-radius: 300px;
                                                                                                                                                                                                                                                                margin-left: 60px;
                                                                                                                                                                                                                                                                border-color: #dcfa0b;
                                                                                                                                                                                                                                                                border-style: double;
                                                                                                                                                                                                                                                                border-width: 25px;
                                                                                                                                                                                                                                                                box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .about_banner {
                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                background: linear-gradient(rgba(95, 92, 92, 0.7), rgba(95, 92, 92, 0.7)), url("../IMG/19-053 182.jpg");
                                                                                                                                                                                                                                                                min-height: 80vh;
                                                                                                                                                                                                                                                                padding-top: 220px;
                                                                                                                                                                                                                                                                padding-left: 40px;
                                                                                                                                                                                                                                                                padding-right: 40px;
                                                                                                                                                                                                                                                                background-repeat: no-repeat;
                                                                                                                                                                                                                                                                background-position: 10% 10%;
                                                                                                                                                                                                                                                                overflow: hidden;
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                justify-content: space-between;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .about_banner h2 {
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                font-size: 10em;
                                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                                                right: 0;
                                                                                                                                                                                                                                                                bottom: 60px;
                                                                                                                                                                                                                                                                margin-right: .3em;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .about_banner:after {
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                content: 'About';
                                                                                                                                                                                                                                                                bottom: 0;
                                                                                                                                                                                                                                                                right: 0;
                                                                                                                                                                                                                                                                font-size: 20vw;
                                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                opacity: 0.08;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .team_section {
                                                                                                                                                                                                                                                                padding: 6rem 0;
                                                                                                                                                                                                                                                                background: #fff;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .team_title {
                                                                                                                                                                                                                                                                padding-top: 40px;
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                margin-left: 20%;
                                                                                                                                                                                                                                                                margin-right: 20%;
                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                                justify-content: center;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .team_title h3 {
                                                                                                                                                                                                                                                                font-weight: 800;
                                                                                                                                                                                                                                                                font-size: 40px;
                                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                                margin-bottom: 60px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .team_title h3::after {
                                                                                                                                                                                                                                                                content: '';
                                                                                                                                                                                                                                                                background: #111;
                                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                                margin-top: 30px;
                                                                                                                                                                                                                                                                margin-left: auto;
                                                                                                                                                                                                                                                                margin-right: auto;
                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                height: .4rem;
                                                                                                                                                                                                                                                                border-radius: 100px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .team_header {
                                                                                                                                                                                                                                                                align-items: center;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .team_header h4 {
                                                                                                                                                                                                                                                                justify-content: center;
                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                                                font-size: 30px;
                                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                                padding-bottom: 10px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .team_body_1 {
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                flex-direction: row;
                                                                                                                                                                                                                                                                margin-left: 20%;
                                                                                                                                                                                                                                                                margin-right: 20%;
                                                                                                                                                                                                                                                                padding-bottom: 20px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .team_body_2 {
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                flex-direction: row;
                                                                                                                                                                                                                                                                margin-left: 20%;
                                                                                                                                                                                                                                                                margin-right: 20%;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .team_board_1 {
                                                                                                                                                                                                                                                                margin-left: 50px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .team_board_1 p {
                                                                                                                                                                                                                                                                text-align: left;
                                                                                                                                                                                                                                                                font-size: 20px;
                                                                                                                                                                                                                                                                font-weight: 400;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .team_board_2 {
                                                                                                                                                                                                                                                                margin-left: auto;
                                                                                                                                                                                                                                                                padding-right: 50px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .team_board_2 p {
                                                                                                                                                                                                                                                                text-align: right;
                                                                                                                                                                                                                                                                font-size: 20px;
                                                                                                                                                                                                                                                                font-weight: 400;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                           
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .top-description {
                                                                                                                                                                                                                                                                background: #111;
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                padding: 150px 150px;
                                                                                                                                                                                                                                                                border-top: 10px double #fff;
                                                                                                                                                                                                                                                                border-bottom: 10px double #fff;
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                flex-direction: row;
                                                                                                                                                                                                                                                                align-items: center;
                                                                                                                                                                                                                                                                justify-content: center;
                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .pic-1 img {
                                                                                                                                                                                                                                                                bottom: 50px;
                                                                                                                                                                                                                                                                width: 500px;
                                                                                                                                                                                                                                                                height: 500px;
                                                                                                                                                                                                                                                                border-radius: 500px;
                                                                                                                                                                                                                                                                margin-left: 60px;
                                                                                                                                                                                                                                                                border-color: #dcfa0b;
                                                                                                                                                                                                                                                                border-style: double;
                                                                                                                                                                                                                                                                border-width: 25px;
                                                                                                                                                                                                                                                                box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .description-1 {
                                                                                                                                                                                                                                                                margin-right: 50px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .description-1 h2 {
                                                                                                                                                                                                                                                                font-weight: 800;
                                                                                                                                                                                                                                                                font-size: 60px;
                                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                                padding: 0 0 30px 0;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .description-1 p {
                                                                                                                                                                                                                                                                font-weight: 300;
                                                                                                                                                                                                                                                                font-size: 20px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .description-center {
                                                                                                                                                                                                                                                                font-size: 20px;
                                                                                                                                                                                                                                                                padding: 0 55px 30px 55px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .btn4 {
                                                                                                                                                                                                                                                                text-decoration: none;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .contentBx {
                                                                                                                                                                                                                                                                margin-right: 20px;
                                                                                                                                                                                                                                                                padding-left: 30px;
                                                                                                                                                                                                                                                                padding-bottom: 20px;
                                                                                                                                                                                                                                                                text-align: left;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .contentBx2 {
                                                                                                                                                                                                                                                                margin-right: 20px;
                                                                                                                                                                                                                                                                padding-left: 30px;
                                                                                                                                                                                                                                                                padding-bottom: 200px;
                                                                                                                                                                                                                                                                text-align: right;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .contentBx h3 {
                                                                                                                                                                                                                                                                font-size: 30px;
                                                                                                                                                                                                                                                                margin-bottom: 10px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .contentBx p {
                                                                                                                                                                                                                                                                font-size: 20px;
                                                                                                                                                                                                                                                                margin-bottom: 10px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .contentBx2 p {
                                                                                                                                                                                                                                                                font-size: 20px;
                                                                                                                                                                                                                                                                margin-bottom: 10px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .spotlight {
                                                                                                                                                                                                                                                                font-weight: bold;
                                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .art_box {
                                                                                                                                                                                                                                                                background: #111;
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                padding-bottom: 100px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .w50_2 {
                                                                                                                                                                                                                                                                min-width: 50%;
                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                opacity: 1;
                                                                                                                                                                                                                                                                visibility: visible;
                                                                                                                                                                                                                                                                padding: 50px 0;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .w50_2 img {
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                top: 10px;
                                                                                                                                                                                                                                                                left: 50px;
                                                                                                                                                                                                                                                                width: 500px;
                                                                                                                                                                                                                                                                height: 500px;
                                                                                                                                                                                                                                                                border-radius: 500px;
                                                                                                                                                                                                                                                                margin-right: px;
                                                                                                                                                                                                                                                                border-color: #dcfa0b;
                                                                                                                                                                                                                                                                border-style: double;
                                                                                                                                                                                                                                                                border-width: 25px;
                                                                                                                                                                                                                                                                box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .burdine_art {
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                flex-direction: column;
                                                                                                                                                                                                                                                                justify-content: center;
                                                                                                                                                                                                                                                                padding-bottom: 80px;
                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .burdine_art h2,
                                                                                                                                                                                                                                                            .past_events h2 {
                                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                                padding: 60px 0;
                                                                                                                                                                                                                                                                font-size: 3em;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .w50_3 {
                                                                                                                                                                                                                                                                min-width: 50%;
                                                                                                                                                                                                                                                                opacity: 1;
                                                                                                                                                                                                                                                                visibility: visible;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .w50_3 img {
                                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                                width: 500px;
                                                                                                                                                                                                                                                                height: 500px;
                                                                                                                                                                                                                                                                margin-left: auto;
                                                                                                                                                                                                                                                                margin-right: auto;
                                                                                                                                                                                                                                                                border-radius: 500px;
                                                                                                                                                                                                                                                                border-color: #135682;
                                                                                                                                                                                                                                                                border-style: double;
                                                                                                                                                                                                                                                                border-width: 25px;
                                                                                                                                                                                                                                                                box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .past_banner {
                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                background: linear-gradient(rgba(95, 92, 92, 0.7), rgba(95, 92, 92, 0.7)), url("../IMG/18-054 078.jpg");
                                                                                                                                                                                                                                                                min-height: 70vh;
                                                                                                                                                                                                                                                                padding-top: 220px;
                                                                                                                                                                                                                                                                padding-left: 40px;
                                                                                                                                                                                                                                                                padding-right: 40px;
                                                                                                                                                                                                                                                                background-size: cover;
                                                                                                                                                                                                                                                                background-repeat: no-repeat;
                                                                                                                                                                                                                                                                background-position: 0 100px;
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                overflow: hidden;
                                                                                                                                                                                                                                                                justify-content: space-between;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .past_banner h2 {
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                font-size: 10em;
                                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                                                right: 0;
                                                                                                                                                                                                                                                                bottom: 60px;
                                                                                                                                                                                                                                                                margin-right: .3em;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .past_banner:after {
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                content: 'Events';
                                                                                                                                                                                                                                                                bottom: 0;
                                                                                                                                                                                                                                                                right: 0;
                                                                                                                                                                                                                                                                font-size: 20vw;
                                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                opacity: 0.08;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .event-intro {
                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                                width: 80%;
                                                                                                                                                                                                                                                                margin: auto;
                                                                                                                                                                                                                                                                justify-content: center;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .event-intro::after {
                                                                                                                                                                                                                                                                content: '';
                                                                                                                                                                                                                                                                background: #135682;
                                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                                margin-top: 50px;
                                                                                                                                                                                                                                                                margin-left: auto;
                                                                                                                                                                                                                                                                margin-right: auto;
                                                                                                                                                                                                                                                                width: 70%;
                                                                                                                                                                                                                                                                height: .5rem;
                                                                                                                                                                                                                                                                border-radius: 100px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .event-intro h3 {
                                                                                                                                                                                                                                                                font-weight: 800;
                                                                                                                                                                                                                                                                font-size: 50px;
                                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                                margin-top: 50px;
                                                                                                                                                                                                                                                                margin-bottom: 20px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .event-intro p {
                                                                                                                                                                                                                                                                font-weight: 400;
                                                                                                                                                                                                                                                                line-height: 2;
                                                                                                                                                                                                                                                                font-size: 1.5rem;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .past_events {
                                                                                                                                                                                                                                                                background: #111;
                                                                                                                                                                                                                                                                border-top: 10px double #fff;
                                                                                                                                                                                                                                                                justify-content: center;
                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .past_events,
                                                                                                                                                                                                                                                            .heading_white {
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .past_events .heading_white h2 {
                                                                                                                                                                                                                                                                padding-bottom: 10px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .past_events .heading_white p {
                                                                                                                                                                                                                                                                font-size: 20px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .card-section {
                                                                                                                                                                                                                                                                box-sizing: border-box;
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                align-items: flex-start;
                                                                                                                                                                                                                                                                justify-content: space-between;
                                                                                                                                                                                                                                                                border-top: 10px double #111;
                                                                                                                                                                                                                                                                flex-direction: column;
                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .card {
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                flex-direction: column;
                                                                                                                                                                                                                                                                box-shadow: 2px .8rem 1rem rgba(0, 0, 0, .4);
                                                                                                                                                                                                                                                                padding: 10px;
                                                                                                                                                                                                                                                                border: 10px solid #135682;
                                                                                                                                                                                                                                                                transition: 0.5s;
                                                                                                                                                                                                                                                                border-radius: 6px;
                                                                                                                                                                                                                                                                width: 80vw;
                                                                                                                                                                                                                                                                margin: 60px auto;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .image-data {
                                                                                                                                                                                                                                                                height: 30rem;
                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                z-index: 1;
                                                                                                                                                                                                                                                                overflow: hidden;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .background-image-1 {
                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                height: 100%;
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                background: linear-gradient(rgba(19, 86, 130, 0.3), rgba(19, 86, 130, 0.3)), url("../IMG/ATTYH Halloween/20171028_164350_002.jpg") center no-repeat;
                                                                                                                                                                                                                                                                background-size: cover;
                                                                                                                                                                                                                                                                background-position: 0 -80px;
                                                                                                                                                                                                                                                                z-index: -1;
                                                                                                                                                                                                                                                                padding: 40px;
                                                                                                                                                                                                                                                                transition: transform 5s;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .card:hover .background-image-1 {
                                                                                                                                                                                                                                                                transform: scale(1.2);
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .background-image-2 {
                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                height: 100%;
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                background: linear-gradient(rgba(19, 86, 130, 0.3), rgba(19, 86, 130, 0.3)), url("../IMG/7th Annual ATTYH Community and National Art Exhibit/17-059 077.jpg") center no-repeat;
                                                                                                                                                                                                                                                                background-size: cover;
                                                                                                                                                                                                                                                                z-index: -1;
                                                                                                                                                                                                                                                                padding: 40px;
                                                                                                                                                                                                                                                                transition: transform 5s;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .card:hover .background-image-2 {
                                                                                                                                                                                                                                                                transform: scale(1.2);
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .background-image-3 {
                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                height: 100%;
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                background: linear-gradient(rgba(19, 86, 130, 0.3), rgba(19, 86, 130, 0.3)), url("../IMG/8th Annual ATTYH Community Art Exhibit/19-053 073.jpg") center no-repeat;
                                                                                                                                                                                                                                                                background-size: cover;
                                                                                                                                                                                                                                                                background-position: 0 -80px;
                                                                                                                                                                                                                                                                z-index: -1;
                                                                                                                                                                                                                                                                padding: 40px;
                                                                                                                                                                                                                                                                transition: transform 5s;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .card:hover .background-image-3 {
                                                                                                                                                                                                                                                                transform: scale(1.2);
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .background-image-4 {
                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                height: 100%;
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                background: linear-gradient(rgba(19, 86, 130, 0.3), rgba(19, 86, 130, 0.3)), url("../IMG/2016 East High Event/Portrait_1-big.png") center no-repeat;
                                                                                                                                                                                                                                                                background-size: cover;
                                                                                                                                                                                                                                                                background-position: 0 -80px;
                                                                                                                                                                                                                                                                z-index: -1;
                                                                                                                                                                                                                                                                padding: 40px;
                                                                                                                                                                                                                                                                transition: transform 5s;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .border {
                                                                                                                                                                                                                                                                border: 6px solid #135682;
                                                                                                                                                                                                                                                                border-radius: 6px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .card:hover .background-image-4 {
                                                                                                                                                                                                                                                                transform: scale(1.2);
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .background-image-5 {
                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                height: 100%;
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                background: linear-gradient(rgba(19, 86, 130, 0.3), rgba(19, 86, 130, 0.3)), url("../IMG/ATTYH Community Art Show @ McAdams Park/20160220_144019-small.jpg") center no-repeat;
                                                                                                                                                                                                                                                                background-size: cover;
                                                                                                                                                                                                                                                                background-size: cover;
                                                                                                                                                                                                                                                                background-position: 0 0;
                                                                                                                                                                                                                                                                z-index: -1;
                                                                                                                                                                                                                                                                padding: 40px;
                                                                                                                                                                                                                                                                transition: transform 5s;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .card:hover .background-image-5 {
                                                                                                                                                                                                                                                                transform: scale(1.2);
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .background-image-6 {
                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                height: 100%;
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                background: linear-gradient(rgba(19, 86, 130, 0.3), rgba(19, 86, 130, 0.3)), url("../IMG/ATTYH 2018 Field Trip/IMG_0029-big.jpg") center no-repeat;
                                                                                                                                                                                                                                                                background-size: cover;
                                                                                                                                                                                                                                                                background-position: 0 0;
                                                                                                                                                                                                                                                                z-index: -1;
                                                                                                                                                                                                                                                                padding: 40px;
                                                                                                                                                                                                                                                                transition: transform 5s;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .card:hover .background-image-6 {
                                                                                                                                                                                                                                                                transform: scale(1.2);
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .background-image-11{
                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                height: 100%;
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                background: linear-gradient(rgba(19, 86, 130, 0.3), rgba(19, 86, 130, 0.3)), url("../IMG/6thAnnualArtTouchesYourHeartArtShow/pic-1-small.jpg") center no-repeat;
                                                                                                                                                                                                                                                                background-size: cover;
                                                                                                                                                                                                                                                                background-position: 0 0;
                                                                                                                                                                                                                                                                z-index: -1;
                                                                                                                                                                                                                                                                padding: 40px;
                                                                                                                                                                                                                                                                transition: transform 5s;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .card:hover .background-image-11 {
                                                                                                                                                                                                                                                                transform: scale(1.2);
                                                                                                                                                                                                                                                            }


                                                                                                                                                                                                                                                            .background-image-7 {
                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                height: 100%;
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                background: linear-gradient(rgba(19, 86, 130, 0.3), rgba(19, 86, 130, 0.3)), url("../IMG/Dallas_Trip/20200928_153932-big.jpg") center no-repeat;
                                                                                                                                                                                                                                                                background-size: cover;
                                                                                                                                                                                                                                                                background-position: 0 0;
                                                                                                                                                                                                                                                                z-index: -1;
                                                                                                                                                                                                                                                                padding: 40px;
                                                                                                                                                                                                                                                                transition: transform 5s;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .card:hover .background-image-7 {
                                                                                                                                                                                                                                                                transform: scale(1.2);
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .background-image-8 {
                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                height: 100%;
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                background: linear-gradient(rgba(19, 86, 130, 0.3), rgba(19, 86, 130, 0.3)), url("../IMG/NAACP/20161008_194707-big.jpg") center no-repeat;
                                                                                                                                                                                                                                                                background-size: cover;
                                                                                                                                                                                                                                                                background-position: 0 0;
                                                                                                                                                                                                                                                                z-index: -1;
                                                                                                                                                                                                                                                                padding: 40px;
                                                                                                                                                                                                                                                                transition: transform 5s;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .card:hover .background-image-8 {
                                                                                                                                                                                                                                                                transform: scale(1.2);
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .background-image-9 {
                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                height: 100%;
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                background: linear-gradient(rgba(19, 86, 130, 0.3), rgba(19, 86, 130, 0.3)), url("../IMG/9th Annual ATTYH Community and National Art Exhibit/20200207_130739-small.jpg") center no-repeat;
                                                                                                                                                                                                                                                                background-size: cover;
                                                                                                                                                                                                                                                                background-position: 0 0;
                                                                                                                                                                                                                                                                z-index: -1;
                                                                                                                                                                                                                                                                padding: 40px;
                                                                                                                                                                                                                                                                transition: transform 5s;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .card:hover .background-image-9 {
                                                                                                                                                                                                                                                                transform: scale(1.2);
                                                                                                                                                                                                                                                            }


                                                                                                                                                                                                                                                            .background-image-12 {
                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                height: 100%;
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                background: linear-gradient(rgba(19, 86, 130, 0.3), rgba(19, 86, 130, 0.3)), url("../IMG/2015Trio/15-035 006-big.jpg") center no-repeat;
                                                                                                                                                                                                                                                                background-size: cover;
                                                                                                                                                                                                                                                                background-position: 0 0;
                                                                                                                                                                                                                                                                z-index: -1;
                                                                                                                                                                                                                                                                padding: 40px;
                                                                                                                                                                                                                                                                transition: transform 5s;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .card:hover .background-image-12 {
                                                                                                                                                                                                                                                                transform: scale(1.2);
                                                                                                                                                                                                                                                            }


                                                                                                                                                                                                                                                            .background-image-10 {
                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                height: 100%;
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                background: linear-gradient(rgba(19, 86, 130, 0.3), rgba(19, 86, 130, 0.3)), url("../IMG/2017WhatUpWichita/Untitled-3-big.jpg") center no-repeat;
                                                                                                                                                                                                                                                                background-size: cover;
                                                                                                                                                                                                                                                                background-position: 0 0;
                                                                                                                                                                                                                                                                z-index: -1;
                                                                                                                                                                                                                                                                padding: 40px;
                                                                                                                                                                                                                                                                transition: transform 5s;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .card:hover .background-image-10 {
                                                                                                                                                                                                                                                                transform: scale(1.2);
                                                                                                                                                                                                                                                            }
																																																															
																																																															.background-image-13 {
                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                height: 100%;
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                background: linear-gradient(rgba(19, 86, 130, 0.3), rgba(19, 86, 130, 0.3)), url("../IMG/USD259/pic-4-small.jpg") center no-repeat;
                                                                                                                                                                                                                                                                background-size: cover;
                                                                                                                                                                                                                                                                background-position: 0 0;
                                                                                                                                                                                                                                                                z-index: -1;
                                                                                                                                                                                                                                                                padding: 40px;
                                                                                                                                                                                                                                                                transition: transform 5s;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .card:hover .background-image-13 {
                                                                                                                                                                                                                                                                transform: scale(1.2);
                                                                                                                                                                                                                                                            }


                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .publication-details {
                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                height: 100%;
                                                                                                                                                                                                                                                                background: var(--gradient-color);
                                                                                                                                                                                                                                                                font-size: 3rem;
                                                                                                                                                                                                                                                                font-weight: bold;
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                padding: 1rem;
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .date {
                                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .post-data {
                                                                                                                                                                                                                                                                background-color: #fff;
                                                                                                                                                                                                                                                                padding: 2rem 3rem;
                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .title {
                                                                                                                                                                                                                                                                font-size: 3rem;
                                                                                                                                                                                                                                                                line-height: 1;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .subtitle {
                                                                                                                                                                                                                                                                font-size: 1.2rem;
                                                                                                                                                                                                                                                                font-weight: 400;
                                                                                                                                                                                                                                                                color: #a2a2a2;
                                                                                                                                                                                                                                                                margin: .8rem 0 1.2rem 0;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .event-background {
                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                padding-left: 1.2rem;
                                                                                                                                                                                                                                                                padding-bottom: 20px;
                                                                                                                                                                                                                                                                font-size: 20px;
                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                            .event_description {
                                                                                                                                                                                                                                                                width: 50%;
                                                                                                                                                                                                                                                                height: 100%;
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                background: #111;
                                                                                                                                                                                                                                                                padding-top: 180px;
                                                                                                                                                                                                                                                                padding-bottom: 60px;
                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                            .event_gallery {
                                                                                                                                                                                                                                                                width: 50%;
                                                                                                                                                                                                                                                                padding-top: 180px;
                                                                                                                                                                                                                                                                padding-bottom: 60px;
                                                                                                                                                                                                                                                                height: 100%;
                                                                                                                                                                                                                                                                overflow: scroll;
                                                                                                                                                                                                                                                            }



                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .cta {
                                                                                                                                                                                                                                                                text-align: right;
                                                                                                                                                                                                                                                                font-weight: bold;
                                                                                                                                                                                                                                                                margin-top: 2.5rem;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .cta a {
                                                                                                                                                                                                                                                                background: #111;
                                                                                                                                                                                                                                                                padding: 20px;
                                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                                font-weight: bold;
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                border-radius: 100px;
                                                                                                                                                                                                                                                                transition: 0.5s;
                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .cta a:hover {
                                                                                                                                                                                                                                                                background: #135682;
                                                                                                                                                                                                                                                                font-size: 18px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .eventGroup {
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                flex-wrap: wrap;
                                                                                                                                                                                                                                                                justify-content: center;
                                                                                                                                                                                                                                                                margin: auto;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .eventBx {
                                                                                                                                                                                                                                                                overflow: hidden;
                                                                                                                                                                                                                                                                background-color: #f1f3f8;
                                                                                                                                                                                                                                                                width: 300px;
                                                                                                                                                                                                                                                                height: 540px;
                                                                                                                                                                                                                                                                margin: 10px;
                                                                                                                                                                                                                                                                padding: 30px;
                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                                border-radius: 12px;
                                                                                                                                                                                                                                                                border-color: #dcfa0b;
                                                                                                                                                                                                                                                                border-style: solid;
                                                                                                                                                                                                                                                                border-width: 9px;
                                                                                                                                                                                                                                                                transition: 0.5s;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .eventBx img {
                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                box-shadow: 0 5px 8px rgba(0, 0, 0, 0.4);
                                                                                                                                                                                                                                                                right: 4px;
                                                                                                                                                                                                                                                                height: 180px;
                                                                                                                                                                                                                                                                width: 180px;
                                                                                                                                                                                                                                                                border-radius: 300px;
                                                                                                                                                                                                                                                                border-color: #dcfa0b;
                                                                                                                                                                                                                                                                border-style: solid;
                                                                                                                                                                                                                                                                border-width: 10px;
                                                                                                                                                                                                                                                                transition: 0.5s;
                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                            .eventGroup .eventBx a{
                                                                                                                                                                                                                                                                text-decoration: none;
                                                                                                                                                                                                                                                                color:black;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                           .eventGroup .eventBx h3,
                                                                                                                                                                                                                                                            .eventGroup .eventBx p {
                                                                                                                                                                                                                                                                color: #111;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .eventGroup .eventBx:hover {
                                                                                                                                                                                                                                                                background: #135682;
                                                                                                                                                                                                                                                                border-color: #fff;
                                                                                                                                                                                                                                                                cursor: pointer;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .eventGroup .eventBx:hover img {
                                                                                                                                                                                                                                                                border-color: #fff;
                                                                                                                                                                                                                                                                width: 200px;
                                                                                                                                                                                                                                                                height: 200px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .eventBx:hover h3,
                                                                                                                                                                                                                                                            .eventBx:hover p,
                                                                                                                                                                                                                                                            .eventBx:hover a {
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .eventGroup a {
                                                                                                                                                                                                                                                                text-decoration: none;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .Button2 {
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                margin: 0 auto;
                                                                                                                                                                                                                                                                padding: 80px 0;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .btn {
                                                                                                                                                                                                                                                                margin: 0 auto;
                                                                                                                                                                                                                                                                color: #111;
                                                                                                                                                                                                                                                                background: #dcfa0b;
                                                                                                                                                                                                                                                                padding: 10px 15px;
                                                                                                                                                                                                                                                                width: 180px;
                                                                                                                                                                                                                                                                font-size: 20px;
                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                                text-decoration: none;
                                                                                                                                                                                                                                                                letter-spacing: 3px;
                                                                                                                                                                                                                                                                font-weight: 500;
                                                                                                                                                                                                                                                                border-radius: 50px 50px 50px 50px;
                                                                                                                                                                                                                                                                transition: 0.5s;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .btn:hover {
                                                                                                                                                                                                                                                                background: #135682;
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .gallery {
                                                                                                                                                                                                                                                                background: #fff;
                                                                                                                                                                                                                                                                border-top: 10px double #111;
                                                                                                                                                                                                                                                                border-bottom: 10px double #111;
                                                                                                                                                                                                                                                                padding-bottom: 180px;
                                                                                                                                                                                                                                                                justify-content: center;
                                                                                                                                                                                                                                                                align-items: center;
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                flex-direction: column;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .pixcontainer {
                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                height: auto;
                                                                                                                                                                                                                                                                display: grid;
                                                                                                                                                                                                                                                                grid-auto-flow: dense;
                                                                                                                                                                                                                                                                border: 8px solid #dcfa0b;
                                                                                                                                                                                                                                                                grid-template: "1fr 1fr 1fr 1fr 1fr" 33.33vh "1fr 1fr 1fr 1fr 1fr" 33.33vh "1fr 1fr 1fr 1fr 1fr" 33.33vh;
                                                                                                                                                                                                                                                                box-shadow: 0 10px 10px rgba(0, 0, 0, 0.8);
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .pixcontainer .pixBx {
                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                background: #ccc;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .pixcontainer .pixBx img {
                                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                height: 100%;
                                                                                                                                                                                                                                                                object-fit: cover;
                                                                                                                                                                                                                                                                border-style: solid;
                                                                                                                                                                                                                                                                border-color: #dcfa0b;
                                                                                                                                                                                                                                                                border-width: 5px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .pixcontainer .pixBx.a {
                                                                                                                                                                                                                                                                grid-row: span 2;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .pixcontainer .pixBx.b,
                                                                                                                                                                                                                                                            .pixcontainer .pixBx.f,
                                                                                                                                                                                                                                                            .pixcontainer .pixBx.h,
                                                                                                                                                                                                                                                            .pixcontainer .pixBx.j {
                                                                                                                                                                                                                                                                grid-column: span 2;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .pt-4 {
                                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                                padding-bottom: 40px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .pBx_title {
                                                                                                                                                                                                                                                                align-items: center;
                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                                font-size: 40px;
                                                                                                                                                                                                                                                                padding: 50px 20px;
                                                                                                                                                                                                                                                                font-weight: 800;
                                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                               
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .pBx_description {
                                                                                                                                                                                                                                                                margin: 0 90px;
                                                                                                                                                                                                                                                                font-size: 18px;
                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .partners_title::after {
                                                                                                                                                                                                                                                                content: '';
                                                                                                                                                                                                                                                                background: #fff;
                                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                                margin-top: 50px;
                                                                                                                                                                                                                                                                margin-left: auto;
                                                                                                                                                                                                                                                                margin-right: auto;
                                                                                                                                                                                                                                                                width: 50%;
                                                                                                                                                                                                                                                                height: .4rem;
                                                                                                                                                                                                                                                                border-radius: 100px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .partnersBx {
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                width: 100vw;
                                                                                                                                                                                                                                                                flex-direction: column;
                                                                                                                                                                                                                                                                border-top: 10px double #fff;
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                background: #111;
                                                                                                                                                                                                                                                                padding: 120px 0;
                                                                                                                                                                                                                                                               
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .partners_imgs {
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                flex-direction: row;
                                                                                                                                                                                                                                                                flex-wrap: wrap;
                                                                                                                                                                                                                                                                align-items: center;
                                                                                                                                                                                                                                                                justify-content: space-between;
                                                                                                                                                                                                                                                                padding: 70px;
                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .partners_imgs img {
                                                                                                                                                                                                                                                                align-items: center;
                                                                                                                                                                                                                                                                width: 300px;
                                                                                                                                                                                                                                                                height: auto;
                                                                                                                                                                                                                                                                padding-top: 50px;
                                                                                                                                                                                                                                                                padding-left: 40px;
                                                                                                                                                                                                                                                                padding-right: 0px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .bEdBx {
                                                                                                                                                                                                                                                                border-top: 10px double #111;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .bEd_title {
                                                                                                                                                                                                                                                                padding-top: 120px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .pBx_description::after {
                                                                                                                                                                                                                                                                content: '';
                                                                                                                                                                                                                                                                background: #111;
                                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                                margin-top: 60px;
                                                                                                                                                                                                                                                                margin-left: auto;
                                                                                                                                                                                                                                                                margin-right: auto;
                                                                                                                                                                                                                                                                width: 60%;
                                                                                                                                                                                                                                                                height: .4rem;
                                                                                                                                                                                                                                                                border-radius: 100px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .contact {
                                                                                                                                                                                                                                                                background: #111;
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                padding-top: 80px;
                                                                                                                                                                                                                                                                padding-bottom: 300px;
                                                                                                                                                                                                                                                                border-top: 10px double #fff;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .photos_img {
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                flex-direction: row;
                                                                                                                                                                                                                                                                flex-wrap: wrap;
                                                                                                                                                                                                                                                                align-items: center;
                                                                                                                                                                                                                                                                justify-content: center;
                                                                                                                                                                                                                                                                padding-top: 75px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .portrait {
                                                                                                                                                                                                                                                                padding: 50px;
                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                            .portrait img{
                                                                                                                                                                                                                                                             width: 240px;
                                                                                                                                                                                                                                                             height: auto;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .portrait p {
                                                                                                                                                                                                                                                                padding: 30px 0;
                                                                                                                                                                                                                                                                font-weight: 600;
                                                                                                                                                                                                                                                                font-size: 20px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .contactInfo {
                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                padding-right: 56px;
                                                                                                                                                                                                                                                                padding-left: 56px;
                                                                                                                                                                                                                                                                flex-direction: row;
                                                                                                                                                                                                                                                                justify-content: space-around;
                                                                                                                                                                                                                                                                align-items: center;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .contactInfo h2 {
                                                                                                                                                                                                                                                                font-size: 35px;
                                                                                                                                                                                                                                                                padding-bottom: 12px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .contactInfo h3 {
                                                                                                                                                                                                                                                                font-size: 26px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .contactInfo p {
                                                                                                                                                                                                                                                                font-size: 20px;
                                                                                                                                                                                                                                                                padding-top: 12px;
                                                                                                                                                                                                                                                                text-decoration: none;
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .googleMap {
                                                                                                                                                                                                                                                                padding-top: 36.25%;
                                                                                                                                                                                                                                                                width: 100vw;
                                                                                                                                                                                                                                                                overflow: hidden;
                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .map {
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                height: 100%;
                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .infoBx {
                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                text-align: left;
                                                                                                                                                                                                                                                                margin-right: 20px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .info_list {
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                flex-wrap: wrap;
                                                                                                                                                                                                                                                                padding: 30px 0;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .info_list a {
                                                                                                                                                                                                                                                                text-decoration: none;
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .info_list h3 {
                                                                                                                                                                                                                                                                padding: 0;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .info_list a p {
                                                                                                                                                                                                                                                                padding: 30px 0;
                                                                                                                                                                                                                                                                font-size: 25px;
                                                                                                                                                                                                                                                                font-weight: 400;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .contact_banner {
                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                background: linear-gradient(rgba(95, 92, 92, 0.7), rgba(95, 92, 92, 0.7)), url("../IMG/18-054 171.jpg");
                                                                                                                                                                                                                                                                min-height: 70vh;
                                                                                                                                                                                                                                                                padding-top: 220px;
                                                                                                                                                                                                                                                                padding-left: 40px;
                                                                                                                                                                                                                                                                padding-right: 40px;
                                                                                                                                                                                                                                                                background-size: cover;
                                                                                                                                                                                                                                                                background-repeat: no-repeat;
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                overflow: hidden;
                                                                                                                                                                                                                                                                justify-content: space-between;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .contact_banner h2 {
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                font-size: 10em;
                                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                                                right: 0;
                                                                                                                                                                                                                                                                bottom: 60px;
                                                                                                                                                                                                                                                                margin-right: .2em;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .contact_banner:after {
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                content: 'Contact';
                                                                                                                                                                                                                                                                bottom: 0;
                                                                                                                                                                                                                                                                right: 0;
                                                                                                                                                                                                                                                                font-size: 20vw;
                                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                opacity: 0.08;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .gallery_banner {
                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                background: linear-gradient(rgba(95, 92, 92, 0.7), rgba(95, 92, 92, 0.7)), url("../IMG/18-054 141.jpg");
                                                                                                                                                                                                                                                                min-height: 70vh;
                                                                                                                                                                                                                                                                padding-top: 220px;
                                                                                                                                                                                                                                                                padding-left: 40px;
                                                                                                                                                                                                                                                                padding-right: 40px;
                                                                                                                                                                                                                                                                background-size: cover;
                                                                                                                                                                                                                                                                background-repeat: no-repeat;
                                                                                                                                                                                                                                                                background-position: 0 100px;
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                justify-content: space-between;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .gallery_banner h2 {
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                font-size: 10em;
                                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                                                bottom: 60px;
                                                                                                                                                                                                                                                                right: 0;
                                                                                                                                                                                                                                                                margin-right: .8em;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .gallery_banner:after {
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                content: 'Gallery';
                                                                                                                                                                                                                                                                bottom: 0;
                                                                                                                                                                                                                                                                right: 0;
                                                                                                                                                                                                                                                                font-size: 20vw;
                                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                opacity: 0.08;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .gallery_body {
                                                                                                                                                                                                                                                                background: #111;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .gallery_content {
                                                                                                                                                                                                                                                                border-top: 10px double #111;
                                                                                                                                                                                                                                                                padding-top: 80px;
                                                                                                                                                                                                                                                                background: #fff;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .showcase_title {
                                                                                                                                                                                                                                                                margin: 40px 120px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .list_mobile {
                                                                                                                                                                                                                                                                padding: 40px 0;
                                                                                                                                                                                                                                                                margin: auto;
                                                                                                                                                                                                                                                                display: none;
                                                                                                                                                                                                                                                                flex-direction: column;
                                                                                                                                                                                                                                                                justify-content: space-between;
                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                            .list_mobile_2 {
                                                                                                                                                                                                                                                             margin:0;
                                                                                                                                                                                                                                                             padding: 0;
                                                                                                                                                                                                                                                             display: none;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .list-item {
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                align-items: center;
                                                                                                                                                                                                                                                                height: 8vh;
                                                                                                                                                                                                                                                                border-radius: 20px;
                                                                                                                                                                                                                                                                width: 90vw;
                                                                                                                                                                                                                                                                margin: 40px 0;
                                                                                                                                                                                                                                                                margin-left: 5%;
                                                                                                                                                                                                                                                                padding: 40px 5px;
                                                                                                                                                                                                                                                                border: 4px solid yellow;
                                                                                                                                                                                                                                                                background: #3678AF;
                                                                                                                                                                                                                                                                box-shadow: 2px .2rem .4rem rgba(0, 0, 0, .4);
                                                                                                                                                                                                                                                                transition: 0.5s;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .list_mobile .list-item p, .list_mobile_2 .list-item p {
                                                                                                                                                                                                                                                                font-weight: 600;
                                                                                                                                                                                                                                                                font-size: 3vw;
                                                                                                                                                                                                                                                                margin-left: 4px;
                                                                                                                                                                                                                                                                padding: 0;
                                                                                                                                                                                                                                                                text-align: left;
                                                                                                                                                                                                                                                                justify-content: center;
                                                                                                                                                                                                                                                                transition: 0.5s;
                                                                                                                                                                                                                                                                margin: 20px;
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .list-item:hover {
                                                                                                                                                                                                                                                                background: #dcfa0b;
                                                                                                                                                                                                                                                                border: 10px solid #111;
                                                                                                                                                                                                                                                                cursor: pointer;
                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                            .list_mobile .list-link, .list_mobile_2 .list-link{
                                                                                                                                                                                                                                                                text-decoration: none;
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
                                                                                                                                                                                                                                                            .list-item:hover p{
                                                                                                                                                                                                                                                                color: #111;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .gallery_grid {
                                                                                                                                                                                                                                                                display: grid;
                                                                                                                                                                                                                                                                grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
                                                                                                                                                                                                                                                                justify-items: center;
                                                                                                                                                                                                                                                                padding: 10px 70px;
                                                                                                                                                                                                                                                                margin: 20px 60px;
                                                                                                                                                                                                                                                                grid-gap: 5px;
                                                                                                                                                                                                                                                                grid-row-gap: 5px;
                                                                                                                                                                                                                                                                background: #111;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .grid-box img {
                                                                                                                                                                                                                                                                width:  100%;
                                                                                                                                                                                                                                                                height: 240;
                                                                                                                                                                                                                                                                border: 2px solid #fff;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .gallery-highlight {
                                                                                                                                                                                                                                                                width: 80%;
                                                                                                                                                                                                                                                                height: 50%;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .desktop_body {
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                height: 100vh;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .gallery_preview {
                                                                                                                                                                                                                                                                padding-top: 5px;
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                flex-wrap: wrap;
                                                                                                                                                                                                                                                                gap: 5px;
                                                                                                                                                                                                                                                                justify-content: center;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .small {
                                                                                                                                                                                                                                                                height: auto;
                                                                                                                                                                                                                                                                width: 90px;
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                opacity: 0.6;
                                                                                                                                                                                                                                                                cursor: pointer;
                                                                                                                                                                                                                                                                transition: opacity 0.3s ease;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .active,
                                                                                                                                                                                                                                                            .small:hover {
                                                                                                                                                                                                                                                                opacity: 1;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            img.gallery_active {
                                                                                                                                                                                                                                                                opacity: 1;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .event_content {
                                                                                                                                                                                                                                                                padding: 0 20px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .event_content h1 {
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                                                font-size: 4vw;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .event_content h3 {
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                font-weight: 600;
                                                                                                                                                                                                                                                                padding-bottom: 12px;
                                                                                                                                                                                                                                                                font-size: 1.5vw;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .event_content p {
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                font-size: 1.5vw;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .event_content_2 {
                                                                                                                                                                                                                                                                margin: 0 40px;
                                                                                                                                                                                                                                                                padding-left: 0 60px;
                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .main_image img {
                                                                                                                                                                                                                                                                width: 40vw;
                                                                                                                                                                                                                                                                height: auto;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            #nav-mobile {
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                position: fixed;
                                                                                                                                                                                                                                                                background: #111;
                                                                                                                                                                                                                                                                height: 100%;
                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                flex-direction: column;
                                                                                                                                                                                                                                                                z-index: 99998;
                                                                                                                                                                                                                                                                clip-path: circle(50px at 90% -10%);
                                                                                                                                                                                                                                                                -webkit-clip-path: circle(50px at 90% -10%);
                                                                                                                                                                                                                                                                transition: all .8s ease-out;
                                                                                                                                                                                                                                                                pointer-events: none;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            #nav-mobile.open {
                                                                                                                                                                                                                                                                clip-path: circle(3000px at 90% -10%);
                                                                                                                                                                                                                                                                -webkit-clip-path: circle(3000px at 90% -10%);
                                                                                                                                                                                                                                                                pointer-events: all;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .nav-mobile-links {
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                height: 100%;
                                                                                                                                                                                                                                                                justify-content: space-around;
                                                                                                                                                                                                                                                                align-items: center;
                                                                                                                                                                                                                                                                flex-direction: column;
                                                                                                                                                                                                                                                                padding-top: 150px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .nav-mobile-links li a {
                                                                                                                                                                                                                                                                text-decoration: none;
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                font-size: 30px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .bxPic {
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                top: 10%;
                                                                                                                                                                                                                                                                padding-left: 10%;
                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                height: auto;
                                                                                                                                                                                                                                                                width: 440px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .modal {
                                                                                                                                                                                                                                                                display: none;
                                                                                                                                                                                                                                                                position: fixed;
                                                                                                                                                                                                                                                                z-index: 9999;
                                                                                                                                                                                                                                                                padding-top: 100px;
                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                height: 100%;
                                                                                                                                                                                                                                                                overflow: auto;
                                                                                                                                                                                                                                                                background-color: #dcfa0b;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .modal-content {
                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                flex-direction: column;
                                                                                                                                                                                                                                                                background-color: #fefefe;
                                                                                                                                                                                                                                                                margin: 100px auto;
                                                                                                                                                                                                                                                                padding: 2px;
                                                                                                                                                                                                                                                                max-width: 70vw;
                                                                                                                                                                                                                                                                max-height: 60%;
                                                                                                                                                                                                                                                                height: 600px;
                                                                                                                                                                                                                                                                overflow: hidden;
                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .close {
                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                top: 150px;
                                                                                                                                                                                                                                                                right: 30px;
                                                                                                                                                                                                                                                                font-size: 90px;
                                                                                                                                                                                                                                                                font-weight: bold;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .close:hover,
                                                                                                                                                                                                                                                            .close:focus {
                                                                                                                                                                                                                                                                text-decoration: none;
                                                                                                                                                                                                                                                                cursor: pointer;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .caption-container {
                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                margin-left: 50%;
                                                                                                                                                                                                                                                                width: auto;
                                                                                                                                                                                                                                                                height: 100%;
                                                                                                                                                                                                                                                                text-align: left;
                                                                                                                                                                                                                                                                padding: 2px 16px;
                                                                                                                                                                                                                                                                background: #111;
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                overflow: scroll;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .caption-title {
                                                                                                                                                                                                                                                                padding-top: 60px;
                                                                                                                                                                                                                                                                font-weight: bold;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .caption-body {
                                                                                                                                                                                                                                                                padding-top: 10px;
                                                                                                                                                                                                                                                                font-size: 14px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            blockquote {
                                                                                                                                                                                                                                                                font-size: 14px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .portrait img:hover {
                                                                                                                                                                                                                                                                cursor: pointer;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .ErrorPage {
                                                                                                                                                                                                                                                                height: 100vh;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            #ErrorBlack {
                                                                                                                                                                                                                                                                background: #111;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .ErrorSection {
                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                padding: 160px 60px;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .ErrorHeader {
                                                                                                                                                                                                                                                                font-weight: 800;
                                                                                                                                                                                                                                                                font-size: 8em;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            .ErrorMessage {
                                                                                                                                                                                                                                                                font-weight: 800;
                                                                                                                                                                                                                                                                font-size: 2em;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            /* breakpoint */

                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            @media screen and (max-width: 600px)
                                                                                                                                                                                                                                                            {
                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                #logo img {
                                                                                                                                                                                                                                                                    margin-top: 5%;
                                                                                                                                                                                                                                                                    width: auto;
                                                                                                                                                                                                                                                                    max-height: 12vh;
                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                .list_mobile .list-item p, .list_mobile_2 .list-item p {
                                                                                                                                                                                                                                                                   
                                                                                                                                                                                                                                                                    font-size: 4vw;
                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                .event_content h1{
                                                                                                                                                                                                                                                                    font-size: 6vw
                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                .event_content h3{
                                                                                                                                                                                                                                                                    font-size: 3vw
                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                .gallery_grid {
                                                                                                                                                                                                                                                                    display: grid;
                                                                                                                                                                                                                                                                    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
                                                                                                                                                                                                                                                                    justify-items: center;
                                                                                                                                                                                                                                                                    padding: 10px 70px;
                                                                                                                                                                                                                                                                    margin: 20px 60px;
                                                                                                                                                                                                                                                                    grid-gap: 5px;
                                                                                                                                                                                                                                                                    grid-row-gap: 5px;
                                                                                                                                                                                                                                                                    background: #111;
                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                            @media screen and (max-width: 900px)
                                                                                                                                                                                                                                                            {
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                            @media screen and (max-height: 670px)
                                                                                                                                                                                                                                                            {
                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            }



                                                                                                                                                                                                                                                            @media screen and (max-width: 1200px) {
                                                                                                                                                                                                                                                               
                                                                                                                                                                                                                                                              footer{
                                                                                                                                                                                                                                                                   margin-top: 20px;
                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                .home_banner {
                                                                                                                                                                                                                                                                max-height: 100%;
                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                .home_banner h2 {
                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                    font-size: 5vw;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                .donateBx .heading_white .contentBx h3{
                                                                                                                                                                                                                                                                    font-size: 6vw;
                                                                                                                                                                                                                                                                    justify-content: center;
                                                                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                                                                   
    
                                                                                                                                                                                                                                                                 }
    
                                                                                                                                                                                                                                                                 .donateBx .heading_white .contentBx p{
                                                                                                                                                                                                                                                                    font-size: 4vw;
                                                                                                                                                                                                                                                                    justify-content: center;
                                                                                                                                                                                                                                                                    text-align: center;
    
                                                                                                                                                                                                                                                                 }

                                                                                                                                                                                                                                                                 .donateBx .heading_white .contentBx blockquote{
                                                                                                                                                                                                                                                                    font-size: 4vw;
                                                                                                                                                                                                                                                                 }

                                                                                                                                                                                                                                                                .past_banner h2, .donate_banner h2,
                                                                                                                                                                                                                                                                .about_banner h2, .contact_banner h2, .gallery_banner h2
                                                                                                                                                                                                                                                                { font-size: 12vw;
                                                                                                                                                                                                                                                                  padding-right: 3%;
                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                .contact {
                                                                                                                                                                                                                                                                    padding-bottom: 100px;
                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                .background-image-1,
                                                                                                                                                                                                                                                                .background-image-2,
                                                                                                                                                                                                                                                                .background-image-3,
                                                                                                                                                                                                                                                                .background-image-4,
                                                                                                                                                                                                                                                                .background-image-5,
                                                                                                                                                                                                                                                                .background-image-6,
                                                                                                                                                                                                                                                                .background-image-7,
                                                                                                                                                                                                                                                                .background-image-8,
                                                                                                                                                                                                                                                                .background-image-9,
                                                                                                                                                                                                                                                                .background-image-10,
                                                                                                                                                                                                                                                                .background-image-11,
                                                                                                                                                                                                                                                                .background-image-12,
																																																																.background-image-13		
																																																																{
                                                                                                                                                                                                                                                                    background-position: 0;
                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                .desktop_body {
                                                                                                                                                                                                                                                                    display: flex;
                                                                                                                                                                                                                                                                    flex-direction: column;
                                                                                                                                                                                                                                                                    height: 100vh;
                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                .event_description {
                                                                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                                                                    height: auto;
                                                                                                                                                                                                                                                                    display: flex;
                                                                                                                                                                                                                                                                    padding: 180px 50px 20px 50px;
                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                    background: #111;
                                                                                                                                                                                                                                                                    padding-top: 180px;
                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                .event_gallery {
                                                                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                                                                    margin-top: auto;
                                                                                                                                                                                                                                                                    padding-bottom: 20px;
                                                                                                                                                                                                                                                                    height: auto;
                                                                                                                                                                                                                                                                    overflow: scroll;
                                                                                                                                                                                                                                                                }
    
                                                                                                                                                                                                                                                           
                                                                                                                                                                                                                                                               

                                                                                                                                                                                                                                                                    .contentBx
                                                                                                                                                                                                                                                                    { 
                                                                                                                                                                                                                                                                        justify-content:center;
                                                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                                                     .contentBx h3
                                                                                                                                                                                                                                                                    {   
                                                                                                                                                                                                                                                                        font-size: 6vw;
                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                                                    .burdine_art {
                                                                                                                                                                                                                                                                        background: linear-gradient(rgba(95, 92, 92, 0.4), rgba(95, 92, 92, 0.8)), url("../IMG/20200709_135612.jpg") center no-repeat;
                                                                                                                                                                                                                                                                        background-size: cover;
                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                    .about {
                                                                                                                                                                                                                                                                        background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)), url("../IMG/19-053 186.jpg") center no-repeat;
                                                                                                                                                                                                                                                                        background-size: cover;
                                                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                                                    .burdine_art h2,
                                                                                                                                                                                                                                                                        .burdine_art p {
                                                                                                                                                                                                                                                                            color: #fff;
                                                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                                                .heading_white .contentBx,
                                                                                                                                                                                                                                                                .heading_black .contentBx,
                                                                                                                                                                                                                                                                .art_box p 
                                                                                                                                                                                                                                                                {   text-align: center;
                                                                                                                                                                                                                                                                    align-items: center;
                                                                                                                                                                                                                                                                    justify-content: center;
                                                                                                                                                                                                                                                                        }


                                                                                                                                                                                                                                                                .about h2, .burdine_art h2, .past_events h2, .gallery .heading_black h2, .art_box h2 {
                                                                                                                                                                                                                                                                    font-size: 6vw;
                                                                                                                                                                                                                                                                    margin: 0;
                                                                                                                                                                                                                                                                    padding: 50px 0;
                                                                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                                                                    justify-content: center;
                                                                                                                                                                                                                                                                    font-weight: 800;
                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                .top-description {

                                                                                                                                                                                                                                                                    padding: 20px 0;
                                                                                                                                                                                                                                                                    margin:  0;
                                                                                                                                                                                                                                                                    width: 100vw;
                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                .description-1 {
                                                                                                                                                                                                                                                                    margin: 10%;
                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                .description-1 h2 {
                                                                                                                                                                                                                                                                   
                                                                                                                                                                                                                                                                    font-size: 8vw;
                                                                                                                                                                                                                                                                    text-align: center; 
                                                                                                                                                                                                                                                                    justify-content: center;
                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                .description-1 p {
                                                                                                                                                                                                                                                                   
                                                                                                                                                                                                                                                                    font-size: 3vw;
                                                                                                                                                                                                                                                                    text-align: center; 
                                                                                                                                                                                                                                                                    justify-content: center;
                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                .bEd_title p {font-size: 3vw;}


                                                                                                                                                                                                                                                                .team_body_1 {
                                                                                                                                                                                                                                                                    margin: 0;
                                                                                                                                                                                                                                                                    padding: 0;
                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                .team_board_1{
                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                    margin-right: auto;
                                                                                                                                                                                                                                                                    padding-left: auto;
                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                .team_board_2{
                                                                                                                                                                                                                                                               
                                                                                                                                                                                                                                                                    margin-left: auto;
                                                                                                                                                                                                                                                                    padding-right: auto;
                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                

                                                                                                                                                                                                                                                                .team_body_2 {
                                                                                                                                                                                                                                                                    margin: 0;
                                                                                                                                                                                                                                                                    padding: 0;
                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                .team_body_1 p {
                                                                                                                                                                                                                                                                   font-size: 3vw;
                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                .team_body_2 p {
                                                                                                                                                                                                                                                                    font-size: 3vw;
                                                                                                                                                                                                                                                                 }


                                                                                                                                                                                                                                                                .content {
                                                                                                                                                                                                                                                                    padding: 0;
                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                .about p, .burdine_art p, .past_events .contentBx .Box2 .heading_white p,
                                                                                                                                                                                                                                                                 .gallery .heading_black p, .art_box p 
                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                {
                                                                                                                                                                                                                                                                    font-size: 4vw;
                                                                                                                                                                                                                                                                    margin: 0 50px;
                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                .eventGroup {
                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                    display: none;
                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                .list_mobile, .list_mobile_2
                                                                                                                                                                                                                                                                 {
                                                                                                                                                                                                                                                                    display: inline;
                                                                                                                                                                                                                                                                    align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                .w50,
                                                                                                                                                                                                                                                                .w50_2,
                                                                                                                                                                                                                                                                .w50_3,
                                                                                                                                                                                                                                                                .pic-1 
                                                                                                                                                                                                                                                                {
                                                                                                                                                                                                                                                                    display: none;
                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                               .Button2 .btn 
                                                                                                                                                                                                                                                                {
                                                                                                                                                                                                                                                                    font-size: 3vw;
                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                .card
                                                                                                                                                                                                                                                                {
                                                                                                                                                                                                                                                                    display: none;
                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                .nav_1 {
                                                                                                                                                                                                                                                                    display: none;
                                                                                                                                                                                                                                                                }               
                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                .nav_2 {
                                                                                                                                                                                                                                                                    display: inline; 
                                                                                                                                                                                                                                                                }
                                        
                                                                                                                                                                                                                                                                #nav_mobile {
                                                                                                                                                                                                                                                                    display:flex;
                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                .modal-content {
                                                                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                                                                    display: flex;
                                                                                                                                                                                                                                                                    flex-direction: column;
                                                                                                                                                                                                                                                                    background-color: #fefefe;
                                                                                                                                                                                                                                                                    margin: 100px auto;
                                                                                                                                                                                                                                                                    padding: 2px;
                                                                                                                                                                                                                                                                    max-width: 80vw;
                                                                                                                                                                                                                                                                    max-height: 60%;
                                                                                                                                                                                                                                                                    height: 600px;
                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                

                                                                                                                                                                                                                                                                .partners_imgs{
                                                                                                                                                                                                                                                                    padding: 0;
                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                            }


                                                                                                                                                                                                                                                                @media screen and (max-width: 1400px) {

                                                                                                                                                                                                                                                                    .bxPic {
                                                                                                                                                                                                                                                                        height: auto;
                                                                                                                                                                                                                                                                        width: 30vw;
                                                                                                                                                                                                                                                                        padding-top: 5vh;
                                                                                                                                                                                                                                                             
                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                           
                                                                                                                                                                                                                                          