@import url(http://fonts.googleapis.com/css?family=Open+Sans|Roboto|Roboto+Condensed|Lato|Oswald:700|Chelsea+Market|Cherry+Cream+Soda);

h1, h2, h3, h4, h5, h6 {
    font-family: Roboto, sans-serif;
}

.pre-header {
    background-color: black;
    height: 2.5em;
    color: #FFF;

}

.pre-header a {
    color: white;
    font-family: lato, roboto, arial, times, sans-serif;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bolder;

}

.header{
    background-color: #bbe3e3;
    margin-bottom: 2em;
}

.logo{
    padding: 1em 0 1em 0;
}

.campus-head {
    margin: 1em 0;
    padding: 1em 0;
    color: white;
    background: url("../img/fondo_cobete.jpg");
}

.campus-head .campus-head-text {

}

.campus-head h2 {
    line-height: 1em;
}

.campus-head p {
    font-family: lato, sans-serif;
    line-height: 1.2em;
    font-size: 1.2em;
}

.campus-head .despegamos {
    font-size: 1.5em;
}

.campus-courses {
    padding-top: 2em;
}

.campus-course-color01 {
    background-color: #cc4b37;
}

.campus-course-color02 {
    background-color: #6a58cc;
}

.campus-course-color03 {
    background-color: #a7cc34;
}

.campus-course-color04 {
    background-color: #cc9914;
}

.campus-course {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 1em;
    margin-bottom: 2em;
}

.campus-course h3 {
    text-transform: uppercase;
    font-size: 1.3em;
}

.campus-course p {
    line-height: 1.2em;
    font-size: 0.9em;
}

.campus-course ul {
    line-height: 1.2em;
}

.campus-course .course-text a {
    color: black;
    text-decoration: underline;
}

.campus-course .course-text {
    padding-right: 2em;
}

.campus-course .course-image img {
    border-radius: 50%;
    margin-left: -2em;
    margin-top: -2em;
}

.all-courses {
    background-color: #121838;
    padding: 1em 2em 1em 2em;
    margin-bottom: 2em;
}

.all-courses h3 {
    line-height: 1em;
    font-size: 2.2em;
    margin-top: 0.5em;
    color: white;
}

.all-courses h4 {
    color: white;
}

.all-courses a {
    text-decoration: underline;
}

.all-courses a {
    color: #fff;
}

.all-courses img {
    border-radius: 50%;
}

footer {
    padding: 1.2em 0;
    background-color: #bbe3e3;
}

footer a{
    color: #000;
}

footer a:hover{
    color: #000;
}

.shop-button {
    margin-top: 2em;
}

.btn {
    font-family: lato, sans-serif;
    color: #3e3e3e;
    font-size: 15px;
    background: #ffffff;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.btn:hover {
    background: #8b8b8b;
    color: #ffffff;
    text-decoration: none;
}

.btn a {
    color: #ffffff;
}

/* Small only */
@media screen and (max-width: 39.9375em) {

    .campus-head {
        padding: 1em 1em 4em 1em;
    }

    .campus-head h1 {
        text-align: left;
    }

    .campus-head h2 {
        line-height: 1em;
        text-align: left;
    }

    .campus-head p {
        line-height: 1em;
        font-size: 0.9em;
    }

    .campus-head .despegamos {
        font-size: 1.5em;
    }

    .campus-course .course-text {
        padding-top: 1em;
        padding-right: 0em;
    }

    .campus-course .course-text h3 {
        text-align: center;
        line-height: 1em;
    }

    .campus-course .course-image img {
        margin-left: 0;
    }

    .all-courses h3 {
        text-align: center;
        margin-bottom: 1em;
    }

    .all-courses .img-cell {
        padding-bottom: 1em;
    }

}

/* Medium and up */
@media screen and (min-width: 40em) {
    .campus-head h1 {
        line-height: 1em;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
}

/* Large and up */
@media screen and (min-width: 64em) {
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
}