/*---------CSS RESET------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


/*
Hot Pink rgb 217,6,72
Dark blue green rgb 8,116,141 #08748c

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
ol {
    list-style-type: decimal;
    list-style-position: inside;
}


blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------------Start of Style-----------------------*/

header{
    background-color: rgb(118,137,136);
    background: black;
    color: #FFF;
    padding: 50px 20px 60px 30px;
}
header h3{float: right; padding-right: 50px;}
header h2 a{padding: 0px 0 40px 0;}
.flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse; /* Safari */
    flex-direction:         row-reverse;
    width: 100%;
}
aside{
    -webkit-flex: 1 auto 250px; /* Safari */
    flex:         1 auto 250px;
    background: lightblue;
    padding: 10px;  
}   
aside h2{padding: 20px 0 0 0; margin-top: 20px;}

#schedule{ 
    -webkit-flex: 3 0 250px; /* Safari */
    flex:         3 0 250px;
    margin: 10px;   
}
.week{ 
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin: 10px;
}
#schedule h3{
    font-family: "proxima-nova-extra-condensed",sans-serif;
    font-style: normal;
    font-weight: 400;
    color:#000;
    text-align: center;
    }
li.icon{
    list-style-image: url(_IMG/ListImage.png);
    margin-left: 15px;
}
.day{
    -webkit-flex: 1 0 250px; /* Safari */
    flex:         1 0 250px;
    border-right: 1px black solid;
    padding:0px 5px;
    background: #fff;
    overflow: scroll;
}
.day h4{
    background-color:rgb(8,116,141);
    margin:0 -5px 10px -5px;
    padding:10px;  
    color:#FFF;
    font-weight: 500;
    font-size:1.3em;
}


footer{
    background: black;
    padding: 20px 20px 60px 30px;
}
footer li {display: inline-block; padding: 15px;}
footer li a {
    font-weight: 500;
    font-size: 2em;
    color: #FFF;
}
footer li a:hover{font-weight: 100;}

/*typography*/
body{
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 100;
    line-height:1.5em ;
}
h1{ font-family: "proxima-nova-extra-condensed",sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 6em;
    text-transform: uppercase;
    line-height: .35em;  
    color: rgba(217,6,72);
    z-index: 1; 
}
h2{  font-size: 2em;}

h3{  font-size: 1em;font-weight: 300;}

b{font-weight: 600;}

xmp{
    margin-left: -130px;
}

.little {
    font-weight: 600;
    font-size: 2em;
    line-height: 1.4em;
    display: inline-block;
    color: rgb(255,255,255);   
}
.big{
    display: inline-block;
    line-height: 1em;
    color: rgba(8,116,141, 1);
}
h1.big a, h1.big a:visited{
    color: rgba(8,116,141, 1);
    text-decoration: none;
}
.and{
    z-index: 100;
    opacity: .5;
    font-weight: 600;
    font-size: 16em;
    padding-left: 600px 
}

li img {
    width: 80%;
}

#glossery{margin: 20px;}

strong{font-weight: bold;}

ol {
    list-style-type: decimal;
}
ol li {
    list-style-type: decimal;
}
blockquote{ 
    width: 250px;
    font-style: italic; 
}

.done{
    opacity: .6;
}

@media screen and (max-width: 600px){
     .flex-container {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column; /* Safari */
        flex-direction:         column;
        width: 100%;
    }
    
}

@media screen and (max-width: 1100px) {
    .week{
        -webkit-flex-direction: column; /* Safari */
        flex-direction:         column;
    }    
    html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
        font-size: 105%;
    }
    
    h1{ 
    font-size: 2.8em;
    line-height: .18em;    
    }
    .day{
    -webkit-flex: 1 0 450px; /* Safari */
    flex:         1 0 450px;
    }
}

@media screen and (min-width: 1100px) {
    
    
}