
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i');

html{
    box-sizing: border-box;  
    background: #335882;
    background-image: url(images/bg.jpg);
    background-size: cover;
    background-position: center center;
    /*background-attachment: fixed;*/
    border: 3px solid #e54dc7;
    margin: 10px;
}

*, *:before, *:after {
    box-sizing: inherit;
}

#wrapper{
    font-size: 0px;
    width: 100%;
    max-width: 900px;
    margin: 0px auto;
}
    
#wrapper > *{
    font-size: 1rem;
}

#timeline-wrapper{
    display: inline-block;
    width: 10%;
}

#timeline-wrapper text{
    font-family: 'Lato', sans-serif;
    font-size: 150%!important;
    letter-spacing: 1px;
}

#top-wrapper{
    font-family: 'Lato', sans-serif;
}

#content-wrapper{
    display: inline-block;
    width: 90%;
    vertical-align: top;
    font-family: 'Lato', sans-serif;
}


/****** Header ******/

header{
    padding: 10px;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h1{
    text-align: center;
    font-size: 32px;
     font-weight: normal;
}

h2, h3, h4, h5, h6{
    text-align: center;
    text-transform: uppercase;   
}

h2{
    font-size: 20px;
    line-height: 1.3em;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
}

h3{
    font-size: 24px;
    color: #95A8C1;
    display: inline-block;
    font-weight: normal;
    vertical-align: top;
    padding-top: 7px
}

h4{
    font-size: 18px;
    display: inline-block;
    color: #7f9dbf;
    vertical-align: top;
    padding-top: 12px;
}

#court{
    color: #bbd7ff;
}

#event{
    color: #decbff;
}

#law{
    color: #f9a9c2;
}

.line{
    background: #90B1F1;
    padding: 1.5px;
}

header img{
    width: 70px;
    margin: 10px 10px 10px 40px;
}

#legend{
    text-align: center;
}

/****** Content ******/

.col {
 
    margin: 1%;
    display: inline-block; 
    padding: 10px;
}

.onethird{
    width: 31%;
    vertical-align: top;
    min-height: 11362px;
}

#sped{
    background: #885a9b; 
}

#ell{
    background: #9a546c;
}

#diversity{
    background: #666698;
}

.coltitle{
    text-align: center;
    font-size: 1.8em;
    background: #a5a5a5;
    padding: 2%;
    text-transform: uppercase;
}

#sped .coltitle{
    color: #764e86;
}

#ell .coltitle{
    color: #8b4a61;
}

#diversity .coltitle{
    color: #4f4f74;
}

/****** Articles ******/

article{
    background: #cecece;
    margin: 10px 0 10px 0;
    padding: 15px;
    text-align: center;
}

h5{
    font-size: 20px;
    margin: 0;
    font-weight: bold;
}

h6{
    font-size: 16px;
    margin: 2px;
    font-weight: bold;
}

p{
    font-size: 1em;
    margin: 1px;
    margin-bottom: 10px;
    line-height: 1.3em;
}

ul{
    padding-left: 20px;
}

a:link, a:hover{
    color: #671c86;
}

a:visited, a:active{
    color: #76344b;
}

/****** Vertical Articles Spacing ******/

#e-1920 {
    margin-top: 650px;
}

#d-1896 {
    margin-top: 390px;
}

#d-1943 {
    margin-top: 32px;
}

#s-1954 {
    margin-top: 783px;
}

#e-1963 {
    margin-top: 1100px;
}

#s-1965 {
    margin-top: 750px;
}

#e-1968 {
    margin-top: 120px;
}

#d-1969 {
    margin-top: 240px;
}

#s-1970{
    margin-top: 30px;
}

#e-1971 {
    margin-top: 50px;
}

#d-1972 {
    margin-top: 60px;
}

#e-1973 {
    margin-top: 508px;
}

#s-1975 {
    margin-top: 230px;
}

#s-1980 {
    margin-top: 490px;
}

#s-1982{
    margin-top: 554px;
}

#d-1986{
    margin-top: 2380px;
}

#e-1987{
    margin-top: 165px;
}

#s-1989{
    margin-top: 220px;
}

#d-1990{
    margin-top: 199px;
}

#d-1996{
    margin-top: 85px;
}

#e-2001{
    margin-top: 1563px;
}

#d-2003{
    margin-top: 1006px;
}

#e-2009{
    margin-top: 387px;
}

#s-2015{
    margin-top: 478px;
}

#d-2016{
    margin-top: 500px;
}

/****** Buttons Functionality ******/

.more-state{
    display: none;
}

.more-target{
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .5s ease;
    text-align: left;
}

.more-state:checked ~ .more-wrap .more-target{
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
    transition: .5s ease;
}

.more-state ~ .more-trigger:before{
    content: 'More';
}

.more-state:checked ~ .more-trigger:before{
    content: 'Less';
}

.more-trigger{
    cursor: pointer;
    padding: 5px 20px;
    font-size: 0.8em;
    display: inline-block;
    background: #5f7698;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    color: #cdcdcd;
}