/* CSS Document */

body {
    padding: 0px;
    margin: 0px;
    font-family: "Saira Semi Condensed", Verdana;
    background: url(../img/pattern2.png) #fff;
    line-height: 1.3em;
    font-size: 1.3em;
}

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

iframe {
    border: solid 1px #efefef;
    width: 100%;
    height: 800px;
}

img {
    max-width: 100%;
    box-sizing: border-box;
    margin: 0px;
    display: block;
}

cite {
    font-family: serif;
    font-size: 20px;
}

h1, h2, h3 {

    font-weight: normal;
    color: #004175;
}

code {
    color: #299970;
    text-indent: 10px;
}

input, select, textarea, iframe {
    background: #fff;
    border: solid 1px #ccc;
}

.special li {
    list-style-type: none;
    line-height:180%;
}

.special li:before {
    content: "▶ ";
    color: #fa8e3f;
}

#main-nav {
    margin-top: 40px;
}

#main-nav ul {
    display: flex;
    float: right;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
#main-nav ul li a {
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    text-decoration: none;
    color: #000000;
    border-radius: 3px;
}

#main-nav ul li a:hover, #main-nav ul li a:focus {
    color: #fa8e3f;
}

#main-nav ul li a.active {
    background: #fa8e3f;
    color: white;
}

#main-nav ul li a.active::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border-top: 10px solid #fa8e3f;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transform: translateX(-50%);
}

.wrapWidth {
    margin-left: auto;
    margin-right: auto;
    margin: auto;
    max-width: 1080px;
}

#content {
    margin-left: auto;
    margin-right: auto;
}

#headline {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    width: 50%;
}

.special {
    background: url(../img/pattern2.png) repeat #efefef;
    width: 100%;
    box-shadow: 0px 0px 5px #ccc;
}

section.special {
    background-color: #efefef;
}

.textShadow {
    text-shadow: 1px 1px 0px #9ab4c9;
}

.special h1, .special h2 {
    color: #EC8200;
}

.section {
    margin-bottom: 40px;
}

.noPadding {
    padding: 0px;
}

.padded {
    padding: 10px;
}

.noDesktop {
    display: none;
}

.flex {
    display: flex;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

.space {
    padding: 10px;
}


.halfWidth {
    width: 50%;
}

.textCenter {
    text-align: center;
}


.featured, #footer {
    background: url(../img/pattern2.png) repeat #004175;
    text-shadow: 1px 1px #000;
    color: #fff;
}

.featured h1 {
    color: #9AB4C9;
}

.featured .wrapWidth {
    background: url(../img/coding.svg);
    background-position: right center;
    background-size: 40%;
    background-repeat: no-repeat;
    margin-top: 50px;
    margin-bottom: 50px;
    display: block;
}

#logo {
    background: url('../img/lines.png') center center no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    display: block;
    float: left;
    margin-top: -20px;
    margin-bottom: 20px;
}

.download, .button {
    color: #fff;
    background-color: #fa8e3f;
    display: inline-block;
    padding: 10px;
    padding-right: 20px;
    border-radius: 3px;
}

.download:hover {
    background-color: firebrick;
    animation: fadein1s;
}

.download small {
    color: #fff;
    font-size: 11px;
    padding-left: 30px;
}

.download a {
    color: #fff;
    text-decoration: none;
}

.button {
    text-shadow: none;
}

#footer {
    font-size: 20px;
}

#footer cite {
    font-size: 20px;
}

#footer a {
    color: #9AB4C9;
}

#footer a:hover {
    color: #fff;
}

.cell {
    display: table-cell;
}

.row {
    display: table-row;
}

#poweredBy img {
    max-width: 128px;
}

#poweredBy h4 {
    margin: 0px;
}

#features {
    border-radius: 5px;
}

#features .row {
    display: flex;
    width: 100%;
}

#features .cell {
    flex-direction: column;
    width: 50%;
    align-items: center;
    text-align: center;
    padding-bottom: 20px;
}

#features img {
    display: inline;
    border-radius: 5px;
}

#features p {
    margin-bottom: 10px;
    color: #000;
}

.disabled {
    pointer-events: none;
}

a.disabled {
    background: #ccc;
}
