﻿/* -- Section About Me -- */
#about {
	position: relative;
}

#about .container {
	margin: auto;
}

@media (min-width:1024px) {
    #about .container {
        width: 1000px;
    }
}

#about .container p {
    font-size: 15px;
    text-align: justify;
    color: #003366;
	margin: 10px 25px;
}

#about .container h1 {
    font-size: 25px;
    font-family: 'Rock Salt', cursive;
    text-align: justify;
    color: #BA1A56;
   	margin: 10px 25px;
}

#about .container h2 {
    font-size: 35px;
    font-family: 'Rock Salt', cursive;
    text-align: justify;
    color: #BA1A56;
    margin: 10px 25px;
}

/* ------------------------- */

/* -- Section About Me photos -- */

#about_pic {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
    padding:10px 0 30px 0;
}

.about_pic {
	position: relative;
	clear: both;
	width: 300px;
	height: 300px;
	margin: 8px;

}
.about_pic img {
	width: 300px;
	height: 300px;
}

/* ------------------------- */

