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

.navigation1 {
    position: absolute; 
    background-color: #FFCE51;
    color: #FFE195;
    height: 200px;
    width: 200px;
    font-size: 27px;
    font-family:'Brush Script MT', cursive;
    text-align: center;
}

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

.main-column {
    flex: 3;
    order: 2;
}

.sidebar-one {
    flex: 1;
    order: 3;
}

.sidebar-two {
    flex: 0.5;
    order: 1;
}



.call-outs-container {
    max-width: 1400px;
    margin: 40px auto 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.call-out {
    padding: 20px;
    margin-bottom: 20px;
    flex: 1;
}

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

.call-out:last-child {
    margin-right: 0;
}

.call-out:nth-child(1) {background-color:#FFE195}
.call-out:nth-child(2) {background-color:#FFE195}
.call-out:nth-child(3) {background-color:#FFE195}

.box1 {
    height: 80px;
    width: 1350px;
    background-color: #FFE195;
}

.navigation2 {
    position: absolute; 
    background-color: black;
    color: white;
    height: 200px;
    width: 200px;
    font-size: 30px;
    text-align: center;
}

.box2 {
    height: 100px;
    width: 100%;
    background-color: white;
}

.navigation3 {
    position: absolute; 
    background-color: #900000;
    color: #660101;
    height: 200px;
    width: 200px;
    font-size: 30px;
    text-align: center;
}
