@charset "utf-8";

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

html {
  height: 100%
}

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

#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;
}

#PageWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
}

#Content{
  flex-grow: 1;
}

.top-content {
  height: 200px;
  /*background-color: #efefef;*/
  color: #b91f45;
  font-size: 24px;
  padding-top: 72px;
  min-width: 770px;
}

.top-content h1 {
  text-align: center;
}

.top-content.about h1,
.top-content.media h1,
.top-content.stories h1 {
  background: url(images/OklahomasMostInspiringCouples.png) center no-repeat;
  text-indent: -900em;
  height: 94px;
}

.mid-content {
  background-color: #efefef;
}

.mid-content.media {
  background-color: #efefef;
  padding-bottom: 24px;
}

.mid-content p {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #000;
  line-height: 1.5em;
  width: 750px;
  margin: 1em auto;
}

.mid-content a {
  color: #B91F45;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mid-content.media a,
.mid-content.about a {
  color: #B91F45;
  text-decoration: none;
  display: initial;
}

.mid-content a:hover {
  color: #000;
  text-decoration: underline;
}

.mid-content a:active {
  color: #B91F45;
}

.mid-content ul li {
  padding-left: 18px;
  background: url(images/check.png) no-repeat left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  line-height:1.5em;
}

.mid-content ul {
  list-style: none;
  position: relative;
  left:40px;
}

.mid-content img {
  margin: 20px;
}

.bottom-content {
  background-color: #efefef;
  padding-bottom: 20px;
}

#footer {
  padding-bottom: 32px;
  width: 100%;
  flex-grow: 0;
  background-color: #d9dbd6;
  padding-top: 16px;
}
#footer p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

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

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

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

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

#CouplesTable img {
  border: 1px solid #000;
  margin-bottom: 10px;
}

#CouplesTable a:hover img {
  border: 1px solid #B91F45;
}


#SocialIcons {
  display: table;
  margin: auto;
}

#SocialIcons a {
  margin-right: 5px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#SocialIcons a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.thisimg{
  float: left;
  padding-right: 15px;
}

.Video {
  margin: 10px;
  float: left;
}

.btn{background:#B91F45;color:#fff;border:0px;height:30px;font-family:Georgia, "Times New Roman", Times, serif;font-weight:bold;}
