/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/*
Category Colours
*/

/* 
*	Font
*/

/* line 3, stdin */

.content-and-icons {
  background-color: #00929F;
  color: #fff;
  background-image: url(/wp-content/themes/rosemont/dist/images/missions-background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0px;
  text-align: center;
}

/* line 13, stdin */

.content-and-icons h1,
.content-and-icons h2,
.content-and-icons h3,
.content-and-icons h4,
.content-and-icons h5,
.content-and-icons h6,
.content-and-icons p {
  color: #fff;
}

/* line 17, stdin */

.content-and-icons h1,
.content-and-icons h2,
.content-and-icons h3,
.content-and-icons h4,
.content-and-icons h5,
.content-and-icons h6 {
  margin-bottom: 20px;
}

/* line 20, stdin */

.content-and-icons h1:first-child,
.content-and-icons h2:first-child,
.content-and-icons h3:first-child,
.content-and-icons h4:first-child,
.content-and-icons h5:first-child,
.content-and-icons h6:first-child {
  margin-bottom: 30px;
}

/* line 25, stdin */

.content-and-icons .cai-icon {
  display: block;
  margin: 15px auto;
}

/* line 29, stdin */

.content-and-icons .cai-icon-wrap {
  min-width: 100px;
}

/* line 32, stdin */

.content-and-icons .cai-icon-wrap span {
  font-weight: 700;
}


/*# sourceMappingURL=content-and-icons.css.map*/