/*
Theme Name: Jump Off
Theme URI: none
Description: A base theme.
Author: Nick Berens
Author URI: none
Version: 1.0
Tags: responsive, white, bootstrap


This simple theme was built using the example Bootstrap theme "Basic marketing site" found on the Bootstrap web site http://twitter.github.com/bootstrap/examples/hero.html
*/

@import url('css/main.css?version=53');

@media print {
   .masthead, .fbbtns, .main-aside, .authorBio, #shareBox, .footer-main{
	display:none;
   }
}

@media (max-width: 767px){ 
  .carousel, .phoneHide{
	display:none;
  }
  .phoneShow .btn1{
    display:block;
    width:100%;
    margin-bottom:12px;
  text-align: center;
  font-size: 18px;
}
}



.page-template-follow .listSocLinks li {
    margin-bottom: 1.5rem;
    display: inline;
}