* {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

@font-face {
    font-family: 'UTT-6';
    font-weight: normal;
    font-style: normal;
    src: url('/assets/uttsechs.woff') format('woff');
}

body {
  font-family: 'UTT-6', sans-serif;
  margin: 2.5% 3.5%;
  max-width: 670px;
  width: 96%;
  font-size: 13px;
  line-height: 1.6em;
}

@media(max-width: 400px) {
    body {
        margin: 30px 10px;
    }
}

h1 {
    font-size: 24px;
    line-height: 1.3em;
    margin: 10px 0 8px;
}

h2 {
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 24px 0 0.75em;
}

h4 {
    font-size: 11px;
    letter-spacing: 1px;
    margin-top: -5px;
    margin-bottom: 2em;
    font-weight: bold;
}

a {
    color: #0A3FB4;
    text-decoration: none;
}

p, ol, ul, blockquote {
    margin: 0 0 1.1em;
}

ol, ul {
    margin-left: 4em;
    margin-top: -0.7em;
}

ul {
    list-style: none;
}

ul li:before {
    content: '— ';
    margin-left: -1.2em;
}

ol ol, ul ul {
    margin-left: 2em;
    margin-bottom: 0;
    margin-top: 0;
}

strong {
    font-weight: bold;
}

article {
    margin: 0 0 0.3em;
}

.logo {
    height: 120px;
    width: auto;
}

.articles {
    line-height: 1em;
}

.press {
    display: block;
    padding-bottom: 1.5em;
    border-bottom: double 2px #ccc;
}

.info {
    margin-top: 2em;
    color: #0006;
}

.footer {
    margin-top: 3em;
}

hr {
    border: 0;
    border-bottom: double 2px #ccc;
    margin-bottom: 2.5em;
    margin-top: 2.5em;
}

article h2 {
    margin-bottom: 1.5em;
}

article h3 {
    margin-bottom: 1.5em;
    font-size: 1.2em;
}

img.pr-main {
    width: 100%;
    max-width: 640px;
    height: auto;
    margin: 0 0 2.1em;
}

p.lead {
    font-size: 1.2em;
    line-height: 1.6em;
}

.p_and_p {

}

.projects {

}

.projects p {
    margin-bottom: 0.25em;
}

.projects img {    
    height: 2em;
}

.projects p[large] {
    display: block;
}

.projects p[large] img {
    height: 3em;
}
