@charset "utf-8";
p, ul, ol, h1, h2, h3, blockquote {
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style-type: none;
}

body {
	color: white;
	background-image: url("assets/images/pexels-karolina-grabowska-4709521(1).jpg");
	background-repeat: repeat-y;
	background-size: contain;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-weight: bold;
	font-size: 10pt;
}

h2 {
	font-size: 22pt;
	text-align: center;
	margin-bottom: 10px;
}

h3 {
	font-size: 16pt;
}

#header {
	background-color: #545454;
	padding-top: 10px;
}

#header img {
	width: 150px;
	margin-left: 10px;
}

.siteName {
	display: flex;
}

#header h1 {
	margin-left: -50px;
}

nav {
	background-color: #97413E;
}

nav ul {
	display: flex;
	justify-content: space-between;
} 

nav ul li {
	width: 25%;
	text-align: center;
	border: thin solid #FFFFFF;
	padding: 5px;
}

.articleContent {
	background-color: #97413E;
	margin-top: 20px;
	padding: 20px;
}

#intro div {
	position: relative;
}

#intro img {
	width: 100%;
	height: auto;
}

#intro p {
	background-color: hsla(0,0%,100%,0.65);
	position: absolute;
	top: 0;
	margin: 40px 20px 0px;
	padding: 20px;
	font-size: 8pt;
	color: #545454;
}

#aboutMe img {
	width: 100%;
	height: auto;
}

#aboutMe p {
	padding-top: 10px;
}

#packageDiv {
	background-color: #545454;
	padding: 20px;
}

#packageDiv em {
	font-size: 6pt;
}

.boardPackages div {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
}

.boardPackages .price {
	text-align: right;
	flex: 20%
}

#bridalAddOns h2 {
	padding-top: 20px;	
}

.addOn {
	display: flex;
}

#bridalAddOns .description {
	font-size: 6pt;
	flex: 75%;
}

#bridalAddOns .price {
	font-size: 10pt;
}

#footer {
	background-color: #545454;
	padding: 20px;
	font-family: "Social Media Circled";
	font-size: 24pt;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

#footer img {
	width: 150px;
	height: auto;
}

#socials {
	display: flex;
}

#soRight {
	padding-left: 10px;
}
@media only screen and (min-width: 760px) {
	body {
	}
	.container {
		width: 700px;
		
	}
	
	h1 {
		font-size: 45pt;
		line-height: 45pt;
	}
	
	h2 {
		font-size: 35pt;
		line-height: 35pt;
	}
	
	#header {
		padding-top: 30px;
	}
	
	#header img {
		width: 200px;
	}
	
	nav ul li {
		font-size: 14pt;
	}
	.articleContent {
		padding: 30px;
	}
	#intro p {
		font-size: 18pt;
		padding: 60px 40px;
		height: 350px;
		margin: 60px 60px 0px;
	}
	
	#aboutMe img {
		width: 300px;
		float: left;	
		padding-right: 20px;
    }
	
	#aboutMe p {
		font-size: 17pt;
	}
	
	h3 {
		font-size: 20pt;
	}
	
	#packagesAndPricing {
		font-size: 12pt;
	}
	
	.boardPackages {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	#leftPackage {
		flex: 45%;
	}
	
	#rightPackage {
		flex: 45%;
	}
	
	#rightPackage div {
		padding-left: 10px;
	}
	#custom {
		flex: 100%;
		padding-top: 30px;
	}
	
	#bridalAddOns .description {
		font-size: 10pt;
	}
	
	#bridalAddOns .price {
		font-size: 14pt;
	}
	
	#Contact {
		font-size: 16pt
	}
	
	#footer {
		font-size: 30pt;
	}
}


@media only screen and (min-width: 1280px) {
}
/*.container article {
	background-color: #97413E;
	margin-top: 60px;
	padding-bottom: 20px;
}

#aboutMe {
	padding-bottom: 0px;
}

#content {
	margin: auto;
}

h2 {
	font-size: 23pt;
	text-align: center;
	padding-bottom: 10px;
}
nav {
	background-color: #97413E;
}

nav ul {
	display: flex;
}

nav ul li {
	padding: 10px;
	border: thin solid hsla(0,0%,100%,1.00);
	flex: 25%;
	text-align: center;
}

.siteName {
	display: flex;
}

#header {
	background-color: #545454;
	height: 185px;
	position: relative;
	display: flex;
	flex-flow: column;
}
#header img {
	width: 150px;
	margin-top: 10px;
	margin-left: 10px;
}


#header h1 {
	font-size: 30pt;
	line-height: 25pt;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-left: -50px;
}

.articleContent {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	width: 350px;
	margin: auto;
}

#intro {
	padding-bottom: 20px;
}

#intro p {
	color: #313131;
	background-color: hsla(0,0%,100%,0.75);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	height: 212px;
	font-size: 10pt;
	font-style: normal;
}
#intro em {
	font-style: normal;
	font-size: 18pt;
	font-weight: bold;
}

#intro .articleContent div {
	background-image: url(assets/images/IntroBackgroundSmall.jpg);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: repeat-y;
	background-size: cover;
	height: 265px;
	width: 350px;
	padding: 20px;
}

.carousel-inner div img {
	height: 209px;
}

#packageDiv {
	background-color: #545454;
	margin-top: 20px;
	padding: 0px 20px 20px 20px;
	border: medium solid hsla(0,0%,100%,1.00);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#packagesAndPricing {
	padding: 20px 0px 20px 0px;
} 

.boardPackages div {
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}

.boardPackages h3 {
	font-size: 16pt;
	flex: 2;
}

.boardPackages h3 em {
	font-size: 8pt;
}

.description {
	font-size: 10pt;
	padding-top: 10px;
}
.price {
	font-size: 18pt;
	text-align: right;
}

#custom {
	padding-top: 10px;
}

#bridalAddOns {
	font-size: 9pt;
}

#bridalAddOns .addOn {
	display: flex;
}

#bridalAddOns h2 {
	font-size:18pt;
	padding-top: 20px;
	padding-bottom: 10px;
}

#bridalAddOns .description {
	font-size: 6pt;
	flex: 75%;
}

#bridalAddOns .price {
	font-size: 10pt;
}

#contactButton {
	border: thin solid white;
	border-radius: 31px;
	padding: 9px;
	text-align: center;
	width: 87px;
	margin-top: 10px;
}

#footer {
	background-color: #545454;
	padding: 20px;
	display: flex;
	justify-content: space-between;

}

#footer img {
	margin-top: -10px;
	width: 200px;
}

#socials {
	display: flex;
	font-family: "Social Media Circled";
	font-size: 32pt;
	padding-left: 20px;
    }

#socials #soRight {
	padding-left: 10px;
}


@media only screen and (min-width: 760px) {

	.container {
		font-size: 18pt;
	}

	.articleContent {
		width: 650px;
	}
	
    .carousel-inner div img {
        height: 347px;
    }
	
	#header {
		height: 250px;
	}
	
	#header img {
		width: 300px;
		margin-left: 30px;
	}
	#header h1 {
		font-size: 55pt;
		line-height: 45pt;
		margin-left: -65px;
		margin-top: 20px;
	}
	
	h2 {
		font-size: 45pt;
	}
	
	#intro {
		margin-top: 110px;
	}
	#intro .articleContent div {
        background-image: url(assets/images/IntroBackground.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 532px;
        height: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#intro p {
		font-size: 18pt;
		height: 350px;
		padding-top: 40px;
		
	}
	
	#intro em {
		font-size: 28pt;
	}
	
	#aboutMe .articleContent {
		height: 600px;
		font-size: 18pt;
	}
	
	#aboutMe img {
		float: left;
		padding-right: 10px;
		padding-bottom: 5px;
	}
	
	.boardPackages {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	#leftPackage {
		flex: 45%;
	}
	
	#rightPackage {
		flex: 45%;
		
	}
	
	
	

}

@media only screen and (min-width: 1280px) {
	body {
		background-image: url("assets/images/pexels-karolina-grabowska-4709521(1).jpg");
        background-size: cover;
	}
	
	#content {
		width: 1040px;
	}
	
	/*.articleContent {
      width: 1040px;
      display: inline-block;
      }*/

	/*
	#header {
		width: 1040px;
		margin: auto;
      }
	
	#intro .articleContent {
		width: 930px;
	}
	
	
	#intro .articleContent div {
		height: 465px;
		width: 930px;
        background-image: url(assets/images/IntroBackgroundLarge.jpg);
		padding: 40px;
	}
	
	#intro h2 {
		font-size: 45pt;
	}
	#intro p {
		font-size:22pt;
		padding: 60px;
		height: 345px;
	}
	
	#largeView {
		display: flex;
		padding: 10px;
	}
	
	#aboutMe {
		width: 310px;
	}
	
	#largeView #aboutMe .articleContent{
		width: 320px;
		height: 650px;
		padding: 20px 0px 150px 20px;
		position: relative;
	}
	
	#largeView #aboutMe p {
		width: 1000px;
		position: absolute;
		bottom: 20px;
		
    }
	
	#gallery {
		width: 720px;
	}
	
	#largeView #gallery .articleContent {
	width: 620px;
		height: 650px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 20px 20px 80px;

      }
	
	#packagesAndPricing .articleContent {
		width: 930px;
		margin-left: auto;
		margin-right: auto;
    }
	
	#footer {
		width: 1040px;
		margin: auto;
		margin-top: 60px;
	}

}*/
