div {border: 0px solid red;}

#logo
{max-width: 40%
margin: 0%;}

#logo img
{max-width: 40%;
margin: 0%;
float: right;
}

#house img
{max-width: 50%;
margin-top: 3%
}

#banner
{background-color: #eff1f6;
}

#ducks img
{max-width: 100%
float: right;}

#silver img
{
    max-width: 100%;
    margin-left: 150px;
}

#carrol img
{
    max-width: 75%;
    margin-top: 8%;
    float: right;
}

#diane img
{
    max-width: 75%;
    margin-top: 8%;
    float: right;
}

.col-sm-12
{
    box-sizing: border-box;
    padding: 15px 1.5% 0 1.5%;
}

.col-sm-3
{
    box-sizing: border-box;
    padding: 0 1.5% 0 1.5%
    margin: auto;
    background-color: #eff1f6;
}

.col-sm-6
{
    box-sizing; align-content;
    padding: 10px 1.5% 5px 1.5%
    margin: auto;
    margin-bottom: 5px;
    background-color: #eff1f6;
    text-align: center;
}

#map
{
    width: 100%;
}

#map img
{max-width: 100%;
    margin-left: 0%;
    margin-top: 4%;
    margin-bottom: 5%;

}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover 
{   background-color: #E2183C; 
    color: white;
}

 /* Style the navigation menu */
.collapse {
  overflow: hidden;
  background-color: #eff1f6;
  font-family: 'Charis SIL', serif;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.collapse #navbar-nav {
  display: none;
}

/* Style navigation menu links */
.collapse a {
  color: #3f4f73;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.collapse a.icon {
  background: #eff1f6;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.collapse a:hover {
  background-color: #8a9abe;
  color: white;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #e2183c;
  color: white;
} 

ul 
{
    font-size: 14px;

    color: #2d3852;
    font-family: 'Charis SIL', serif;
}

.navbar-right > li > a.fb
{
    font-size: 30px;
    color:#3B5998;
}

#main
{
    box-sizing: border-box;
    padding: 10px 7% 0 7%
}



h1
{
    color: #3f4f73;
    font-family: 'Charis SIL', serif;
}

h2
{
    color: #3f4f73;
    font-family: 'Charis SIL', serif;
}

h3
{
   color: #3f4f73;
   font-family: 'Charis SIL', serif;
}

h4
{
   color: #3f4f73;
   font-family: 'Charis SIL', serif

}

p
{
    font-size: 14px;
    color: #3f4f73;
    font-family: 'Charis SIL', serif;
}


.btn
{
    background-color: #e2183c;
    color: white;
    width: 140px;
    height: 40px;
    font-size: large;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-top: 10px;
    font-family: 'Charis SIL', serif;
}

.form-group
{
    color: #3f4f73;
    font-family: 'Charis SIL', serif;
    margin-bottom: 16.5px;
}

#footer
{

    text-align: center;
	font-size: x-small;
	font-family: 'Charis SIL', serif;
	padding-top: 5px;
    padding-bottom: 5px;
	clear: both;
}

#copyright
{
    box-sizing: border-box;
    background-color: #eff1f6;
    color: #8a9abe;
    font-size: small;
	padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
}


// X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) { ... }

{

.navbar-nav > li > a.fb
    {padding: 15px 0 0 10px;}
    
}
// play with this at some point
@media only screen and (max-width: 767px){
p {
   font-size: 10px !important;} 
}

@media screen and (orientation:portrait)
@media screen and (orientation:landscape)

