/* styles.css */
html,
body {
    height: 100%;
}

.card-body {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    padding: 0.5rem;
}

.card-body h3 {
    font-size: 1.5rem;
}

.card-body h5 {
    font-size: 1.0rem;
}

.card-body p {
    font-size: 0.8rem;
    line-height: 1.2rem;
}

.db-intro-container {
    padding-top: 50px;
}

.db-intro-jumbo {
    width: 100%;
    background-color: #e3e3e3;  
}

.db-intro-jumbo .jumbotron {
    padding: 80px 50px;
    width: 100%;
    margin: 0px;
    background: url('../images/Day3Pic5.JPG') center; 
    background-size: cover;

    background-repeat: no-repeat;
    background-attachment: fixed;    
    
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 18px;
    color: #f2f2f2;
}

.db-intro-jumbo .jumbotron h1{
        font-size: 48px;
        font-weight: bold;
        color: #ff5050;
}

.db-intro-jumbo .jumbotron h2{
        font-size: 28px;
        font-weight: 400;
}

.db-text{
    padding-top: 56px;
    background-color: white;
    padding: 50px 30px;
}

.db-ecmo{
   color: brown;
}
.db-walk{
   color: green;
}

#header-box {
margin-top: 54px; /* height of nav, in this case 54px */
    position: relative;   
    height: 444px;
    background: url('../images/DSCF1254b.JPG');
    background-repeat: no-repeat;
    background-size: auto 500px;
    background-position: top center;
    background-attachment: fixed;
    overflow:hidden;    
}

#maintitle {
    height: 100px;
    width: 70%;
    text-align: center;
    position: absolute;
    color: red;
    top: 50%;
    margin-top: -50px;
}

#mt1 {
    width: 70%;
    background-color: #f3f3f3
}


.nav-item a:hover {
    color: #eeeeee !important;
    cursor: pointer;
}


#home{
    min-height: 500px;
    background-color: darkgray;
    display: block;
    padding: 0px 0px 30px 0px;
}
#twitter {
    min-height: 500px;
    background-color: darkgray;
    display: none;
    padding: 0px 0px 30px 0px;
}
#instagram {
    min-height: 500px;
    background-color: darkgray;
    display: none;
    padding: 0px 0px 30px 0px;
}
#walk {
    min-height: 500px;
    background-color: darkgray;
    display: none;
    padding: 0px 0px 30px 0px;
}
#ecmo {
    min-height: 500px;
    background-color: darkgray;
    display: none;
    padding: 0px 0px 30px 0px;
}

#twitter_link{
   vertical-align: center;
   margin: 20px 20px 40px 60px;
}

#vid {
    padding: 30px 0px 100px 0px;
    background: #111;
    background-color: #e3e3e3
}

#itinary {
   padding: 10px 0px 20px 0px;
   text-align: center;
   display: block;
}
#map {
   padding: 10px 0px 20px 0px;
   text-align: center;
   display: block;
}

.strava-embed-wrapper iframe {
  width: 100%;
  height: 400px;
  border: none;
}
