/* =Reset
-------------------------------------------------------------- */
 
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 100px;
}
 
html,
body,
div{
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "Arial", Helvetica, sans-serif;
    color: #36454f;
    font-size: 15px;
    letter-spacing: 1.8px;
    
   
    
}

/* =Color
-------------------------------------------------------------- */
 
#header{
    background: #FFF;
    padding-top: 165px; 
}
 
#main{
    background: #FFF;    
}

/* =Structures
-------------------------------------------------------------- */


.wrap{
    max-width: 1200px;
    margin: 0 auto;
    padding: 1em;
}
 
#primary{
    max-width:575px;
    margin: 0 auto;
    padding-top: 15px;
}

/* unvisited link */
a:link {
    color: #36454f;
    text-decoration: none;
    font-weight: 100;
}

/* visited link */
a:visited {
    color: #36454f;
    text-decoration: none;
    font-weight: 100;
}

/* mouse over link */
a:hover {
    color: #DCDCDC;
    text-decoration: none;
    font-weight: 100;
}

/* selected link */
a:active {
    color: #OOO;
    text-decoration: none;
    font-weight: 100;
}

.images {
    width: 100%;
    height: auto;
}

.paragraph {
    line-height: 25px;
    text-align: justify;
    letter-spacing: 2px;
}

.paragraph_index {
    line-height: 25px;
    letter-spacing: 2px;
}

.paragraph-head1 {
    line-height: 35px;
    text-align:center;
}

.paragraph-list {
    text-align: justify; 
    line-height: 30px;
}






