/*---OUTLINES-FOR-TESTING---------------------------*/
.o1 {
    outline: blue;
    outline-style: dashed;
    outline-width: 2px;
}

.o2 {
    outline: green;
    outline-style: dotted;
    outline-width: 2px;
}

.o3 {
    outline: yellow;
    outline-style: dashed;
    outline-width: 2px;
}

.o4 {
    outline: orangered;
    outline-style: dotted;
    outline-width: 2px;
}

/*---INDEX------------------------------------------*/

@font-face {
    font-family: CopperplateB;
    src: url(fonts/COPRGTB.TTF);
}

@font-face {
    font-family: CopperplateL;
    src: url(fonts/COPRGTL.TTF);
}

body {
    margin: 0%;
    background-color: #eee8ef;
}

header {
    background-color: #160023;
}

footer {
    background-color: #160023;
}

a {
    text-decoration: none;
    color: inherit;
}

/*---BANNER/NAVBAR----------------------------------*/

.banner {
    display: flex;
    flex-flow: row nowrap;
    height: 130px;
    align-content: center;
    justify-content: center;
    padding-top: 10px;
}

.banner-logo {
    max-height: 86%;
    width: auto;
    margin-right: 15px;
}

.banner-logoimg {
    border-radius: 2%;
    margin-left: 30px;
    margin-right:-10px
}

.navbar {
    color: white;
    font-size: 16px;
    font-family: CopperplateB;
    font-style: bold;
    text-align: center;
    display: flex;
    flex-direction: row wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 5px;
    width: 100%;
}

.navbutton {
    width: 100%;
    box-shadow: 0 0 2px #eee8ef;
}

.navbutton:hover {
    box-shadow: 0 0 5px #ffc400;
    text-shadow: 0 0 5px #ffc400;
}

/*---MAIN-CONTENT-----------------------------------*/

.sect {
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.cont {
    width: 95%;
    height: 95%;
}

/*---ABOUT------------------------------------------*/

.sect-abt {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around; /* This ensures the remaining space is distributed */
    align-items: center;
    width: 100%;
    overflow: hidden;
    object-fit: contain;
}

.img-container {
    flex: 0 0 40%; /* Image container takes up 40% of the width */
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    max-height: 400px;
    padding-bottom: 10px;
}

.about-img {
    width: 100%;
    max-width: 400px;
    height: auto;
    object-fit: cover; /* Makes sure the image fits without distortion */
    border-radius: 50%;
}

.text-container {
    flex: 0 0 40%; /* Text container takes up 40% of the width */
    max-height: 400px;
    min-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.about-text {
    color: #160023;
    font-family: CopperplateB;
    font-style: bold;
    font-size: 18px;
    text-align: left;
    line-height: 1.5;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0%;
    margin-top: 0%;
}

.abt-button {
    text-align: center;
    width: max-content;
    align-self: center;
    background-color: #160023;
    box-shadow: 0 0 2px #ffc400;
    color: #eee8ef;
    font-size: 18px;
}

.abt-button:hover {
    box-shadow: 0 0 5px #ffc400;
    text-shadow: 0 0 5px #ffc400;
}

/*---PORTFOLIO--------------------------------------*/

.port-sect {
    min-height: 400px;
    max-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.portfolio-preview {
    background-color: #160023;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 95%;
    width: 100%;
}

.carousel-header {
    padding: 10px;

}

.carousel-button {
    color: white;
    font-family: CopperplateB;
    font-style: bold;
    font-size: 25px;
    text-align: center;
    box-shadow: 0 0 2px #eee8ef;
}

.carousel-button:hover {
    box-shadow: 0 0 5px #ffc400;
    text-shadow: 0 0 5px #ffc400;
}

.carousel {
    position: relative;
    width: 80%;
    min-width: 450px;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
}
  
.carousel-images {
    display: flex;
    transition: transform 0.5s ease; /* Smooth transition for image change */
}

.carousel-link {
    width: 100%;
    object-fit: cover;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}

.carousel-image {
    min-width: 450px;
    max-width: 600px;
    padding-bottom: 20px;
    max-height: fit-content;
}
  
button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #16002380;
    color: white;
    text-shadow: 0 0 2px #ffc400;
    border: none;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}
  
button:hover {
    background-color: #160023cc;
}
  
.prev {
    left: 10px;
}
  
.next {
    right: 10px;
}

/*---RESUME-----------------------------------------*/

.rsmsect {
    flex-direction: column;
}

.rsm {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #160023;
}

.rsm-text {
    font-family: CopperplateB;
    color: white;
    font-size: 18px;
    font-style: bold;
    text-align: center;
    line-height: 0px;
}

.rsm-embed {
    min-height: 630px;
    background-color: #160023;
    padding-bottom: 1px;
}

/*---FOOTER-----------------------------------------*/

.footer {
    display: flex;
    flex-flow: row wrap;
    height: 170px;
    align-content: center;
    justify-content: center;
    margin-top: 10px;
}

.foot {
    width: 95%;
    height: 85%;
    display: flex;
    flex-flow: column nowrap;
}

.foot-text {
    margin: 0px;
    margin-bottom: 20px;
    color: white;
    font-size: 20px;
    font-family: CopperplateB;
    font-style: bold;
    text-decoration: underline;
    text-align: center;
}

.link-text {
    margin: 0px;
    color: white;
    font-size: 40px;
    font-family: CopperplateB;
    font-style: bold;
    text-align: center;
}

.cont-links {
    width: 80%;
    height: 93px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-self: center;
    justify-content: space-around;
    gap: 10px;
}

.link {
    display: flex;
    align-items: center;
}

.ghlink {
    gap: 5px;
}

.link:hover {
    text-shadow: 0 0 5px #ffc400;
}

.gh-icon {
    width: 40px;
    height: 40px;
}

.in-icon {
    width: 50px;
    height: 50px;
}

/*---PORTFOLIO-PAGE---------------------------------*/

.sectPort {
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.LRcont {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.RLcont {
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: space-around;
}

.portImgCont {
    width: 40vw;
    min-width: 460px;
}

.portImg {
    object-fit: contain;
    width: 40vw;
    min-width: 460px;
}

.portText {
    width: 40vw;
    min-width: 460px;
    font-size: 24px;
    text-align: center;
    color: #160023;
    font-style: bold;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.portTextHeader {
    font-family: CopperplateB;
    line-height: 1.5;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0%;
    margin-top: 0%;

}

.portTextBody {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.5;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0%;
    margin-top: 0%;

}

.portTextLink {
    font-family: CopperplateB;
    line-height: 1.5;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0%;
    margin-top: 0%;
    font-size: 16px;
    text-decoration: underline;
}

.ptlSmall {
    font-size: 11px;
}