/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    position: relative;
}

.jumbotron{
    margin-bottom: 0px;
    background: url(../img/M4PI6CXDDP_2.jpg) no-repeat center;
    -moz-background-size: cover;
    background-size: cover;
    max-width: 100%;
    height: 450px;
    color: #FFF;
    text-shadow: 2px 2px 1px #555,
    -2px 2px 1px #555,
    2px -2px 1px #555,
    -2px -2px 1px #555;
    background-attachment: fixed;
  }

@media screen and (max-width : 767px){
    .jumbotron h1,
    .jumbotron .h1 {font-size: 2.6em;line-height: 1.5em;}
    footer ul{font-size: 0.8em;}
}

@media screen and (min-width : 768px){
    .jumbotron h1,
    .jumbotron .h1 {font-size: 3.2em;line-height: 1.5em;}
}


section{
    padding-bottom: 20px;
}

#date-venue p.large {
    font-size: 20px;
}

#outline{
    color: white;
    background-color: #488;
}

#outline p{
    position: relative;
    /* left: 1em; */
}

#outline ul.panelist{
    position: relative;
    /* left: 1em; */
}

.letter-spacing1{
    letter-spacing: 1em;
}

.glp-lg{
    font-size: 150%;
    margin-bottom: 20px;
}

.glp-exlg{
    font-size: 400%;
    margin: 20px;
}

.btn{
    border-radius: 0px;
}

.input-lg,
.form-control{
    border-radius: 2px;
}

#contact{
    background-color: #F0F0F0;
}

footer{
    color: #F0F0F0;
    background-color: #222;
    border-color: #080808;
    min-height: 60px;
    padding-bottom: 2em;
}

footer ul{
    position: relative;
    left: 1em;
}

footer h2{
    padding: 10px 0px;
}

.glyphicon{
    letter-spacing: 5px;
}

/*リンクずれ調整*/
#date-venue,#outline,
#profile,#contact2,#map{
    padding-top: 50px;
    margin-top: -50px;
    padding-bottom: 60px;
}


/* googlemapレスポンシブ */
.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#profile .thumbnail
.btn-xs.btn-block{
    margin-bottom: 0.5em;
}

/*---------------------------------*/

.navbar-inverse{
    border-color: #222;
}

.breadcrumb{
    margin-bottom: 0;
    background-color: #222;
    border-radius: 0px
}

.breadcrumb a{
    color: #9d9d9d;
}
.breadcrumb>.active {
  color: #F0F0F0;
}