@charset "utf-8"; 
/* CSS Document */ 

.column-layout {
    max-width: 1300px;
    background-color:#D9B79D;
    margin:40px auto 0 auto;
    line-height:2;
    padding: 20px 50px;
    display:flex;
}

.main-column {flex:2;
order:2;}
.sidebar-one {flex:1;order:1;}
.sidebar-one {flex:1;order:3;}
.call-outs-container {
    max-width:1400px;
    margin:40px auto 0 auto;
    box-sizing:border-box;
    display:flex;
}

.call-out {
    flex-basis:30%;
    padding:20px;
    margin-bottom:20px;
    margin-right:40px;
}

@media (min-width:900px)
{.cal-outs-container{
    display:flex;
    justify-content:space-between;
}

}

.call-out:nth-child(1) {background-color:#FFA764;}
.call-out:nth-child(2) {background-color:#FF7207;}
.call-out:nth-child(3) {background-color:#FABA04;margin-right:0px;}

.equal-height-container{
    max-width:900px;
    margin:0 auto;
    display:flex;
}

.first {
    background-color:#DA9A06;
    padding:20px;
    flex:1;
    background-image:url("3f7xjaj9qn_Humpback_Whale_and_Calf_WW2131047"); 
    min-height:550px;
    background-repeat:no-repeat;
    background-size:cover;
}

.second {
    background-color:#FCBE2E;
    flex:1;
    display:flex;
    flex-direction:column;
}

.second-a {
    background-color:#FCBE2E; 
    flex:1;
    display:flex;
    flex-direction:column;
}

.second-b {
    background-color:#FACA59;
    flex:1;
}