body {
    background-image: url("../images/indexbg2.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

#indexTitle,
#nameTag {
    text-align: center;
}
#page-wrapper {
    position: relative;
    min-height: 100vh;
}
.content-wrapper {
    padding-bottom: 2.5rem;
}

.linkbtn {
    width: 100%;
}

.indexbtn {
    font-size: 20px;
}

#abtme {
    background-color: white;
    border-radius: 5px;
    padding: 10px 20px 10px;
    margin-top: 50px;
}

#project {
    width: 100%;
    background-color: white;
    border-radius: 10px;
}
.collapsible {
    margin: 0;
    box-shadow: none;
    border: none;
}
#collapsiblePort {
    border-radius: 2%;
}

.portImage {
    width: 100%;
    border-radius: 5px;
}
#portfolioTitle {
    margin-left: 2%;
    padding: 0px 5px 0 5px;
}
#contact {
    padding: 10px;
    width: 100%;
    margin: auto;
    background-color: white;
    text-align: center;
    float: none;
    border-radius: 10px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.headerText {
    margin-top: 2%;
}
h1,
h3,
h4 {
    font-family: "Permanent Marker", cursive;
}

a,
p,
.collapsible-header,
li {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.5rem;
}

.footer {
    background-color: whitesmoke;
    text-align: center;
    opacity: 0.7;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2rem;
}

#porfolioRule {
    margin: 0px;
}
