@font-face{
    font-family: Telegrafico;
    src: url('telegrafico.eot');
	src: url('telegrafico.eot?#iefix') format('embedded-opentype'),
         url('telegrafico.woff') format('woff'),
         url('telegrafico.ttf') format('truetype'),
         url('telegrafico.svg#telegraficoregular') format('svg');
}
article, aside, figcaption, figure, footer, header, hgroup, nav, section
{
    display: block;
}
a{
    text-decoration: none;
    color: gray;
}
h4{
    font-family: 'Julius Sans One';
    margin-bottom: 10px;
    color: #6565A8;
    padding: 10px 0px 0px 0px;
}
section{
    margin-bottom: 50px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow:0px 0px 2px 1px rgba(0, 0, 0, 0.29);
    -moz-box-shadow:0px 0px 2px 1px rgba(0, 0, 0, 0.29);
    background-color: white;
}
body{
    min-width: 920px;
    background-color: #E6E1E1;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
body header{
    margin: 0 auto;
    position: relative;
    background-color: rgba(231, 157, 129, 0.58);
}
nav ul, .proj-wrapper, .proj-detail{
        margin: 0 auto;
        width: 920px;
}
nav{
    background-color: white;
    font-family:'Julius Sans One';
    height: 25px;
    margin: 0 auto;
    padding: 10px 0px 0px 0px;
  
}
    nav ul{

        position: relative;

    }
        nav ul li{
            float: left;    
            width: 25%;
            text-align: center;
        }
        nav ul li a:hover{
            background-color: rgba(60, 102, 67, 0.55);
            padding: 5px 15px 4px 15px;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius:3px;
            color: white;
        }
.tagline{
    background-color: white;
    border-top: 1px solid rgba(128, 128, 128, 0.3);
    padding: 20px;
    overflow: hidden;
}
    .tagline h1{
        font-size: 25px;
        text-transform: uppercase;
        color: rgba(128, 128, 128, 0.81);
        line-height: 20px;
        float: left;
        border-right: 1px solid rgba(197, 197, 197, 0.46);
        padding-right:15px;
        margin-left: 15px;
    }
    .pitch{
        line-height: 41px;
        text-align: right;
        margin: 0px 10px 0px 0px;
        position: relative;
        background-color: white;
        border-bottom: 1px solid rgba(0, 0, 0, 0.14);
        padding: 0px 20px 0px 0px;
        box-shadow: 2px 0px 0px 0px rgba(104, 87, 87, 0.16);
        -webkit-box-shadow: 2px 0px 0px 0px rgba(104, 87, 87, 0.16);
        -moz-box-shadow: 2px 0px 0px 0px rgba(104, 87, 87, 0.16);
    }
    .pitch span{
        font-family: 'Source Code Pro', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        color: #3CA3AC;
    }
    .pitch span span{
        font-weight:bolder;
    }
    .letter{
        background-color: #9B2121;
        padding: 0px 16px 12px 17px;
        border-radius: 0px;
        height: 127px;
        width: 141px;
        float: left;
    }
    .letter h2{
        text-align: center;
        color: white;
        font-family: Arial Black;
        font-size: 853%;
        line-height: 128px;
    }
    .letter h2 span{
        font-size: 34%;
        top: -64px;
        position: relative;
    }
.divider{
    text-align: right;
    text-align: right;
    background-color: #9B2121;
    border-bottom: 1px solid #DDD;
    padding: 4px 10px;
}
  .divider span{
    color: white;
    text-shadow: 1px 1px 1px #3A0707;
    font-size: 23px;
    font-family: 'Julius Sans One';
  }
.dtracker{
    overflow:hidden;
}
    .proj-wrapper{
        margin-top: 20px;
        padding: 100px 0px 100px 0px;
        overflow: hidden;
    }
  .proj-main-imagery{
    width: 75%;
    margin-top: 25px;
    position: relative;
    float: left;
  }
  .du-main-imagery{
    width: 30%;
    margin-right: 50px;
    margin-left: 200px;
    margin-bottom:60px;
  }
  .info{
      width: 25%;
      float: left;
      margin: 20px 0px 20px 0px;
  }
    .proj-title, .proj-links, .proj-short-blurb{
        font-family: 'Source Code Pro', sans-serif;
        font-size: 13px;
        font-weight: 400;
    }
      .proj-title{
        margin: 20px 0px 20px 0px;
        font-family: 'Julius Sans One';
        font-size:18px;
        font-weight:900;
      }
      .proj-title span{
        color: #6565A8;
      }
      
        .proj-links, .proj-short-blurb{
            margin:0px 0px 20px 0px;
        }
        .proj-links{
            list-style-type: none;
        }
            .proj-links li{
                margin-bottom:20px;
            }
            .additional-links{
                list-style-type: none;
            }
        .proj-short-blurb{
            font-family: 'Merriweather', serif;
            line-height: 21px;
        }
.proj-detail{
    padding: 25px 25px 15px 25px;
    background-color: #EEE;
    -moz-box-shadow: inset 1px 1px 2px 1px rgba(136, 136, 136, 0.1);
    -webkit-box-shadow: inset 1px 1px 2px 1px rgba(136, 136, 136, 0.1);
    box-shadow: inset 1px 1px 2px 1px rgba(136, 136, 136, 0.1);
    width:870px;
    overflow:hidden;
}
    .proj-long-blurb{
        -webkit-column-count: 2;
        -moz-column-count:2;
        column-count:2;
        -webkit-column-gap: 25px;
        margin-bottom: 35px;
        padding: 5px 0px 15px 0px;
        border-bottom:1px solid #D8D2D2;
    }
    .proj-long-blurb p{
        margin-bottom:20px;
    }
.proj-detail p{
    font-family: 'Merriweather', serif;
    text-align: justify;
    line-height: 27px;
    font-size: 13px;
    color:#1C484E;
 
}
.article-divider{
    border: 1px solid #F7E4E4;
    padding-bottom: 50px;
    background-color:white;
}
#back-top{
    position: fixed;
    bottom: 91px;
    right:25px;
}

    #back-top a {
        width: 108px;
        display: block;
        text-align: center;
        font: 11px/100% Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        color: #bbb;
        background-color: rgba(202, 202, 216, 0.34);
        padding: 10px 0px;
        border-radius: 3px;

        /* transition */
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }
    #back-top a:hover {
        color: #000;
    }
.about-tonny, .contact-tonny{
    background-color: white;
    line-height: 36px;
    margin: 0 auto;
    padding: 350px 10px;
    text-align: justify;
    width: 600px;
    color: #70797C;
}
    .about-tonny span, .contact-tonny span{
        font-family: 'Merriweather', serif, "Julius Sans One";
        font-size:14px;
    }
    .contact-tonny{
        text-align: center;
        padding: 300px 10px 300px 10px;
    }
