/*!
Theme Name: Child of WP Bootstrap 4
Author: Gathiu Wangari
Author URI: http://www.gathiuwangari.com
Description: NOTE: This is a CHILD THEME of WP Bootstrap 4. WARNING: If you switch themes you may lose functionality. If you want to change the look, make a copy of this theme, rename it, and install it in WordPress - then start changing the design.
Template: wp-bootstrap-4
*/
@import url(../wp-bootstrap-4/style.css);


/*--------------------------------------------------------------
# style.css
---------------------------------------------------------------*/
/*
 * Globals
 */

/* Links */
.cover-wrapper a,
.cover-wrapper a:focus,
.cover-wrapper a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333 !important;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}

/* Base structure, extra markup and styles for table-esque vertical and horizontal centering */
.cover-wrapper {
  background-color: #337AB7;
  color: #fff;
  text-align: center;
  text-shadow: 0 .05rem .1rem rgba(0,0,0,.5);
  display: table;
  width: 100%;
  -webkit-box-shadow: inset 0 0 5rem rgba(0,0,0,.5);
          box-shadow: inset 0 0 5rem rgba(0,0,0,.5);
  margin-bottom: 20px;
}
.cover-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* Padding for spacing */
.inner {
  padding: 2rem;
}


/*
 * Cover
 */

.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: bold;
}


/*
 * Affix and center
 */

@media (min-width: 40em) {
  /* Handle the widths */
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
	padding-top: 60px;
	padding-bottom: 60px;
  }
  
  /* Set background images */
  .cover-wrapper {
	background-image: url("https://localhost/wp-content/uploads/2018/10/cover_texture.png");
  }
}

@media (min-width: 62em) {
  .cover-container {
    width: 42rem;
  }
}

.key_content .col-md-3{
  margin-bottom: 1.5rem;
  text-align: center;
}

.key_content .col-md-4 p{
  margin-right: .75rem;
  margin-left: .75rem;
}

footer{
  background-color: #333;
  color: #fff;
  padding-top: 1rem;
}

footer a,
footer a:focus,
footer a:hover {
  color: #fff;
}

.content_page{
  padding-top: 1.5rem;
}

.featurette  .col-md-5, .featurette  .col-md-7, .col-md-4, .col-md-6{
  margin-bottom: 1.5rem;
}

ol.h3{
   padding-left:0;
   list-style-position: inside;
}

ol.h3 p{
  font-size: 1rem;
  margin-top: 1rem;
}

/*
 * Hide articles list group
 */
.articles{
  display: none;
}

/*
 * Show articles list group
 */

@media (min-width: 768px) {
  .articles {
    display: block;
  }
}


/*--------------------------------------------------------------
# typography.css
---------------------------------------------------------------*/
/* Colors to use:
   
   Purple Flower: #A74AC7
   Silk Blue: #488AE7
   Lavender Blue: #E3E4FA
   Electric Blue: #9AFEFF
   Parchment: #FFFFC2
   Pig Pink: #FDD7E4
   White: #FFFFFF;
   
*/

h2{
	color: #337AB7;
}

.navbar {
	padding:0.5rem 1rem;
}