body {
    background-color: #f1f1f1;
    color: #464653;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;

    cursor: default;
}

header {
    width: 100%;
    text-align:left;
    background-color: #E52B50;
    margin: 0 0 30px 0;
    color: white;
    clear:both;
    padding-bottom: 30px;
    border-bottom: 5px dotted #f1f1f1;

/* awesome pattern by Lea Verou http://lea.verou.me/ */
background-image: linear-gradient(180deg, transparent 50%, rgba(255,255,255,.2) 50%);
background-image: -webkit-linear-gradient(180deg, transparent 50%, rgba(255,255,255,.2) 50%);
background-image: -moz-linear-gradient(180deg, transparent 50%, rgba(255,255,255,.2) 50%);
background-image: -o-linear-gradient(180deg, transparent 50%, rgba(255,255,255,.2) 50%);
background-size: 30px 30px;

}

.container a { color: #E52B50}

.container ul {
    margin-bottom: 60px;
}

.brand {
    font-family: 'Sofia', cursive;
    font-size: 700%;
    margin: 50px 0 50px 0;
    color: white;
    text-shadow: 2px 2px 0px crimson, 4px 4px 0px #fff, 5px 5px 0px crimson, 7px 7px 0px rgba(255,255,255,0.5);
}

h1 small {
    color: white;
    font-size: 40%;
}

.intro {
    font-size: 130%;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
.prologue {font-size: 115%;}

.download {
    text-align: center;
    padding-top: 40px;
}

.download .btn {
    font-size: 160%;
}

.download i {
    margin: 0 auto;
    clear:both;
    width: 100%;
    font-size: 300%;
}

.btn-large {
    padding: 14px;
}

hr {
    background-color: transparent;
    height: 0; 
    width: 100%;
    margin: 20px auto;
    border: 2px dashed #aaa;
}

h5 {
color:crimson;
font-size: 130%;
}

.usage {
    border-top: thin dashed #ccc;
    padding: 10px 0 0 0;
    position:relative;
    bottom: 0px;
    margin: 10px 0 5px 0;
    display: block;
    clear:left;
    width: 100%;
    color: black;
    font-style: normal;
}

.usage strong {
    color: crimson;
}

ul li li {
    position:relative;
    width: 95% !important;
    margin: 10px 0 30px 0 !important;
    background-color: #e8e8e8 !important;
    border: 1px dashed #aaa !important;
    padding: 2px 5px !important;
    display: block !important;
    clear:both;
}

ul li li li {
    border: none !important;
    border-left: 2px solid crimson !important;
    margin-bottom: 11px !important;
}

ul li .well {
    margin: 8px 0px 8px -12px;
    padding: 10px;
    border-radius: 0;
    box-shadow: 2px 2px 0 lightgray;
    width: 100%;
}

ul li .well h4 {
    font-size: 120%;
    line-height: 0;
    margin: 8px 0 8px 0;
    padding: 0 0 12px 0;
    clear: left;
    font-weight: bold;
}

.by {
    position: relative;
    width: 100%;
    text-align:right;
    margin: 0 0 20px 0;
    top: -10px;
    font-size: 90%;
    opacity: 0.8;
}

.thumbnail {
    position: relative;
    margin: 5px 2px 5px 10px;
    float:right;
    padding: 0;
    border-radius: 0;
    display: block;
    border: 5px solid #eee;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    clear:both;
    z-index: 1;
    position: relative;
}

a.thumbnail:hover {
    border-color: #E52B50;
}

.thumbnail_caption {
    position: absolute;
    top: 65%;
    left: 85%;
    float:right;
    border-radius: 0;
    border: none;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    z-index: 99;
    color: white;
    font-size: 300%;
    opacity: 0.7;
}

.thumbnail:hover .thumbnail_caption { opacity: 1.0}

.whatdefaq { margin: 0 0 0 30px; padding: 0;}
.whatdefaq li{
    margin-bottom: 5px;
}

ul.features {
    padding-bottom: 0;
    margin-bottom: 0;
    border:none;
    list-style-type: none;
    padding-left: 0;
}

ul.features li {
    width: 100%;
    background-color: #f4f4f4;
    padding: 10px 0 0 0;
    border-bottom: thick dashed lightgray;
    margin-bottom: 50px;
}


ul.features h4 {
    font-size: 200%;
    margin-left: 20px;
    margin-bottom: 31px;
    width: 95%;
    border-bottom: 2px dashed lightgray;
    padding-bottom: 20px;
}

ul.features h3 {
    font-size: 210%;
    margin-top: 25px;
}

iframe {
    width: 100%;
    margin: 0 auto 30px auto;
    border-top: thick solid crimson;
    border-bottom: 8px solid crimson;
    background-color: crimson;
}
