/*
 * Globals
 */

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

/* 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;
  font-family: 'Exo 2', sans-serif;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  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: 100em; */
  width: 100%;
}

h1.cover-heading {
  color: #fffff0;
  text-shadow: 3px 3px 3px #000;
}

p.lead {
  color: #fffff0;
  text-shadow: 3px 3px 3px #000;
}


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

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

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

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

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

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


/*
 * Cover
 */
.cover {
  padding: 0 0rem;
}

.ice {
  background-image: url('../media/images/PSP_008767_2055.jpg'); 
  height: 90%;
  /* Position and center the image to scale nicely on all screens */
  background-position: center 0%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #000;
}

.about {
  background-image: None;
  background-color: #333; 
  height: 90%;
  /* Position and center the image to scale nicely on all screens */
  color: #D9DCD6;
}

.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
  background-color: #333;
}

/*
 *
 *  * Blog name and description
 *   */

.blog-header {
  background-color: transparent;
  color: #333333;
}
.blog-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: normal;
}
.blog-subtitle {
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: normal;
}
.blog-description {
  font-size: 1.1rem;
  color: #999;
}

@media (min-width: 40em) {
  .blog-title {
    font-size: 3.5rem;
  }
}


/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}


/*
 *  * Blog posts
 *   */

.blog-post {
  margin-bottom: 4rem;
  text-align: left;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}

.table {
  width: 75%;
  margin: auto;
}

@media screen and (max-width: 650px) {
  .table {
    width: 100%;
  }
}

li.ref {
  font-size: 9pt;
}

.ref a {
  font-size: 9pt;
}


hr {
  display: block
  height: 2px
  border: 0;
  border-top: 1px solid white;
  margin: 1em 0;
  padding: 0;
}

.post-preview a {
   color: #000;
   text-decoration: none;
 }

.post-preview a:hover {
  color: #A5F2F3;  
}

h2.post-title {
  font-size: 2.0em;
  margin-top: 30px;
  margin-bottom: 10px;
}

h3.post-subtitle {
  font-size: 1.5em;
  margin: 0 0 10px;
}

p.post-meta {
  color: #333;
  font-size: 0.7em;
}

#blog-list {
  background: #C0B7B1;
  width: 75%;
  margin-bottom: 10px;
}

#swim-logo {
  margin-bottom: 1em;
}
