/*DOCTYPE CSS*/
/*(pg. 02)*/

@font-face {
    font-family: Times
    src: url(times.ttf)
}

@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;
    margin-top: 0px; 
}

nav {
    display: flex;
    justify-items: end; 
    align-items: center;
    margin-top: 0px;
}

nav a {
    transition: 0.3s;
    margin-top: 0px;
}

.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: 60px;
    color: #FFFFFF;
    min-height: 100vh;
    align-items: center;
}

h4 {
    font-family: Times;
    font-size: 114%;
    color: #FFFFFF;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
}

h2 {
    font-family: Times;
    font-size: 111%;
    color: #FFFFFF;
    text-align: center;
}

img {
    width: 205px;
    height: 317px;
    display: block;
    justify-items: start;
    float: left;
    margin-bottom: 50px;
    margin-right: auto;
    margin-left: 0px;
}

h6 {
    font-family: PlantC;
    color: #FFFFFF;
    font-size: 108%;
    margin-bottom: 60px;
    text-align: left;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 0px;
}

p {
    font-family: PlantC;
    color: #FFFFFF;
    font-size: 108%;
    margin-bottom: 60px;
    text-align: justify;
    margin: auto;
    margin-top: 0px;
    justify-content: space-between;
    align-items: left;
}

h5 {
    font-family: BRUSHSCI;
    color: #FFFFFF;
    font-size: 120%;
    margin-bottom: 0px;
    text-align: left;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 10px;
    text-decoration: underline;
}

a {
    font-size: 110%;
}

.Scripture {
    font-size: 104%;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 25px;
    margin-top: 40px;
    text-align: justify;
}

footer {
    font-weight: normal;
    border-top: 1px solid #ddd;
    text-align: center;
    align-content: center;
    margin: auto;
    margin-top: 140px;
}

.contact {
    text-align: left;
    margin-left: 0px;
    font-family: Times;
    font-size: 107%;
}

.copyright {
    font-family: Times;
    font-size: 107%;
}

@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%;
}
}
