/***** main *****/
#main {
    margin-top: 275px;
}


/***** welcome message *****/
#welcome-container {
    color: white;
    text-align: center;
    margin-bottom: 500px;
}

#here-for-background-song {
    text-decoration: underline;
}


/***** About *****/
#about-container {
    padding-top: 100px;
    padding-bottom: 100px;
    color: white;
}

#about-container h1 {
    text-align: center;
    padding-bottom: 25px;
}

#about-container p {
    font-size: 1.5em;
}


/***** Projects *****/
#projects-container {
    color: white;
    padding-top: 100px;
    padding-bottom: 100px;
}

#projects-container h1, h3, h5 {
    text-align: center;
}

#projects-container .col, .col-4 {
    border-style: solid;
    border-color: black;
    color: black;
    background-color: white;
    text-align: center;
}

#projects-container img {
    max-width: 100%;
    max-height: 100%;
}

.project-title {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 75px;
}

.project-description {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 175px;
}

.project-image {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 275px;
}

.project-buttons {
    padding-top: 10px;
    padding-bottom: 10px; 
}

.btn {
    margin-right: 5px;
}