@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;
}



hr {
    height: 1.0pt;
    /* color: navy; */
    background: navy;
    font-size: 0;
    border: 0;
}





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

}


/* PAGE HEADINGS */
h1 {
    color: gold;
    font-size: 1.8em;
    text-align: center;
    text-shadow: 2px 2px black;
    font-weight: 700;
    margin-top: 20px;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    font-variant: small-caps;
    text-transform: capitalize;
}



h2 {
    font-size: 1.1em;
    font-weight: 800;
    text-align: center;
    letter-spacing: 1px;
    /* padding-bottom: 1em; */
    color: white;
    text-transform: uppercase;
    /*     margin-top: 20px;
    margin-bottom: 20px; */
}


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





h4 {
    font-size: 1.2em;
    font-weight: bolder;
    text-align: center;
    letter-spacing: 1px;
    /* padding-bottom: 1em; */
    color: red;
    text-transform: uppercase;
    margin-left: 20px;
    margin-right: 20px;

    margin-top: 25px;
    margin-bottom: 10px;
}

h4 a {
    font-size: 0.7em;

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







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


.scrollbg {
    /* background-image: url("../Sri\ Guru\ Teg\ Bahadur\ Sahib\ Ji/goldenbackground.jpg"); */
    height: auto;
    width: auto;
    background-position: center center;
    background-size: center;
    border-radius: 50px;
    background-repeat: no-repeat;
    margin: 20px 20px 20px 20px;
    padding: 10px;
}



h6 {
    font-size: 1.0em;
    text-align: justify;
    letter-spacing: 0.5px;
    color: navy;
    font-weight: bolder;
    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: black;
    font-size: 0.95em;
    /* font-weight: 400; */
    text-align: justify;
    padding-left: 20px;
    /* margin-right: 50px; */
    padding-right: 20px;
    line-height: 22px;
}


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

ol {
    color: #222;
    font-size: 0.9em;
    font-weight: bold;
    text-align: justify;
    padding-left: 20px;
    margin-left: 40px;
    margin-right: 50px;
    padding-right: 20px;
    line-height: 22px;
}



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


.ShabadBorder {
    background-image: url("../Sri\ Guru\ Teg\ Bahadur\ Sahib\ Ji/GS_SisGanj_Sahib_Tinted.jpg");
    background-size: cover;
    /*     border-radius: 10px;
    border: 1px solid navy; */
    padding: 5px;
    margin: 20px;
}

.gurbani {
    color: white;
    font-size: 1.3em;
    font-weight: 600;
    text-align: center;
    font-family: 'Avenir';
    margin-top: 0.3em;
    letter-spacing: 0.05em;
    padding-top: 5px;
    text-shadow: 2px 2px black;

}

.gurbanimeaning {
    color: white;
    font-size: 0.9em;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    margin-top: 0.1em;
    letter-spacing: -0.1px;
}

.gurbaniang {
    color: white;
    font-size: 12px;
    text-align: center;
    margin-top: -0.1em;
    margin-bottom: 1em;
    letter-spacing: 0.03em;
    padding-top: 5px;

}


.container {
    display: grid;
    grid-template-columns: 50px 50px 1fr;
}






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

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

.photosformaticonbig {
    display: block;
    margin-left: 40px;
    width: 90px;
}




/*---------------------------------------
      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;
}

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






/*---------------------------------------
      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%;
}








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


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


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

.jumplinks a {
    color: rgb(50, 50, 255);
    font-weight: bolder;
    font-size: 0.9em;
    margin-left: 40px;
    letter-spacing: 1px;
    scroll-margin-top: 700px;
    display: inline-block;
}





.jumplinks a:hover,
a:focus {
    color: black;
    border: 0;
    background-color: yellow;
}


.container .kathazipPunjabi {
    color: #000;
    font-weight: 100;
    font-size: 1.4em;
    text-align: left;
    /* padding-left: 20px; */
    /* margin-left: 20px; */
    /* margin-right: 20px; */
    /* padding-right: 20px; */
}

.container .kathazipPunjabi a {
    color: rgb(50, 50, 255);
    font-weight: 400;
}

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


#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: #227;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    padding-left: 20px;
    margin-bottom: 5px;
    scroll-margin-top: 80px;
    background-color: aliceblue;
    font-variant: small-caps;
    text-transform: capitalize;
}

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

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

.bookTopics a {
    color: blue;
}

/* 
.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;
    /* padding-left: 20px; */
    margin-left: 20px;
    margin-right: 40px;
    /* padding-right: 20px; */
    /* line-height: 22px; */
}


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

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

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



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

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

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





/*---------------------------------------
   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;
    }

    .pictureimage {
        width: 350px;
    }
}



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

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

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

    .pictureimage {
        width: 250px;
    }

    .gurukhojlogo {
        font-size: 15px;
    }


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