body {
    /* margin: 0 30%; */
    padding: 10px;
    background-image: linear-gradient(to left, rgba(30, 30, 30, 0.432), rgba(74, 74, 74, 0.964));
    background-size: cover;
}

@media only screen and (min-width: 1000px) {
    /* For large screens: */
    #body {margin-right: 30%; margin-left: 30%}
  }

.name {
    text-align: center;
    top: 10px;
    letter-spacing: 10px;
    font-size: 24px;
    font-family: Garamond;
}

h2 {
    font-family: "Montserrat";
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
}

#description, #dating-resume, #testimonials {
    font-size: 16px;
}

#description, #dating-resume, #testimonials p {
    font-family: Georgia;
}



.section-headers {
    background-color: seagreen;
}

h4 {
    line-height: 0;
    padding-top: 0.5em;
}

#dating-resume h2 {
    margin-bottom: 10px;
}

#testimonials li {
    display: inline-block;
    list-style: none;
    width: 300px;
    padding: 0px 0px;
    margin: 0 0 100px 0;
    vertical-align: top;
    text-align: center;
}

#testimonials h4 {
    text-align: center;   
}

#jay {
    height: 300px;
}

#juliet {
    height: 230px;
}

#trevor {
    height: 250px;
}

#therapist {
    height: 330px;
}

.landscape-picture {
    background-image: url("../../images/Me/landscape1.jpg");
    background-size: cover;
    height: 300px;
}

.landscape-caption, .landscape-caption2 {
    color: white;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000; 
    position: relative;
    top: 90%;
    left: 2%;
    opacity: 0.90;
    line-height: 0.5;
}

.landscape-caption2 {
    font-size: 7px;
    opacity: 0.85;
}

.collage-pics {
	margin: 10px auto;
	position: relative;
	border: 2px solid #777;
    text-align: center;
    max-width: 100%;
    height: 100%;
    width: 100%;
}

#collage-one, #collage-two, #collage-three, #collage-four, #collage-five, #collage-six, #collage-seven, #collage-eight {
	padding:8px;
	background-color: #eee;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	position: relative;
    object-fit: cover;
}

#collage-one{
    z-index:2;
    bottom: 15px;
    right: 20px;
    transform:rotate(-10deg);
    -o-transform:rotate(-10deg);
    -moz-transform:rotate(-10deg);
    -webkit-transform:rotate(-10deg);
    max-width: 150px;
    max-height: 150px;
    }

#collage-two{
    z-index:1;
    right: 25px;
    bottom: 25px;
    transform:rotate(5deg);
    -o-transform:rotate(5deg);
    -moz-transform:rotate(5deg);
    -webkit-transform:rotate(5deg);
    max-width: 220px;
    max-height: 220px;
    }

#collage-three{
    z-index:2;
    right: 20px;
    bottom: 30px;
    transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -webkit-transform:rotate(-5deg);
    max-width: 180px;
    max-height: 180px;
    } 

#collage-four{
    z-index:2;
    bottom: 45px;
    transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    max-width: 220px;
    max-height: 220px;
    }

#collage-five {
    z-index:2;
    bottom: 50px;
    right: 5px;
    transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -webkit-transform:rotate(-5deg);
    max-width: 180px;
    max-height: 180px;
}

#collage-six{
    z-index:1;
    bottom: 70px;
    right: 5px;
    transform:rotate(6deg);
    -o-transform:rotate(6deg);
    -moz-transform:rotate(6deg);
    -webkit-transform:rotate(6deg);
    max-width: 200px;
    max-height: 200px;
    }

#collage-seven{
    z-index:2;
    bottom: 80px;
    right: 50px;
    transform:rotate(-4deg);
    -o-transform:rotate(-4deg);
    -moz-transform:rotate(-4deg);
    -webkit-transform:rotate(-4deg);
    max-width: 220px;
    max-height: 220px;
    }

#collage-eight{
    z-index:2;
    bottom: 80px;
    right: 50px;
    transform:rotate(3deg);
    -o-transform:rotate(3deg);
    -moz-transform:rotate(3deg);
    -webkit-transform:rotate(3deg);
    max-width: 220px;
    max-height: 220px;
    } 