/*Text*/

.wrapper {
    /*display: flex;*/
    /*min-height: 90vh;*/
    align-items: center;
    justify-content: center;

}

.page-container {
    
}


.primary-subheader {
    font-weight: 300;
    font-size: 23px;
    color: #e6e6e6;
    font-weight: 300;
    margin: 0;
}

.primary-header {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 35px;
    margin: 0;
}

.primary-body-text {
    font-size: 20px;
    color: #7f7f7f;
    font-weight: 300;
    margin: 0;
}

.alt-body-text {
    padding-bottom: 50px;
    font-size: 18px;
    color: #7f7f7f;
    font-weight: 300;
    margin: 0;
    text-align: center;
}

.form-cover {
    padding: 0;
    margin: 0;
    height: 200px;
    width: 100%;
    background: url("https://static.sportsmantracker.com/v3/node-web/connect/brands.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

#select-photo{
    cursor: pointer;
}

#upload{
    visibility: hidden;
}

.crop-section{
    text-align: center;
}

#social-form .status{
    font-size:1.4em;
    color:#666;
    margin-left:20px;
}
/*.form-bg {*/
    /*background-color: white;*/
    /*padding: 1em;*/
    /*border-radius: 5px;*/
    /*border: 1px #e6e6e6 solid;*/
/*}*/

.content {
    /*border: 1px #e6e6e6 solid;*/
    /*border-radius: 5px;*/
}

.padding {
    padding: 1em;
}

.float {
    float: right;
    text-decoration: underline;
    cursor: pointer;
    color: #7f7f7f;
}

.border {
    border-right: 1px #e6e6e6 solid;
}

.cursor {
    cursor: pointer;
}

.spacing {
    padding-bottom: 10px;
}

.align {
    text-align: center;
}

.adjust {
    max-width: 800px;
}

.adjust-container {
    display: flex;
    justify-content: center;
    text-align: center;
}

.adjust-content img {
    text-align: center;
    width: 100%;
    height: auto;
}

.slide-container {
    width: 100%;
}

.slider {
    background-color: #e6e6e6;
    width: 100%;
    outline: none;
}


/*Mobile Breakpoint*/

@media only screen and (max-width: 800px) {
    
    .primary-subheader {
        padding-top: 10px;
        font-weight: 300;
        font-size: 23px;
        color: #e6e6e6;
        font-weight: 300;
        margin: 0;
    }
    
    .border {
        border-right: 0px #e6e6e6 solid;
        border-bottom: 1px #e6e6e6 solid;
    }
    
    .float {
        float: none;
        text-align: center;
        text-decoration: underline;
        cursor: pointer;
        color: #7f7f7f;
    }

}

/*iPad Breakpoint*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      
    .border {
        border-right: 0px #e6e6e6 solid;
        border-bottom: 0px #e6e6e6 solid;
    }
    
    .float {
        float: none;
        text-align: center;
        text-decoration: underline;
        cursor: pointer;
        color: #7f7f7f;
    }


}