/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

 /* Custom Styles */
 h1, h2 {
 	font-family: Roboto, arial, sans-serif;
 	text-transform: uppercase;
 	color: white;
 	background-color: #AA6484;
 	margin: 10px;
 	padding: 20px;
 	text-align: center;
 }

 h1 {
 	font-size: 3em;
 }

 h2 {
 	font-size: 2em;
 }

 body {
 	font-family: open sans, arial, sans-serif;
 }

/* nav bar code */
 nav {
 	text-transform: uppercase;
 	background-color: white;
 }

/* about section id */
#intro {
	padding-top: 0px;
	padding-right: 2in;
	padding-left: 2in;
	text-align: justify;
}

/* link styles */
a {
	color: #C78D91;
}

a:hover {
	text-decoration: none;
 	color: #AA6484;
}

a:visited {
	color: #C78D91;
	font-weight: bold;
}

/* button link styles */
 .btn-link {
 	color: #C78D91;
 }

 .btn-link:hover {
 	text-decoration: none;
 	color: #AA6484;
 }

 .btn-link:visited {
 	color: #C78D91;
	font-weight: bold;
 }

/* flexbox code for page content */
 .container {
 	padding: 0px;
 	display: flex;
 }

 .pic-left {
 	align-self: flex-end;
 }

 .text {
 	padding: 10px;
 }

 .pic-right {
 	align-self: flex-end;
 }

 .pic-flip {
 	align-self: flex-start;
 }

/* KEEP THESE STYLES */
header {
  padding: 154px 0 100px;
}

.bg-primary {
	background-color: transparent;
}

@media (min-width: 992px) {
  header {
    padding: 156px 0 100px;
  }
}

section {
  padding: 150px 0;
}
/* END OF KEEP THESE STYLES */