
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #343333;
}

html,
body,
textarea,
button,
input {
    font-family: 'Open Sans', sans-serif;
}

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

p {
    font-size: 14px;
    line-height: 1.42;
}

h1 {
    font-size: 63px;
    font-weight: 500;
}

h2 {
    font-size: 36px;
    font-weight: 500;
}

h3.level_1 {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

h4.level_2 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
}
h5.level_3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
}


.index{
    list-style: upper-alpha;
    color: white;
}
body{
    background-color: #00B6F9;
}

h2.small-heading {
    padding: 60px 0 20px 0;
    text-align: center;
}

.image_ {
    margin-top: 20px;
    margin-bottom: 4px;
}

.week-heading{
    text-align: center;
    color: white;
    margin-top: 50px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.white-text{
    font-style: italic;
    color: #fff;
    font-size: 16px;
    text-align: left;
}
.code{
    color: #ff5459;
    background-color: white;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.padding-top-10{
    padding-top: 10px;
}
.margin-top-10{
    margin-top: 10px;
}

.margin-top-20{
    margin-top: 20px;
}
.bold{
    font-weight: 500;
    color: black;
}

.text{
    font-style: italic;
    color: #fff;
    font-size: 16px;
    text-align: left;
    padding-top: 10px;
}

.img-des{
    padding: 5px 10px;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 600;
    background-color: white;
    border-radius: 2px;
    display: inline-block;
    color: black;
    margin-bottom: 20px;
}

.imp-notes{
    padding: 5px 5px;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 600;
    background-color: red;
    border-radius: 2px;
    display: inline-block;
    color: white;
    margin-bottom: 20px;
}