/*
Theme Name: rebelgalaxy
Description: DDG
Author: DDG
Template: rebelgalaxy
Version: 1.0
*/

@import url("../rebelgalaxy/style.css");
/* header */
#logo {
	margin:15px 0;
	}
	
.navigation-widget-area, .social-media-icons-mid-header, .mobile-menu-controller {
	line-height:115px !important;
	}
	
#navigation {
	line-height:115px !important;
	}
	
#header, #header-wrap-container {
	background:#000 !important;
	}

a.scroll {
	background:#000;
    border-radius: 5px 5px 0 0;
    bottom: 0;
    display: block;
    font-size: 20px;
    height: 25px;
    left: 50%;
    margin-left: -20px;
    padding-top: 5px;
    position: fixed;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    z-index: 999;
	color:#fff !important;
	}
	
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#navigation li a {
	line-height:normal !important;
	}
}
	
@media only screen and (max-width: 767px) {
	
h1 {
	font-size:35px !important;
	}
h3 {
	font-size:25px !important;
	}
	
#navigation li a {
	line-height:normal !important;
	}
	
	
.be-video-section {
		background-image:url("http://rebelgalaxy.staging.wpengine.com/wp-content/uploads/2014/10/Hero-optional-mobile.jpg") !important;
		}
		
.be-video-section video {
	display:none !important;
	}
	
}
/* Button no rounded corners */
}  
input[type="submit"], .more-link, .action-button .be-button {
    border: none;
    cursor:pointer;
    display: inline-block;
    margin:0px 20px 10px 0;
    text-decoration: none;  
    font-size: 13px;
    line-height: 44px;
    height: 44px;
    padding: 0 54px; 
    font-weight: bold;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;  
    letter-spacing: 1px;   
} 