body {
    color: #373228;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
}

.tag-line {
    font-family: 'Princess Sofia', cursive;
    font-size: 2.8em;
    line-height: 1em;
    margin-bottom: 0
}

.main-card {
    margin: auto;
    width: 35%;
    max-width: 500px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    z-index: 1000;
    padding-bottom: 10px;
    transition: .3s ease-out;
}

.main-card img {
    width: 30%;
}

.bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.wrapper {
    height: 100vh;
    padding-bottom: 30px;
    padding-top: 30px;
    background-image: url('/img/placement.jpg');
    background-size: cover;
    background-position: center center;
}

body{
    min-height: 110vh;
}

.instagram-flow{
    background-color: white;
}

.square {
    float:left;
    position: relative;
    width: 14.2857142857%;
    padding-bottom : 14.2857142857%;
    margin:0;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    transition: .3s ease-out;
}

.progress {
    width: 90%;
    margin: auto;
    margin-top: 50px;
    min-height: 5px;
}

@media (max-width: 1300px){
    .main-card {
        width: 475px;
        transition: .3s ease-out;
    }
    .square {
        width: 25%;
        padding-bottom : 25%;
        margin:0;
        transition: .3s ease-out;
    }
}

@media (max-width: 950px){
    .main-card {
        width: 450px;
    }
}


@media (max-width: 800px){
    .main-card {
        width: 90%;
        max-width: 375px;
    }
    .btn {
        padding: 5px;
    }
    .instagram-flow{
        margin-top: 0px;
    }
    .square {
        width: 100%;
        padding-bottom : 100%;
    }
}