/* Body */

body {
    background-color: #001d6e;
    /* overflow: hidden; */
}

div {
    border-radius: 10px;
}

hr {
    border: 5px solid rgb(49, 58, 184);
    border-radius: 5px;
    width: 65%;
    margin: 20px auto;
    opacity: 1.0;
}

.bodyContainer {
    width: 75%;
    margin: auto;
}

/* Title section */

.container-fluid {
    padding: 0;
}

.navbar {
    background-color: #6ea1e6;
    padding: 10px 15px;
}

.brand-img {
    max-width: 50px;
    max-height: inherit;
    border-radius: 10%;
}

.intro {
    background-color: #FEE2C5;
    padding: 40px;
  }

.pfp {
    /* border: 5px solid #001d6e;
    border-radius: 50%; */
    max-width: 200px;
}

.example-imgs {
    max-width: 70px;
    max-height: inherit;
    border-radius: 5%;
}

.zoom-img {
    max-width: 70px;
    max-height: inherit;
    border-radius: 5%;
    transition: all 0.3s;
    
}

.zoom-img:hover {
    transform: scale(8);
}

.prices {
    background-color: #C4DDFF;
    padding: 20px 60px;
}

.skills {
    background-color: #335aa8;
    color: white;
    padding: 60px;
}

.somespace {
    width: 20%;
}

.feet {
    background-color: #8Fa5FF;
    text-align: center;
    padding: 20px 60px;
}

/* Images */

/* .half1 {
    background-image: url(imgs\HalfBody\IMG_1760.PNG);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
}

.half2 {
    background-image: url(imgs\HalfBody\Untitled_Artwork.png);
} */