html {
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	margin: 2%;
	font-family: 'Montserrat', sans-serif;
}

h1 {
	font-size: 24pt;
	line-height: 28pt;
}
h2 {
	font-size: 18pt;
	line-height: 18pt;
}
h3 {
	font-size: 10pt;
	line-height: 11pt;
	font-weight: lighter;
	margin: 0;
}
p {
  font-size: 12pt;
	line-height: 19pt;
  text-align: left;
	/*text-indent: 20px;*/
}
a {
	text-decoration: none;
	color: black;
}
u {
	text-decoration-line: line-through;
}

/*----------------------- Preloader -----------------------*/
.preloader {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 9999;
   background-image: url('../Img/preloader.gif');
   background-repeat: no-repeat;
	 background-color: #FFF;
   background-position: center;
}
/*----------------------- Content -----------------------*/

#container {
	position: relative;
	top: 20px;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
#logo {
	position: fixed;
	top: 10px;
	left: 20px;
	z-index: 999;
}
#logo img {
	width: auto;
	height: 45px;
	margin-top: 12px;
}
#menuButton {
	display: none;
}
#menu {
	position: fixed;
	top: 0;
	width: 96%;
	height: 60px;
	padding-top: 20px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.90);
	z-index: 998;
}
.menuItem {
	width: 30%;
	margin: 1%;
	margin-top: 60px;
	display: inline;
	font-size: 10pt;
	line-height: 50px;
}
#socialBar {
	position: absolute;
	top: 18px;
	right: 10px;
}
#socialBar img {
	width: auto;
	height: 25px;
	margin-left: 20px;
	margin-top: 15px;
	z-index: 999;
}
#galleryHome {
	position: relative;
	top: 50px;
	height: 100%;
	padding-bottom: 50px;
}
#galleryHome img {
	margin-left: 13vw;
	width: 70vw;
	height: auto;
}

#gallery {
	position: relative;
	text-align: center;
	top: 60px;
	/*width: 90%;*/
	width: 100%;
	height: auto%;
	margin: 0 auto;
	padding-bottom: 50px;
}
#gallery img {
	width: 70vw;
	height: auto;
}
#gallery .nav {
	height: auto;
	width: 30px;
}
/*.main {
	width: 100%;
	height: auto;
}*/
#prev {
	position: fixed;
	left: 40px;
	top: 35%;
	cursor: pointer;
}
#next {
	position: fixed;
	right: 40px;
	top: 35%;
	cursor: pointer;
}
#thumbnails {
	position: relative;
	width: 90%;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	margin-bottom: 60px;
}
#thumbnails img {
	width: 60px;
	height: auto;
	margin: 0;
	cursor: pointer;
}

#linksContainer {
	position: relative;
	width: 90%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.link {
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 25px;
}
.link img {
	height: 15vw;
	width: auto;
}
.link h3 {
	font-size: 9pt;
}
.link p {
	margin-top: 5px;
	margin-bottom: 6px;
	text-align: center;
	font-size: 13pt;
	line-height: 12pt;
}
.center {
	text-align: center;
}
.opacity {
	opacity: 0.3;
}

#about {
	position: relative;
	top: 70px;
	width: 100%;
	height: auto;
	text-align: center;
}
#about img {
	width: 100%;
	height: auto;
	margin-top: 10px;
}
#aboutText {
	font-family: 'Raleway', sans-serif;
	width: 600px;
	margin: 0 auto;
	margin-top: 20px;
}
#aboutText p {
	text-align: center;
	font-size: 14pt;
	line-height: 26pt;
}
#aboutText b {
	/*color: #bababa;*/
	font-size: 28pt;
	line-height: 40pt;
  background: -webkit-linear-gradient(#e8e6e6, #8a8a8a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#footer {
	position: relative;
	top: 30px;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #f2f2f2;
}
#footer hr {
	display: none;
}
#footer > img {
	width: 180px;
	height: auto;
	margin: 30px;
}
#footer p {
	text-align: center;
	padding-bottom: 10px;
	font-size: 10pt;
}
#footer .socFooter {
	display: none;
}
.mywed_badge {
}
.mywed_badge img {
	width: 100px;
	height: auto;
	opacity: 0.65;
}
.button {
	display: none;
}
