body {
    background-color: #b1ceda;
    font-size: 1.5rem;
}

button {
    color: #121212;
    border: 1px solid #121212;
    border-radius: 0px;
}

a {
    color: #121212
}

h3 {
    margin-top: 2rem;
    font-weight: bold;
}

p {
    text-indent: 2rem;
    margin-bottom: 1.5rem;
}

.main-column {
    height: 100%;
    margin-left: 0px;
}

.header {
    display: block;
    background-color: #000;
    padding: 1em;
}

.header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000;
}

.header li {
    float: left;
    margin-bottom: 0;
}

.header li a {
    display: block;
    color: #000000;
    text-align: center;
    padding: 0.4rem 2.7rem;
    text-decoration: none;
    background-color: #b1ceda;
}

.header li a:hover {
    background-color: #ffffff;
}

.title img {
    max-width: 100%;
    box-sizing: border-box;
}

.homelinks {
    float: left;
    color: white;
    font-size: 2rem;
    text-decoration: none;
}

.homelinks a {
    color: white;
    font-size: 2rem;
    text-decoration: none;
}

.nav ul {
    float: right;
}

.main {
    display: block;
}

.copy-main {
    text-align: center;
    font-size: 2rem;
}

.flash {
    display: block;
    padding: 1rem 1.5rem;
}

.flash.success {
    background: #ffffff;
}

.flash.error {
    display: block;
    background: #d48b86;
}

.course {
    background-color: white;
    display: block;
}

.coursename {
    display: block;
    background-color: white;
}

.course h3 {
    text-align: center;
}

.drop {
    cursor: pointer;
    display: block;
}

input[type="checkbox"]  {
    display: none; /* hide the checkboxes */
}

input+.drop+div {
    display:none;
}
.drop:after {
    content:'Show Code';
}
:checked  + .drop:after {
    content:'Hide Code';
}
input:checked + .drop + div{
    display:block;
}

.screencast-subplz {
    background-color: #b1ceda;
    opacity: 0.50;
    width: 800px;
    position: relative;
}

.screencast-subplz:hover {
    opacity: 0.30;
}

.screencast-subplz-text {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 40%;
    left: 50%;
}

.screencast-subplz-link {
    text-decoration: none;
    color: white;
    font-size: 2rem;
}

.courses ul {
    list-style-type: none;
    overflow: hidden;
}

.courses li {
}

.course-listing {
    margin-bottom: 6rem;
}

.course-screencast-table {
    margin-left: 2rem;
}


/* Let's Mess With Stripe */
/*
.stripe-button {
    display: none;
}
*/

table tr:nth-child(even) {
    background-color: #c1d8e1;
}
