/*
Theme Name:     Chocolate Chip
Description:    A minimal one-page website design built to help customers with quick interactions and a simple UI. 
Author:         Woodhouse
Version:        1.0


(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/



/*----------BODY CSS----------*/

.welcome{
    width: 75%;
    text-align: center;
    margin: 150px auto;
}

.welcome h2{
    font-size: 3em;
    color: #636363;
    letter-spacing: 0;
    text-transform: none;
}

.welcome p{
    font-size: 1.8em;
    text-align: center;
}

p{
    color: #646569;
    font-size: 1.3em;
    line-height: 1.5em;
}

.section-table{
    padding: 170px 10%;
}

.page-section{
    width: 100%;
    height: auto;
    text-align: center;
}

.section-content{
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    padding-left: 50px;
}

.section-content h2, p{
    text-align: left;
}

.section-content h2{
    font-size: 1.7em;
    color: #F06543;
}

.section-image{
    display: table-cell;
    width: 30%;
    height: auto;
    background-size: cover;
    box-shadow: 0px 0px 50px rgba(0,0,0,0.25);
}




