/* -----------------------
Base styles
------------------------*/


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.centerpic {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Google form mobile */
@media screen and (max-width:767px) {
iframe[src*="google.com/forms"] {
    width: 100% !important;
    height: 800px;
}
}


.columns {
  padding: 0px;
  border-right: 2px solid gray;
 Padding-left: 10px;
 Padding-right: 10px;

}


body
{
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #eee;
	background-image: url("https://parsonsquittnerwedding.com/back2.png");
background: no repeat;
    background-size: 1600px;   
  background-position: top center;

}

.container {
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}





h1 {
    font-family: script;
    color: darkgreen;
}

.handwritten {
    font-family: meddonregular;
		text-align: center;
		margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 18px;
        font-size: 35px;



		color: #5A5A5A;

}

.euphoria-script-regular {
  font-family: "Euphoria Script", cursive;
  font-weight: 400;
  font-style: normal;
}



.handwrittensmall {
    font-family: meddonregular;
    font-size: 32px;
		text-align: center;
		margin-bottom: 0;
		color: #5A5A5A;

}

.handwrittenleft {
    font-family: Meddon;
    font-size: 55px;
		margin-bottom: 0;
		color: black;


}

.venue {
    font-family: Helvetica;
    font-size: 12px;
		text-align: center;
		margin-bottom: 0;
		color: #5A5A5A;

}

.venue2 {
    font-family: Helvetica;
    font-size: 16px;
		text-align: center;
		margin-bottom: 0;
		Color: grey;
padding-inline: 10% 10%;
  line-height: 1.6;
}

.venue2left {
    font-family: Helvetica;
    font-size: 16px;
		text-align: left;
		margin-bottom: 0;
		Color: grey;
padding-inline: 10% 10%;
  line-height: 1.6;
}



h1,h2,h3,h4,h5,h6
{
	margin: 0 0 .5em;
	font-weight: 500;
	line-height: 1.1;
}

h1 { font-size: 2.25em; text-align: center; font-family:handwritten;} /* 36px */
h2 { font-size: 1.75em; } /* 28px */
h3 { font-size: 1.375em; } /* 22px */
h4 { font-size: 1.125em; } /* 18px */
h5 { font-size: 1em; } /* 16px */
h6 { font-size: .875em; } /* 14px */

p
{
	margin: 0 0 0.9em;
	line-height: 1.3;
	font-family:helvetica;
	color: grey;

}

blockquote
{
	padding: 1em 2em;
	margin: 0 0 2em;
	border-left: 5px solid #eee;
}

hr
{
	height: 0;
	margin-top: 1em;
	margin-bottom: 2em;
	border: 0;
	border-top: 1px solid #ddd;
}

table
{
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
    font-family: Helvetica;
	color: grey;
	line-height: 1.3;


}

th, td
{
	padding: .5em 1em;
	vertical-align: top;
	text-align: left;
}

a:link { color: royalblue; }
a:visited { color: purple; }
a:focus { color: black; }
a:hover { color: green; }
a:active { color: red; }

/* -----------------------
Layout styles
------------------------*/

.container
{
	max-width: 60em;
	margin: 0 auto;
	background-color: #ffffff;
}

.header
{
	color: #fff;
	background: #999;
	padding: 1em 1.25em;
}

.header-heading { margin: 0; }

.nav-bar
{
	background: #000;
	padding: 0;
}

.content { padding: 0em 0em; }

.footer
{
	color: #fff;
	background: #000;
	padding: 1em 1.25em;
}

/* -----------------------
Nav
------------------------*/

.nav
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav li
{
	display: inline;
	margin: 0;
	font-size: 8;

}


.nav a
{
	display: block;
	padding: .7em 1.25em;
	color: #fff;
	text-decoration: none;
}

.nav a:link { color: white; }
.nav a:visited { color: white; }

.nav a:focus
{
	color: black;
	background-color: white;
}

.nav a:hover
{
	color: white;
	background-color: green;
}

.nav a:active
{
	color: white;
	background-color: red;
}

/* -----------------------
Single styles
------------------------*/

.img-responsive { max-width: 100%; }

.btn
{
	color: #fff !important;
	background-color: grey;
	border-color: #222;
	display: inline-block;
	padding: .5em 1em;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 2;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: .2em;
	text-decoration: none;
}




.btn:hover
{
	color: #fff !important;
	background-color: #90b493;
}

.btn:focus
{
	color: #fff !important;
	background-color: black;
}

.btn:active
{
	color: #fff !important;
	background-color: red;
}

.table
{
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.list-unstyled
{
	padding-left: 0;
	list-style: none;

}

.list-style-type:sch{

	font-family:helvetica;

}

}
.list-inline
{
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}

.list-inline > li
{
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

/* -----------------------
Wide styles
------------------------*/

@media (min-width: 42em)
{
	.header { padding: 1.5em 3em; }
	.nav-bar { padding: 1em 3em; }
	.content { padding: 0em 6em; }
	.footer { padding: 2em 3em; }

	.nav li
	{
		display: inline;
		margin: 0 1em 0 0;
	}

	.nav a
	{
		display: inline;
		padding: 0;
		border-bottom: 0;
	font-size: 16px;

	}
.handwritten {
    
    font-size: 55px;

}


.venue {
    
    font-size: 16px;

}





}





.nav {
	position: relative;
	margin: 20px 0;
	text-align: center;
	color: #808080;

}
.nav ul {
	margin: 0;
	padding: 0;


}
.nav li {
	margin: 0 5px 10px 0;
	padding: 0;
	color: red;
	font-size: 16px;
	font-family:helvetica;
	display: inline-block;
}
.nav a {
	padding: 3px 12px;
	text-decoration: none;
	color: #808080;
	line-height: 100%;
}
.nav a:hover {
	color: #FFF;
	background-color: #F8F8F8;

}
.nav .current a {
	background: #90b493;
	color: #FFF;
}


/* right nav */
.nav.right ul {
	text-align: right;
}

/* center nav */
.nav.center ul {
	text-align: center;
}
