@import url(https://fonts.googleapis.com/css?family=Sofia);


.navbar {
	position: relative;
}


body {
	background-color: #FFFFFF;
	font-size: 100%;
  color: #0e1e63;
}

.nav-link {
  font-family: "Sofia", Verdana, sans-serif;
  font-size: 1.5em!Important;
   color: #0e1e63!Important;
}

.nav-link:hover {
	font-weight: 600;
}

.nav-item {
  padding-right: 15px;
}

@media only screen and (max-width: 768px) {
.navbar-brand {
  width: 80%;
  min-width: 250px;
  height: auto;
}
  h1 {
	font-size: 2em;
	font-family: "Sofia", Verdana, sans-serif;
  color: #0e1e63;
} 
 .display-4 {
    text-align: center;
    font-weight: 500;
    text-shadow: 3px 3px 3px #868eb1;
    font-size: 2.5em;
    color: #0e1e63;
    }
  #logo {
    max-width: 50%;
    height: auto;
  }
} 

@media only screen and (min-width: 769px) {
  .navbar-brand {
    width: 50%;
    min-width: 250px;
    height: auto;
  }
  h1 {
    font-size: 3em;
    font-family: "Sofia", Verdana, sans-serif;	
     color: #0e1e63;
    }
  .display-4 {
    text-align: center;
    font-weight: 500;
    text-shadow: 3px 3px 3px #868eb1;
    font-size: 3em;
    color: #0e1e63;
    }
  #logo {
    max-width: 50%;
    height: auto;
  }
}

.site-header {
	background-color: #E6FFFF;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-bottom: 40px;
	min-height: 200px;
  margin-bottom: 20px;
}




.title-content {
	text-align: center;
  padding-bottom: 10px;
}


.body-content {
	text-align: left;
	padding-left: 25px;
	padding-right: 25px; 
	padding-top: 15px;
}


h2 {
	font-size: 2em;
	font-family: "Sofia", Verdana, sans-serif;
}


h3 {
	font-family: Verdana, sans-serif;
	font-size: 2em;
  font-weight: 500;
  transform: scale(.9, 1);
  color: #0e1e63;
}

h4 {
	font-size: 1.5em;
	font-family: "Sofia", Verdana, sans-serif;
  text-decoration: underline;
}

p {
	font-family: Verdana, sans-serif;
	font-size: 1em;
  color: #0e1e63;
}


img {
	max-width: 100%;
	height: auto;
}

footer {
   width: 100%;
   background-color: #E6FFFF;
border-top: #E6FFFF;
padding: 15px;
}

.card {
  max-width: 300px;
   border: .5px solid lightGrey;
}

.card-img-top {
  border-bottom: .5px solid lightGrey;
}

#quiltMeasure {
  border: 1px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 5px; /* Some padding */
}

.quiltInfo {
	padding-left: 15px;
	padding-right: 15px;
}

#patterns .thumbnail:hover {
	opacity: .5;
   transform: scale(1.05);
}

.active {
	text-decoration:underline;
}

.mediaImg {
	max-width: 20vw;
	height: auto;
}

ul {
  margin-left: 0;
  padding-left: 0;
}

li {
	margin-left: 1em;
}