/*  About Page Styles  */
body {
margin-top:30px;
margin-left:10px;
padding:18px;
/*background-color:#000000;*/
font-family:arial, helvetica;
background-image: url(img/4.jpg);
  
  /* Image is centered vertically and horizontally at all times */
  background-position: center center;
  
  /* Image doesn't repeat */
  background-repeat: no-repeat;
  
  /* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
  background-attachment: fixed;
  
  /* This is what makes the background image rescale based on its container's size */
  background-size: cover;
  
  /* Pick a solid background color that will be displayed while the background image is loading */
  background-color:#464646;
  
  /* SHORTHAND CSS NOTATION
   * background: url(background-photo.jpg) center center cover no-repeat fixed;
   */
}

/* For mobile devices */
@media only screen and (max-width: 767px) {
  body {
    /* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections */
    background-image: url(img/4.jpg);
  }
	}
}



#image {
width:100%;
margin-top:0px;
}

#wrapper{
background:none;
text-align:left;
border:0;
max-width:1200px;
max-height:100%;
margin-left:5px;
margin-top:5px;
padding:0;
}

#header2{
background:none;
position:relative;
color:#FFFFFF;
width:100%;
z-index:1;
margin:0;
padding:0;
}

h1 {
font-size: 20px;
line-height: 24px;
font-weight: normal;
letter-spacing:1px;
color: #FFFFFF;
margin:0;
padding:0;
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
}
h2 {
  font-size: 15px;
  font-weight: lighter;
}

p {margin:0; padding: 0;
font-size: 20px;
line-height: 30px;
font-weight: normal;
color: #FFFFFF;} 
a:link {
color: #FFFFFF;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #FFFFFF;
}
a:hover {
text-decoration: none;
color: #1C9CFF;
}
a:active {
text-decoration: none;
color: #FFFFFF;
}
img {
padding-top:50px;

}
#jstwitter {
width: 450px;
font-family:courier;
position:relative;
font-size: 30px;
line-height: 30px;
letter-spacing:1px;
font-weight: normal;
color: #333;} 

#jstwitter .tweet {
margin: 0 auto 10px auto;
padding: 0 0 10px 0;
border-bottom: none;
}
#jstwitter .tweet a {
text-decoration: none;
color: #333;
}

#jstwitter .tweet a:hover {
text-decoration: underline;
}
#jstwitter .tweet .time {
font-size: 14px;
color: #333;
letter-spacing:1px;
}
::-moz-selection{ background: #FFFFFF; color:#000; text-shadow: none; }
::selection { background: #FFFFFF; color:#000; text-shadow: none; }
a:link {-webkit-tap-highlight-color: #000; }




@media screen and (min-width: 500px){
  h1{
    font-size: 14px;
  }
}
@media screen and (min-width: 570px){
  h1{
    font-size: 15px;
  }
}
@media screen and (min-width: 620px){
  h1{
    font-size: 16px;
  }
}
@media screen and (min-width: 680px){
  h1{
    font-size: 17px;
  }
}
@media screen and (min-width: 720px){
  h1{
    font-size: 18px;
  }
}
@media screen and (min-width: 800px){
  h1{
    font-size: 19px;
  }
}
@media screen and (min-width: 860px){
  h1{
    font-size: 20px;
  }
}
@media screen and (min-width: 920px){
  h1{
    font-size: 21px;
  }
}
@media screen and (min-width: 1000px){
  h1{
    font-size: 22px;
  }
}