/* Chordial Pallette - thanks to flatuicolorpicker.com

Reds
Sunset Orange = #F64747
Chestnut Rose = #D24D57

White/Gray
Porcelain = #ECF0F1
Lynch = #6C7A89
*/

@import url(http://fonts.googleapis.com/css?family=Poiret+One|Roboto:400,400italic,700);

html, body{
    width: 100%;
    height: 100%;
    margin: 0px;
}

body{
    max-width: 768px;
    height: auto;
    background: #ECF0F1;
    color: #333;
    font-size: 1.25em;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
}

h1,
h2,
h3{
    margin: 50px 0px 0px 0px;
    text-align: center;
}

h1{
    font-size: 1.45em;
    font-family: Poiret One, Helvetica, serif;
    color: #F64747; 
}

h2,
h3{
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    color: #6C7A89;
}

h2{
    font-size: 1.35em;
}

h3{
    font-size: 1.25em;
}

a{
    text-decoration: none;
}

div{
    margin: 0px;
    padding: 0px;
}

.container{
    display: block;
    width: 100%;
}

.menu{
    display: block;
    width: 100%;
    margin-bottom: 10px;
    background: #D24D57;
    color: #ECF0F1;
    box-shadow: 1px 1px 3px 1px #999;
}

.menu-nav{
    text-align: center;
    padding: 10px;
}

.menu-nav{
    display:none;
}

.menu-nav li{
    display: block;
    padding: 10px;    
}

.menu-bar a{
    color:#fff;
}

.menu-bar .fa{
    display: block;
    width: 18px;
    margin: auto;
    padding: 10px;
}

.lessons{
    text-align: center;
}

.shape{
    display:inline-block;
    margin: 20px 0px 20px 0px
}

.shape-txt{
    display: inline-block;
    margin-top: 25%;
}

.shape-txt h3{
    color: #ECF0F1;
}

.circle-lg{
    width: 250px;
    height: 250px;
    background: #f64747;
    border-radius: 50%;
    box-shadow: 0px 0px 3px 1px #999;
}

.circle-sm{
    width: 175px;
    height: 175px;
    background: #f64747;
    border-radius: 50%;
    box-shadow: 0px 0px 3px 1px #999;
}

.arrow-rt{
    width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-left: 50px solid #ECF0F1;
	border-bottom: 30px solid transparent;
    margin-top: 80%;
    margin-left: 15%;
}
