/* star.css
This is the stylesheet that handles most of http://srinivas.gs

Currently, the following pages call this:

- the home page
-  

*/
@font-face {
    font-family: 'GoudyBookletter1911';
    src: url('../assets/goudybookletter1911-webfont.eot');
    src: local('â˜º'), 
      url('../assets/goudybookletter1911-webfont.svg') format('svg'),
      url('../assets/goudybookletter1911-webfont.ttf') format('truetype'),      
      url('../assets/goudybookletter1911-webfont.woff') format('woff'); 
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    color: #191919;
}


body {
    font-family: "Goudy Bookletter 1911", "GoudyBookletter1911", serif;
    line-height: 1.7em;
    font-size: 1.1em;
    color: #191919;


    /*noise texture generator: http://www.cssmatic.com/noise-texture
    */
    background:#F3F3F3 url(../assets/white-noise.jpg);
    margin-bottom: 0px;

}


#content {
    background:#F3F3F3 url(../assets/white-noise.jpg);
    position: relative;
    width: 620px;
    margin: 16px auto 16px auto;
    text-align: left;
}


h1 {
    margin-top: 80px;
    margin-bottom: 20px;
}

h3 {
    padding-top: 20px;
    margin: 0px;
}


p {
    margin: 2px;
    padding-top: 5px;
}

img {
	width: 100%;
}


h5 {
    font-size: 1.5em;
}



a:link {
    text-decoration: none; /*Supresses underlining, so we can spoof underlining with borders.*/
    background-color: inherit;
    color: #191919;
    text-shadow: 0px 1px 1px #969090;
}

a:visited {
    color: #742929;
}

a:hover {
    text-decoration: none;
    text-shadow: 0px 1px 1px #969090;
    color: #554C4C;
}







#top-content{
  text-align: center;  
}

#top-star {
    font-size: 4em;
    text-align: center;
    margin-top: 100px;
}

#top-sgs {
    font-size: 3em;
    text-align: center;
    margin-top: 50px;
    letter-spacing: .1em;
    line-height: 1em;
}

#top-tag {
    font-size: 1em;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 50px;
    letter-spacing: 0.1em;
    display: inline-block;
}




#footer {
    color: white; 
    text-align: center;
    margin-top: 100px;
    margin-left: -10px;
    width: 103%;
    height: auto;
    background: black;
    background-image: url('../assets/dark.png');
    -moz-box-shadow:inset 0 0 20px #111;
    -webkit-box-shadow:inset 0 0 20px #111;
    box-shadow:inset 0 0 20px #111;
    padding-bottom: 30px;
    margin-bottom: 0px;
}

#footer p {
  padding-top: 20px;
  margin-bottom: 0px;
  line-height: 1.3em;
}
  

.card:hover{
    transform: scale(1.03);
    transition: all 100ms ease-in;
}

.lead {
    margin-bottom: 50px;

}