/*
Theme Name: Bootstrap Iroc: Child Theme
Theme URI: 
Author: Iroc Web Design Services
Author URI: http://www.irocwebs.com
Template: bootstrap-iroc
Description: Bootstrap v.3 theme
Version: 1.0.0
License: MIT
License URI: http://opensource.org/licenses/MIT
Text Domain: bootstrap-iroc
Domain Path: /languages/
Tags: white, gray, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, front-page-post-form, post-formats, threaded-comments, translation-ready

This theme built with Twitter Bootstrap v.3. It is basic theme with basic style for build new theme with Bootstrap.

*/

/**
 * --------------------------------------------------------------
 * CUSTOM FONTS
 * --------------------------------------------------------------
 */

/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');*/


/**
 * --------------------------------------------------------------
 * CUSTOM STYLES
 * --------------------------------------------------------------
 */


/*FONT STYLING*/
h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

body {
	/*
	background-image: url();
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #FFF;
	*/
}

/*BUTTONS*/
.ow-button-base a {
    font-size: 14pt !important;
    padding: 15px 20px !important;
    background: #000 !important;
    border: none !important;
    color: #ffffff !important;
    border-radius: 0 !important;
}

/*HOME PAGE*/

/*SUBPAGES*/

/*HEADER*/

/*FOOTER*/
#site-footer-copyright {
	color: #000;
	background: #fff;
	font-size: 12pt;
}

#site-footer-copyright a, #site-footer-copyright a:hover {
	color: #000;
}

/*BACK TO TOP*/
.cd-top {
    background-color: #000;
}

/**
 * --------------------------------------------------------------
 * MEDIA BREAKPOINTS
 * --------------------------------------------------------------
 */

/* Extra-Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}