@import "bootstrap.min.css";



@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before { border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

#weddingheader {
	background:no-repeat center top url('../img/Header.jpg');
	border-bottom: 1px solid white;
	padding-bottom: 0;
	
}

#weddingheader .container-fluid {
	background: rgba(0,0,0,.55);
	min-height: 500px;
	padding-top: 2em;
	
}

#weddingheader h1 small, #weddingheader h3 {
	
	    font-family: "Brush Script MT", cursive;
}

#weddingheader h1, #weddingheader h1 small,
#weddingheader h3, #weddingheader h4, #weddingheader p, #weddingheader h3 medium {
	color: white;
	opacity: 1;
	text-shadow: 0px 0px 3px rgba(0,0,0,.7);	
}

#weddingheader h1 {
	margin-bottom: .5em;
}
#weddingheader h3 {
	margin-bottom: 2.5em;
	font-weight: 300;
	font-size: 3em;
}
 #weddingheader #jumbotron-cta {
	 padding-top: 0;
	 padding-bottom: 15px;
 }
 .btn {
	 padding: 10px 30px;
	 text-shadow: none;
	 min-width: 45px;
	 min-height: 45px;
	 
	 -webkit-transition: .25s;
	 transition: .25s;
	 
 }
 .btn-primary {
	 background: none;
	 background-color: paleturquoise;
	 color: darkcyan;
	 border-radius: 0;
	 font-weight: normal;
 }
 .btn-primary:hover {
	 background-color: lightseagreen;
	 color: whitesmoke;
	 box-shadow: none;
 }
#jumbotron-cta .btn {
	margin-bottom: 10px;
	
}

.button-hover{
  
  &:hover{ line-height: 9em; }
    
  &:before{
    content: attr(data-text);
    color: #DEEFF5;
    position: absolute;
    top: -2.75em;
  }
}





body {
	background: #f6f9fa;
	color: #536d76;
	font-weight: 400;
	font-size: 1em;
	font-family: 'Raleway', Arial, sans-serif;
}

a {
	color: #4f7f90;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #39545e;
}

section {
	padding: 1em;
	text-align: center;
}

/* Header */
.codrops-header {
	margin: 0 auto;
	padding: 4em 1em;
	text-align: center;
}

.codrops-header h1 {
	margin: 0;
	font-weight: 800;
	font-size: 4em;
	line-height: 1.3;
}

.codrops-header h1 span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 45%;
	font-weight: 300;
	color: #7e959d;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	text-transform: uppercase;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	display: inline-block;
	padding: 0 1em;
	text-decoration: none;
	letter-spacing: 1px;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Related demos */
.related {
	padding: 6em 1em;
	font-size: 120%;
}

.related > a {
	border: 1px solid #4f7f90;
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
}

.related a:hover {
	border-color: #39545e;
}

.related a img {
	max-width: 100%;
	opacity: 0.8;
}

.related a:hover img,
.related a:active img {
	opacity: 1;
}

.related a h3 {
	margin: 0;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	text-align: left;
}

@media screen and (max-width: 25em) {

	.codrops-header {
		font-size: 75%;
	}

	.codrops-icon span {
		display: none;
	}

}

@media (min-width:960px) {
	#jumbotron-cta .btn {
	margin-bottom: 30px;
	}
	#weddingheader .container-fluid h1 {
		padding-top: 0px;
	}
	
}
