body {
    /* background-color: rgba(255,255,255,0.0); forces transparency if image doesn't load */
    background-image: url("images/wood grain.jpg");
    font-family: "Nunito", sans-serif;
}

.brief h2 {
    color: #633b38;
    font-weight: 100;
    font-size: 2.5rem;
}

.brief p {
    color: #633b38;
    font-weight: 200;
    font-size: 1.2rem;
    line-height: 1.5;
}

.content {
    margin-top: 100px;
    margin-bottom: 100px;
}

#mainNavbar {
    background-color: #15AFBD;
    font-size: 1.2rem;
    font-weight: 200;
}

#mainNavbar .nav-link {
  color: white;
}

#mainNavbar .nav-link:hover {
  color: #633b38;
}

#mainNavbar .navbar-brand {
    color: #bd2315;
    font-size: 1.5rem;
    font-family: 'Great Vibes', cursive;
}

.dropdown-item:hover {
  color: #633b38;;
  background-color: #15AFBD;
}

.dropdown-item {
  color: #edf2f4;
  background-color: #15AFBD;
}

.navbar-toggler {
  background-color: rgb(99, 59, 56);
}

#j-language {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.2rem;
}

#headingGroup span {
    color: #bd2315;
}

#headingGroup h1 {
    font-weight: 100;
    font-size: 3.5rem;
    color: #633b38;
}

#headingGroup h2 {
    font-weight: 100;
    font-size: 2.2rem;
    color: #633b38;
}

.navLinks {
  color: #633b38;
}

.title {
	font-family: 'Great Vibes', cursive;
	color: #633b38;
	text-shadow: 4px 4px 3px rgba(0,0,0,0.1);
	}

.kanatitle {
		font-family: 'Noto Serif JP', serif;
		text-shadow: 4px 4px 3px rgba(0,0,0,0.1);
		color: #633b38;
		}

.address {
  font-family: "Nunito", sans-serif;
  margin: .5cm auto 1cm auto;
  font-size: 1.2rem;
  text-align: center;
}

.address2 { margin: 2cm 2cm 2cm 0cm; }

.text {
	font-family: "Nunito", sans-serif;
	margin: 50px 20% 1cm;
	font-size: 1.5rem;
}

.text2 {
  font-family: "Nunito", sans-serif;
  margin: 0 20%;
  font-size: 1.5rem;
  text-align: center;
}

.text3 {
  font-family: "Nunito", sans-serif;
  margin: 0 20%;
  font-size: 1.1rem;
  text-align: left;
  color: black;
}

.caption {
  display: block;
  font-family: "Nunito", sans-serif;
  margin: 0 20%;
  font-size: 1.1rem;
  text-align: center;
}

.hr {
	height: 10px;
	border-style: ridge;
	border-color: rgba(99, 59, 56, 0.4);
	border-width: 0 0 1px 0;
	border-radius: 10px;
	width: 75%;
	}

.smalltext {
  padding-top: 30px;
}

.linkshadow:hover {
  /* color: #f1ff5c;
  box-shadow: 0 0.5em 0.5em -0.4em #f1ff5c; */
  /* transform: translateY(-0.25em); */
  transform: scale(1.2);
  transition: 1s;
}

.linkshadow {
  transition: .5s;
}

#effect:hover {
  text-decoration: none;
}

h3 {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  color: #633b38;
  padding-top: 30px;
}

h4.text {
  font-weight: 800;
}

h3.text {
  color: black;
}

.info {
	margin: 0;
	color: #633b38;
}

.info2 {
	margin: 0;
}

#cf {
  position: relative;
  height: 100px;
  width: 100px;
  margin: 0 auto;
}

#cf img {
  position: absolute;
  left: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
  opacity: 0;
}

#logolarge {
	height: 75px;
	width: 100px;
  margin: 0 auto 30px auto;
}

/* .navbar.scrolled {
 background-color: #15AFBD;
 transition: background 1000ms;
} */

.photo {
	display: block;
	margin: 30px auto 5px;
	height: 366px;
	width: 550px;
}

#qrcode {
display: block;
margin: 10px auto;
height: 200px;
width: 200px;
}

#copyright {
	text-align: center;
	margin-top: 20px;
	font-size: .8rem;
	font-family: "Nunito", sans-serif;
	color: #633b38;
	font-weight: bold;
}

#sitemap {
  font-family: "Nunito", sans-serif;
  text-align: center; 
  margin: 0;
  padding: 0;
  color: #633b38;
}

#sitemap:hover {
  color: #633b38;
  text-decoration: none;
}

img.valid {
	border-width: 0px;
	height: 31px;
	width: 88px;
	}

#html5logo {
	height: 64px;
	width: 64px;
	}

#symbols {
	margin-left: auto;
	margin-right: auto;
  margin-bottom: 20px;
	}

.space {
  padding-left: 10px;
  padding-right: 0;
  }

#vsc {
	height: 50px;
  width: 50px;
  margin-left: 8px;
  }
  
#bs {
  height: 63px;
  width: 75px;
  margin-left: 8px;
  }

#maple {
  float: right;
  margin-right: 30%;
}


@media (max-width: 1200px) {

    #headingGroup h1 {
        font-weight: 100;
        font-size: 3rem;
    }
    .blurb h2 {
        font-size: 2rem;
    }
}

@media (max-width: 820px) {
  .text {
    font-size: 1.2rem;
  }
}

@media (max-width: 650px) {
  .text {
    font-size: 1.0rem;
  }
}

@media screen and (max-width: 750px) {
  img.responsive {
    width: 400px;
    height: 267px;}
}

@media screen and (max-width: 600px) {
  img.responsive {
    width: 300px;
    height: 200px;}
}