/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
	font-family: 'Open Sans', arial, sans-serif;
	background-color:#F9F9F9;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
	color: #212529;
}

p {
	line-height: 1.8;
}

h2 {
	font-weight: 300;
	word-break: initial;
}

h4 {
	font-weight: 300;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}

.line {
	display: block; 
	height:1px; 
	float:left; 
	border-bottom:1px solid #444444; 
} 

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
	display: inline-flex;
  vertical-align: middle;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.navbar-toggler {
		border-color: transparent!important;
	  cursor: pointer;
}


.navbar-toggler .navbar-toggler-icon {
	  width: 2rem;
		height: 2rem;
}

.background-image{
   background-image: url("/img/hero-image.jpg");
}

@media only screen and (max-width: 1018px) {

   .background-image{
      background-image: url("/img/background-image2.jpg");
   }
}

.portfolio-item {
    margin-bottom: 30px;
}

.cursor-point {
    cursor: pointer;
}

.call-button {
	width: 270.462px;
}

.cta-buttons {
    font-size: .81rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    /*margin: .375rem;*/
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    color: #fff!important;
	  background-color: #093f82;
	  position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    z-index: 1;
		height: 50px;
		width: 300px;
		padding: 13px 5px;
}


.drop-shadow {
		-webkit-box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2);
    box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.section-heading {
	font-size:36px;
	font-weight:700;
	margin-top:60px;
}

.dropdown-menu {
	border: 0px solid transparent !important;
	-webkit-box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2);
  box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2);
  border-radius: .375rem !important;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
	
}

#mainNav {
	position:absolute;
	background-color:#F9F9F9;
	font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
		-webkit-box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2);
    box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#mainNav .navbar-toggler {
	font-size:12px;
	font-weight:800;
	padding:13px;
	text-transform:uppercase;
	color:#343a40;
}

#mainNav .navbar-nav > li.nav-item > a {
	font-size:14px;
	font-weight:500;
	letter-spacing:1px;
	text-transform:uppercase;
}

@media only screen and (min-width:992px) {
	#mainNav {
		border-bottom:1px solid transparent;
	}
	#mainNav .navbar-brand {
		padding:20px 10px;
		height: 100%;
		width: auto;
	}
	
	#mainNav .navbar-nav > li.nav-item > a {
		padding:10px 20px;
		color:#212529;
	}
	
	#mainNav .navbar-nav > li.nav-item > a:focus,#mainNav .navbar-nav > li.nav-item > a:hover {
		color:#909294;
	}
}

@media only screen and (min-width:992px) {
	#mainNav {
		-webkit-transition:background-color .2s;
		-moz-transition:background-color .2s;
		transition:background-color .2s;
		-webkit-transform:translate3d(0,0,0);
		-moz-transform:translate3d(0,0,0);
		-ms-transform:translate3d(0,0,0);
		-o-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0);
		-webkit-backface-visibility:hidden
	}
	
	#mainNav.is-fixed {
		position:fixed;
		top:-97px;
		-webkit-transition:-webkit-transform .2s;
		-moz-transition:-moz-transform .2s;
		transition:transform .2s;
	}
	
	#mainNav.is-fixed .navbar-nav > li.nav-item > a {
		color:#212529
	}
	
	#mainNav.is-visible {
		-webkit-transform:translate3d(0,100%,0);
		-moz-transform:translate3d(0,100%,0);
		-ms-transform:translate3d(0,100%,0);
		-o-transform:translate3d(0,100%,0);
		transform:translate3d(0,100%,0)
	}
}

header.masthead {
	margin-top: 82.6px;
	margin-bottom:50px;
	background-color: #F9F9F9;
	background-attachment:scroll;
	position:relative;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

header.masthead .hero {
	min-height: 50vh;
}

@media (max-width:992px) {
header.masthead {
			margin-top: 72.66px;
			background-position: right;
	}
}
/*This controls the height of the call to action section on the hero*/

header.masthead .page-heading,header.masthead .post-heading,header.masthead .site-heading {
	display: flex;
  flex-direction: column;
  justify-content: center;
	height: 100vh;
	min-height: 629px;
	margin-bottom: 50px;
}

/*Styling for the homepage heading*/

header.masthead .page-heading h1,header.masthead .site-heading h1 {
	margin-top:0;
	text-shadow: rgb(180, 180, 180) 1px 1px 3px; !important;
	font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}

/*Styling for the homepage subheading*/

header.masthead .page-heading .subheading,header.masthead .site-heading .subheading {
	font-size:24px;
	font-weight:300;
	line-height:1.1;
	display:block;
	margin:10px 0 0;
	line-height: 1.5;
	font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.card-heading {
	font-size: 1.8rem;
	font-weight: 300;
	color: #212529;
}

.card-heading :hover{
	color: #212529;
}











