@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Nunito', sans-serif;
    line-height: 1.5;
}

.container {
    width: 100%;
    margin: auto;
}


/* Navigator */
.top {
    background: url(writings.jpg) no-repeat;
    background-attachment: fixed;
    background-position: 50% 40%;
    background-size: cover;
    width: 100%;
    height: 80vh
}

ul {
    font-family: 'Open Sans', sans-serif;
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
    margin-right: 30px;
}

a {
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    padding-bottom: 5px;
    margin: 10px 30px;

    transition: border-bottom 0.5s;
	transition: opacity 0.5s;
}

.top a:hover {
    cursor: pointer;
    font-weight: 700;
    color: #fff;
 
    opacity: 0.7;
    border-bottom: 1px solid #fff;
 }

 .dark {
    font-weight: 700;
    border-bottom: 2px solid #fff;
}

/* Header */
.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 90px;

    color: #fff;
}

.content h1 {
    font-weight: 300;
    font-size: 90px;
    letter-spacing: 5px;
    line-height: 1.2;
    text-align: center;
}

.content h3 {
    letter-spacing: 3px;
    text-align: center;
}

/* Mid */
.mid {
    background: rgb(3, 19, 27);
}

.mid .jumpers {
    width: 80%;
    margin: auto;
}

#theme {
    padding-top: 30px;
    font-size: 4rem;
    font-weight: 300;
    text-align: center;
    color: rgb(77, 163, 255);
}

.mid .set {
    padding: 50px 0;    
    display: grid;
    grid-gap: 10px;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.mid .jumper {
    margin: 10px;
    height: 250px;
    padding: 10px;
    /*background: #5D6D7E;*/


    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.mid .jumper h1 {
    font-size: 2rem;
    font-weight: 600;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Themes */
.jumpers .set > div {
    position: relative;
}

.jumpers .set > div::after {
    content: ''; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: rgba(0 0 0 / 0.2); 
    z-index: 0;
}

#starvation {
    background: url(/images/starvation.jpg) no-repeat;
    background-size: cover;
    transition: all 0.2s ease-in;
}

#selfReflection {
    background: url(/images/selfReflection.jpg) no-repeat;
    background-size: cover;
    transition: all 0.2s ease-in;
}

#selfReflection:hover {
    opacity: 0.7;
    border: 1px solid #fff;
    transform: scale(0.98);
}

#marriage {
    background: url(/images/marriage.jpg) no-repeat;
    background-size: cover;
    transition: all 0.2s ease-in;
}

#marriage:hover {
    opacity: 0.7;
    border: 1px solid #fff;
    transform: scale(0.98);
}

#baptism {
    background: url(/images/baptism.jpg) no-repeat;
    background-size: cover;
    transition: all 0.2s ease-in;
}

#baptism:hover {
    opacity: 0.7;
    border: 1px solid #fff;
    transform: scale(0.98);
}

#love {
    background: url(/images/love.jpg) no-repeat;
    background-size: cover;
    transition: all 0.2s ease-in;
}

#love:hover {
    opacity: 0.7;
    border: 1px solid #fff;
    transform: scale(0.98);
}

#temple {
    background: url(/images/temple.jpg) no-repeat;
    background-size: cover;
    transition: all 0.2s ease-in;
}

#temple:hover {
    opacity: 0.7;
    border: 1px solid #fff;
    transform: scale(0.98);
}

#righteousness {
    background: url(/images/righteousness.jpg) no-repeat;
    background-size: cover;
    transition: all 0.2s ease-in;
}

#righteousness:hover {
    opacity: 0.7;
    border: 1px solid #fff;
    transform: scale(0.98);
}

#fearFaith {
    background: url(/images/fearFaith.jpg) no-repeat;
    background-size: cover;
    transition: all 0.2s ease-in;
}

#fearFaith:hover {
    opacity: 0.7;
    border: 1px solid #fff;
    transform: scale(0.98);
}

#scripture {
    background: url(/images/scripture.jpg) no-repeat;
    background-size: cover;
    transition: all 0.2s ease-in;
}

#scripture:hover {
    opacity: 0.7;
    border: 1px solid #fff;
    transform: scale(0.98);
}
#prayer {
    background: url(/images/prayer.jpg) no-repeat;
    background-size: cover;
    transition: all 0.2s ease-in;
}

#prayer:hover {
    opacity: 0.7;
    border: 1px solid #fff;
    transform: scale(0.98);
}

#lordsPrayer {
    background: url(/images/lordsPrayer.jpg) no-repeat;
    background-size: cover;
    transition: all 0.2s ease-in;
}

#lordsPrayer:hover {
    opacity: 0.7;
    border: 1px solid #fff;
    transform: scale(0.98);
}

#theCross {
    background: url(/images/theCross.jpg) no-repeat;
    background-size: cover;
    transition: all 0.2s ease-in;
}

#theCross:hover {
    opacity: 0.7;
    border: 1px solid #fff;
    transform: scale(0.98);
}

#thirstyJesus {
    background: url(/images/thirstyJesus.jpg) no-repeat;
    background-size: cover;
    transition: all 0.2s ease-in;
}

#thirstyJesus:hover {
    opacity: 0.7;
    border: 1px solid #fff;
    transform: scale(0.98);
}

#lastSuper {
    background: url(/images/lastSuper.jpg) no-repeat;
    background-size: cover;
    transition: all 0.2s ease-in;
}

#lastSuper:hover {
    opacity: 0.7;
    border: 1px solid #fff;
    transform: scale(0.98);
}

#lifeStyle {
    background: url(/images/lifeStyle.jpg) no-repeat;
    background-size: cover;
    transition: all 0.2s ease-in;
}

#lifeStyle:hover {
    opacity: 0.7;
    border: 1px solid #fff;
    transform: scale(0.98);
}

#truth {
    background: url(/images/truth.jpg) no-repeat;
    background-size: cover;
    transition: all 0.2s ease-in;
}

#truth:hover {
    opacity: 0.7;
    border: 1px solid #fff;
    transform: scale(0.98);
}

#sin {
    background: url(/images/sin.jpg) no-repeat;
    background-size: cover;
    transition: all 0.2s ease-in;
}

#sin:hover {
    opacity: 0.7;
    border: 1px solid #fff;
    transform: scale(0.98);
}

#creation {
    background: url(/images/creation.jpg) no-repeat;
    background-size: cover;
    transition: all 0.2s ease-in;
}

#creation:hover {
    opacity: 0.7;
    border: 1px solid #fff;
    transform: scale(0.98);
}

#trinity {
    background: url(/images/trinity.jpg) no-repeat;
    background-size: cover;
    transition: all 0.2s ease-in;
}

#trinity:hover {
    opacity: 0.7;
    border: 1px solid #fff;
    transform: scale(0.98);
}

#motivation {
    background: url(/images/motivation.jpg) no-repeat;
    background-size: cover;
    transition: all 0.2s ease-in;
}

#motivation:hover {
    opacity: 0.7;
    border: 1px solid #fff;
    transform: scale(0.98);
}


/* scroll to top button */
#scrollToTopButton {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(4px);
    border-radius: 16px;
    color: white;
    border: 1.2px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: 0.2s;
}
  
#scrollToTopButton:hover {
    background-color: rgba(255, 255, 255, 0.1);
}


/* Social */
.social {
    background: #3a4052;
    padding: 30px;
    color: #fff;
    text-align: center;

    margin: auto;
}

.social h2 {
    font-size: 20px;;
    margin-bottom: 10px;
}

.social a {
    font-size: 14px;
    color: #fff;
}

.social a:hover {
    opacity: 0.7;
}

/* .set > div:nth-of-type(2) 
{
	grid-column: 2/4;
}
 */



/*
.mid {
    background: rgb(161, 245, 197);
    height: 500px;
}

.info {
    text-align: center;
    max-width: 600px;
    margin: auto;
}

.info h2{
    font-size: 70px;
    font-weight: 300;
    margin-bottom: 20px;
}

.info p {
    font-weight: 700;
}

.social {
    background: #3a4052;
    padding: 30px;
    color: #fff;
    text-align: center;

    margin: auto;
}

.social h2 {
    font-size: 20px;;
    margin-bottom: 10px;
}

.social a {
    font-size: 10px;
    color: #fff;
}

.social a:hover {
    opacity: 0.7;
}




-- Media Query --
@media(max-width: 1000px) {
    .content {
        margin-top: 130px;
    }

    .content h2 {
        font-size: 70px;
    }
}

@media(max-width: 768px) {
    .top {
        background: url(/img/proto.jpg) no-repeat;
        background-size: cover;
        background-position: 50% 100%;
        height: 80vh;        
    }

    .content {
        margin: 0 20px;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .content h1 {
        letter-spacing: 3px;
        font-size: 70px;
        margin-top: 150px;
        line-height: 75px;
    }

    .main-nav {
        display: flex;
        justify-content: center;
    }

    .info {
        margin: 0 20px
    }

    .info h2 {
        line-height: 75px;
    }
}

@media(max-width: 440px) {
    .content h1 {
        line-height: 75px;
    }

    .main-nav ul {
        display: flex;
        width 300px;
        margin: auto;
        text-align: center;
        font-size: 15px;
    }

    .main-nav a {
        margin: 20px;
    }
}

*/
























