.introContainer {
    background-color: #657185;
    background-image: url("../images/intro-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    display: table;
    height: 100%;
    max-height: 230px;
    text-align: center;
    width: 100%;
}

.introContainerCenter {
    display: table-cell;
    vertical-align: middle;
}

.containerIconImage {
    height: 70px;
}

.introAppTitle {
    font-size: 20px;
    font-weight: bold;
}

.sectionTitle {
    font-family: 'Monda', sans-serif;
    font-size: 26px;
    font-weight: bolder;
    padding: 0px 10px 0px 10px;
    text-align: center;
}

.sectionTitle.withBottomPad {
    padding-bottom: 4px;
}

.sectionText {
    padding: 0px 20px 0px 20px;
    text-align: center;
}

.smallSectionText {
    padding: 0px 10px 0px 10px;
    font-size: 9px;
    text-align: center;
}

.smallSectionText.withNegativeTopMargin {
    margin-top: -10px;
}

.psylfyImagesContainer {
    margin: 0 auto;
    padding: 4px 4px 4px 4px;
    text-align: center;
    width: 95%;
}

.psylfyImageContents {
    display: inline-block;
    padding:0px 8px 0px 8px;
}

.iPadImage {
    height:100%;
    max-width: 390px; 
    max-height: 519px;
    min-width: 240px;
    width:100%;
}

.iPhoneImage {
    height:100%;
    max-width: 260px; 
    max-height: 462px;
    min-width: 200px;
    width:100%;
}

.appleWatchImage {
    height:100%;
    max-width: 260px; 
    max-height: 462px;
    min-width: 200px;
    width:100%;
}

.appStoreBadge {
    text-align: center;
}

.sectionImageContainer {
    text-align: center;
}

.sectionImageParent {
    display: inline-block;
}

.sectionImage {
    display: block;
    height: 65px;
    padding: 0px 6px 0px 6px;
}
