* {
    margin: 0;
    padding: 0;
}

.title {
    position: relative;
    font-size: 40px;
    color: #003366;
    background: #fff;
    opacity: 30%;
    padding: 4px 40px;
    z-index: -100;
    background-size: cover;
    margin-bottom: 1px;
}

.navbar {
    position: absolute;
    top: -50px;
    z-index: 10;
    display: flex;
    width: 100%;
    padding-top: 10px;
    margin: auto;
}
.navbar a {
    color: #111;
}
.nav-item {
    padding: 0 20px;
}
.nav-link {
    font-size: 20px;
}
.nav-link:hover {
    color: #000;
    border-bottom: 1px solid #000;
}

.h-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 50px;
}
h2 {
    color: #666;
    text-align: center;
    padding: 5px 0;
}
.profile-h2 {
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc;
}
.profile-image {
    display: block;
    margin: 0 auto;
    max-width: 250px;
    border-radius: 250px;
}
.profile-about {
    text-align: center;
    margin: 20px 0 50px 0;
}
.profile-h3 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 15px;
}
.profile-p {
    text-align: center;
    line-height: 2;
}
.service {
    text-align: center;
    margin: 40px 0;
    border-bottom: 1px solid #ccc;
}
.service-col {
    text-align: center;
}
.service-icon {
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.service-h3 {
    font-size: 20px;
    margin: 25px 0 20px 0;
}
.service-p {
    line-height: 2;
    padding: 0 50px;
}
.skill {
    margin: 40px 0;
    border-bottom: 1px solid #ccc;
}
.skill-img {
    display: block;
    margin: 0 auto;
    max-height: 200px;
}
.bootstrap-img {
    padding: 30px 0;
}
.skill-h3 {
    font-size: 24px;
    margin: 20px 0;
}
.work {
    margin: 40px 0;
    border-bottom: 1px solid #ccc;
}
.work-img {
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 200px;
    box-shadow: 10px 10px 20px #999;
}
.work-p {
    text-align: center; 
    margin-top: 25px;
}
.contact {
    margin: 40px 0;
    border-bottom: 1px solid #ccc;
}
form {
    margin-bottom: 50px;
}




@media screen and (max-width: 780px) {
    .title {
        font-size: 30px;
    }
    .profile-image {
        max-width: 150px;
        border-radius: 150px;
    }
}
