@import url('https://fonts.googleapis.com/css?family=Halant:400');

body {
   font-family: Halant, Georgia, Times New Roman, serif;
   font-size:   14px;
   color:       #555;
   background-position:center; 
   background: #DDD;
   text-align: justify;
   line-height: 135%;
  /* background-image: url('carbon-fiber.png'); */
}

h1 {
   font-size: 25px;
   font-family: Helvetica, Arial, sans serif;
   font-weight: bold;
   color: #999 !important;
   border-bottom: solid 3px #999;
   margin: 0px;
   padding-bottom: 6px;
   margin-bottom: 20px;
   margin-top: 10px;
   padding-top: 24px;
}

.paper h1 {
   font-size: 17px;
   padding-bottom: 1px;
   border-bottom: solid 2px #999;
   margin-bottom: 12px;
}

h2, div.feed_item_title {
   font-size: 18px;
   font-family: Helvetica, Arial, sans serif;
   font-weight: bold;
   margin: 0px;
}

/* For the Blogger feed */
div.feed_item_description {
   margin-top:    8px;
   margin-bottom: 20px;
   font-size:     14px;
   font-family: Georgia, Times New Roman;
}

/* For the Blogger feed */
#container {
  background: #FFF;
  color: #000;
  font-family: Georgia, Times New Roman;
}


a {
   color: #ad9f16;       
   text-decoration: none; 
}

h1 a {
    color: #999;
}

a:active {
   color: #00F;
}

a:hover {
   text-decoration: underline;
}

ul {
   text-align: left;
}

li {
   margin-bottom: 0.5em;
}

.blog div {
    -column-break-inside: avoid;
    -webkit-column-break-inside: avoid; 
    display: block;
}

div.blog {
    -moz-column-count: 2; 
    -webkit-column-count: 2; 
    column-count: 2;
}

div.main {
   margin-left: auto;
   margin-right: auto;
   max-width: 780px;
   /* [inset] H V blur spread color */
   -webkit-box-shadow: 0px 5px 20px 17px rgba(0,0,0,0.1);
   box-shadow:  0px 5px 20px 17px rgba(0,0,0,0.1);
   border: solid 1px #333; 
   border-radius: 10px;
   -moz-border-radius: 10px;
}

div.titleBar {
   background: #888;
   border-bottom: none;
   width: 100%;
   border-radius: 10px 10px 0px 0px; 
   -moz-border-radius: 10px 10px 0px 0px; 
   -webkit-box-shadow: 0px 3px 5px #666;
   text-shadow: 0px 3px 5px #666;
   color:#FFF;
   font-size:24px;
   text-align:center;
}

div.title {
   height: 150px;
   background-size: contain; 
   background-image: url('casual-effects.png'); 
   background-position:center; 
   background-repeat: no-repeat;
}

/* The main body inside the background */
div.content {
   display: block; 
   border-radius: 0px 0px 10px 10px; 
   -moz-border-radius: 0px 0px 10px 10px; 
   background: #FFF; 
   overflow: hidden;
   padding: 25px;
}


div.project {
   width: 100%;
}

.contract {
    text-align: center;
}

.contract img {
    padding-right: 20px;
    padding-bottom: 25px;
    vertical-align: middle;
}

.project .icon {
   cursor: pointer; 
}

.project .description {
}


.gamejam {
    width: 170px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    margin-right: 8px;
    padding-bottom: 10px;
}

.gamejam span.title, .blog span.title, span.title {
    font-weight: bold;
    font-family: Arial;
    font-size: 95%;
    white-space: nowrap;
}

.gamejam div.icon, .paper div.icon {
    width: 150px;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    margin-left: 10px;
    padding: 2px;
    margin-bottom: 5px;
    /*                                                                                                      
    box-shadow: inset 0px 0px 10px 10px #FFF;                                                               
    -webkit-box-shadow: inset 0px 0px 10px 10px #FFF;                                                       
    */
}

.paper div.icon {
    width: 240px;
    height: 240px;
    border: solid #ad9f16 1px;
}

/* Hide the twitter header and footer, which we replace with our own. */
div.twtr-hd {
   visibility: hidden;
   height: 0px;
   margin: 0px;
   padding: 0px;
}

div.twtr-ft {
   visibility: hidden;
   height: 0px;
}


div.twtr-tweet-text {
   font-family: Georgia;
   font-size:   14px;
}

div.twtr-tweet-wrap {
   padding: 0px;
   margin:  0px;
   margin-bottom: 12px;
   margin-left: -8px;
   margin-right: -6px;
}
