html,
body,
.view {
    height: 100%;
}
.container-full {
    margin: 0 auto;
    width: 100%;
}
.rounded{
    border-radius: 50%;
    width: 130px;
    height: 130px;
    margin: 10px auto;
}
.squared{
    width: 100%;
    height: 130px;
}
.footer-copyright{
    font-size: 8pt;
    height: 100px !important;
}
.page-footer{
    height: 60 !important;
    padding: 0px 0px !important;
    margin-top: 0px !important;
}
.footer-copyright p{
    height: 15pt;
    margin: 0px 0px !important;
    line-height: 15pt;
}
.push-bottom{
    margin-bottom: 50px !important;
}
.push-bottom-100{
    margin-bottom: 100px !important;
}
.push-top{
    margin-top: 50px !important;
}
.remove-bottom{
    margin-bottom: 0px !important;
}
.text-big{
    font-size: 30pt;
}
.text-medium{
    font-size: 13pt !important;
}
.dark{
    background: #333 !important;
}
.rounded-icon{
    position: absolute;
    display: block;
    font-size: 60px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 150px;
    text-align: center;
    color: #fff;
    line-height: 130px;
}
.logo{
    width: 40px;
    height: 40px;
}
footer.page-footer {
    background-color: #1C2331;
    margin-top: 2rem;
}

.flex-center, .flex-center pre {
    color: #fff;
    font-family: 'Roboto';

}
.flex-center-main h1{

    font-size: 48pt;
}
.iphone-wrap{
    height: 600px;
}
.iphone{
    height: inherit;
}
.view {
    background: url("../images/low-poly.png")no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*Contact section*/

#contact .fa {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1C2331;
}
#googleplaybtn{
    display: inline-block;
    background: url(../images/Get_it_on_Google_play.svg) no-repeat;
    background-size: contain;
    overflow: hidden;
    width: 200px;
    height: 60px;
}
#applestorebtn{
    display:inline-block;
    overflow:hidden;
    background:url(../images/appstore-lrg.svg) no-repeat;
    width:200px;
    height:60px;
    background-size:contain;
}
.instructions{
    display: none;
}
.caption{
    margin-top: 5rem;
}
b{
    color: #54addd;
}
.caption h1, .caption p{
    color: #fff;
}
.caption p{
    font-size: 15pt;
}
.instructions p{
    color: #eee;
}
.carousel-item {
    min-height: 350px;
    height: auto;
}
.smoke{
    position: absolute;
    background: rgba(7, 7, 7, 0.54);
    width: 100%;
    height: 100%;
}

.instructions-divider {
    margin: 5rem 0;
    background: white;
}
.instructions-heading {
    color: #fff;
    margin-top: 0px !important;
}

@media (min-width: 40em) {
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .instructions-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .instructions-heading {
        margin-top: 7rem;
    }
}