* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 15px;
    font-family: Arial, sans-serif;
}

a {
    text-decoration: none;
}

.tobyspacer {
    margin-top: 50px;
}

.container {
    width: 100%;
    display: flex;
    justify-content: top;
    flex-direction: column;
}

.top {
    font-size: 1rem;
    font-weight: 300;
    color: #555555;
    text-transform: uppercase;
    text-align: center;
}

.header-p {
    font-size: 2rem;
}

#begging {
    background-image: url(Images/Home.png);
    min-height: 100vh;
    background-size: cover;
    background-position: top center;
    position: relative;
    z-index: 1;
}

#begging::after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.6;
}

#begging .begging {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

#begging h2 {
    font-size: 3rem;
    color: white;
    text-align: center;
    margin: 10px 0;
}

#begging .projected {
    display: inline-block;
    background-color: #005EB8;
    border: none;
    color: white;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 15px;
    cursor: pointer;
}

#begging .projected:hover {
    color: black;
    background: white;
}

.minispacer,
.spacer {
    padding: 0; /* Remove padding */
}

.pr.container {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    align-items: flex-start;
}

.pr.container .top p {
    width: 100%;
    margin: 0 auto;
}

.pr.container .all-project {
    display: flex;
    flex-wrap: wrap;
}

.cable-packs {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: nowrap;
}

.toby-packs {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: nowrap;
    margin-top: 10px;
}

.pr.container .items {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
    border-radius: 30px;
    border-color: black;
    border-width: 10px;
    padding: 0;
    margin: 0 10px;
    box-sizing: border-box;
}

.pr.container .info {
    padding: 10px 30px;
    flex-basis: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    background-color: #005EB8;
}

.pr.container .info a {
    font-size: 1.8rem;
    font-weight: 100;
    text-decoration: underline;
    text-align: center;
    color: white;
}

.pr.container .info a:hover {
    color: black;
}

.pr.container .info h2 {
    font-size: 1.2rem;
    font-weight: 200;
    margin-top: 10px;
    color: white;
}

.pr.container .info p {
    font-size: 1rem;
    margin-top: 5px;
    color: white;
}

.pr.container .image {
    flex-basis: 50%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.pr.container .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pr.container .image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #d9dbdd;
    opacity: .2;
}

.section-title {
    font-size: 3.2rem;
    text-decoration: underline;
    padding-top: 20px;
    padding-left: 30px;
    margin: 0; /* Remove margin */
}

.pack_text {
    font-size: 1.5rem;
    padding-top: 50px;
    padding-left: 30px;
    padding-bottom: 60px;
}

#project {
    background-color: #fff6aedf;
}

#Toby {
    background-color: #bdf7ef;
}

@media only screen and (max-width: 768px) {
    .pr.container .all-project {
        flex-direction: column;
    }

    .cable-packs {
        flex-wrap: wrap;
        justify-content: center;
    }

    .toby-packs {
        flex-direction: column;
    }
}

#begging .title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#begging .homebuttons {
    margin-top: 15px;
}
