*, *:before, *:after {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color:#2b4a7a;
    font-weight: 500;
}

a:hover {
    color:#777;
}

body {
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
    opacity: 0;
    }
    100% {
    opacity: 1;
    }
    }

.intro_txt {
    text-align:center;
    margin:auto;
    padding:2%;
}

h4 {
    font-size: 45px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    color: #FFFFFF;
}

h5 {
    color:rgba(119, 119, 119, 0.745);
}

.header {
    min-height: 100vh;
    max-width: 100vw;
    background-image: linear-gradient(rgba(201, 219, 245, 0.7), rgba(4, 9, 30, 0.7)), url(images/indexbg2.jpg);
    background-position: center;
    background-size: cover;
   
}

nav {
    display: flex;
    padding: 1% 6%;
    justify-content: space-between;
    align-items: center;
    background-color:#ffffff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
   
     z-index: 1;
	 top: 0;
     width: 100%;
    -webkit-overflow-scrolling: touch;
   transition: all .2s ease;
}

nav img {
    width: 200px;
}

.nav-links {
    flex: 1;
    text-align: right;
    font-weight: 600;
    overflow-x: hidden;
}

.nav-links ul li {
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}

.nav-links ul li a {
    color: #2b4a7a;
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
}

.nav-links ul li::after {
    content:'';
    width: 0%;
    height: 2px;
    background: #98aecf;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.nav-links ul li.login-button {
    transition: none
}

.nav-links ul li:hover::after {
    width: 100%;
}

.text-box {
    width: 70%;
    height: 50%;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.text-box h1 {
    font-size: 62px;

}

.text-box p {
    margin: 10px 0px 40px;
    font-size: 14px;
    color: #ffffff;
}

.hero-btn {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.hero-btn:hover {
    border: 1px solid #2b4a7a;
    background: #2b4a7a;
    transition: 1s;
}

nav .fa-solid {
    display: none;
}

nav img.fa-solid{
    width: 5%;
}

@media(max-width: 834px) {
    .text-box h1 {
        font-size: 20px;
    }
    .nav-links ul li {
        display: block;
    }
    .nav-links {
        position: absolute;
        background: #ffffff;
        height: 100vh;
        width: 200px;
        top: 0px;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
        overflow-x: hidden;
    }
    nav .fa-solid {
        display: block;
        color: #2b4a7a;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul {
        padding: 30px;
    }
    .nav-links ul li:hover {
        opacity: 0.5;
    }

    .social {
        min-width: 50px;
    }

    .workshop-col {
        width: 90%;
        height: 90%;
    }

    .workshop-col:first-child {
        display:none;
        
    }

    .workshop-col:nth-child(2) {
        flex-basis: 90%;
    }

    .intro_txt {
        max-width:100%;
        text-align:center;
        margin:auto;
        padding:2%;
    }

}

@media screen and (max-width: 800px) {
    .aboutflex1, .aboutflex2 {
        flex-direction: column;
        align-items: center;
    }

    /* Make images responsive */
    .aboutpg {
        max-width: 100%;
    }

    /* Adjust paragraph width for smaller screens */
    .aboutbx1 p {
        width: 100%;
    }

    .aboutbx1 {
        flex-basis: auto;
    }

    .aboutbx2 {
       display: none;
    }

    .outerholder {
        padding: 2%;
        flex-direction: column-reverse;
    }
    
}


.divider {
    color: rgb(8, 61, 139);
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.contactsec {
    padding: 2%;
    margin: 0;
    text-align: center;
    font-size: 2em;
    color: #fff;
    background:#566ed0;
}

.contactsec a {
    color: #131961;
}

.contactsec a:hover {
    color: #fff;
}
/* Course */

#forthh1 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 10% 5% 10% 5%;
    background-image: url('images/coursesheaderbg.jpg');
    /* 1 */
    background-image: 
    linear-gradient( hsla(0, 0%, 81%, 0.7), 75%, #2b4a7a),
    url('images/programbg.jpg');
    background-position: center center;
    background-size: cover;
	background-repeat: no-repeat;
}

.login-button {
    width: 80px;
    height: 40px;
    border-radius: 20px;
    border: none;
    background: linear-gradient(135deg, #6a7dba, #4a5fb3);
    color: white;
    font-size: 1em;
    cursor: pointer;
    animation: gradient-animation 5s ease infinite alternate;
  }

  @keyframes gradient-animation {
    0% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 100% 50%;
    }
  }
  
  .login-button:hover {
    opacity: 0.5;
  }
  

.course {
    width: 80%;
    padding-top: 10%;
    margin: auto;
    text-align: center;
}

.course_pg {
    width: 80%;
    margin: auto;
    text-align: center;
    padding: 2%;
}

#crsesticky {
    margin-bottom: 10%;
    font-size: 46px;
    font-weight: 600;
    position: sticky;
    top: 10%;
    background: #fff;
}

.bracket {
    width: 3%;
}

p {
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}

.row {
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}

.course-col {
    flex-basis: 35%;
    background: #dfe9f8;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}

.course-col-middle {
    flex-basis: 25%;
    background: #dfe9f8;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}

h3 {
    text-align: center;
    font-weight: 600;
    margin: 10px 0px;
}

.course-col:hover {
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
    
}

.c1sec_div {
    display: flex;
    
}


.gsExtra {
    flex: 1;
}

.c1img_div {
    margin-right:15%;
    
}

.course_sec1 {
    margin: 0;
    padding: 3% 5% 15% 3%;
    background:#4861b5;
    
}

.course_sec1 h3, .course_sec3 h3 {
    padding: 3% 3% 3% 3%;
    margin:0;
    text-align: left;
    font-size: 2.5em;
    font-family: 'Victor Mono', monospace;
    color:#fff;
}

.course_sec2 h3 {
    padding: 3% 3% 3% 3%;
    margin:0;
    text-align: left;
    font-size: 2.5em;
    font-family: 'Victor Mono', monospace;
    color:#000;
}

.c1desc_div {
    background: #fff;
    padding:30px;
    margin:3%;
    width: 50vw;
    overflow: auto;
    justify-content: center; /* Horizontally center the button */
  align-items: center; /* Vertically center the button */
}

.c2desc_div {
    background: #4861b5;
    color: #fff;
    padding:30px;
    margin:3%;
    width: 50vw;
    overflow: auto;
    justify-content: center; /* Horizontally center the button */
  align-items: center; /* Vertically center the button */
}

.c2desc_div p {
    color:#ffffff;
}

.c1desc_div li , .c2desc_div li {
    margin-left:10px;
}

.course_sec2 {
    margin: 0;
    padding: 3% 5% 15% 3%;
    background:#fff;
}

.course_sec3 {
    margin: 0;
    padding: 3% 5% 15% 3%;
    background:#182c7d;
}

.course_img {
    opacity: 0.5;
    max-width: 45vw;
    max-height: 55vh;
    margin-left: 5%;
    box-shadow: 20px 20px rgb(21, 10, 151, 0.5);
    transition: 1s;
}

.course_img:hover, .course_img3:hover {
    opacity: 1;
    transition: 1s;
}

.course_img3 {
    opacity: 0.5;
    max-width: 45vw;
    max-height: 55vh;
    margin-left: 5%;
    box-shadow: 20px 20px rgba(111, 103, 205, 0.5);
    transition: 1s;
}

.course_button {
    padding: 10px 20px; /* Set padding to create a comfortable clickable area */
  font-size: 16px; /* Adjust font size */
  background-color: #182c7d; /* Set background color for the button */
  color: #fff; /* Set text color */
  border: none; /* Remove border to make it look like a plain button */
  border-radius: 5px; /* Add rounded corners for a nicer appearance */
  cursor: pointer; /* Show a pointer cursor on hover */
  transition: 1s;
}

.course_button:hover {
    opacity: 0.5;
    transition: 1s;
}

@media(max-width: 1000px) {
    .row {
        flex-direction: column;
    }

    .c1sec_div {
        flex-direction: column;
    } 

    .course_sec1 h3, .course_sec3 h3, .course_sec2 h3 {
        text-align: center;
    }

    .c1sec_div {
        justify-content: center;
        align-items: center;
    }

    .c1img_div {
        margin-bottom:3%;
    }

    .course_img, .course_img3 {
        max-width: 55vw;
        max-height: 65vh;
    }

    .c1desc_div, .c2desc_div {
        width: 100%
    }
}

/*Coding Basics Welcome Page*/

.cb_video {
    width: 50%;
    height: 50%;
    margin: 2%;
}

.middle {
    display: flex;
    justify-content: center;
    align-items: center;
   
}

.course_nav {
    padding: 1%;
    margin: 0;
    background:#566ed0;
    
}

.course_nav a {
    color: #566ed0;
}

.course_nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.course_nav li {
    width: 30px;
    height: 30px;
    margin: 0 2% 0 2%;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course_nav li.current_pg {
    background: #131961;
}

.course_nav li.current_pg a {
    color: #fff;
}

.next_btn {
    position: absolute;
    padding: 0.5% 1.5%;
    background: #c14646;
    color: #fff;
    border-radius: 20px;
}

.next_btn:hover {
    color: #fff;
    opacity: 0.5;
}

.form_edit {
    border-style: none;
}

/*Course Drag-and-Drop Page Algorithms*/
.holder {
    display: flex;
    flex:2;
    margin-bottom: 2%;
}

.instructions {
    flex: 1;
}

.holder2 {
    display: flex;
    flex:1;
    margin-bottom: 2%;
    align-items: center;
    justify-content: center;
}

.instructions2 {
    flex: 1;
}

.outerholder {
display: flex;

}

.feedback {
text-align: center;

}
/*Course Blockly Algorithms Game*/

.game_frame {
    width:100%;
    height:100%;
    min-height:600px;
    min-width:600px;
    margin:0 2% 0 2%;
}

/*Explore Section*/
.exploretech {
    margin: 5%;
    width: 90%;
    max-width:2500px;
    background-position: center;
    background-size: cover;
    position: relative;
}

blockquote {
    font-style: italic;
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
  }
  blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
  }
  blockquote p {
    display: inline-block;
  }
  


.dogpic {
    padding-top: 2%;
    max-height:70vh;
    max-width:75vw;

}

/*Index Image Code*/
.image_size {
    width:100%;
    height:100%;
}

/* Index Slide Show Code */

.slideshow-container {
    max-height: 90vh;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }
  
  .slide {
    display: none;
    width: 100%;
  }
  
  .slide img {
    width: 100%;
    height: auto;
  }
  
  @media (max-width: 768px) {
    /* Adjust styles for smaller screens */
    .slideshow-container {
      /* Example changes */
      max-height: 60vh;
      margin: 0 auto;
    }

    .contactsec {
        font-size: 1em;
    }
  }  

/*Campus*/

.campus {
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}

.campus-col {
    flex-basis: 32%;
    border-radius: 60%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    object-fit: cover;
}

.campus-col img {
    width: 100%;
    display: block;
    
}

.layer {
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: 0.5s;
}

.layer:hover {
    background: rgba(103, 148, 216, 0.7);
}

.layer h3 {
    width: 100%;
    font-weight: 500;
    color: #ffffff;
    font-size: 26px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}

.layer:hover h3 {
    bottom: 49%;
    opacity: 1;
}


/*Facilities*/

.workshop {
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
    background-image: linear-gradient(#6783AD, #131961);
    color: #FFFFFF;
    
}

.ws_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0% 5%;
}

.workshop-col {
    flex-basis: 41%;
    border-radius: 10px;
    margin-bottom: 5%;
    margin-left: 3%;
    margin-top: 2%;
}

.workshop-col img {
    width: 100%;
    border-radius: 3px;
}

.workshop p {
    color:#FFFFFF;
}

.divbox {
    padding: 20px;
    margin: 10px;
    background:rgba(255, 255, 255, 0.6);
    color: #131961;
}

/*Footer*/
footer a {
    color:#2b4a7a;
    text-decoration: none;
}

footer a:hover {
    opacity: 0.5;
}

footer {
    background-color: #f7f7f7;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    padding: 30px;
    justify-items: center;
    font-size: 14px;
  }

  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  li {
    margin-bottom: 10px;
  }

  footer h5 {
    padding: 5px;
    margin: 5px;
  }

  .social {
    width: 8%;
  }

  .footergrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

/*~~~~~~~~~~~~About Us Page~~~~~~~~~~~~~~*/

/*Intro/h1*/
#firsth1 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 10% 5% 10% 5%;
    background-image: url('images/aboutush1bg.jpg');
    /* 1 */
    background-image: 
    linear-gradient( hsla(0, 0%, 81%, 0.7), 75%, #2b4a7a),
    url('images/aboutush1bg.jpg');
    background-position: center center;
    background-size: cover;
	background-repeat: no-repeat;
}

.aboutheader {
    text-align: center;
    font-weight: 600;
    margin: 10px 0px;
}

.aboutflex1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.aboutflex2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.aboutbx1 {
    margin:1%;
    flex-basis: 50%;
}

.aboutbx2 {
    margin:1%;
    flex-basis: 30%
}

.aboutpg {
    min-width: 300px;
    min-height: 250px;
    width: 400px;
    height:300px;
    border-top-left-radius: 60%;
    border-bottom-right-radius: 60%;
    border-top-right-radius: 40%;
    border-bottom-left-radius: 40%;
}

.aboutheader {
    margin: 15px;
    font-size: 3.5em;
    background-color: #DFDBE5;
    background-size: cover;
    background-image: url("images/indexbg2.jpg");
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.flip-card {
    background-color: transparent;
    min-width: 300px;
    min-height: 250px;
    width: 400px;
    height:300px;
    
    perspective: 1000px;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-card-front {
    color: black;
  }
  
  .flip-card-back {
    background-color:#2b4a7a;
    color: white;
    padding-top:5%;
    transform: rotateY(180deg);
    border-top-left-radius: 60%;
    border-bottom-right-radius: 60%;
    border-top-right-radius: 40%;
    border-bottom-left-radius: 40%;
  }

  #mission_svg {
      width: 30vh;
      float:right;
      animation: float 6s ease-in-out infinite;
  }

  @keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

  @media screen and (max-width: 800px) {
      #mission_svg {
          width: 25vh;
      }
  }

/*~~~~~~~~~~~~Contact Page~~~~~~~~~~~~~~*/

#secondh1 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 10% 5% 10% 5%;
    background-image: url('images/contactheaderbg2.jpg');
    /* 1 */
    background-image: 
    linear-gradient( hsla(0, 0%, 81%, 0.7), 75%, #2b4a7a),
    url('images/contactheaderbg2.jpg');
    background-position: center center;
    background-size: cover;
	background-repeat: no-repeat;
}

.container {
    display: flex;
    flex-wrap: wrap;
}

.form_container{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 100px;
}

.form_container:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	z-index: -1;
}
.contact-box{
	/*max-width: 850px;*/
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 0px 19px 5px rgba(0,0,0,0.19);
}

.left{
	background: url("images/formimg.jpg") no-repeat center;
	background-size: cover;
	height: 100%;
}

.right{
	padding: 25px 40px;
    max-width: 600px;
    margin: 0 auto;
}

@media screen and (max-width: 600px) {
    .right iframe {
      width: 100%;
      height: 400px;
    }
  }

h2{
	position: relative;
	padding: 0 0 10px;
	margin-bottom: 10px;
}



.field{
    width: 90%;
	border: 2px solid rgba(0, 0, 0, 0);
	outline: none;
	background-color: rgba(230, 230, 230, 0.6);
	padding: 0.5rem 1rem;
	font-size: 1.1rem;
	margin-bottom: 22px;
	transition: .3s;
}

.field:hover{
	background-color: rgba(0, 0, 0, 0.1);
}

textarea{
	min-height: 150px;
}

.btn {
	width: 100%;
	padding: 0.5rem 1rem;
    background-color: #2b4a7a;
    color: #fff;
	font-size: 1.1rem;
    border: none;
    border-radius: 5px;
	outline: none;
	cursor: pointer;
	transition: .3s;
}

.btn:hover{
    background-image: linear-gradient(hsla(0, 3%, 93%, 0.6), #2b4a7a);
    background-color: rgba(255, 255, 255, 1);
}

a[href="program.html"] > button.btn {
    margin-top: 5%;
}

.field:focus{
    border: 2px solid rgba(30,85,250,0.47);
    background-color: #fff;
}

.sum_crse {
    text-align: center;
    padding:5%;
    display: flex;
    justify-content: center;
    align-items: center;
   
}

.sumbx1 {
     box-shadow: 0px 0px 19px 5px rgba(0,0,0,0.19);
     padding:5%;
}

@media screen and (max-width: 880px){
	.contact-box{
		grid-template-columns: 1fr;
	}
	.left{
		height: 45%;
        width: 45%;
	}

}

/*~~~~~~~~~~~~Program Page~~~~~~~~~~~~~~*/

#thirdh1 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 10% 5% 10% 5%;
    background-image: url('images/aboutush1bg.jpg');
    /* 1 */
    background-image: 
    linear-gradient( hsla(0, 0%, 81%, 0.7), 75%, #2b4a7a),
    url('images/programbg.jpg');
    background-position: center center;
    background-size: cover;
	background-repeat: no-repeat;
}

#programsec {
    background-color: #2b4a7a;
    padding:5%;
    display:flex;
}

#programsec2 {
    background-color: #fff;
    padding:5%;
    display:flex;
    
}

.program_header {
    color: #fff;
}

.program_header2 {
    color: #2b4a7a;
}

.programflex {
    display:flex;
    flex-basis:50%;
    padding:2%;
    justify-content: center;
   align-items: center;
}

.programflex2 {
    display:flex;
    flex-basis:50%;
    padding:1%;
    justify-content: center;
   align-items: center;
   color: #2b4a7a;
}

div.programflex2 img {
    max-width:55%;
}

.programflex:first-of-type {
   text-align: center;
   
}

.programsec:nth-of-type(2) {
    background-color: #fff;
}

div.programflex img {
    max-height:70%;
    max-width:70%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
}


@media screen and (max-width: 880px){
    div.programflex img {
        max-height:90%;
        max-width:90%;
        border-top-left-radius: 50%;
        border-bottom-right-radius: 50%;
    }

    #programsec {
        flex-direction: column;
    }
    
    #programsec2 {
       flex-direction: column;
        
    }

    .programflex2 {
        display: none;
    }
}

#gallery {
    line-height:0;
    -webkit-column-count:5; /* split it into 5 columns */
    -webkit-column-gap:5px; /* give it a 5px gap between columns */
    -moz-column-count:5;
    -moz-column-gap:5px;
    column-count:5;
    column-gap:5px;
 }

 #gallery img {
    width: 100% !important;
    height: auto !important;
    margin-bottom:5px; /* to match column gap */
    filter: grayscale(100%);
 }

 #gallery img:hover {
    filter:none;
 }

 @media (max-width: 1200px) {
    #gallery {
     -moz-column-count:    4;
     -webkit-column-count: 4;
     column-count:         4;
    }
 }

 @media (max-width: 1000px) {
    #gallery {
     -moz-column-count:    3;
     -webkit-column-count: 3;
     column-count:         3;
    }
 }

 @media (max-width: 800px) {
    #gallery {
     -moz-column-count:    2;
     -webkit-column-count: 2;
     column-count:         2;
    }
 }

 @media (max-width: 400px) {
    #gallery {
     -moz-column-count:    1;
     -webkit-column-count: 1;
     column-count:         1;
    }
 }

 .gallerydivider {
    border: 5px solid #2b4a7a;
 }

 .gal_header {
     color: grey;
     font-style: italic;
     text-align:center;
     font-family: 'Courier New', Courier, monospace;
     font-size: 2em;
     border-bottom: 5px solid #6783AD;
     margin-bottom: 1.5%;
 }

 #ghead_div {
     display:flex;
     justify-content: center;
     align-items: center;
 }

 /* Program Form Code */

 .programform_div {
    margin: auto;
    width: 100%;
    max-width: 850px; 
	 display:inline-block; 
	 justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #fff;
	
 }

 .program-container {
     margin:2%;
     display:flex;
 }

 .signup_form {
    width: 80%;
    height: 100%;
 }

 fieldset {
     border: 0px;
     margin: 2% 2% 0 2%;
 }

 /* ----------------Login/Register Page CSS-----------------*/

 .hero {
    height: 100%;
    width: 100%;
    background-image: url(images/indexbg2.jpg);
    background-position: center;
    background-size: cover;
    position: absolute;
 }

 .form-box {
    width: 380px;
    height: 480px;
    position: relative;
    margin: 6% auto;
    background: #ffffff;
    padding: 5px;
    overflow: hidden;
 }

 .button-box {
    width: 220px;
    margin: 35px auto;
    position: relative;
    box-shadow: 0 0 20px 9px #ff61241f;
    border-radius: 30px;
 }

 .toggle-btn {
    padding: 10px 30px;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: none;
    position: relative;
 }

 #btn2 {
    top: 0;
   left: 0;
   position: absolute; 
   width: 110px;
   height: 100%;
   background: linear-gradient(to right, #566ed0, #7ec6ea);
   border-radius: 30px;
   transition: .5s;
 }

 .input-group {
    top: 180px;
    position: absolute;
    width: 280px;
    transition: .5s;
 }

 .input-field {
    width: 100%;
    padding: 10px 0;
    margin: 5px 0;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #999;
    outline: none;
    background: transparent;
 }

 .submit-btn {
    width: 85%;
    padding: 10px 30px;
    cursor: pointer;
    display: block;
    margin: auto;
    background: linear-gradient(to right, #566ed0, #7ec6ea);
    border: 0;
    outline: none;
    border-radius: 30px;
    color:#fff;
 }

 .check-box {
   margin: 30px 10px 30px 0; 
 }

 .rl_span {
    color: #777;
    font-size: 12px;
    bottom: 68px;
    position: absolute;
 }

 #login {
    left: 50px;
 }

 #register {
    left: 450px;
 }

 /*Conditional Example Divider*/

 .divider {
    border: 2px solid black;
    padding: 2%;
    margin:1%;
 }
 

ol {
    padding-left: 40px;
}

/* Girl Scout Resources Page*/
.gs_resrcs {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: auto;
    flex-wrap: wrap;
}
 .space {
    margin: 2%;
 }
