@charset "UTF-8"; 

body {
    font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

body {
  margin:0px;
  padding:0px;
  font-size:14px;
  background:url(../img/stripe.png);
  text-shadow:0px 0px 0.1px rgba(51,51,51,0.5);
}

/* Link style */
a { color: #333; cursor: pointer; outline: none !important; }
a:visited { color: #333; }
a:hover, a:focus {
  color: #bfbfbf;
  text-decoration: none;  
  text-shadow: none;  
  outline: 0 none;
  -webkit-transition: 200ms linear 0s;  
     -moz-transition: 200ms linear 0s;  
       -o-transition: 200ms linear 0s;  
          transition: 200ms linear 0s;  
}
a:active { color: #000; }

h1 {
	margin-left: 5px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 16px;
}
h2 {
	margin-left: 5px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 16px;
}
h3 {
	margin-left: 50px;
	margin-top: 40px;
	font-weight: bold;
	font-size: 14px;
}

.nav-pills > li {
    padding-left: 4px;
}
.nav-pills > li > a {
  font-weight: bold;
  background-color: rgba(120,120,120,.6);
  border-radius: 4px;
}

/* Custom page footer */
.footer {
  margin-top: 40px;
  padding-top: 19px;
  padding-bottom: 20px;
  color: #444;
  border-top: 1px solid rgba(51,51,51,.8);
}

.shadow {
  background-color: rgba(255,255,255, 1);
  -webkit-box-shadow: 0px 0px 10px 6px rgba(243,213,26,1);
     -moz-box-shadow: 0px 0px 10px 6px rgba(243,213,26,1);
          box-shadow: 0px 0px 10px 6px rgba(243,213,26,1);
}

.jumbotron h1 {
    padding-bottom: 50px;
}
.jumbotron .lead {
    font-size: 100%;
    margin-left: 30px;
}

.main {
    padding: 20px;
    margin-bottom: 30px;
    color: #444;
}
.main a { color: #33f; cursor: pointer; outline: none !important; }
.main a:visited { color: #33f; }

.main p {
  padding: 0 10px 0px 10px;
  color: #555;
}

.menu {
  margin-top:5px;
  font-size: 1.3em
}

.menu img {
  margin-top:5px;
}

.google {
  position: relative;
  padding-bottom: 50.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.google iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main .blog dl{
}
.main .blog dt{
  margin-top: 10px;
  width: 100%;
  text-align: left;
}
.main .blog dd{
  text-align: left;
  margin-left: 40px !important;
}

ul .instaImage {
  margin-top: 0;
  width: 20px;
}

@media (max-width: 480px) {
  .menu {
    font-size: 1em;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 940px;
  }
}

@media screen and (min-width: 768px) {
  /* Space out the masthead */
  .header {
    border-bottom: 1px solid rgba(34,37,108,.8);
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
    .jumbotron {
    border-bottom: 0;
  }

  .google iframe {
    padding: 5px 50px;
  }
}
