body{
    background-color: #31c0e8;
    margin: 0;
    padding: 0;
}

/* Header Styles */
.top-header {
    text-align: center;
    padding: 10px;
}

.top-header img {
    max-width: 100%;
    height: auto;
}

.top-header h3 {
    font-size: 18px;
    padding: 0 15px;
    margin: 10px 0;
}

.body-section {
    background-color: black;
}

.hero-image {
    background-image: url("images/IMG_5781.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 28em;
    width: 100%;
}

.hero-text {
    text-align: center;
    background-color: black;
}

.hero-text img{
    height: auto;
    width: 50%;
    max-width: 500px;
    background-color: black;
}

.hero-tag{
    font-family: 'Geraldine Personal Use', cursive;
    font-style: italic;
    color: gold;
    text-align: center;
    font-size: 35px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 20px;
}

.body-text{
    text-align: center;
    background-color: black;
    margin-top: 20px;
}

.indent {
    text-indent: 30px;
    padding-right: 80px;
    padding-left: 80px;
    padding-bottom: 30px;
    display: block;
    color: white;
    font-size: 22px;
    line-height: 1.6;
}

.aboutme{
    background-color: rgb(60, 102, 115);
}

.aboutme {
    color: black;
    text-align: center;
    padding-bottom: 40px;
}

.aboutme h1 {
    font-size: 40px;
    padding-top: 50px;
    margin: 0;
}

.selfie {
    text-align: center;
}

.selfie img {
    padding-top: 50px;
    padding-bottom: 30px;
    max-width: 100%;
    height: auto;
}

.specialtxt {
    font-family: 'Geraldine Personal Use', cursive;
    font-size: 35px;
    padding-top: 40px;
    padding-bottom: 70px;
    font-style: italic;
    font-weight: bold;
    color: gold;
    padding-left: 20px;
    padding-right: 20px;
}

.aboutmetxt {
    text-align: center;
    text-indent: 30px;
    padding-right: 80px;
    padding-left: 80px;
    padding-bottom: 30px;
    font-size: 20px;
    line-height: 1.6;
}

.getintouch {
    padding: 30px 0;
}

.getbutton {
    color: black;
    background-color: white;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    padding: 15px 30px;
    border: 2px solid black;
    cursor: pointer;
    transition: all 0.3s ease;
}

.getbutton:hover {
    background-color: gold;
    color: black;
}

.agreement {
    padding: 30px 20px;
    line-height: 1.8;
    font-size: 14px;
}

/* Tablet Responsive */
@media only screen and (max-width: 992px) {
    .hero-image {
        height: 22em;
    }
    
    .hero-tag {
        font-size: 28px;
    }
    
    .indent {
        padding-right: 40px;
        padding-left: 40px;
        font-size: 18px;
    }
    
    .aboutmetxt {
        padding-right: 40px;
        padding-left: 40px;
        font-size: 18px;
    }
    
    .specialtxt {
        font-size: 28px;
    }
    
    .aboutme h1 {
        font-size: 32px;
    }
}

/* Mobile Responsive */
@media only screen and (max-width: 768px) {
    .top-header h3 {
        font-size: 14px;
    }
    
    .hero-image {
        height: 18em;
    }
    
    .hero-text img {
        width: 80%;
    }
    
    .hero-tag {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .indent {
        text-indent: 0;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
        font-size: 16px;
    }
    
    .aboutme h1 {
        font-size: 28px;
        padding-top: 30px;
    }
    
    .selfie img {
        padding-top: 30px;
        width: 80%;
    }
    
    .specialtxt {
        font-size: 22px;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    
    .aboutmetxt {
        text-indent: 0;
        padding-right: 20px;
        padding-left: 20px;
        font-size: 16px;
    }
    
    .getbutton {
        font-size: 18px;
        padding: 12px 25px;
    }
    
    .agreement {
        font-size: 12px;
        padding: 20px 15px;
    }
}

/* Small Mobile */
@media only screen and (max-width: 480px) {
    .top-header h3 {
        font-size: 12px;
    }
    
    .hero-image {
        height: 14em;
    }
    
    .hero-text img {
        width: 90%;
    }
    
    .hero-tag {
        font-size: 18px;
    }
    
    .indent {
        font-size: 14px;
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .aboutme h1 {
        font-size: 24px;
    }
    
    .specialtxt {
        font-size: 18px;
    }
    
    .aboutmetxt {
        font-size: 14px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* Navigation fix for mobile */
@media only screen and (max-width: 768px) {
    .navbar-nav {
        flex-direction: column;
        align-items: center;
    }
    
    .navbar-nav .nav-item {
        margin: 5px 0;
    }
}
