/*!
 * Start Bootstrap - Clean Blog v3.3.7+1 (http://startbootstrap.com/template-overviews/clean-blog)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */


hr.small {
  max-width: 200px;
  margin: 15px auto;
  border-width: 4px;
  border-color: white;
}

.intro-header {
  background: url(../img/incident-management-system.jpg) no-repeat center center scroll;  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 50px;
-moz-box-shadow:1px 1px 6px #000; /* Firefox */
 -webkit-box-shadow:1px 1px 6px #000; /* Chrome, Safari */
 -khtml-box-shadow:1px 1px 6px #000; /* Konqueror */
 box-shadow:1px 1px 6px #000; /* CSS3 */

}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  padding: 100px 0 100px;
  color: white;
}


.intro-header .site-heading,
.intro-header .page-heading {
  text-align: center;
}
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
  margin-top: 0px;
   font-size:40px;
  color:#fff; 
  text-transform:uppercase; 
  line-height:1.5em;
 
}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
  font-size: 20px;
  line-height: 1.2;
  display: block;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 10px 0 0;
}



@media only screen and (min-width: 768px) 
{

  .intro-header .site-heading,
  .intro-header .post-heading,
  .intro-header .page-heading {
    padding: 300px 0 100px;
   
  }

  .intro-header .site-heading h1,
  .intro-header .page-heading h1 {
    font-size: 55px;
    font-family:Arial;
  }
  .intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
  font-size: 40px;
 
}
.intro-header .post-heading h1 {
  font-size: 35px;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}
.intro-header .post-heading .subheading {
  font-family: roboto, Arial, sans-serif;
  font-size: 24px;
  margin: 10px 0 30px;
  font-weight: 400;
}
}
@media only screen and (min-width: 980px) 
{ .intro-header .site-heading h1,
  .intro-header .page-heading h1 {
    font-size: 70px;
    font-family:Arial;
  }
}
@media only screen and (min-width: 1600px) 
{ .intro-header .site-heading h1,
  .intro-header .page-heading h1 {
    font-size: 75px;
    font-family:Arial;
    color:#fff;
    padding:20px;
   
  }
}

/*
@media only screen and (min-width: 768px) {
  .intro-header .post-heading h1 {
    font-size: 55px;
  }
  .intro-header .post-heading .subheading {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .post-preview > a > .post-title {
    font-size: 36px;
  }
}
.section-heading {
  font-size: 36px;
  margin-top: 60px;
  font-weight: 700;
}
.caption {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  font-style: italic;
  margin: 0;
  display: block;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}


.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 15px 25px;
}
.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #0085A1;
  border: 1px solid #0085A1;
  color: white;
}
.pager {
  margin: 20px 0 0;
}
.pager li > a,
.pager li > span {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 15px 25px;
  background-color: white;
  border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  color: white;
  background-color: #0085A1;
  border: 1px solid #0085A1;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #333333;
  cursor: not-allowed;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #0085A1;
}
::selection {
  color: white;
  text-shadow: none;
  background: #0085A1;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  -webkit-tap-highlight-color: #0085A1;
}
