/*DOCTYPE CSS*/
/*(pg. 03)*/

@font-face {
    font-family: BRUSHSCI;
    src: url(BRUSHSCI.TTF)
}

@font-face {
    font-family: PlantC;
    src: url(plantc.ttf)
}


.main-header {
    display: flex;
    justify-content: end; 
    align-items: center;
    padding: 1rem 5%;
    background-color: #131417; 
}

nav {
    display: flex;
    justify-items: end; 
    align-items: center;
}

nav a {
    transition: 0.3s;
}

.nav-links a {
    margin-left: 25px; 
    text-decoration: none;
    color: #F2F2F2;
    font-weight: 500;
    text-align: right;
}

.nav-links a:hover {
    color: #062FFF;
}

.uptop {
    width: 100%;
}

h1 {
    display: none;
}

body {
    background-color: #131417;
    padding: 0;
    margin: 10px;
    display: flex;
    flex-direction: column; 
    color: #FFFFFF;
    min-height: 100vh;
    align-items: center;
}

h4 {
    font-family: Times;
    font-size: 108%;
    color: #FFFFFF;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
}

h2 {
    font-family: BRUSHSCI;
    font-size: 120%;
    color: #FFFFFF;
    text-align: center;
}

.ransom {
    color: #FFFFFF;
}

.exchange {
    color: #FFFFFF;
    margin-bottom: 0;
}

p {
    font-family: PlantC;
    color: #FFFFFF;
    font-size: 108%;
    margin-bottom: 60px;
    text-align: left;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 0px;
}

.Scripture {
    font-size: 105%;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 25px;
    margin-top: 40px;
    text-align: justify;
}

.Verses {
    font-size: 105%;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 25px;
    text-align: center;
}

footer {
    font-weight: normal;
    border-top: 1px solid #ddd;
    text-align: center;
}

.contact {
    text-align: left;
    margin-left: 0px;
}

@media screen and (max-width 480px) {
 header, main, footer {
    width: 100%;
}
}

@media screen and (max-width 768px) {
 header, main, footer {
    width: 100%;
}
}

@media screen and (max-width 960px) {
 header, main, footer {
    width: 100%;
}
}