/*
Theme Name: SoColdCapitalGroup.com
Theme URI: http://www.michigan-web-design-development.com
Author: Jake Woodbury
Description: Custom built wordpress theme by MIWDD
Version: 1.0
*/

/* GLOBAL STYLES
-------------------------------------------------- */

/* Padding below the footer and lighter body text */

body {
	font-family: 'Playfair Display', serif;
	color:#1d2939;
	font-size: 18px;
	line-height:30px;
	overflow-x:hidden;
}
h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5 {
  /*padding-top:15px;
  padding-bottom:15px;*/
  margin-top:8px;
}
h1,
.h1 {
	font-size: 40px;
  font-weight:normal;
  color:#1d2939;
}
h2,
.h2 {
  color:#1d2939;
	font-size: 30px;
  padding-bottom:5px;
}
h3,
.h3 {
  color:#1d2939;
	font-size: 24px;
  line-height:34px;
}
h4,
.h4 {
	color:#1d2939;
	font-size: 22px;
}
h5,
.h5 {
	font-size: 20px;
  font-weight:bold;
}
a {
	color: #1c8ce1;
}
a:hover {
	color: #0033cc;
  text-decoration:underline;
}
/*hr {
    border: none;
    color: #e6e5e5;
    background-color: #e6e5e5; 
}*/

/* PERMANANT ELEMENTS
-------------------------------------------------- */

blockquote {
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}

blockquote:after {
	color: #ccc;
	content: close-quote;
	font-size: 4em;
	line-height: 60px;
	float: right;
}

blockquote p {
	display: inline;
}

.vertical-align {
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
}
.center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float:left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.font-white {
  color:#fff;
}
.full-width {
  width:100%;
}
.desktop {
  display:block;
}
.mobile {
  display:none;
}
.mobile-margin {
  margin:10px;
}
.pagination {
    margin: 30px 0;
}
.page-numbers {
    border: 1px solid #1e3661;
    padding: 5px 10px;
    text-decoration: none;
}
.content {
  padding-bottom:30px;
  color:#555;
}
.content a {
  font-weight: bold;
}
/* GENERIC TEMPLATE/LAYOUT CONTENT
-------------------------------------------------- */

b,
strong {
	color: #000;
}

/* UNIQUE WEBSITE CONTENT (This can be deleted per website)
-------------------------------------------------- */


.header-top {
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	/*position:absolute;*/
	z-index:10;
	
	/*background-image: url("/images/bg-trans.png");
	background-color:#fff;
	
	background-repeat: repeat-x;
	background-size:contain;*/
	
	/*background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 75%, rgba(255,255,255,0) 100%);*/
}

.blue {color:#00006a;}


.bg-white {
	background-color:#fff;
}
.bg-grey {
	background-color:#f1f1f1;
}
.bg-blue {
	background-color:#00006a;
}
.bg-white-trans {
	background-color:rgba(255,255,255,.9);
}
.border-radius-top {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}




.bg-weeds {
	background-image: url("images/bg-weeds-big.jpg");
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.bg-blue {
	background-color:rgb(0, 0, 102);
}
.bg-nav {
	background-color:#23a814;
}
.bg-white-opacity {
	background-color:rgba(255, 255, 255, 0.5);
}
.white {
	color:#fff;
}
.white a {
	color:#fff;
}
.box-shadow {
	box-shadow: 0px 5px 5px #555;
}
.border-radius-5px {
	  border-radius:5px;
}
.blue-border {
	border-top:3px solid #00006a;
	border-bottom:3px solid #00006a;
}
.text-shadow {
	text-shadow: 3px 3px 5px #444;
}
.small-text {
  font-size:14px;
}
.large-text {
  font-size:26px;
}
.super-large-text {
  font-size:40px;
}
.bomb-large-text {
  font-size:55px;
}
.nuclear-large-text {
  font-size:75px;
}

.btn-primary {
  background-color: #fff;
  border:1px solid #000;
  padding: 6px 20px;
  color:#000;
  font-size:18px;
  border-radius:5px;
  font-weight:bold;
}
.btn-primary:hover {
  background-color: #f1f1f1;
  border:1px solid #000;
  color:#000;
}
.btn-secondary {
  background-color:#00006a;
  border:1px solid #00006a;
  padding: 6px 20px;
  color:#fff;
  border-radius:5px;
  font-size:18px;
  font-weight:bold;
}
.btn-secondary:hover {
  background-color:#0808a1;
  border:1px solid #00006a;
  color:#fff;
}

.video {display:none;}
.text-change {color:#000;}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 576px) {
.header-position {position:absolute;}
.text-change {color:#fff;}
}
@media (min-width: 768px) {
	
}
@media (min-width: 992px) {	
	.neg-margin-100 {
		margin-top:-230px;
	}
	.hero-box {
		position:absolute;
	}
  .img-overlay {
    position: relative;
    text-align: center;
  }
  .img-overlay-none {
    position: absolute;
  }
  .img-overlay-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .img-overlay-centered-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .img-overlay-centered-left {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0%, -50%);
  }
  .img-overlay-centered-right {
    position: absolute;
    top: 45%;
    right: 15%;
  }
  .img-overlay-top-center {
    position: absolute;
    top: 0px;
    z-index: 100000;
    left: 0px;
    right: 0px;
  }
  .img-overlay-bottom-center {
    position: absolute;
    bottom: 20px;
    z-index: 100000;
    left: 0px;
    right: 0px;
  }
  .container {
    width:1140px;
  }
  .desktop {
    display:none;
  }
  .mobile {
    display:block;
  }
  .mobile-margin {
    margin:0px;
  }
  .vertical-start {
    justify-content: start;
  }
  .vertical-end {
    justify-content: flex-end;
  }
  .breadcrumbs {
    font-size:13px;
    color:#999;
  }
  .breadcrumbs a {
    color:#999;
  }  
  
}
@media (min-width: 1200px) {

}

@media (max-width: 991px) {
  .content img {
    display: block;
    float: none;
    margin: auto;
  }
}