/*
Theme Name: Elektri
Theme URI: http://elektri.ca
Description: A custom wordpress theme build using Bootstrap. Thanks to the tutorial located at http://teamtreehouse.com/wordpress-bootstrap-theme-tutorial
Author: Steven Splint
Author URI: http://elektri.ca
Version: 0.1
Tags: responsive, white, bootstrap

License: GPL3
License URI: http://www.gnu.org/licenses/

The example theme "Basic Marketing Site" found on the bootstrap website http://twitter.github.com/bootstrap/examples/hero.html was used as a learning tool
If you are reading this then all elements of that Bootstrap example should have been removed.
*/

/* Bootstrap 3 */
@import url('includes/bootstrap/css/bootstrap.css');
/*@import url('includes/css/bootstrap-theme.css');*/

@import url('includes/font-awesome/css/font-awesome.min.css');
@import url('includes/simple-line-icons/css/simple-line-icons.css');
@import url('includes/device-mockups/device-mockups.min.css');

@import url('includes/new-age-min/new-age.css');

/*
body {
	padding-top: 0px;
	padding-bottom: 0px;
}
body.navbar-fixed-top { top: 0px; }
body.admin-bar .navbar-fixed-top { top: 32px !important; }
a:link {color:#000000;}
a:hover {color:#000000;}
a:visited {color:#000000;}
ul li.cat-item a {text-decoration: none;}
ol li.media a {text-decoration: none;}
ul li.page_item a {text-decoration: none;}

.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}

.form-submit {
    display: none;
}

.container-full {
  margin: 0 auto;
  width: 100%;
}

.video-section .pattern-overlay {
padding: 110px 0 32px;
min-height: 900px;
/* Incase of overlay problems just increase the min-height*/
/*
}
.video-section h1, .video-section h3{
text-align:center;
color:#fff;
}
.video-section h1{
font-size:110px;
font-family: 'Buenard', serif;
font-weight:bold;
text-transform: uppercase;
margin: 40px auto 0px;
text-shadow: 1px 1px 1px #000;
-webkit-text-shadow: 1px 1px 1px #000;
-moz-text-shadow: 1px 1px 1px #000;
}
.video-section h3{
font-size: 25px;
font-weight:lighter;
margin: 0px auto 15px;
}
.video-section .buttonBar{display:none;}
.player {font-size: 1px;}
*/
