@font-face {
    font-family: 'BigDaddyPro';
    src: url('../fonts/BigDaddyPro.eot?v=1');
    src: url('../fonts/BigDaddyPro.eot?#iefix&v=1') format('embedded-opentype'), url('../fonts/BigDaddyPro.woff?v=1') format('woff'), url('../fonts/BigDaddyPro.ttf?v=1') format('truetype'), url('../fonts/BigDaddyPro.svg?v=1#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.clear:before, .clear:after, .clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clear:after, .clearfix:after {
  clear: both;
}


body {
    background: blue;
    border-top: yellow solid 10px;
    cursor: url('img/cursor.png'), default;
}

body img {
    max-width: 100%;
}

table {
    background: #fff;
}

main > * {
    text-align: center;
    margin: 0 auto;
    display: block;
}

header {
    display: table;
    width: 100%;
}

header h1 {
    font-family: 'BigDaddyPro', serif;
    font-size: 2.3em;
}

header h1 span {
    color: green;
}

header h2 {
    font-size: 21px;
}

header img {
    width: 380px;
}

.digital--dudes___form {
    padding: 40px;
    0;
}

#_____main--NAVIGAYTION__ID_----html0 {
    list-style: none;
    padding: 0;
    padding-left: 14px;
}

#div_---FOOTER--dotPHP__499 {
    width: 100%;
}

#div_---header--dotPHP__488 {
    width: 100%;
}

.show-for-sr {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

figure {
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 100%;
    max-width: 800px;
}

ul li {
    text-align: left;
}

.show-for-sr {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

main > section p {
    color: white;
    font-size: 19px;
    line-height: 40px;
}

/* Medium and up */
@media screen and (min-width: 800px) {
    body {
        padding: 60px;
    }    
    main > section p {
        padding: 0 20%;
    }
}