/*
Theme Name:  HELIXSTORM Redesign 2023
Theme URI: HELIXSTORM Redesign
Description: HELIXSTORM WP THEME
Author: AJH
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: black, red, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/
 
@import url(https://fonts.googleapis.com/css?family=Days+One);
@import url("https://use.typekit.net/lmh4ixe.css");
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);


@import url("css/responsive.min.css");
@import url("css/default.css");
@import url("css/custom.css");
@import url("css/custom-responsive.css");



.mainbanner{
text-align: center; 
background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
 url(/wp-content/uploads/2017/06/temecula-it-services-compressor.png) no-repeat bottom center;
color: #fff;
    background-size: cover;
padding: 6% 0 12%;
}
.mainbanner p{
font-size: 120%;
}
.mainbanner .button{
background:#fdbd34; 
color: #fff; 
font-size: 130%; 
padding: 10px 15px;
font-weight: bold; 
}

.single-post .col-md-8 img {
    height: auto;
    max-width: 100%;
}