/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}


/* Adam's CSS
-------------------------------------------------- */

body { 
	background: url(/wp-content/themes/blankslate/images/light_grey.png) repeat 0 0;
}


.jumbrotron-frontpage {
	background-image: url(/wp-content/uploads/2019/08/dodgeball.jpg);
	background-size: cover;
	color: #ffffff;
}

.jumbrotron-frontpage h2 {
 color: #ffffff;
}

.navbar {
	background-color: #000066;

}

#content img {
 padding: 8px;
}

#content textarea {
 width: 100%;
}

#content input {
 max-width: 100%;
}

.spacer {
 height: 30px;
}

.alignleft {
 float: left;
 margin-right: 8px;
}
.alignright {
 float: right;
 margin-left: 8px;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Oswald', sans-serif;
}
p, div {
    font-family: 'Nobile', Helvetica, Arial, sans-serif;
}

.widget_recent_entries ul {
 margin-left: -10px;
}

/* Flexible iFrame */

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

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#recent-posts-2, #text-2 {
 list-style-type: none;
}

.icons img:hover {
 opacity: .7;
}

img.aligncenter {
margin: 0 auto;
}


.img-center {
 text-align: center;
 margin: 0 auto;
}

.page_content {
 max-width: 800px;
}

.contact-form-123 {
 font-weight: bold;
 margin-top: 15px;
}

