
header{
    background-color:white;
    text-align: center;
}
header img{
    margin-right: 16px;
}

body{
    background-color:#DAF7F6;
    font-size: 12px;
    font-family: 'Open Sans'sans-serif;
    color:#3B3B3B;
    line-height: 16px;
}
/*******Headers*******/

h1{
    font-size: 48px;
    color: #F16059;
    font-family: 'Montserrat' sans-serif;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    padding: 40px 0;
    margin: 0; 
}

/********Main Section********/

main{
   width: 1000px;
   margin: 0 auto;
}

/**********Images***********/

.card{
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: auto;
}

.image{
    float:left;
    width: 500px;
    height:500px;
    overflow: auto;
}

.recipe{
    padding-left:20px;
    float:left;
    width:500px;
    height: 500px;
    background: white;
    box-sizing: border-box;
    overflow:auto;
}

#cookies .image{
    background: url('../img/gluten-free-cookies.jpg') no-repeat;
    background-size: cover;
}

#pesto .image{
    background: url('../img/nut-free-pesto.jpg') no-repeat;
    background-size: cover;
}

#salad .image{
    background: url('../img/watermelon-salad.jpg') no-repeat;
    background-size: cover;
}

/******Times******/

.recipe h2{
    color:#F16059;
    font-family: 'Montserrat';
    font-size: 24px;
    margin-top: 15px;
    font-weight:bold;
    text-transform: uppercase ;
    line-height: 29px;
}

.time{
    margin-bottom: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #3B3B3B;
    overflow: auto;
}

.time div{
    float:left;
    padding-left: 6px;
    width: 33.3333%;
    box-sizing: border-box;
    text-transform: uppercase;
}

.time .cook{
    border-width: 0 1px;
    border-style: solid;
    border-color: #3B3B3B;
}
.time img{
    width:15px;
    margin-right: 5px;  
    vertical-align: middle;
    height: auto;
}

.time-details{
    display: inline-block;
}

.time strong{
    font-family: 'Montserrat' sans-serif;
}

.columns{
    overflow: auto;
}

.directions{
    float: left;
    width: 240px;
}

.ingredients{
    float: left;
    width: 205px;
    margin-right: 15px;
}

.recipe h3{
    color:#F16059;
    font-family: 'Montserrat' sans-serif;
    font-size: 12px;;
    font-weight:bold;
    text-transform: uppercase ;
    padding: 6px;
    border-top: 1px solid #3B3B3B;
    border-bottom: 1px solid #3B3B3B;
}

.ingredients ul{
    padding-left: 15px;
    line-height: 24px;
    list-style-type: square;
}

.directions ol{
    padding-left: 15px;
    line-height: 22px;
}