*{
    font-family: Dancing Script, cursive;
}
@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px;
    }
}
p{
    
    font-weight: 0;
}
a:active{
    color: black;
}
a:hover{
    color:rgb(40, 39, 39)
    
}
header{
    color: rgba(0, 0, 0, 0.6);
}
li a.a{
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
}
span.heading{
    color: rgba(0, 0, 0, 0.6);
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.justify-content-center {
    justify-content: center !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.d-flex {
    display: flex !important;
}

*,
::after,
::before {
    box-sizing: border-box;
}

user agent stylesheet header {
    display: block;
    unicode-bidi: isolate;
}

.text-decoration-none {
    text-decoration: none !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.align-items-center {
    align-items: center !important;
}

.d-flex {
    display: flex !important;
}

.link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
}

*,
::after,
::before {
    box-sizing: border-box;
}

a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

#one,
#two,
#three,

#five,#six {
    height: 100vh;
}
#four{
    height: 110vh;
}

#one,
#three,
#five,footer {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
}
#two,#four,#six{
    color: rgba(0, 0, 0, 0.6);
    background-color: white;
}
.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('me-modified.jpg') no-repeat center center/cover;
    filter: grayscale(100%);
    background-repeat: no-repeat;
    z-index: -1;
    background-size: 100vh;
}

.description {
    font-size: 24px;
    margin: 20px;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: white;
    text-align: center;
  
    padding: 20px;
}

.content img {
    border: 5px solid white;
    border-radius: 50%;
    margin: 10px;
}

.about-section {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 50px 20px;
    background: #fff;
    text-align: center;
}

.about-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.about-section p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 20px auto;
}

svg {
    cursor: pointer;
}

#four,
#five,
#three,#six,footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
}

.footer-a:link{
    color:white;
}
.footer-a:hover{
    color: rgba(0, 0, 0, 0.6);
}


@media (min-width: 768px) {

    
    img {
        width: 50%;
       
    }
}

@media (max-width: 767px) {

    img {
        width: 65%;
      
    }
}
footer{

    height: 20vh;
}