/* Basic styling */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease-out;
}
body {
  font-family: sans-serif;
  font-size: 16px;
  background-color: #edecea;
}
h1 {
color:#003063;
}

.banner{  
background: url("images/banner.mp4");
background-size:cover;
top:0px;
right:0px;
margin:0;
padding:0;

}
    
	  #hamburger-icon {
  margin: auto 0;
  display: none;
  cursor: pointer;
}

#hamburger-icon div {
  width: 35px;
  height: 3px;
  background-color: white;
  margin: 6px;
  margin-top: 5px;
  transition: 0.4s;
}

.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}


.mobile-menu {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  height: calc(100vh - 50px);
  width: 100%;
}

.open .mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.mobile-menu li {
  margin-bottom: 10px;
} 
	 
	 .topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color:#148ee5 ;
  color: black;
}

.topnav a.active {
  background-color: #148ee5;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: table;
    display: block;
    text-align: left;
  }
}
	 
	 
	 
	  .topnav2 {
  overflow: hidden;
  
}

.topnav2 a {
  float: left;
  display: table;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav2 a:hover {
  background-color:#5c9efe ;
  color: black;
}

.topnav2 a.active {
  background-color: #5c9efe;
  color: white;
}

.topnav2 .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav2 a:not(:first-child) {display: none;}
  .topnav2 a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav2.responsive {position: relative;}
  .topnav2.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav2.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
   .topnav2 {
    display: none;
  }

  #hamburger-icon {
    display: block;
	 margin-top:55px;
	 margin-left:10px
  }
  
  
  nav a {
  position: relative;
  width: 144px;
  display: table-cell;
  text-align: center;
  color: #f0eded;
  text-decoration: none;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
 
  padding: 20px 20px;
  transition: 0.2s ease color;
  background-color:#000000bf;
  margin-left:45px;
  z-index:1;
 }

nav a:before,
nav a:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.2s ease transform;
 }

nav a:before {
  top: 0;
  left: 10px;
  width: 6px;
  height: 6px;
 }

nav a:after {
  top: 5px;
  left: 18px;
  width: 4px;
  height: 4px;
 }
 
 .ad_img2.{
    width: 330px;
    float: right;
    height: 618px;
    margin-top: 14px;
    margin-right: 50px;
 
 }
 
}
    /* Set black background color, white text and some padding */
    footer {
      position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height:50px;
  background-color: #003063;
  color: white;
  text-align: center;
  font-size:22px;
    }
    
    
      .row.content {height:auto;} 
    }
th, td {
  padding: 10px;
  align-content: center;
}

.center {
  margin-left: auto;
  margin-right: auto;
}
 .column {
  float: left;
  width: 33.33%;
  padding: 5px;
}



/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}


.round-image{

width: 213px;
    height: 213px;
    background-image: url();
    background-position: 50% 50%;
    margin: -95px auto 0;
	 border-radius: 50% !important;
}
.bio-div{
 flex: 0 0 38.33333333%;
    max-width: 38.33333333%;
    min-width: 38.33333333%;
}

/*slider*/


.gallery {
	padding: 1rem;
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: 1fr;
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	overflow: scroll;
	height: 83vh;
	scroll-snap-type: both mandatory;
	scroll-padding: 1rem;
	

}

.active {
	scroll-snap-type: unset;
}

li.slider {
	scroll-snap-align: center;
	display: inline-block;
	border-radius: 3px;
	font-size: 16px;
	color:black;
}


.text-div{
width:100%;

}
.slider-header {
font: sans-serif;
color: white;
display: table;
margin: 0 auto; 
padding:16px;
font-size:25px ! important;


}

.slider-text {
font: sans-serif;
color: white;
padding-left: 200px;
padding-right: 150px;
display: table;
margin: 0 auto;
}

.image-div {
width: 226px;
    height: 226px;
    background-image: url("images/eclipse.jpeg");
    background-position: 50% 50%;
    margin: 50px auto 0;
	 border-radius: 50% !important;
}

.image-div2 {
width: 226px;
    height: 226px;
    background-image: url("images/memory.png");
    background-position: 50% 50%;
    margin: 50px auto 0;
	 border-radius: 50% !important;
}

.image-div3 {
width: 226px;
    height: 226px;
    background-image: url("images/p2.jpeg");
    background-position: 50% 50%;
    margin: 50px auto 0;
	 border-radius: 50% !important;
}

.image-div4 {
width: 226px;
    height: 226px;
    background-image: url("images/calculator.jpg");
    background-position: 50% 50%;
    margin: 50px auto 0;
	 border-radius: 50% !important;
}

.image-div5 {
width: 226px;
    height: 226px;
    background-image: url("images/compass.jpg");
    background-position: 50% 50%;
    margin: 50px auto 0;
	 border-radius: 50% !important;
}


.button1{
border-style: solid;
  border-color:#1b78fe;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
  display: table;
  margin: 15px;
  padding: 10px 20px 10px 20px;
  margin-bottom:30px;
   
  border-radius: 50px !important;
  background-color: white;
  margin-left:450px;
}
/*tablet sider*/
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
  
  .gallery {
  
	 max-width: 100%;
    height: 500px;
  }
  
  .slider-header {
 font: sans-serif;
 font-size: 15px !important;
 color: white;
 display: table;
margin: 0 auto; 
 padding:10px;


}

.slider-text {
 font: sans-serif;
 color: white;
 padding:10px;
 display: table;
margin: 0 auto;
 font-size: 12px;
}
.image-div {
width: 126px;
    height: 126px;
    background-image: url("images/eclipse.jpeg");
    background-position: 50% 50%;
    margin: 50px auto 0;
	 border-radius: 50% !important;
}

.image-div2 {
width: 126px;
    height: 126px;
    background-image: url("images/memory.png");
    background-position: 50% 50%;
    margin: 5px auto 0;
	 border-radius: 50% !important;
}

.image-div3 {
width: 126px;
    height: 126px;
    background-image: url("images/p2.jpeg");
    background-position: 50% 50%;
    margin: 50px auto 0;
	 border-radius: 50% !important;
}

.image-div4 {
width: 126px;
    height: 126px;
    background-image: url("images/calculator.jpg");
    background-position: 50% 50%;
    margin: 50px auto 0;
	 border-radius: 50% !important;
}

.image-div5 {
width: 126px;
    height: 126px;
    background-image: url("images/compass.jpg");
    background-position: 50% 50%;
    margin: 50px auto 0;
	 border-radius: 50% !important;
}

  

}






/*mobile slider*/
@media screen and (max-width: 700px) {
  .gallery {
  
	 max-width: 100%;
    height: 500px;
  }
  
  .slider-header {
 font: sans-serif;
 font-size: 15px !important;
 color: white;
  
 padding-left: 50px;
    padding-right: 50px;


}

.slider-text {
 font: sans-serif;
 color: white;
 margin-left: 15px;
    font-size: 14px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.image-div {
width: 126px;
    height: 126px;
    background-image: url("images/eclipse.jpeg");
    background-position: 50% 50%;
    margin: 5px auto 0;
	 border-radius: 50% !important;
}

.image-div2 {
width: 126px;
    height: 126px;
    background-image: url("images/memory.png");
    background-position: 50% 50%;
    margin: 5px auto 0;
	 border-radius: 50% !important;
}

.image-div3 {
width: 126px;
    height: 126px;
    background-image: url("images/p2.jpeg");
    background-position: 50% 50%;
    margin: 5px auto 0;
	 border-radius: 50% !important;
}

.image-div4 {
width: 126px;
    height: 126px;
    background-image: url("images/calculator.jpg");
    background-position: 50% 50%;
    margin: 5px auto 0;
	 border-radius: 50% !important;
}

.image-div5 {
width: 126px;
    height: 126px;
    background-image: url("images/compass.jpg");
    background-position: 50% 50%;
    margin: 5px auto 0;
	 border-radius: 50% !important;
}

.button1 {
    border-style: solid;
    border-color: #1b78fe;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    display: table;
    margin: 15px;
    padding: 6px 10px 6px 10px;
    margin-bottom: 30px;
    border-radius: 50px !important;
    background-color: white;
    margin-right: 100px;
    margin-left: 93px;
}
  
}
#student-sign-in-btn{
    color: #fff;
    background-color: #5c9efe;
    border-color: #2e6da4;

}

* {
  transition: all 0.3s ease-out;
}

html,
body {
  height: 100%;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
}

.container {
  
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}


.container2 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
   background-color: #edecea;
    color: #003063;
    border-radius: 3px;
    margin-bottom: 48px;
}

.container3 {
  width: 100%;
  height: 100%;
  padding:40px;
   background-color: #003063;
    color: #edecea;
    border-radius: 3px;
    margin-bottom: 48px;
	 box-shadow: 5px 11px #01254b;
}

.container4 {
   width: 1000px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.card-body {
  color: #262626;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}

.card-footer {
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: #666666;

  &.small {
    font-size: 14px;
  }
}

.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #00838d;
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.card {
  display: block;
  position: relative;
  max-width: auto;
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;

  &:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #00838d;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
  }

  &:hover:before {
    transform: scale(21);
  }
}

.card:hover {
  p {
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.8);
  }
  h3 {
    transition: all 0.3s ease-out;
    color: #ffffff;
  }
}

.text-header{
padding: 20px;
}

.text-p{

}

.card2 {
  display: block;
  position: relative;
  max-width: auto;
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;

  &:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #00838d;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
  }

  &:hover:before {
    transform: scale(21);
  }
}

.card:hover {
  p {
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.8);
  }
  h3 {
    transition: all 0.3s ease-out;
    color: #ffffff;
  }
}
.text-header{
padding: 20px;
}

.text-p{

}

.card-img-top{

    margin: 0 auto;
    display: table;
	 border-radius:3px;
}

.btn-info{
margin-top: 10px;
}

aside{
background-color:#edecea;

padding-top: 20px;
padding-bottom: 50px;

}

.header{
    height: 570px;
    background-color: white;
}


div.gallery2 {
     border-radius: 4px;
    background-color: #003063;
	 height: 470px;
	     margin-bottom: 15px;
}

div.gallery2:hover {
  border: 1px solid #F9FBFF;
}

div.gallery2 img {
  width: 100%;
  height: 414px;
  border-radius: 5px;
}

div.desc {
  padding: 15px;
  text-align: center;
  color:white;
  padding-top: 418px;
}

* {
  box-sizing: border-box;
}
.top-box{
    padding-bottom: 10px;
    
}

.responsive {
  padding-right:15px;
  width: 35%;
  display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 700px) {
  .responsive {
   padding-right:15px;
 
  display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin: 6px 0;
  }
  
  .welcome-text {
text-align: justify;
    font-size: 16px;
	 margin-right: 30px;
	 margin-left: 30px;
	 padding-bottom:10px;
}

.numbered-list{
    text-align: initial;
    font-size: 16px;
    font-style: italic;
    font-family: monospace;
	 margin-right: 100px;
	 margin-left: 30px;
	 padding-top:10px;
 }
 
 aside{
background-color:#edecea;
padding-left: 45px;
padding-top: 20px;
padding-bottom: 5px;

}


}

@media only screen and (max-width: 500px) {
 
 .responsive {
 padding-right:15px;
  width:75%;
  display: inline-block;
    margin-left: auto;
    margin-right: auto;
	 }
  .gallery2{
  border-radius: 4px;
    background-color: #003063;
    height: 350px;
    margin-bottom: 15px;
  }
 .gallery2 img {
    width: 100%;
    height: 270px;
    border-radius: 5px;
}
  .welcome-text {
text-align: justify;
    font-size: 16px;
	 margin-right: 10px;
	 margin-left: 30px;
}
.desc {
    padding: 12px;
    text-align: center;
    color: white;
    padding-top: 275px;
}
.numbered-list{
    text-align: initial;
    font-size: 16px;
    font-style: italic;
    font-family: monospace;
	 margin-right: 10px;
	 margin-left: 30px;
 
 }
 
 .ad_img2 {
    width: 300px;
    float: right;
    height: 500px;
    margin-top: 14px;
    margin-right: 47px;
	 }
	 
	 ul:not(.u-unstyled) {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 421px;
    margin-left: auto;
    margin-right: auto;
}
.gallery{
    padding: 1rem;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    overflow: scroll;
    height: 64vh;
    scroll-snap-type: both mandatory;
    scroll-padding: 1rem;
}
 
 aside{
background-color:#edecea;
padding-left: 5px;
padding-top: 20px;
padding-bottom: 5px;
margin: 0 auto;


}

.header{
    
    background-color: white;
}

}


.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.welcome-text {
text-align: justify;
    font-size: 18px;
	 margin-right: 30px;
	 padding-left:30px;
	 padding-bottom: 10px;
}

.numbered-list{
    text-align: initial;
    font-size: 18px;
    font-style: italic;
    font-family: monospace;
	 margin-right: 100px;
	 padding-left: 100px;
	 padding-bottom:10px;
}
}


.table2 {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%;
	 background-color:#fff;
}

table, td, th {
    border: none;
	 padding: 3px;
}

.pmpro_checkout-h3-name{
 color:#bf9e32;
 display: table;
 margin: 0 auto;
 font-size: 24px;

}


.form {
    position: absolute;
    inset: 2px;
    border-radius: 8px;
    background: #28292d;
    z-index: 10;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;

}
.form h2 {
    color: #45f3ff;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0,1em;

}

.inputBox{
    position: relative;
    width: 300px;
    margin-top: 35px;

}
.inputBox input {
    position: relative;
    width: 100%;
    padding: 10px 9px 10px;
    background: transparent;
    border: none;
    outline: none;
    color: #23242a;
    font-size: 1em;
    letter-spacing: 0.05em;
    z-index: 10;
}

.inputBox span{
    position: absolute;
    left: 0;
    padding: 10px 10px 10px;
    font-size: 1em;
    color: #8f8f8f;
    pointer-events: none;
    letter-spacing: 0.05em;
    transition: 0.5s;
}

.inputBox input:valid ~ span, 
.inputBox input:focus ~ span  {
    color: #45f3ff;
    transform: translateX(0px) translateY(-34px);
    font-size: 0.75em;

}

.inputBox i {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: rgb(53,85,255);
    background: linear-gradient(142deg, rgba(53,85,255,1) 15%, rgba(0,48,99,1) 100%);
    border-radius: 4px;
    transition: 0.5s;
    pointer-events: none;
    z-index: 9;
}

.inputBox input:valid ~ i, 
.inputBox input:focus ~ i {
    height: 44px;

}

.links {
    display: flex;
    justify-content: space-between;

}

.links a {
    margin: 10px 0;
    font-size: 00.75em;
    color: #8f8f8f;
    text-decoration: none;
}

.links a:hover,
.links a:nth-child(2)
 {
    color: #45f3ff;

}
input[type='submit'] {
    border: none;
    outline: none;
    background: rgb(53,85,255);
    background: linear-gradient(142deg, rgba(53,85,255,1) 15%, rgba(0,48,99,1) 100%);
    padding: 11px 25px;
    margin-top: 10px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
	     color: white;
}

input[type='submit']:active {
    opacity: 0.8;
}

.ad_img2{
    width: 330px;
    float: right;
    height: 618px;
    margin-top: 14px;
    margin-right: 50px;
}

@media screen and (min-width: 2000px) {
.ad_img2{
width: 316px;
float:right;
margin-right: 50px;
height: 800px;
 }
}

/* For Tablet View */
@media screen and (min-device-width: 768px)
and (max-device-width: 1024px) {

.ad_img2{
width: 380px;
float:right;
margin-right: 35px;
height: 500px;

}

#hamburger-icon {
    display: block;
	 margin-top:55px;
	 margin-left:10px
  }

}

/* For Mobile Portrait View */
@media screen and (max-device-width: 480px)
and (orientation: portrait) {

.ad_img2{
width: 400px;

height: auto;

}

}
/* For Mobile Portrait View */
@media screen and (max-device-width: 480px)
and (orientation: portrait) {

aside{
background-color:#edecea;
padding-left: 10px;
padding-top: 20px;
padding-bottom: 20px;

}

.welcome-text {
text-align: justify;
    font-size: 18px;
	 margin-right: 10px;
	 margin-left: 10px;
}

.numbered-list{
    text-align: initial;
    font-size: 18px;
    font-style: italic;
    font-family: monospace;
	 margin-right: 10px;
	 margin-left: 10px;
}

	.header_bg {
    width: 335px;
    height: 200px;
    background-size: cover;
    background-position: center;
    margin-left: 22px;
	}
	}

@media only screen and (max-width: 600px) {
   .topnav {
    display: none;
  }

  

}


