body {
	font-family: Ubuntu, sans-serif;
	font-weight: 300;
	text-align: center;
	font-size: 2em;
}

footer {
	padding-top: 15px;
	margin-top: 125px;
	color:#fff;
	font-size: 0.7em;
	text-align: left;
	background-color: #f64733;
}
.footerpadding {
	padding: 50px 0 50px 0;
}

.bottomfooter {
	padding-top: 50px;
}

.hero-unit {
	background-image: url("../img/Japan.png");
  	background-size:cover;
  	height:550px;
  	opacity: 1.0;
  }



h1 {
	font-family: 'Courgette', cursive;    
    color: #f64733;
    font-size: 2.0em;
    margin-bottom: 35px;
}

h3 {
	color:#f64733;
	font-family: 'Courgette', cursive;  
}

h4 {
	font-family: 'Courgette', cursive;  
}


#herotext {
	color:#d4af37;
	font-weight: bolder;
}

.sliderimg {
	margin:150px 0 70px 0;
}

.navbar-brand {
  font-family: 'Courgette', cursive;
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 1em;
  line-height: 20px;
  font-weight: bold;
}

.nav {
	margin:10 auto;
	float:right;
	font-size: 0.6em;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 6px 10px;
  margin-right: 0px;
  color: #f64733;
  background-color: #fff;
}

.navbar-default {
  background-color: #fff;
  border-color: #f0f0f0;

}

.navbar-default .navbar-nav > li > a {
  color: #000;
  background-color: white;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #f64733;
  background-color: white;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #f64733;
}

.navbar-default .navbar-toggle {
  border-color: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #fff;
}

a {
	text-decoration: none;
	font-size: 1.4em;
}

a {
  text-decoration: ;
}
a:hover,
a:focus {
  color: ;
  text-decoration: underline;
}


#content {
	margin-top: 65px;
}

#slider {
	margin-top: 125px;
	margin-bottom: 50px;
}

.jumbotron {
	text-align: center;
	padding: 30px 15px;
	margin-top: 150px;
	margin-bottom: 30px;
	color: #fff;
	background-color:transparent;
}



@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }


.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  line-height: ;
  padding-bottom: 5px;
  vertical-align: top;
  border-top: none;
  font-size: 0.9em;
}

.table2 > thead > tr > th,
.table2 > tbody > tr > th,
.table2 > tfoot > tr > th,
.table2 > thead > tr > td,
.table2 > tbody > tr > td,
.table2 > tfoot > tr > td {
  line-height: ;
  padding-bottom: 5px;
  vertical-align: top;
  border-top: none;
  font-size: 0.9em;
  color: white;
}

.vline {
	border-top: thick solid #d4af37;
	margin-top: -10px;
}

.separator{
	margin: 10px 0 10px 0;
	border-top: thin solid #d4af37;
}

.img-circle{
	float:left;
	margin-left: 25px;
}

/* -------  CSS FOR SLIDER  ------- */

.carousel-indicators li {
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f64733;
  border-radius: 10px;
}
.carousel-indicators .active {
  background-color: #f64733;
}


.carousel-control {
  color: #f64733;
  opacity: 0.8;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 0%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 0%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 0%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 0%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 0%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 0%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=1);
  background-repeat: repeat-x;
}

 .carousel-inner {
    margin: 0 auto;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f5e5;
}


blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 0.7em;
  border-left: 5px solid #eee;
}