@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400');
/*---------------------------------------
     TYPOGRAPHY
  -----------------------------------------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* remove the below if you don't want smooth scrolling */
html,
body {
    scroll-behavior: smooth;
}


body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    line-height: normal;

}


/* PAGE HEADINGS */
h1 {
    font-size: 1.5em;
    text-align: center;
    font-weight: 900;
    margin-top: 40px;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    font-variant: small-caps;
    text-transform: capitalize;
}

h1 a {
    font-size: 0.8em;

    color: rgb(37, 37, 203);
    text-decoration: none;
    transition: all .3s;
}



h2 {
    font-size: 1.5em;
    font-weight: 900;
    text-align: center;
    letter-spacing: 1px;
    /* padding-bottom: 1em; */
    color: #559;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 20px;
}


h3 {
    font-size: 1.0em;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    /* padding-bottom: 1em; */
    color: #559;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 20px;
}

h3 a {
    font-size: 0.7em;

    color: #66f;
    text-decoration: none;
    transition: all .3s;
}



h4 {
    font-size: 1.3em;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1px;
    /* padding-bottom: 1em; */
    color: red;
    text-transform: uppercase;
    margin-left: 20px;
    /* padding-left: 20px; */
    /* margin-right: 50px; */
    padding-right: 20px;
}





h5 {
    font-size: 1.3em;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    /* padding-bottom: 1em; */
    color: red;
    text-transform: uppercase;
    /* margin-top: 40px; */
    /* margin-bottom: 20px; */
    padding-left: 20px;
    /* margin-right: 50px; */
    padding-right: 20px;
}






h6 {
    font-size: 14px;
    text-align: justify;
    letter-spacing: 0.5px;
    color: #323131;
    /* text-transform: uppercase; */
    margin-left: 20px;
    margin-right: 40px;
}


a {
    color: #fff;
    text-decoration: none;
    transition: all .3s;
}

a:hover,
a:focus {
    color: red;
    border: 0;
    text-decoration: none;
}

p {
    color: #222;
    font-size: 1.0em;
    text-align: justify;
    padding-left: 20px;
    /* margin-right: 50px; */
    padding-right: 20px;
    line-height: 22px;
}


p a {
    color: #66f;
    text-decoration: none;
    transition: all .3s;
}

p.bold-paragraph {
    font-weight: bold;
}

hr.my-line {
    /* Remove default browser styling */
    border: none;
    /* Set the line thickness */
    height: 2px;
    /* Set the color */
    background-color: #333;
    /* Adjust width and center it */
    width: 100%;
    /* margin: 20px auto;  */
}


ul {
    /* list-style-type: square;  */

    color: #222;
    font-size: 15px;
    text-align: justify;
    padding-left: 20px;
    margin-left: 40px;
    margin-right: 50px;
    padding-right: 20px;
    line-height: 22px;
}




.containerindex {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 25px;
}








.jivancontent {
    display: table;
    margin-bottom: 60px;
    width: 100%;
    margin-left: 25px;
    margin-right: 25px;
}



.gurbani {
    color: #fb7575;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    font-family: 'Avenir';
    margin-top: 0.3em;
    letter-spacing: 0.05em;
    padding-top: 5px;
}

.gurbanimeaning {
    color: #b086c5;
    font-size: 14px;
    font-weight: 900;
    font-style: italic;
    text-align: center;
    margin-top: 0.1em;
    letter-spacing: -0.5px;
}

.gurbaniang {
    color: #716e6e;
    font-size: 12px;
    text-align: center;
    margin-top: -0.1em;
    letter-spacing: 0.03em;
    padding-top: 5px;
}


.photosformat {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 200px;
    border: 1px solid #000;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

.photosformatLandscape {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    width: 325px;
    border: 1px solid #000;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}


.galleryphotosformat {
    margin-left: 40px;
    margin-right: 40px;
    max-height: 275px;
    border: 1px solid #000;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 10px 20px 1px;
}

.photosformaticonindex {
    display: block;
    margin-left: 40px;
    width: 75px;
}

/*---------------------------------------
      LOGO
  -----------------------------------------*/

.gurukhojlogo {
    text-align: left;
    font-size: 20px;
    margin-top: 10px;
    margin-left: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    /* text-transform: uppercase; */
    font-variant: small-caps;
    text-transform: capitalize;
}

.gurukhojlogo a {
    color: rgb(255, 255, 0);
}

.gurukhojlogo a:hover,
.gurukhojlogo a:focus {
    color: rgb(175, 175, 255);
    border: 0;
    text-decoration: none;
}




/*---------------------------------------
      HOME
  -----------------------------------------*/



.fateh h1 {
    color: #227;
    margin-top: 60px;
    /* margin-bottom: 1px; */
    font-size: 25px;
    font-weight: 900;
    /* letter-spacing: 1px; */
}

.fateh h5 {
    color: #555;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 1px;
    text-align: center;
}

.ashramimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    border: 5px solid #eee;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}


hr.my-line {
    border: none;
    /* Removes the default border */
    height: 1px;
    /* Sets the thickness of the line */
    background-color: #eee9e9;
    /* Changes the line color */
    width: 100%;
    /* Adjusts the width */
    /* Centers the line with spacing */
    /* margin: 20px auto; */
}



/*---------------------------------------
      FOOTER
  -----------------------------------------*/

.footer {
    color: yellow;
    background-color: #227;
    font-size: 12px;
}

.footer .FooterLinks a {
    color: azure;
    padding-left: 10px;
    font-size: 14px;
}

.footer .FooterLinks a:hover {
    color: yellow;
}

.footer .coyinfo {
    color: grey;
    font-size: 10px;
    padding-left: 10px;
    text-align: left;
}

.footer-container {
    display: flex;
    flex-direction: row;
    text-align: left;
    width: 100%;
}

.footer-item-left {
    padding: 10px;
    flex: 33.33%;
}

.footer-item-center {
    padding: 10px;
    flex: 33.33%;
}

.footer-item-right {
    padding: 10px;
    flex: 33.33%;
}





/*---------------------------------------
   KATHA SBNS
  -----------------------------------------*/

.notes {
    margin-top: 1px;
    font-size: 15px;
    font-weight: 900;
    color: rgb(251, 67, 67);
    text-align: justify;
    line-height: 110%;
    padding-left: 20px;
    margin-right: 50px;
    padding-right: 20px;
    line-height: 22px;
}




.kathaHeading {
    color: #ff0;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    ;
    padding-left: 20px;
    margin-bottom: 5px;
    scroll-margin-top: 90px;
    background-color: #227;
}


.kathalist {
    padding-left: 20px;
    margin-left: 30px;
    margin-right: 30px;
    /* padding-right: 20px; */
}



.kathatrack {
    color: #222;
    font-size: 16px;
    text-align: justify;
    padding-left: 20px;
    /* margin-left: 40px; */
    /* margin-right: 50px; */
    /* padding-right: 20px; */
    line-height: 22px;
}


.kathatrack a {
    color: #66f;
}


.kathatrackgrey {
    font-size: 13px;
    color: gray;

}



.kathatrackpunjabi {
    color: #222;
    font-size: 20px;
    text-align: justify;
    line-height: 22px;

}


.kathatrackpunjabi a {
    color: #66f;
}


.kathatrackpunjabigrey {
    font-size: 15px;
    color: gray;
    text-align: justify;
    line-height: 22px;
}









/*---------------------------------------
   RETURN TO TOP
  -----------------------------------------*/


.jumplinks h3 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-left: 20px;
    margin-bottom: 5px;
}


.jumplinks h2 {
    font-size: 1.3em;
    text-align: left;
    margin-left: 20px;
    letter-spacing: 1px;
    color: #555;
    text-transform: uppercase;
}

.jumplinks a {
    color: #44a;
    font-size: 16px;
    /* margin-left: 20px; */
    /* letter-spacing: 1px; */
    scroll-margin-top: 700px;
}

.jumplinks a:hover,
a:focus {
    color: red;
    border: 0;
    /* text-decoration: none; */
    background-color: #eef;
}


.jumplinkskatha a {
    color: #44a;
    font-size: 16px;
    margin-left: 20px;
    /* letter-spacing: 1px; */
    scroll-margin-top: 700px;
}

.jumplinkskatha a:hover,
a:focus {
    color: red;
    border: 0;
    /* text-decoration: none; */
    background-color: #eef;
}


#GoToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: rgba(200, 200, 255, 0.9);
    color: #227;
    cursor: pointer;
    padding: 10px;
    border-radius: 14px;
}

/* #GoToTopBtn:hover {
    background-color: #ff0;
} */







/*---------------------------------------
   BOOKS
  -----------------------------------------*/

.bookHeading {
    color: #ff0;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    padding-left: 20px;
    margin-bottom: 5px;
    scroll-margin-top: 80px;
    /* background-color: aliceblue; */
    background-color: #227;
    font-variant: small-caps;
    text-transform: capitalize;
}

.bookTopicHeading {
    color: #000;
    font-size: 1.0em;
    font-weight: 500;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 20px;
}

.bookTopics {
    color: black;
    font-size: 15px;
    font-weight: 400;
    /* letter-spacing: 1px; */
    text-align: justify;
    padding-left: 20px;
    margin-left: 30px;
    margin-right: 40px;
}

.bookTopics a {
    color: #66f;
}


.bookTopicsPunjabi {
    color: black;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 25px;
    text-align: justify;
    padding-left: 20px;
    /* padding-right: 50px; */
    margin-left: 30px;
    margin-right: 70px;
}



/* .kathatrack span {
    font-size: smaller;
    color: gray;
} */



/*---------------------------------------
   KATHA GPSP
  -----------------------------------------*/


.GPSP h2 {
    font-size: 1.0em;
    text-align: center;
    letter-spacing: 1px;
    color: #555;
    text-transform: uppercase;
    margin: 1px;
}

.GPSP .makebold h2 {
    color: #000;
    font-weight: 900;
}


.GPSP h4 {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    margin-left: 20px;
    margin-right: 40px;
}


.GPSP {
    color: #000;
    font-weight: 300;
    font-size: 1.0em;
    text-align: left;
    padding-left: 20px;
    margin-left: 40px;
    margin-right: 50px;
    padding-right: 20px;
}

.GPSP a {
    color: rgb(80, 80, 255);
    font-weight: 400;
}

.GPSP a:hover {
    color: black;
    background-color: yellow;
}

.indent_line {
    font-size: 1.2em;
    margin-left: 50px;
    text-indent: -50px;

}










/*
.GPSP h2 {
    font-size: 1.0em;
    text-align: center;
    letter-spacing: 1px;
    color: #555;
    text-transform: uppercase;
    margin: 1px;
}

.GPSP .makebold h2 {
    color: #000;
    font-weight: 900;
}


.GPSP h4 {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    margin-left: 20px;
    margin-right: 40px;
}


.GPSP .kathazip {
    color: #000;
    font-weight: 300;
    font-size: 1.2em;
    text-align: justify;
    padding-left: 20px;
    margin-left: 40px;
    margin-right: 50px;
    padding-right: 20px;
}

.GPSP .kathazip a {
    color: rgb(100, 100, 255);
    font-weight: 400;
}

.GPSP .kathazip a:hover {
    color: #f00;
    background-color: aqua;
}
 */






#gpspmalaysia {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    /* width: 70%; */
    margin-left: 20px;
    padding-right: 20px;
}


#gpspmalaysia td {
    border: 1px solid #ddd;
    padding: 8px;
    width: 90px;
}

#gpspmalaysia tr:nth-child(even) {
    background-color: #f2f2f2;
}



#gpspmalaysia tr td a {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    /* background-color: #227; */
    color: #66a;
}

#gpspmalaysia tr td a:hover {
    color: #f55;
}




/*---------------------------------------
   MAKE RESPONSIVE
  -----------------------------------------*/


/* Responsive layout - makes a one column-layout instead of 3-column layout */
@media (max-width: 830px) {
    .footer-container {
        flex-direction: column;
    }
}


/* Responsive layout */
@media screen and (min-width: 451px) {

    .fateh h1 {
        font-size: 20px;
        letter-spacing: 0px;
    }

    .fateh h5 {
        font-size: 11px;
        letter-spacing: 1px;
    }

    .ashramimg {
        width: 350px;
    }
}



@media screen and (max-width: 450px) {

    .fateh h1 {
        font-size: 14px;
        letter-spacing: 0px;
    }

    .fateh h5 {
        font-size: 10px;
        letter-spacing: 1px;
    }

    .ashramimg {
        width: 250px;
    }

    .gurukhojlogo {
        font-size: 15px;
    }


    /* #GoToTopBtn:hover {
    background-color: rgba(200, 200, 255, 0.9);} */
}