html {
  position: relative;
  min-height: 100%;
}

body {
  height: 100%; 
  margin: 0 0 60px; /* bottom = footer height */
  padding: 25px;
  padding: 0;
}

* html #outer {/* ie6 and under only*/
    height:100%;
}

.wrapper {
  min-height: 100%;
  min-height: 100%; 
  width: 100%; 
  overflow: auto;
  background-image: url('images/background-pink.jpg'); 
  background-attachment: fixed;
}
    
.contents {
  display: flex;
  overflow: auto;
  width: 75%; 
  height: 100%
  margin-top: 20px;
  margin-left: 15%;
  margin-right: 15%; 
  background-color: #fff0f6;
  box-shadow: 0px 3px 5px black;
} 

.contents-text {
  float: left;
  width: 75%; 
  background-color: #fff0f6;
}
.contents-text-padding{
  padding: 50px 30px 50px 80px;
}
    
.contents-sidebar {
  float: right;
  color: white;
  width: 25%;
  background-color: 683b89;
}
    
.contents-sidebar-padding {
  padding: 50px 30px 50px 50px;
}
    
.footer {
  background-color: 683b89;
  left: 0;
  bottom: 0;
  margin-top: 60px;
  height: 60px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 0px 3px black;
}

h1 {
	font-family: 'Nunito', sans-serif;
	font-size: 28px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 90px;
}

h2 {
	font-family: 'Nunito', sans-serif;
	font-size: 22px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 28px;
}
    
h3 {
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 28px;
}

h4wk {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
	line-height: 16px;
	margin-left: 20px;
}
    
ul {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
  list-style-type: circle;
}
    
p {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}

li {
	font-family: 'Nunito', sans-serif;
}
    
blockquote {
	font-family: 'Nunito', sans-serif;
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
}
    
.navlogo {
  position: absolute;
  /* top: 50px; */
  top: 0px;
  right: 15%;
  height: 200px;
  width: 200px;
}
    
.navdonate{
  position: absolute;
  top: 50px;
  right: 5%;
  height: 200px;
  width: 15%;
  right: 20;
  text-align: center;
}
 
.navwrapper {
  font-family: 'Nunito', sans-serif;
  margin-top: 50px;
  margin-bottom: 50px;
  height: 200px;
  display:table;
  width: 100%;
  background-image: url('images/nav-bar-bg.png'); 
  background-size: 100% 100%;
}
 
.topnav {
  overflow: hidden;
  display:table-cell;
  vertical-align: middle;
  padding-left:50px;
  font-size: 18px;
}
 
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
 
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
 
.topnav .icon {
  display: none;
}
    
@media only screen and (max-width: 1000px) {
	.nav	{
  right: 5%;
  }
  .navdonate{
  visibility: hidden;
  }
  .contents {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    display: block;
  }
  .contents-text-padding {
  padding: 50px 30px 50px 30px;
	}
  .contents-text{
  	margin: auto;
    width: 100%;
  }
  .contents-sidebar {
    margin: auto;
    width: 100%;
  }
  .topnav {
  padding-left:0px;
	}
}

    
 
@media screen and (max-width: 700px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .navlogo{
  top: 0;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
  }
  .navwrapper{
  margin-top: 220px;
  height: auto;
  background-image: none;
  background-color: 683b89;
  }
  .contents {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .contents-text-padding {
  padding: 50px 30px 50px 30px;
	}
}
 
@media screen and (max-width: 700px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* Styles the thumbnail */

a.lightbox img {
height: 150px;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
margin: 20px 20px 20px 20px;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
z-index: 1000;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
 
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
  
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
  overflow:scroll;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
top: 0;
}

 /* Three columns side by side */
.column {
  float: left;
  width: 30%;
  margin-bottom: 16px;
  padding: 0 8px;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

/* Add some shadows to create a card effect */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
}

/* Some left and right padding inside the container */
.container {
  padding: 0 16px;
}

/* Clear floats */
.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
} 


  /* ScrollingImages */
.imagediv {
	object-fit: none; /* Do not scale the image */
	object-position: center; /* Center the image within the element */
    height: 400px;
}

.center-cropped {
  object-fit: none; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
  height: 400px;
  width: 80%;
  margin: auto;
  display: block;
}

