@charset "utf-8";

body {
  background-color: #efefef;
  margin:0 auto;
  font-family: Myriad Pro, Verdana, Arial, Sans-serif;
  height: 100%;
}

html {
  height: 100%
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: calc(100% - 50px);
}

.content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding-bottom: 48px;
}

#Header {
  padding-top: 48px;
  padding-bottom: 48px;
  width: 100%;
}

.left-content-container {
  display: flex;
  flex-direction: column;
}

#MainNav {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin: auto;
  display: table;
}

#MainNav a {
  color: #000;
  text-decoration: none;
  padding: 0 24px;
}
  
#MainNav a:visited {
  color: #000;
  text-decoration: none;
}
  
#MainNav a:hover {
  color: #b91f45;
  text-decoration: none;
}

#TitleText {
  font-size: 20px;
}

#TitleImage {
  margin-left: 20px;
}

#Quote {
  position: relative;
  left: 50px;
}

#Quote p {
  font-family:Myriad Pro, Verdana, Arial, Sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  width:250px;
  margin-top: 35px;
}
#Quote h3 {
  background: url(images/triumphs.png) no-repeat;
  width: 200px;
  height: 93px;
  text-indent: -900em;
  position: relative;
  top: -15px;
  left: 50px;
}

.photo {
  margin: 48px;
  height: 300px;
  border-radius: 4px;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, .25);
}

#footer-home {
  padding-bottom: 32px;
  width: 100%;
  flex-grow: 0;
  background-color: #d9dbd6;
}

#footer-home p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

#footer-home span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#footer-home span a {
  text-decoration: none;
  color: #b91f45;
}

#footer-home span a:hover {
  color: #000;
  text-decoration: none;
}

#footer-home span a:visited {
  color: #b91f45;
  text-decoration: none;
}
