body{
    margin: auto;
    background-image: url(bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
blockquote{
    padding-top: 48px;
}
.navbar{
    margin-top: -25px;
    background-color: rgb(0,0,0,0.5);
    box-shadow: 2px 3px 5px black;
}
.title{
    margin-left: 48px;
    color: white;
    font-size: 18px;
    font-family: Merriweather, serif;
    font-weight: 500;
    word-spacing: 10px;
}
.links{
    word-spacing: 12px;
    font-size: 25px;
    font-family: Merriweather, serif;
    font-weight: 500;
    text-decoration: none;
    text-align: right;
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 30px;
    padding-bottom: 12px;
}
a:link{
    text-decoration: none;
    color: white;
}
a:active{
    font-weight: bolder;
    text-decoration: none;
    color: white;
}
a:hover{
    border-radius: 10px;
    font-weight: bolder;
    color: white;
}
.selector img:hover{
    transition: transform 0.1s ease, opacity 0.4s ease;
    border-style: groove;
    opacity: 1;
}
a:visited{
    text-decoration: none;
    color: white;
}
.sec_title{
    font-family: Merriweather, serif;
    font-weight: bold;
    font-size: 45px;
    margin-top: 144px;
    text-align: center;
}
.selector{
    text-align: center;
}
.selector img{
    width: 300px; 
    height: 400px;
    margin-top: 96px;
    margin-right: 55px;
    margin-left: 100px;
    margin-bottom: 96px;
    border: 5px groove black;
    opacity: 0.25;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
img{
    width: 300px; 
    height: 400px;
    margin-top: 96px;
    margin-right: 55px;
    margin-left: 100px;
    margin-bottom: 96px;
    border: 5px groove black;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.p_title{
    padding-top: 5px;
    margin-top: 450px;
    margin-left: 48px;
    font-size: 25px;
    font-family: Merriweather, serif;
    font-weight: 500;
    word-spacing: 10px;
}
.story1{
    margin-left: 125px;
    margin-right: 125px;
    font-family: Montserrat, sans-serif;
    text-align: justify;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    text-indent: 50px;
}
.Ch_pics{
    text-align: center;
}
.Ch_pics img{
    width: 350px; 
    height: 500px;
    margin-top: 48px;
    border: 7px groove black; 
}
.fam{
    margin-top: -500px;
    margin-right: 650px;
}
.nanay{
    margin-top: -500px;
    margin-left: 650px;
    padding-bottom: 96px;
}
.story2{
    margin-left: 125px;
    margin-right: 125px;
    font-family: Montserrat, sans-serif;
    text-align: justify;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    text-indent: 50px;
}
.teen_pics{
    text-align: center;
}
.teen_pics img{
    width: 450px; 
    height: 350px;
    margin-top: 48px;
    margin-bottom: 24px;
    border: 7px groove black; 
}
.story3{
    margin-left: 125px;
    margin-right: 125px;
    font-family: Montserrat, sans-serif;
    text-align: justify;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    text-indent: 50px;
}
.college_pics{
    text-align: center;
}
.college_pics img{
    width: 350px; 
    height: 500px;
    margin-top: 48px;
    border: 7px groove black; 
}
.room{
    margin-top: -500px;
    margin-right: 650px;
}
.mall{
    margin-top: -500px;
    margin-left: 650px;
    padding-bottom: 96px;
}
.container{
    border-radius: 15px;
    border-color: black;
    background-color: white;
    box-shadow: 2px 3px 5px black;
    margin-left: 96px;
    margin-right: 96px;
}
.nav {
    text-align: left;
    margin: 48px;
    margin-top: 12px; 
}
.nav a {
    display: inline-block;
}
.nav img {
    width: 125px;
    height: 125px;
    border-radius: 15px;
    border: 7px groove black; 
    box-shadow: 2px 3px 5px black;
}
.nav img:hover{
    box-shadow: 5px 5px 5px 5px gray;
}
#home{
    margin-left: -110px;
}
.footer{
    font-family: Merriweather, serif;
    word-spacing: 10px;
    text-align: center;
    text-decoration: none;
}
.footer a:link{
    text-decoration: none;
    color: black;
}
.footer a:active{
    font-weight: bolder;
    text-decoration: none;
    color: black;
}
.footer a:hover{
    border-radius: 10px;
    font-weight: bolder;
    color: black;
}
.footer a:visited{
    text-decoration: none;
    color: black;
}
.place{
    word-spacing: 5px;
}