
/* reset styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0;  border: 0; outline: 0; font-size: 100%;
	vertical-align: baseline; background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/*-- Global Styles --*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: inherit;
	text-align: left;
	color: #fff;
    background-color: #f2f2f2;    
}
@media (max-width: 767px) {
    body{font-size: 15px};
}

a {
    color: #1E88E5;
    text-decoration: none;
    cursor: pointer;
	-webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
a:focus,
a:hover {
    color: #1565C0;
}
button {
    font-size: 1em;
    font-weight: 700;
    color: #03A9F4;
    background-color: transparent;
    padding: 10px 20px;
    margin: 15px 0;
    border: 2px solid #03A9F4;
    cursor: pointer;
	-webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
button:focus,
button:hover {
    background-color: #03A9F4;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.35);
}
button.white {
    border-color: #fff;
    color: #fff;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.35);
}
button.white:focus,
button.white:hover {
    background-color: #fff;
    color: #222;
    text-shadow: 0 0 0;
}




/*--- header ---*/
header {
    background-color: #fff;
    padding: 10px 0;
    top: 0px;
    width: 100%;
}
header #logo {
    display: block;
    text-align: center;
    margin: 20px 0;
    font-size: 3.2em;
    color: #222;
    line-height: 40px;
}
header a button {
    margin: 17px auto;
}
@media (min-width: 768px) {
    header #logo {
        font-size: 2.2em;
        float: left; 
        text-align: left;
    }
    header button {
        float: right;
    }
}
@media (max-width: 767px) {
    .outer-center {
        float: right;
        right: 50%;
        position: relative;
    }
    .inner-center {
        float: right;
        right: -50%;
        position: relative;
    }
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
@media (min-width: 768px) {
    .video-container iframe {
	width: 50%;
	height: 50%;
    }
}
*/


/*-- Hero --*/
#hero {
    overflow: auto;
    height: auto;
    padding: 70% 0 5%;
    border-bottom: 2px solid black;	     
    background-color: #464745;
    background-image: url(/images/Jim-05-rt_1000wide.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 0px;
}

/*
@media (min-width: 992px) {
    #hero {
        background-size: 100% auto;
        padding-top: 20px;
        padding-bottom: 180px;
    }
}
*/

#hero .heroText {
    font-weight: 600;
    font-size: 3em;
    line-height: 1.5em;
    text-align: center;
    color: #fff;
    text-shadow: 1px 2px 4px rgba(0,0,0,0.45);
}
#hero .heroText.lg {
    font-size: 4.5em;
    margin-top: 40px;
}

#hero .heroText.sm {
    font-size: 1.5em;
}

@media (min-width: 768px) {
    #hero .heroText {
    font-size: 4em;
    }
    #hero .heroText.sm {
    font-size: 2em;
    }
}

/*-- About --*/
#about {
    overflow: auto;
    background-color: #373a52;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.35);
    text-align: left;
    border-bottom: 2px solid black;	     
padding: 5%;
}
#about h2 {
    font-family: 'Trirong', serif;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    line-height: 32px;
    margin: 10px 0 20px;
}
#about p {
    margin: 20px 0;
}

/*-- antesocial --*/
#antesocial {
    overflow: auto;
    height: auto;
    background-color: #000;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.35);
    text-align: center;
}
#antesocial h2 {
    font-family: 'Trirong', serif;
    font-weight: 600;
    font-size: 56px;
    color: #fff;
    line-height: 64px;
    margin: 20px 0 40px;
}
#antesocial p {
    font-size: 1.5em;
    margin: 20px 0;
}    


/*-- About Me --*/
#aboutMe {
    overflow: auto;
    background-color: #ef463f;
    background-image: url(/images/about_me_bg2.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    color: #fff;
    text-shadow: 1px 2px 4px rgba(0,0,0,0.35);
}

#aboutMe h2 {
    font-family: 'Trirong', serif;
    font-weight: 600;
    font-size: 2em;
    line-height: 32px;
    margin: 20px 0 40px;
}
#aboutMe p {
    font-size: 18px;
    margin-top: 20px;
}

@media (min-width: 600px) {
	#aboutMe {
	background-image: url(/images/about_me_bg.jpg);
	background-size: 100% auto;
	}
}



/*--- footer ---*/
footer {
    padding: 40px 0;
    font-size: .85em;
    text-align: center;
color: #000;
}
