
/* particlepal.com stylesheet */

body {
    font-family: 'Asap Condensed','Asap','Ropa Sans','Open Sans',sans-serif;
    background: #BDD0DA url('../images/bg.jpg') no-repeat top left;
    color: #231F20;
    margin: 0;
    padding: 15px;
}

header,
article {
    display: block;
    margin: 15px auto;
    width: fit-content;
}

header h1,
header p {
    text-align: center;
}

img#logo {
    width: 80%;
    max-width: 350px;
    display: block;
    margin: 0 auto;
}

h1, h2, th {
    clear: left;
    color: #EF4036;
}

h1 {
    margin-bottom: 5px;
}

h2, th {
    font-weight: normal;
}

p {
    color: #09386A;
    margin: 5px 0 20px;
    clear: both;
}

a {
    padding: 4px 10px;
    transition: .4s ease all;
    color: #EF4036;
}

a:hover {
    background-color: #09386A;
    color: #fff;

}

table {
    margin: 10px 0 20px;
    border-collapse: collapse;
}

th, td {
    border: 1px solid #777;
    padding: 5px 10px;
    text-align: center;
    color: #09386A;
}

footer {
    margin: 30px auto;
}

footer p {
    margin: 5px 0 20px 10px;
    float: right;
}

/* front page specifics */

body.front {
    background: #012650 url('../images/front_bg.jpg') no-repeat top center;
    padding: 15px 0;
}

body.front article,
body.front p {
    width: 100%;
    font-size: .95em;
    color: #ddd;
}

body.front  a {
    padding: 4px 0;
    color: #f7931d;
}

#range-container {
    width: 100%;
    background: transparent url('../images/front_strip.png') repeat-x left center;
}

img#range {
    display: block;
    margin: 0 auto;
    max-width: 60%;
}

.content,
body.front footer {
    width: 60%;
    max-width: 1000px;
    margin: 0 auto;
}

.content .content-sub {
    width: 47%;
    float: left;
}

        @media screen and (max-width: 1050px) {
            .content .content-sub {
                width: 100%;
                float: none;
                clear: both;
            }
        }

.content .content-sub.second {
    float: right;
}

.content .content-sub.third {
   clear: both;
    width: 100%;
}

.content .content-sub iframe {
    margin-bottom: 20px;
    max-width: 100%;
    border-top: 12px solid #C3D4DD;
    display: block;
}

@media screen and (max-width: 1050px) {
    .content .content-sub iframe {
        margin: 0 auto 20px;
    }
}

body.front a.btn {
    background-color: #f7931d;
    border: 2px solid #f7931d;
    padding: 12px 32px;
    border-radius: 6px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    color: #012650;
    text-decoration: none;
    transition: 0.4s ease all;
}

body.front a.btn:hover {
    background-color: transparent;
    color: #f7931d;
}

body.front footer {
    margin-top: 45px;
    border-top: 1px solid #C3D4DD;
    padding-top: 20px;
}

body.front footer p {
    margin: 0;
    text-align: right;
}

/* end stylesheet */
