
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


* {
  box-sizing: border-box;
  margin:0;
  /* width: 100%; */
}
body {
  width: 100%;
  margin:0;
    /* padding-top: 17rem; */
    /* padding-bottom: 9rem; */
    /* color: #5a5a5a; */
}

.topbar{
    background-color: white;
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.header {
  /* width: 100%; */
  margin:10px 0;
}

/* .logo-top {
  margin: 10px auto;
} */

.nav-flex{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.header .h1{
  font-size: 70px;
  letter-spacing: 4px;
  font-family: 'Acme', sans-serif;
  font-weight: bold;
  color:#F5B041;
  text-align: center;
  margin: 0;
}

.header .h3{
  font-style: italic;
  font-weight: bold;
  word-spacing: 4px;
  text-align: center;
}

.header .h2{
  font-weight: bolder;
  text-align: center;
  font-size: 40px;
}

.header .h2,.h3{
  color:#0e6655;
  font-weight: bold;
}

nav {
   width:100%;
   margin:0;
}

.video-sec {
  max-width: 70%;
  /* border: 1px solid white; */
  box-shadow: 0 0 20px #ccc;
  margin: 10px auto;
}


.nav-head {
  background-color: #f5b041;
}


.nav-headings {
  font-size:25px;
  color:#fff;
  font-weight: bold;
  margin:10px 10px;
  padding:10px 30px;
  box-sizing: border-box;
  cursor: pointer;
}

.nav-headings:hover {
  background-color: #0e6655;
  text-align:center;
  color: white;
  transform: scale(1.2,1.2);
}

.fa-home {
  margin:0;
  font-size: 35px;
}


.home-message-div {
  margin:30px 10px 0px 0;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

#home-frst-div {
  max-width: 1100px;
  margin:10px 25px;
  padding:27.5px;
  font-size: 27px;
  text-align: justify;
  font-style: italic;
  background-color: #D6EAF8;
  font-family: 'PT Serif', serif;
  border: 2px solid black;
  box-shadow: 0 0 20px #ccc;
}

#message-div {
  border: 1px solid black;
  border-radius: 8px;
  box-shadow: 0 0 18px #ccc;
  max-width: 400px;
  margin: 0;
}

#msg-h {
  text-align: center;
  font-size: 30px;
  padding:10px;
  margin: 0;
  font-variant: small-caps;
  font-weight: bolder;
  background-color: #45B39D;
  color:#fdf5e7;
}

.msg-p {
  background-color: #FDEBD0;
  color: #138D75 ;
  padding:10px;
  font-weight: bold;
  text-align: justify;
}

#philosophy-div {
  margin:0 10px;
  padding:0 0 40px 0;
}

#features-div {
  margin:0 5x;
  padding:0 0 40px 0;
}

#feature-paras {
  margin:0 20px;
}
#philosophy-img {
  margin:100px 0;
  width:300px;
  height:300px;
  border-radius: 50%;
  border: 2px solid black;
}

#philosophy-para {
  font-size: 20px;
  margin:10px 0 0 0;
  text-align: justify;
  font-weight: bold;
}

#features-para {
  font-size: 20px;
  font-weight: bold;
}

#about {
  background-color: #FAD7A0  ;
  border:2px solid grey;
  border-radius: 8px;
  margin:30px;
  padding:20px;
  box-shadow: 0 0 8px #ccc;
}

.fa-hand-point-right {
  color:red;
  font-size:30px;
}

#courses {
  background-color: #EBF5FB   ;
  border:2px solid grey;
  border-radius: 8px;
  margin:30px;
  padding:20px;
  box-shadow: 0 0 8px #ccc;
}

.course-para {
  margin:10px;
}

.course-title {
  font-weight: bold;
  color:#3498DB;
  text-align: center;
  font-variant: small-caps;
  font-family: 'Kaushan Script', cursive;
  font-size: 40px;

}
.courses-img {
  max-width:900px;
  height:400px;
  margin:0 auto;
}

.map-img {
  max-width:900px;
  height:400px;
  margin:0 auto;
  border: 1px solid black;
  box-shadow: 0 0 10px #ccc;
}

.course-des {
  color:#4f3900;
  text-align: justify;
  font-size: 30px;
  font-family: 'Cardo', serif;
  font-weight: 600;
}

.course-h{
  color:red;
  font-weight: bold;
  font-size: 33px;
}

#activities {
  margin:30px 0;
  background-color: #E8F6F3;
}

.activities-card {
  background-color: #F9E79F;
  border:2px solid #F39C12;
  margin:20px auto;
}

.contact-card {
  background-image: url("Images/dotted4.jpg");
  background-size: cover;
  box-shadow: 0 0 10px #ccc;
  margin:20px auto;
}

.contact-icons {
  margin: 30px;
  padding: 20px 30px;
  text-align: center;
}

.contact-icons p{
  text-align: center;
}

.activities-img {
  width:100%;
  height:400px;
}

.activities-title {
  font-size: 35px;
  font-weight: bold;
  color:#4f3900;
  text-align: center;
  font-variant: small-caps;
  font-family: 'Kaushan Script', cursive;
}

.activities-des {
  color:#4f3900;
  text-align: justify;
  font-size: 17px;
  font-family: 'Cardo', serif;
  font-weight: 600;
}

#hospital {
  background-color: #D5F5E3;
  border:2px solid grey;
  border-radius: 8px;
  margin:30px;
  padding:20px;
  box-shadow: 0 0 8px #ccc;
}

.about-heading, #hospital-heading, #activities-heading{
  margin-top:25px;
  text-align: center;
  font-size: 40px;
  color:#0e6655;
  font-weight: bolder;
  font-family: 'Kaushan Script', cursive;
  letter-spacing: 1px;
}

.video-heading{
  text-align: center;
  font-size: 40px;
  color:#0e6655;
  font-weight: bolder;
  font-family: 'Kaushan Script', cursive;
  letter-spacing: 1px;
}

#about-img{
  margin-top:40px;
  width:1000px;
  height:300px;
}

#hospital-img{
  margin-top:20px;
  width:700px;
  height:400px;
}

#hospital-images-lt {
  margin-left:30px;
}

#hospital-img-left {
  margin-bottom:20px;
  margin-top:12px;
  width:800px;
  height:400px;
}

.about-para {
  margin:20px;
  font-family: 'Akaya Kanadaka', cursive;
  font-size: 30px;
  text-align: justify;
}

.hospital-para {
  margin:35px;
  font-family: 'Akaya Kanadaka', cursive;
  font-size: 35px;
  text-align: justify;
}

.activities-para {
  margin:35px;
  font-family: 'Akaya Kanadaka', cursive;
  font-size: 35px;
  text-align: justify;
}

.ltr-big::first-letter {
  font-size: 40px;
  line-height: 19px;
}

.frst-footer {
  margin:0;
  width:100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  background-color: #F8C471;
}

.add-footer {
  display: flex;
  flex-direction: column;
  /* justify-content: space-around; */
  /* align-items: space-evenly; */
}

.link-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ftr-l-r {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.footer-left, .footer-right {
  margin:0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.footer-p {
  margin: 5px auto;
  font-size: 30px;
  font-style: italic;
  font-weight: bolder;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.footer-sec-p {
  margin: 10px auto;
  font-size: 30px;
  font-style: italic;
  font-weight: bolder;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.footer-links, .footer-des{
  text-decoration: none;
  color: black;
  font-weight: 600;
  font-size: 18px;
}

.footer-links:hover {
  text-decoration: underline;
  color: white;
  font-weight: bold;
  font-size: 21px;
}

.footer-img {
  margin: 0;
  width:125px;
  height:125px;
}
.sec-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    color:black;
    font-weight:500;
    margin:0;
    width:100%;
    background-color:#F39C12 ;
}
.sec-footer p{
  margin: 5px;
  font-weight: bold;
}
.fa-arrow-alt-circle-up {
  color:#036655;
  font-size: 35px;
}

footer{
  margin: 0;
  width: 100%;
}
    
  /* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
  
  /* Carousel base class */
  .carousel {
    margin-bottom: 2rem;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 32rem;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
  }
  
  
  /* MARKETING CONTENT
  -------------------------------------------------- */
  
  /* Center align the text within the three columns below the carousel */
  .marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .marketing h2 {
    font-weight: 400;
  }
  /* rtl:begin:ignore */
  .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }
  /* rtl:end:ignore */
  
  
  /* Featurettes
  ------------------------- */
  
  .featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  }
  
  /* Thin out the marketing headings */
  .featurette-heading {
    font-weight: 300;
    line-height: 1;
    /* rtl:remove */
    letter-spacing: -.05rem;
  }


  
  
  /* RESPONSIVE CSS
  -------------------------------------------------- */
  
  @media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }
  
    .featurette-heading {
      font-size: 50px;
    }
  }
  
  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }
  
@media (max-width: 800px) {
  .about-para, #home-frst-div, .course-des, .hospital-para, .activities-para  {
    font-size:20px;
    text-align: left;
  }
  .topbar {
    display: flex;
    flex-direction: row;
    /* height:100px; */
  }  

  .topbar img {
    width:100px;
    height:140px;
  }

  .header .h1{
    font-size: 35px;
    letter-spacing: 2px;
  }
  
  .header .h2{
    font-size: 16px;
  }

  .header .h3{
    font-size: 17px;
  }

  .video-sec {
    max-width: 95%;
}
.sec-footer {
  font-size: 12px;
}
.footer-p {
  margin: 0;
  font-size: 13px;
  display:flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer-sec-p {
  margin: 3px auto;
  font-size: 13px;
}

.footer-links, .footer-des{
  font-size: 10px;
}

.footer-links:hover {
  font-size: 15px;
}

.footer-img {
  margin: 0;
  width:50px;
  height:50px;
}
.footer-left, .footer-right {
  margin:0 16px 0 16px;
}
.ftr-l-r {
  flex-direction: column;
}
.link-footer {
  margin:0 5px;
  justify-content: flex-start;
  align-items: flex-start;
}
.about-heading, #hospital-heading, #activities-heading {
  font-size: 30px;
}
}
