/***** BASE STYLES *****/

body {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    background-color: #FDF3EB;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}


/***** GRID *****/

.full-width {
    width: 1200px;
    margin: 0 auto;
}

.half-width {
    width: 570px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.third-width {
    width: 380px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    margin-bottom: 30px;
}

/***** HEADER *****/
header {
    text-align: center;
}

header img {
    width: 70%;
    height: auto;
    padding-top: 40px;
}

header h3 {
    font-weight: 200;
    margin-top: -15px;
    font-style: italic;
}

header nav {
    margin-top: 35px;
}

header nav ul {
    list-style: none;
}

header nav ul li {
    display: inline-block;
    padding-right: 80px;
    padding-bottom: 50px;
}

header nav ul li a {
    text-decoration: none;
    font-weight: 300;
    color: black;
}

/***** PORTFOLIO IMAGES *****/
#portfolio-images img {
    border: 10px white solid;
}
/***** ABOUT *****/

#about {
    overflow: auto;
    padding-bottom: 40px;
}

#about h2 {
    padding-left: 15px;
    padding-top: 20px;
}

#about p {
    line-height: 35px;
    text-align: justify;
    font-weight: 300;
    text-indent: 15px;
}

/***** CLASSES *****/
#classes {
    text-align: center;
    background-color: #F3DBD8;
    overflow: auto;
    padding-bottom: 20px;
}

#classes h3 {
    padding-top: 20px;
}

#classes p {
    text-align: justify;
    padding: 0px 20px 30px 20px;
    font-weight: 300;
    line-height: 30px;
}

#classes .third-width img {
    width: 60%;
    height: auto;
}

#classes #class-pictures {
    border: 10px white solid;
}


/***** CONTACT *****/
#contact {
    overflow: auto;
    padding-top: 40px;
    background-color: #CAC2BC;
    text-align: center;
}

#contact #contact-img {
    width: 50%;
    height: auto;
    border: 5px white solid;
    border-radius: 25px;
}

#contact #envelope {
    padding-top: 10px;
}

#contact a {
    text-decoration: none;
    color: black;
}

#contact h2, #contact h3, #contact a {
    font-weight: 200;
}

#contact p{
    font-weight: 100;
    font-size: 15px;
}