/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #008cba;
}

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


/*
 * Base structure
 */

html,
body {
  height: 100%;
/*  background-color: #333;*/
}

body {
  display: -ms-flexbox;
  display: flex;
/*  color: #fff; */
/*  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5); */
/*  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); */
}

.cover-container {
  max-width:60em;
}

.btn-info, .btn-info:active, .btn-info:visited {
  background-color: #008cba !important;
  border-color: #008cba !important;
}

.btn-info:hover {
  background-color: #0078a0 !important;
  border-color: #0078a0 !important;
}

/*.btn-info {
/*    color: #fff;
/*    background-color: #008cba;
/*    border-color: #008cba;
/*}

/* .carousel-control-prev-icon,
/* .carousel-control-next-icon {
/*   height: 100px;
/*   width: 100px;
/*   background-size: 100%, 100%;
/*   background-image: none;
/* }

/* .carousel-control-next-icon:after
/* {
/*   content: '>';
/*   font-size: 30px;
/*   color: black;
/* }
/* 
/* .carousel-control-prev-icon:after {
/*   content: '<';
/*   font-size: 30px;
/*   color: black;
/* }

/*
 * Header
 */
.masthead {
  margin-bottom: 6rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead {
  background-color: rgba(23, 162, 184, 0.9) !important;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-size: 20px;
  font-weight: 300;
/*  color: rgba(255, 255, 255, .5); */
/*  color: #008cba; */
    color: #fff;
/*  background-color: transparent;*/
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
/*  color: #008cba; */
  color: #fff;
/*  border-bottom-color: #008cba; */
  border-bottom-color: #fff;
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

@media (max-width: 575.98px) {
  .nav-masthead .nav-link + .nav-link {
    margin-left: 0rem;
  }
}


.nav-masthead .active {
/*  color: #008cba; */
  color: #fff;
/* border-bottom-color: #008cba; */
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
/*  .nav-masthead {
    float: right;
  }*/
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.card-img {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.gray-subheader {
  color: #888;
  font-weight: 300;
}


/*
 * Footer
 */
.mastfoot {
  color: #888;
}

.copyright {
  text-align: center;
}