html, body {
    background-color: black;
    color: white;
}
p,ul,li {
    font-family: "Helvetica Neue",Arial,sans-serif;
    color: white;
    text-align: left;
    font-size: 10pt;
}

li {
    padding-bottom: 10px;
}

ul {
    list-style-type: none;
}

h1,h2,h3 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-weight: bold;
    color: white;
    letter-spacing: -0.04em;
}
h2 {
    font-size: 20pt;
}

h3 {
    font-size: 12pt;
}

h4 {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 14pt;
}

a {
    font-family: "Helvetica Neue",Arial,sans-serif;
    color: white;
    text-align: center;
    font-size: 10pt;
    text-decoration: none;
}

label {
    font-weight: bolder;
}


#more {display: none;}

.border-container {
    height: auto;
    max-width: 960px;
    color: white;
    border-radius: 5px;
    border-width: 3px;
    border-style: solid;
    border-color: white;
    padding: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

.nav-links {
    font-family: "Helvetica Neue",Arial,sans-serif;
    color: white;
    text-align: left;
    font-size: 10pt;
    width: 100%;
    height: auto;
    float: right;
    margin-top: 45px;
    padding-bottom: 20px;
}

.log-out-button {
    width: 100%;
    padding: 0px;
    background-color: black;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-weight: bold;
    font-size: 10pt;
    color: white;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    max-width: 140px;
}

.log-out-button:hover {
    width: 100%;
    padding: 0px;
    background-color: white;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-weight: bold;
    font-size: 10pt;
    color: black;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    max-width: 140px;
}

a:hover {
    font-family: "Helvetica Neue",Arial,sans-serif;
    color: #ff0bf9;
    text-align: center;
    font-size: 10pt;
}
.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.container-fluid {
    background-color: black;
}
.row {
    max-width: 960px;
    background-color: black;
    margin-left: auto;
    margin-right: auto;
}

.row.video {
    max-width: 960px;
    background-color: black;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.row.join-today {
    max-width: 960px;
    background-color: green;
    margin-left: auto;
    margin-right: auto;
    height: 400px;
}

.row.nav {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-color: green;
    height: 50px;
}

.carousel {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    vertical-align: top;
}

.carousel-control-prev, .carousel-control-next {
    height: 525px;

}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #A23A9C;
}

.carousel-caption {
    background-color: black;
    padding: 20px;
    padding-bottom: 10px;
    border-radius: 5px;
    border-width: 3px;
    border-style: solid;
    border-color: white;
    max-width: 800px;
    margin: auto;
    margin-bottom: 80px;
    vertical-align: middle;
    height:auto;
}

.carousel-caption-container {
    margin-top: 20px;
    background-color: #A23A9C;
    height: auto;
    width: 100%;
    padding: 20px;
    padding-bottom: 10px;
    border-radius: 5px;
    border-width: 3px;
    border-style: solid;
    border-color: white;
    vertical-align: middle;
}

span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.syfo-form {
    margin-top: 10px;

    background-color: black;
    border-radius: 5px;
    border-width: 5px;
    border-style: solid;
    border-color: white;
    padding: 20px;
    width: 100%;
    height: auto;
    font-family: "Helvetica Neue",Arial,sans-serif;

}

.syfo-button,.next-button,.category-button,.join-today-button,.read-more-button {
    width: 100%;
    padding: 15px;
    background-color: black;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-weight: normal;
    color: white;
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
    border-color: white;
    margin-top: 5px;
}

.syfo-button:hover,.next-button:hover,.category-button:hover,.join-today-button:hover, .read-more-button:hover {
    width: 100%;
    padding: 15px;
    background-color: #A23A9C;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-weight: normal;
    color: white;
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
    border-color: white;
    margin-top: 5px;
}

.join-today-button {
    background-color: #A23A9C;
    border-width: 3px;

    font-size: 1.1em;
}

.join-today-button:hover {
    background-color: #a20b9c;
    border-width: 3px;

}

.next-button,.category-button {
    width: 100%;
    padding: 15px;
    background-color: black;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-weight: normal;
    color: white;
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
    border-color: white;
    margin-top: 5px;
}

.next-button:hover,.category-button:hover {
    width: 100%;
    padding: 15px;
    background-color: #a20b9c;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-weight: normal;
    color: white;
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
    border-color: white;
    margin-top: 5px;
}

.category-button,.category-button:hover {
    font-size: 15px;
    width: auto;
    height: 55px;
    margin: 20px;
}

.syfo-form-text {
    font-family: "Helvetica Neue",Arial,sans-serif;
    width: 100%;
    padding:     10px;
    border-radius: 5px;
    border-width: 5px;
    border-style: solid;
    border-color: white;

    margin-bottom: 20px;
}

.form-select {
    font-family: "Helvetica Neue",Arial,sans-serif;
    width: 100%;
    padding:     10px;
    border-radius: 5px;
    border-width: 5px;
    border-style: solid;
    border-color: white;

    margin-bottom: 20px;
}

.next-button {
    margin-top: 15px;
}

.next-button:hover {
    margin-top: 15px;
}



.goal-button-selected {
    background-color: #A23A9C;
    width: 150px;
    height: 150px;
    line-height: 50%;
    border-radius: 50%;
    border-width: 5px;
    border-style: solid;
    border-color: white;
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-family: "Helvetica Neue",Arial,sans-serif;
    margin: 0;
}

.goal-button {
    background-color: black;
    width: 150px;
    height: 150px;
    line-height: 50%;
    border-radius: 50%;
    border-width: 5px;
    border-style: solid;
    border-color: white;
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-family: "Helvetica Neue",Arial,sans-serif;
    margin: 0;
}

.goal-button:hover {
    background-color: #A23A9C;
    width: 150px;
    height: 150px;
    line-height: 50%;
    border-radius: 50%;
    border-width: 5px;
    border-style: solid;
    border-color: white;
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-family: "Helvetica Neue",Arial,sans-serif;
    margin: 0;
}



.input {
    font-family: "Helvetica Neue",Arial,sans-serif;
}

.header {
    height: 180px;
}

.footer {
    height: 250px;
}

.logo {

    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;

    height: 100px;
    width: 100px;

    background: url(../images/SortYourFitOutLogoDarkCircle.png) no-repeat 50% 50%;
}

.line {
    margin-top: 100px;
    position: relative;
    overflow: visible;
    height: 1px;
    background-color: #ddd;
    border: 1px solid #ddd;
    width: 100%;
}

@media (min-width: 768px){
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1  {
        width: 100%;
        *width: 100%;
    }
}

@media (min-width: 992px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */
@media (min-width: 1200px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

.day-selected {
    border-style: solid;
    border-width: 3px;
    border-color: white;
    border-bottom-color: black;
    background-color: black;
    height: 50px;
    padding-top: 5px;
    color: white;
    font-family: "Helvetica Neue",Arial,sans-serif;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.day-unselected {
    border-style: solid;
    border-width: 3px;
    border-color: #c4c4c4;
    background-color: #464646;
    color: #c4c4c4;
    border-bottom-color: white;
    height: 50px;
    padding-top: 5px;
    font-family: "Helvetica Neue",Arial,sans-serif;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.day-unselected:hover {
    border-style: solid;
    border-width: 3px;
    border-color: white;
    border-bottom-color: white;
    background-color: black;
    height: 50px;
    padding-top: 5px;
    color: white;
    font-family: "Helvetica Neue",Arial,sans-serif;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.photo-upload-tab-left {
    border-style: solid;
    border-right-style: dashed;
    border-top-style: none;
    border-width: 3px;
    border-right-width: 1px;
    border-color: white;
    background-color: #464646;
    color: #c4c4c4;
    border-bottom-color: white;
    height: 180px;
    padding-top: 15px;
    font-family: "Helvetica Neue",Arial,sans-serif;
    border-bottom-left-radius: 5px;
}
.photo-upload-tab-mid{
    border-style: solid;

    border-right-style: dashed;
    border-left-style: none;
    border-top-style: none;
    border-width: 3px;
    border-right-width: 1px;
    border-color: white;
    background-color: #464646;
    color: #c4c4c4;
    border-bottom-color: white;
    height: 180px;
    padding-top: 15px;
    font-family: "Helvetica Neue",Arial,sans-serif;
}

.photo-upload-tab-right {
    border-style: solid;
    border-left-style: none;
    border-top-style: none;
    border-width: 3px;
    border-color: white;
    background-color: #464646;
    color: #c4c4c4;
    border-bottom-color: white;
    height: 180px;
    padding-top: 15px;
    font-family: "Helvetica Neue",Arial,sans-serif;
    border-bottom-right-radius: 5px;

}


.photo-upload-button {
    width: 100%;
    height: 100%;
    background-color: #464646;
    border-style: none;
    color: #c4c4c4;
}
.photo-upload-button:hover {
    width: 100%;
    height: 100%;
    background-color: #464646;
    border-style: none;
    color: black;
}

