body {
    background-color: var(--main-bg-color);
    color: var(--main-font-color);
    width: 100%;
    align-content: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

h1 {
    font-size: 40px;
}

h1, h2 {
    color: var(--header-font-color);
}

.welcome-top-of-page {
    margin-top: 40px;
    margin-bottom: 40px;
}

img {
    width: 100%;
}

.welcome-left {
    display: none;
}

.welcome-middle {
    display: none;
}

.welcome-right {
    display: none;
}

.hero {      
    text-align: center;
}

.about-title, .about-subtitle, p {
    margin-left: 5px;
    margin-right: 5px;
}

.portfolio-section-header {      
    text-align: center;
    margin-bottom: 50px;
}

figure {
    margin-left: 5px;
    margin-right: 5px;
}

.portfolio-item.description{
    text-align: left;
}

.portfolio-title {
    text-align: center;
}

.portfolio-link {
    display: none;
}

.portfolio-desc {
    display: none;
}

.division {
    text-align: center;
}

.major-division {    
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 5px;
    margin-right: 5px;   
}

.minor-division {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 50px;
    margin-right: 50px;
}

footer {
    background-color: var(--secondary-bg-color
    );    
}

.contact > p {
    padding-top: 3px;
}

footer > p {
    padding-bottom: 1px;
    margin-bottom: 0px;
}