﻿.welcome {
  color: darkorange;
  line-height: 1.5;
  font-size: 30px;
  text-align: center;
  font-family: 'Script MT';
  font-weight: 400;
  font-style: normal; }

  @media screen and (max-width: 768px) {
    .welcome {
      font-size: 15px; } }

  @media screen and (max-width: 480px) {
    .welcome {
      font-size: 15px; } }

.Quotes_10 {
  color: darkorange;
  font-size: 17px; }

  @media screen and (max-width: 768px) {
    .Quotes_10 {
      font-size: 13px; } }

  @media screen and (max-width: 480px) {
    .Quotes_10 {
      font-size: 13px; } }

.pnl {
  text-align: justify;
  background-color: floralwhite; }

.pnlSadhan {
  height: 40%;
  width: 40%;
  align-items: center; }

  @media screen and (height: 768px) and (width: 768px) {
    .pnlSadhan {
      height: 50px;
      width: 40px;
      align-items: center; } }

  @media screen and (height: 480px) and (width: 480px) {
    .pnlSadhan {
      height: 50px;
      width: 40px;
      align-items: center; } }

.pnlSadhanNew {
    height: 20%;
    width: 8%;
}
@media screen and (height: 768px) and (width: 768px) {
    .pnlSadhanNew {
        height: 50px;
        width: 40px;
        align-items: center;
    }
}
@media screen and (height: 480px) and (width: 480px) {
    .pnlSadhanNew {
        height: 50px;
        width: 40px;
        align-items: center;
    }
}


.col_heading_3 {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    text-align: center;
}

.pnlHeading {
    height: 45px;
    flex: 33%;
    text-align: center;
    color: darkorange;
    padding-top: 1%;
    background-color: #FEF5E7;
    font-size: 18px;
    text-decoration: solid;
    font-weight: bold;
    box-shadow: 0 0, 0 0 5px 0 rgba(0, 0, 0, 0.19);
}

@media (max-width: 800px) {
    .pnlHeading {
        flex: 100%;
    }
}

@media (max-width: 800px) {
    .pnlHeading {
        flex: 100%;
    }
}

.col_3 {
    display: flex;  
    flex-wrap: wrap;
    
}

    .col_3 .inside_col_3 {
        flex: 33%;
        margin-right: 0.3%;  
        height: 300px;
        padding: 0% 0.5% 0% 0.5%;
        background-color: floralwhite;
        font-family: Arial;
        box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border-radius: 4px;
        text-align: center;
    }

        .col_3 .inside_col_3 h3 {
            height: 30px;
            padding-top: 2%;
            margin: 0% 0% 4% 0%;
            width: 100%;
            align-items: center;
            color: darkorange;
            font-size: 18px;
            text-decoration: solid;
            font-weight: bold;
            text-shadow: unset;
            /*        box-shadow: 0 0, 0 0 5px 0 rgba(0, 0, 0, 0.19);*/
        }

@media (max-width: 800px) {
    .col_3 .inside_col_3 {
        flex: 100%;
    }
}

@media (max-width: 800px) {
    .col_3 .inside_col_3 {
        flex: 100%;
    }
}

.SadhanDigital {
    min-height :20%;
    max-height :20%;
    width: 100%;
    padding: 1% 1% 1% 1%;
    background-color: #FAD7A0;
    font-family: 'times new roman';
    box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 7px;
}
  @media screen and (height: 768px) and (width: 768px) {
    .SadhanDigital {
        min-height: 20%;
        max-height: 20%;
        width: 100%;
        padding: 1% 1% 1% 1%;
    } }
  @media screen and (height: 480px) and (width: 480px) {
    .SadhanDigital {
        min-height: 20%;
        max-height: 20%;
        width: 100%;
        padding: 1% 1% 1% 1%;
    } }

.sadhanImg {
  height: 200px;
  width: 100%;
  align-items: center; }
  @media screen and (max-width: 1200px) {
    .sadhanImg {
      height: 200px;
      width: 100%;
      align-items: center; } }
  @media screen and (max-width: 1024) {
    .sadhanImg {
      height: 200px;
      width: 100%;
      align-items: center; } }
  @media screen and (max-width: 768px) {
    .sadhanImg {
      height: 170px;
      width: 100%;
      align-items: center; } }
  @media screen and (max-width: 480px) {
    .sadhanImg {
      height: 170px;
      width: 100%;
      align-items: center; } }

.ReadingRoomImg {
    height: 310px;
    width: 100%;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .ReadingRoomImg {
        height: 310px;
        width: 100%;
        align-items: center;
    }
}

@media screen and (max-width: 1024) {
    .ReadingRoomImg {
        height: 310px;
        width: 100%;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .ReadingRoomImg {
        height: 200px;
        width: 100%;
        align-items: center;
    }
}

@media screen and (max-width: 480px) {
    .ReadingRoomImg {
        height: 200px;
        width: 100%;
        align-items: center;
    }
}

.readMore {
  color: blue; }

.navbar-default .navbar-nav > li > a {
    color: darkorange;
}

.navbar-default .navbar-nav > li > a:hover {
  background-color: lightgray;
  color: orangered; }

@media screen and (max-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    font-size: small; } }

@media screen and (max-width: 480px) {
  .navbar-default .navbar-nav > li > a {
    font-size: small; } }

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    background-color: #e7e7e7;
    line-height: 1.42857143;
    color: darkorange;
    white-space: nowrap;
}

    .dropdown-menu > li > a:hover {
        display: block;
        padding: 3px 20px;
        clear: both;
        background-color: lightgray;
        color: orangered;
        line-height: 1.42857143;
        white-space: nowrap;
    }

    figure {
  border: 1px #cccccc solid;
  padding: 4px;
  margin: auto; }
  @media screen and (max-width: 1024) {
    figure {
      width: 250px; } }
  @media screen and (max-width: 768px) {
    figure {
      width: 200px; } }
  @media screen and (max-width: 480px) {
    figure {
      width: 200px; } }

figcaption {
  background-color: black;
  color: white;
  font-style: italic;
  padding: 2px;
  text-align: center; }

.subscriptionPage {
    background-color: #E3DBC6;
    font-size: 20px;
    text-align: justify;
    padding: 1% 1% 1% 1%;
    margin: 1% 1% 1% 1%; 
    font-family: 'times new roman';
    font-size-adjust: 0.50;
    box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 7px;
}

.ImgMainPage {
    width: 100%;
    height: 100%; 
    padding: 0.5% 0.5% 0.5% 0.5%;
    box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 7px;
}

ul.no-bullets {
    list-style-type: none;
}

.ImgInsideDiv {
    padding-top: 1%;
    display: flex;
}

@media screen and (max-width: 768px) {
    .ImgInsideDiv {
        width: auto;
        align-self: center;
        flex-direction: column;
    }
}

@media screen and (max-width: 480px) {
    .ImgInsideDiv {
        width:auto;
        align-self: center;
        flex-direction: column;
    }
}

.ImgPassInsideDiv {
    height:9rem; 
    padding-left: 2%;
    display: flex;
}

@media (max-width: 768px) {
    .ImgPassInsideDiv {
        width: 9rem;
        align-self: center;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .ImgPassInsideDiv {
        width: 9rem;
        align-self: center;
        flex-direction: column;
    }
}

.paragraphInsideDiv {
    width: 100%;
    display: flex;
}

.paragraphInsideDiv p {
    font-size: 18px;
    padding: 0% 1% 1% 4%; 
}

.paragraphInsideDiv .w3-round {
    width: 100%;
    display: flex;
    font-size: 21px;
}
@media (max-width: 768px) {
    .paragraphInsideDiv {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .paragraphInsideDiv {
        flex-direction: column; 
    }
}