/*front buttons*/
.red-btn {
    background-color: #0068b4;
}
.red-btn:hover {
    background-color: #0068b4;
}

.green-btn {
    background-color: #666666;
}
.green-btn:hover {
    background-color: #666666;
}

/*removes skills percentage circles*/
.skills .skill .skill-count, .skills .skill {
  display: none;
}

/*about us section 4 columns*/
@media (min-width: 782px){
  #aboutus .col-lg-4.col-md-4.column {
    width: 50%;
  }
}

@media (max-width: 782px){
  #aboutus .col-lg-4.col-md-4.column {
    width: 100%;
  }
}



/*increase size of images in focus section*/
.focus-box .service-icon {
    width: 160px !important;
    height: 160px !important;
}

/*removes copywrite for zerif*/
.zerif-copyright-box {
  display: none;
}

/*navbar colors*/
.navbar-inverse {
background-color: #FFF;
border:none;}

/*navbar hover to blue
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
color: #0068b4;
}

::selection {
background: #0068b4; 
//}*/

.focus-box .service-icon {
    width: 200px !important;
    height: 200px !important;
}

/*removes right column from pages*/
 .sidebar-wrap {
   display: none;
}
 .content-left-wrap {
   width: 100%;
}

.blog .sidebar-wrap {
   display: none;
}
.blog .content-left-wrap {
   width: 100%;
}

.single-post .sidebar-wrap {
   display: none;
}
.single-post .content-left-wrap {
   width: 100%;
}

/*removes posted on in blog style posts used for press release*/
.entry-meta {
  display: none;
  }
