﻿h1 {
    text-transform: none;
}

h2 {
    font-size: 1.8em;
    font-weight: bold;
    padding-bottom: 10px;
}
.textCenter{
    text-align: center;
}
.subPageContainer {
    text-align: center;
    max-width: 550px;
    padding-top: 40px;
}

    .subPageContainer img {
        max-height: 50px;
    }

.subPageContainer2{
    max-width: 1080px;
    padding: 40px 0;
}
hr.grey {
    border: 1px solid #c0c1bf;
    margin: 40px auto;
}
.tutorialLeft{
    flex: 2.2 1 0;
}
.tutorialRight{
    flex: 1 1 0;
}
.tutorialLeft2{

}
a.button{
    display: inline-block;
}
.tutorialRight2 {
    flex: 3 1 0;
    padding-left: 40px;
    padding-top: 50px;
}
.tutorialLeft .buttonContainer{
    padding-top: 20px;
}
.subText {
    
}

.maxwidth700 {
    max-width: 700px;
}
.subText2 {
    font-size: 1em;
    padding-top: 0px;
}
    .subText2 ul {
        padding: 0 15px;
        margin: 0;
    }
    .subText2 li {
        padding: 3px 0;
    }
.subText2 img{
    max-height: 420px;
}
.button {
    background-color: #56a4d8;
    color: white;
    padding: 10px 60px;
    border-radius: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1em;
    border: none;
    text-decoration: none;
}
.appLinks {
    justify-content: center;
    padding-top: 20px;
}

.appContainer > img {
    flex: 1 1 0;
}

.appContainer > div {
    flex: 4 1 0;
    padding-left: 50px;
}

.appContainer > img {
    max-height: 450px;
    align-self: center;
}

ol > li {
    padding-bottom: 5px;
}

ol {
    padding-left: 15px;
    margin-top: 0;
}

.appContainer {
    padding-bottom: 40px;
}

.appVideoContainer {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
}

.flex-center {
    display: flex;
    justify-content: center;
    font-size: 1.8em;
    font-weight: bold;
    color: #ed1c24;
    flex-direction: column;
    text-transform: uppercase;
}

.flex-center img {
    max-height: 100px !important;
}

@media only screen and (max-width: 750px) {
    .appContainer{
        margin: 0 20px;
        flex-direction: column;
    }
    .appVideoContainer{
        margin: 0 10px;
    }
    .appContainer > img{
        max-height: unset;
        padding-bottom: 20px;
        flex: unset;
    }
    .subText2{
        flex-direction: column;
        align-items: center;
    }
    .tutorialLeft, .tutorialRight{
        flex: unset;
    }
    .subPageContainer2{
        padding: 0 20px;
    }
    .tutorialLeft{
        padding-left: 40px;
        order: 2;
    }
    .tutorialRight{
        margin-top: 30px;
    }
    .buttonContainer {
        text-align: center;
        margin-bottom: 40px;
    }
    .tutorialLeft2{
        margin: 40px 0;
    }
    h2{
        text-align: center;
    }
    h1{
        margin-bottom: 20px;
    }
}