body {
	font-family: skolar-sans-latin, sans-serif;
	font-weight:300;
	font-style:normal;
	/*background-color: #fffdd0; */
/*  background-color: #f5ece4;*/
	/*background-color: #fcfcea;*/
	/*background-color: #cadcd5;*/
	background-color: #d5e3de;
	overflow-x: hidden !important;
}
div {
  box-sizing: border-box;
  }

.brandheader {
	font-family: aviano-didone, serif;
font-style: normal;
font-weight: 300;
	/*line-height: 200%;*/
	font-kerning: normal;
/*	font-family: beloved-sans,sans-serif;
font-weight: 700;
font-style: normal;*/
	font-size:  1rem;
	
}
.flowerlogo {
	width:40%;
	align-content: center;
	display: block;
  margin-left: auto;
  margin-right: auto;
}
/*
.nav {
	background-color: #fcfcea;
}*/
.navbar-nav {
	
/*	background-color: #fcfcea;*/
    font-family: beloved-sans, serif;
/*    font-family: meriweather, serif;*/
	font-weight:700;
	font-style:normal;
	font-size: 1rem;
	
}
.dropdown-item {
    font-family: beloved-sans, serif;
	font-weight:400;
	font-style:normal;
	font-size: .8rem;
	
}
img {
    max-width: 100%;
}

.feature-bg {
    background: rgba(255,255,255,0.3);
    width: 100vw;
    border-radius: 10px;
}

.feature-text {
    font-size: 2rem;
    line-height: 4rem;
}

.header_img {
    min-height: 25vh;
}

/* welcome section */
.card-text {
    font-size: 1.2rem;
}

/* max height for carousel */
.height-200 {
    height: 350px;
}

h1,h2,h3 {
/*color: #999999;*/
font-family: tamarillo-jf, sans-serif;
/*font-size: 16px;
font-weight: bold;
margin-top: 0px;
margin-bottom: 1px;*/
}

video {
  height: 100%;
  width: 100%;
}


/* *** Colors that I liked
2e6caa    - blue (visited link?)
e698af - pinkish (hover color?)
216c15 - darker green (unvisited link)
shouldn't link color be the same as active?

*/
/* unvisited link red */
a:link {
  color: #2e6caa;
}

/* visited link green */
a:visited {
 /* color: #216c15;*/
/*  color: #417b65;*/
 color: #2a5948;
}

/* mouse over link hotpink*/
a:hover {
  color: #bc6981;
}

/* selected link blue */
a:active {
  color: #2e6caa;
}


@media screen and (min-width: 768px) {
    .feature-bg {
        width: 60vw;
    }
}

