/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 120px;
  padding-top: 50px;
  padding-bottom: 20px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 120px;
    background-color: #3399f3;
    vertical-align: middle;
    color: white;
    padding-top: 20px;
    margin-top: 30px;
}  

.jumbotron {
    margin-bottom: 0px;
    background-image: url(../images/umbrellas-crop.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.jumbotron .container {
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.8);
}

.highlight {
    color: #3399f3;
}

.footer .highlight {
    color: #ffffff;
}

dd {
    margin-bottom: 9px;
}

.headshot {
    float: right;
    clear: right;
    margin-left: 8px;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.label a {
    color: white;
}

/* Added by ChaTo on 2019-12-26, avoids having targets of links hidden under header (header is 50px tall) */

h1:target, h2:target, h3:target {
  padding-top: 55px; 
  margin-top: -55px;
}
