@font-face {
    font-family: 'flux_architectregular';
    src: url('fonts/Flux_Architect_Regular-webfont.eot');
    src: url('fonts/Flux_Architect_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Flux_Architect_Regular-webfont.woff') format('woff'),
         url('fonts/Flux_Architect_Regular-webfont.ttf') format('truetype'),
         url('fonts/Flux_Architect_Regular-webfont.svg#flux_architectregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
    margin: 0;
    box-sizing: border-box;
}

html, body {
	height: 100%;
	font-family: sans-serif;
	font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
}

/* ----------------------------------------------- Type */

h1, h2, h3, h4, h5, h6, p, body {
    margin: 0px;
    padding: 0px;
}

p+p {
    margin-top: 12px;
}

h1+*,
*+h1,
h2+*,
*+h2,
h3+*,
*+h3,
h4+*,
*+h4,
h5+*,
*+h5,
h6+*,
*+h6,
ul+*,
ol+*,
blockquote+* {
    margin-top: 24px;
}

li+li {
    margin-top: 12px;
}

h1 { font-size: 24px; line-height: 1.5; }
h2 { font-size: 24px; line-height: 1.5; }
h3 { font-size: 16px; line-height: 1.5; }
h4 { font-size: 16px; line-height: 1.5; font-style: italic; }
h5 { font-size: 16px; line-height: 1.5; font-style: italic; }
h6 { font-size: 16px; line-height: 1.5; font-style: italic; }

h1, h2, h3, h4, h5, h6, strong, b, .bold, {
    /* bold */
    font-weight: bold;
}

h1, h2 {
   font-family: 'flux_architectregular', sans-serif;
   font-weight: normal;
   color: #009152;
}

h1>.subtitle {
    font-size: 16px; 
    line-height: 1;
    color: #000;
}

h3>.subtitle {
    font-weight: 100;
    font-style: italic;
}

@media only screen and (min-width: 768px) {
    h1              { font-size: 36px; line-height: 1.5; }
    h1>.subtitle    { font-size: 24px; line-height: 1.33; }
}

em, i, .italic {
    /* italic */
    font-style: italic;
}

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em, strong em, b em, h1 i, h2 i, h3 i, h4 i, h5 i, h6 i, strong i, b i, em h1, em h2, em h3, em h4, em h5, em h6, em strong, em b, i h1, i h2, i h3, i h4, i h6, i strong, i b, .bolditalic {
    /* bold italic */
    font-weight: bold;
    font-style: italic;
}

a {
    text-decoration: underline;
    color: #d24a00;
}
a:visited {

}
a:hover {
    text-decoration: none;
}

.caption {
    font-style: italic;
}

/* ----------------------------------------------- Elements */

ul, 
ol, 
blockquote {
    padding-left: 24px;
}
ul {
    list-style-type: disc;
}
ul.checks,
ul.crosses {
  list-style-type: none;
  padding-left: 0;
}
ul.checks li {
    background: url("img/ul-check.png") no-repeat left top;
}
ul.crosses li {
    background: url("img/ul-cross.png") no-repeat left top;
}
ul.checks li,
ul.crosses li {
    background-size: 48px;
    padding-left: 64px;
    margin-bottom: 12px;
    min-height: 48px;
    padding-top: 6px;
}
ol {
    list-style-type: decimal;
}
blockquote {
    color: #666;
    font-style: italic;
}
a.button {
    text-decoration: none;
    padding: 10px 15px;
    text-transform: uppercase;
    display: inline-block;
    box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
    ul, 
    ol, 
    blockquote {
        padding-left: 36px;
    }
}

/* ----------------------------------------------- Structure */

.outer-wrap {

}
.inner-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
header {

}
footer {

}
section {
    padding: 24px 0;
}
section.hero {
    padding: 48px 0;
}
@media only screen and (min-width: 768px) {
    section {
        padding: 48px 0;
    }
}

/* ----------------------------------------------- Images */

img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft {
    float: left;
    margin: 12px 12px 12px 0;
}
img.alignright {
    float: right;
    margin: 12px 0 12px 12px;
}
img.aligncenter {
    display: block;
    margin: 12px auto;
}

/* ----------------------------------------------- Alignment */

.textcenter {
    text-align: center;
}
.pull-right {
    float: right;
}
.aligntop {
    vertical-align: top;
}
.alignmiddle {
    vertical-align: middle;
}
.clear {
    clear: both;
}
@media only screen and (min-width: 768px) {
    .pull-right-desktop {
        float: right;
    }
}

/* ----------------------------------------------- Columns */

.column-holder {
    font-size: 0;
}
.column {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    width: 100%;
}
.column-last {
    margin-right: 0 !important;
}

@media only screen and (min-width: 768px) {
    .column-third {
        width: 31.33%;
        margin-right: 1%;
    }
    .column-half {
        width: 48%;
        margin-right: 4%;
    }
}

/* ----------------------------------------------- Media Queries */

@media only screen and (min-width: 768px) {
	.inner-wrap {
		width: 600px;
	}
}
@media only screen and (min-width: 960px) {
	.inner-wrap {
		width: 768px;
	}
}
@media only screen and (min-width: 1200px) {
	.inner-wrap {
		width: 960px;
	}
}

/* ----------------------------------------------- Header */

header {
    background: url('img/header-raspberry-pi.png') repeat-x bottom center;
    background-size: auto 100px;
    height: 100px;
    position: relative;
    z-index: 5;
}
@media only screen and (min-width: 768px) {
    header {
        background-size: auto 200px;
        height: 200px;
    }
}

/* ----------------------------------------------- Hero */

.hero {
    background: #eee url('img/bg-paper.png') repeat;
    margin-top: -50px;
}
.hero-img {
    margin-top: 24px;
}
.hero-img img {
    width: 25%;
    float: left;
    margin: 0 24px  24px 0;
}
.arcade-caption {
    background-image: url('img/arrow.png');
    background-position: 50% bottom;
    background-size: 100px auto;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
    .hero-img {
        margin-top: 48px;
    }
    .hero-img img {
        margin: 0 24px  24px 0;
    }
    .arcade-caption {
        background-position: 40% bottom;
        width: 75%;
    }
}

/* ----------------------------------------------- Main */

/* ----------------------------------------------- The Rules */

.rules {
    background: #eee url('img/bg-paper.png') repeat;
}

/* ----------------------------------------------- Judges/Submit */

@media only screen and (min-width: 768px) {
    .judges {
    }
    .submit {
    }
}

.judge-photo {
    display: inline-block;
    width: 25%;
    margin-right: 12px;
    vertical-align: middle;
}
.judge-name {
    display: inline-block;
    vertical-align: middle;
}
.judge-profile {
    margin-bottom: 12px;
}
.judge+.judge {
    margin-top: 24px;
}

.submission-form {
    background-color: #feeca9;
    padding: 24px 12px 12px 12px;
}
input {
    border: 0;
    width: 100%;
    padding: 6px;
}
input[type="submit"] {
    background-color: #d24a00;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 48px;
    width: auto;
    margin: 0 auto;
    display: block;
}
p.form-field {
    margin-bottom: 24px;
}

/* ----------------------------------------------- footer */

footer {
    background: #eee url('img/bg-paper.png') repeat;
    text-align: center;
}

.sharing-buttons {
    margin: 12px 0;
    font-style: italic;
    text-align: center;
}

.sharing-buttons img {
    display: inline-block;
    width: 48px;
    margin: 0 6px;
}
.sharing-buttons a {
    text-decoration: none;
}



















