/* Base styles - html, body, container, global styles
-------------------------------------------------- */

/* disable transitions during page resizes - add/remove class in resize handler
-------------------------------------------------- */
.about-main{
	
}
.about-header{
    background-image: url(../img/youngcouple.jpg);
    min-height: 341px;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    background-position: center center;
    line-height: 241px;
}


.the-legend-holder{
    margin-right: auto;
    position: relative;
    left: auto;
    margin-left: auto;
    padding: 40px;
}
.the-legend-holder img{
    max-width: 300px;
    width: 100%;
    display: inline-block;
}
.the-legend-copy{
    display: inline-block;
    background-color: #7c97b3;
    padding: 30px;
    max-width: 380px;
    /* width: 100%; */
    font-size: 16px;
    color: #ffffff;
    line-height: 1.25;
    letter-spacing: .25px;
    vertical-align: top;
    margin-top: -4px;
    margin-left: 0px;

}
.legend-title{
    background-color: #2a6098;
    padding: 10px;
    color: #ffffff;
    text-transform: uppercase;
    width: 120px;
}
a{
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.page-button{
    background-color: #2a6098;
    text-align: center;
    padding: 14px 14px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;

}
.page-button:hover{
    background-color: #ffffff;
    color: #2a6098;
    border: 1px solid #2a6098;
}
.page-button-holder{
    text-align: center;
    padding-top: 40px;
}

/*
.notransition {
	.transition (none) !important;
}
*/

/* Responsive
-------------------------------------------------- */

/* Tablet: >= 480px
------------------------- */
@media (min-width: 480px) {
	
	
}

/* Desktop (small): >= 768px
------------------------- */
@media (min-width: 768px) {
    .the-legend-holder{
        margin-right: auto;
        margin-left: auto;
        position: relative;
        max-width: 800px;
        margin-top: 50px;

    }
    .the-legend-copy{
        margin-top: 0px;
        margin-left: -4px
    }
}

/* Desktop (medium): >= 992px 
------------------------- */
@media (min-width: 992px) {

}

/* Desktop (large): >= 1200px
------------------------- */
@media (min-width: 1200px) {

}