/*   
Theme Name: Jack Oestergaard-Churchill Website
Author: Jack Oestergaard-Churchill
Author URI: https://jackchurchill.info

BASE STYLES

Source Sans Pro front



Jack Red
#DE0202
rgb(?, ?, ?)

Jack Blue
#093F7F
rgb (?, ?, ?)


*/
/*////////////////////////////*/

::selection {
    background: #DE0202;
}

body {
    background-color: #FFFFFF;
    margin: 0;
    color: #d7d7d7;
    font-family: 'Source Sans Pro', sans-serif;
}

#page-wrap {
    max-width: 1200px;
    min-width: 350px;
    margin: 0 auto;
}

/*////////////////////////////*/
/*  HEADER  */
/*////////////////////////////*/

header {
    padding: 20px;
}

#logowrap {
    width: 100%;
    height: 200px;
}

#logoimg {
    height: inherit;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/*////////////////////////////*/
/*  CONTENT  */
/*////////////////////////////*/

#content
{
    width: 100%;
    text-align: center;
    padding: 20px;
    margin-top: 50px;
}

.iconlogowrap
{
    width: 30%;
    height: 200px;
    display: inline-block;
}

.iconlink
{
    height: inherit;
    margin: 0 auto;
    opacity: .3;
    transition: 0.3s;
}

.iconlink:hover
{
    opacity: 1;
    transition: 0.3s;
}

.iconlogo
{
    height: inherit;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


/*////////////////////////////*/
/*  FOOTER  */
/*////////////////////////////*/

footer {
    text-align: center;
    padding: 80px 0 20px;
    font-size: 21px;
    bottom: 0;
}

@media only screen and (max-width: 950px) {
    footer {
        width: 40%;
        margin: 0 auto;
    }
}

footer a {
    padding: 0 5px;
}

footer div {
    font-size: 12px;
}

.nopadding {
    padding: 0 !important;
}

/*////////////////////////////*/
/*  TPYE  */
/*////////////////////////////*/

h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 37px;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 27px;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 60px 0 20px;
    padding: 0;
}

h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 40px 0 0;
    padding: 0;
}

h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 90px;
    line-height: 120px;
    margin: 20px;
    text-transform: capitalize;
    font-weight: normal;
}

p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    line-height: 1.7em;
}

a,
a:active,
a:visited {
    color: #d7d7d7;
    text-decoration: none;
}

a:hover {
    color: #093F7F;
    text-decoration: none;
}
