/* CSS Document */


        
		* {box-sizing: border-box; }

        body { margin: 0; font-family: Arial, Helvetica, sans-serif; }

        .banner { width: 100%; min-height: 260px; position: relative; overflow: hidden; background-image:url(../images/home/back_top_bar.png); }

        .content { position: relative; z-index: 2; width: 100%; text-align: center; }

        /* Main heading */
        .title { margin: 0; padding-top: 0px; font-family: "Monotype Corsiva", Georgia, serif; font-size: 52px; font-style: italic; font-weight: normal; color: #ff0000; letter-spacing: 1px; }

        /* Subtitle */
        .subtitle { margin-top: 2px; font-size: 17px; font-weight: bold; color: #111; letter-spacing: 0.2px; }

        /* Logos/images row */
        .logos { margin-top: 5px; display: flex; justify-content: center; align-items: center; gap: 65px; }

        .logo-box { width: 155px; height: 92px; display: flex; align-items: center; justify-content: center; }

        .logo-box img { max-width: 100%; max-height: 100%; object-fit: contain; }

        /* Text under logos */
        .registered { margin-top: 5px; font-family: "Arial", Georgia, serif; font-size: 15px; color: #444; }

        .organization { margin-top: 1px; font-size: 15px; font-weight: bold; color: #001b70; }

        .registration { margin-top: 5px; font-size: 14px; font-weight: bold; color: #111; }

        .blue { color: #001b70; }

        /* Social icons */
        .social { position: absolute; z-index: 999; right: 35px; top: 16px; display: flex;gap: 10px; }

        .social a { text-decoration: none; }
		.social a:hover { text-decoration: none;padding-top:2px;border-bottom:1px #ff0000 solid; }

        @media (max-width: 900px) {
            .title { font-size: 22px; font-weight:bold; padding-right:60px; }
			.social { width:150px; height:25px; gap:4px; padding-left:20px; max-width: 150px;}
            .subtitle { font-size:13px; padding-top:28px; }
			.registered { font-size:13px; padding-top:2px; }
			.organization { font-size:13px; padding-top:4px; }
			.registration { font-size:13px; padding-top:2px; }
            .logos { gap:20px; }
            .logo-box { width:130px; height:75px; }
        }
		

/* RESPONSIVE CODE FOR MENU BAR */

