﻿@import url('https://fonts.googleapis.com/css?family=Raleway');
/*


XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
D A R K bg color		#222222	dark-bg
text					#d9d9d9
lighter hr				#6B6B6B	less-dark


-------------------------------
light background color	#FCFCFC
text					#2D2D2D
darker hr				#DADADA	





menu bg					212025
zt logo blue			04aeda





*/

/* unvisited link */
a:link {
    color: inherit; /* inherit; */
    text-decoration: none;
}

/* visited link */
a:visited {
    color: inherit;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: inherit;
    text-decoration: none;
}

/* selected link */
a:active {
    color: inherit;
    text-decoration: none;
}




div {
    background-color: #222222;
}




/*-- PAGE TITLE  */


div.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    border: 1px solid red;
    z-index: 10;
        font-family: 'Raleway', sans-serif; 
    font-weight: normal;
     color:  #d9d9d9;
  font-size: 40px; 

}






body {
    
    
    background-color: #222222 ;
    text-decoration: none;
   
/* #222222 ffffff fff
  */  
    margin:0; 
    
    font-family: 'Raleway', sans-serif; 
    font-weight: normal;
     color:  #d9d9d9;
  font-size: 20px; 
}


body.white {
    background-color: #FCFCFC;
   
/* #222222 ffffff
  */  
    margin:0; 
    
    font-family: 'Raleway', 'Inconsolata', 'Droid Sans', serif; 
     color:  #d9d9d9;
  font-size: 20px; 
}











table-photo {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    width: 100%;
}

h1 {
    text-decoration: none;
    color: #d9d9d9;
    font-weight: lighter;
    text-align: center;
      font-size: 26px;
    /*   text-shadow: 0 4px #570b0b;*/
 letter-spacing: normal; /* Work Only Desktop */
 word-spacing: normal;
      margin-bottom: 0; padding-bottom: 0; 
        margin-top: 0; padding-top: 0; 
}

h1.white {
    color: #282828;
    text-align: center;
      font-size: 70px;
      margin-bottom: 0; padding-bottom: 0; 
        margin-top: 0; padding-top: 0; 
}



h2  {
    color: #d9d9d9;
    text-align: left;
        font-weight: lighter;
      font-size: 30px;
      letter-spacing: 1px;
      margin-bottom: 0.5em; padding-bottom: 0; 
        margin-top: 0; padding-top: 0; 
}


h2.white {
    color: #282828;
    text-align: left;
      font-size: 25px;
      margin-bottom: 0; padding-bottom: 0; 
        margin-top: 0; padding-top: 0; 
}


/* MAIN TEXT */

p {


 line-height: 1.5;
outline-width: 0px; outline-style: none; outline-color: invert; 
vertical-align: top; border-style: none; 
border-color: inherit; border-width: 0px; margin: 0px; padding: 0px; background: url('');    
    font-family: "Raleway", serif;
    font-size: 17px;
    color: #2D2D2D;
}




p.text-on-dark {
 line-height: 1.5;
align="left"; outline-width: 0px; outline-style: none; outline-color: invert; 
vertical-align: top; border-style: none; 
border-color: inherit; border-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; background: url('');    
    font-family: "Raleway", serif;
    font-size: 17px;
    color: #d9d9d9;
}







.p-list li {
 line-height: 1.5;
    font-family: "Raleway", serif;
    font-size: 17px;
    color: #282828;
}



.h-list li {
    margin: 100px 50px;
    font-family: "Raleway", serif;
    font-size: 18px;
    color: #d9d9d9;
}





#container {
  height: 400px;
  width: 400px;
  position: relative;
}
#image {
  position: absolute;
  left: 0;
  top: 0;
}
#text {
  z-index: 100;
  position: absolute;
  color: white;
  font-size: 24px;
  font-weight: bold;
  left: 150px;
  top: 350px;
}








