* {
    font-family: "Raleway", sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.container {
    color: #434343;
    background: #fcfcfc;
}

.row:after {
    content: ' ';
    display: table;
    clear: both;
}

h1, h2, h3 {
    line-height: 1.5em;
    font-weight: 600;
}

h1 {
    font-size: 70px;
    font-weight: 300;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 25px;
}

p, span, ul li {
    line-height: 1.5em;
}

strong {
    font-weight: 700;
}

hr {
    margin: 0px;
    display: block;
    height: 3px;
    background: #434343;
}

a {
    color: #2980b9;
    text-decoration: none;
}

.col-md-4 {
    box-sizing: border-box;
    float: left;
    width: 33.33%;
    padding: 10px;
}

.col-md-12 {
    display: block;
    margin: 20px 40px;
}

.centered {
    text-align: center;
}

.red {
    color: #e74c3c;
}

.green {
    color: #2ecc71;
}

.uppercase {
    text-transform: uppercase;
}

header {
    text-align: center;
}

header a {
    color: #434343;
}

header span {
    display: block;
    margin-bottom: 15px;
}

header .header-image {
    display: block;
    background: url('../assets/images/shoes-fullHeader.jpg');
    background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url('../assets/images/shoes-fullHeader.jpg');
    background: -o-radial-gradient(circle, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url('../assets/images/shoes-fullHeader.jpg');
    background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url('../assets/images/shoes-fullHeader.jpg');
    background: radial-gradient(circle, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url('../assets/images/shoes-fullHeader.jpg');
    background-size: cover;
    background-position: center;
    height: 450px;
}

header .header-content {
    color: #fcfcfc;
    display: inline-block;
    width: 500px;
    position: absolute;
    top: 300px;
    left : 40px;
    text-align: left;
}

.header-content h2 {
    line-height: normal;
}

.btn {
    padding: 10px 10px;
    margin: 10px 5px;
    font-weight: 600;
}

.btn-default {
    color: #fcfcfc;
    background: rgba(0,0,0,0);
    outline: none;
    border: 2px solid #fcfcfc;
    transition: 0.2s background, 0.2s color;
    -webkit-transition: 0.2s background, 0.2s color;
}

.btn-default:hover {
    background: #fcfcfc;
    color: #2980b9;
}

.btn-primary {
    color: #2980b9;
    background: #fcfcfc;
    outline: none;
    border: 2px solid #fcfcfc;
    transition: 0.2s background, 0.2s color;
    -webkit-transition: 0.2s background, 0.2s border;
}

.btn-primary:hover {
    background: #c4c4c4;
    border: 2px solid #c4c4c4;
}

.header-content .btn:first-of-type {
    margin-left: 0px;
}

#classes h2 {
    margin-top: 30px;
    text-align: center;
}

#classes hr {
    margin: 0px 30px;
}

#classes h3 {
    margin-top: 15px;
}

#classes ul {
    margin-top: 15px;
}

#classes li {
    margin-top: 8px;
}

#pricing {
    margin-top: 20px;
    box-sizing: border-box;
    padding: 30px 0px;
    background: #f2f2f2;
}

.pricing-container {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 40px 40px 40px 40px;
    text-align: center;
}

.pricing-option {
    margin: 0;
    background: #c4c4c4;
    padding: 20px;
    transition: 0.2s box-shadow;
    -webkit-transition: 0.2s box-shadow;
}

.pricing-option:hover {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}

.pricing-option h2 {
    display: inline;
    vertical-align: middle;
}

#enroll .col-md-12 h3, 
#enroll .col-md-12 p {
    margin-bottom: 10px;
}

#enroll form input,
#enroll form select {
    margin: 10px 10px;
}

#about {
    margin-top: 15px;
    background: #f2f2f2;
    padding: 40px;
}

.col-md-6 {
    margin: 0;
    float: left;
    width: 50%;
    padding: 20px;
    padding-left: 30px;
    box-sizing: border-box;
}

#about h2 {
    margin-bottom: 10px;
}

#about .col-md-6:first-of-type {
    border-right: 3px solid #434343;
}

.col-md-6 img {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.form-group {
    padding: 10px;
    box-sizing: border-box;
    overflow: auto;
}

.form-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.form-group input {
    display: block;
    width: 100%;
    height: 40px;
    padding-left: 10px;
    box-sizing: border-box;
}

.form-group textarea {
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 10px;
    display: block;
    width: 100%;
    min-height: 100px;
}

.split {
    float: left;
    width: 50%;
    padding: 8px;
    box-sizing: border-box;
}

.split:after {
    content: ' ';
    display: table;
    clear: both;
}

.form-control {
    border-radius: 3px;
    outline: 1px solid rgba(0, 0, 0, 0);
    border: none;
    transition: 0.5s outline;
}

.form-control:hover {
    outline: 1px solid #2980b9;
}

select.form-control {
    height: 30px;
    border: 1px solid #2980b9;
}

select.form-control:hover {
    outline: none;
}

.contact-form .btn {
    float: right;
}

.contact-form .form-message {
    left: 0;
}

#loader {
    position: relative;
    left: 40%;
    width: 50px;
    margin: 0;
    display: none;
}

#form-submit-message {
    display: none;
}

footer {
    padding: 40px 40px;
}

footer img {
    width: 50px;
    height: auto;
}

footer span {
    margin-left: 10px;
}

.alert {
    padding: 10px;
    border-radius: 3px;
    color: #fcfcfc;
    text-align: center;
    display: block;
}

.alert-danger {
    background: #e74c3c;
}

.alert-success {
    background: #27ae60;
}

.validation {
    color: #e74c3c;
}

form#paypal-form {
    max-width: 300px;
    display: inline-block;
    overflow: hidden;
}

form#paypal-form select {
    max-width: 100%;
}