@import "compass/css3";

@-webkit-keyframes fade-in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?7tlg1');
  src:  url('fonts/icomoon.eot?7tlg1#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?7tlg1') format('truetype'),
    url('fonts/icomoon.woff?7tlg1') format('woff'),
    url('fonts/icomoon.svg?7tlg1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


html { 
    /*margin-left: calc(100vw - 100%); */
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
    margin: 0;
		padding: 0;
		background-color: #000;
}

img {
display: block;
  margin-left: auto;
	margin-right: auto;
	width: 50%;
	border-radius: 25px;
	position: relative;
	/*top: 50px;*/
	opacity:0;
}

.image-load {
	-webkit-animation-name: fade-in;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 1s;
}
.image-load.visible {
	opacity: 1;
}

.background-image {
  background: 
  linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ),
  url('gradient2.jpg') no-repeat center center fixed;
  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  background-attachment: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index:-9999;
  opacity: 0;
  
  -webkit-animation-name: fade-in;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 1s;
}

.background-image.visible {
  opacity: 1;
}

  .container {
		/* remember to set a width */
		margin-right: auto;
		margin-left: auto;
		max-width: 2096px;
	}

#page-wrapper {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	padding-bottom: 1px;
	}
	
	h1.blah { 
    text-align: center; 
		background-color: white;
		border-radius: 10px 0 0 10px;
}

h1.blah2 { 
	text-align: center; 
	background-color: lightseagreen;
	border-radius: 0 10px 10px 0;
}

.container2 {
	/*width: 80%;
	height: 200px;
	background: aqua;
	max-width: 2096px;
	margin: auto;
	padding: 10px;*/
	margin: auto;
	width: 400px;
	display: block;
	position: relative;
	font-size: 24px;
	font-weight: bold;
	padding-top: 70px;
	opacity:0;
	/*font-family: 'Roboto', sans-serif;*/
	/*font-family: 'Noto Serif SC', serif;*/
	/*font-family: 'Noto Serif', serif;*/
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'Quicksand', sans-serif;


}

.container2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.one {
	/*width: 15%;
	height: 200px;
	background: white;
	float: left;
	border-radius: 10px 0 0 10px;*/
	/*width: 75px;*/
	background: white;
	float: left;
	border-radius: 10px 0 0 10px;
	/*padding-left: 15px;*/
	text-align: center;
	padding: 5px 15px;
}

.one a:hover {
	color: #666;
	text-decoration: none;
}

.two {
	/*margin-left: 15%;
	height: 200px;
	background: lightseagreen;
	border-radius: 0 10px 10px 0;*/
	background: lightseagreen;
	border-radius: 10px 10px 10px 10px;
	/*padding-left: 100px;*/
	text-align: center;
	padding: 5px 0;
	float: left;
}

.two a:hover {
	color: #666;
	text-decoration: none;
}

.title {
	/*font-family: 'Great Vibes', cursive;*/
	font-family: 'Parisienne', cursive;
	/*font-family: 'Sacramento', cursive;
	font-family: 'Tangerine', cursive;
	font-family: 'Allura', cursive;
	font-family: 'Alex Brush', cursive;
	font-family: 'Rochester', cursive;
	font-family: 'Pinyon Script', cursive;
	font-family: 'Italianno', cursive;
	font-family: 'Mr De Haviland', cursive;
	font-family: 'Rouge Script', cursive;
	font-family: 'Dynalight', cursive;*/
font-size:50px;
color: #66CCA3
}

h1 {
	color: #66CCA3;
  /*position: absolute;
  top: 35%;
  width: 100%;*/

  text-shadow:     0 1px 0 hsl(174,5%,80%),
	                 0 2px 0 hsl(174,5%,75%),
	                 0 3px 0 hsl(174,5%,70%),
	                 0 4px 0 hsl(174,5%,66%),
	                 0 5px 0 hsl(174,5%,64%),
	                 0 6px 0 hsl(174,5%,62%),
	                 0 7px 0 hsl(174,5%,61%),
	                 0 8px 0 hsl(174,5%,60%),
	
	                 0 0 5px rgba(0,0,0,.05),
	                0 1px 3px rgba(0,0,0,.2),
	                0 3px 5px rgba(0,0,0,.2),
	               0 5px 10px rgba(0,0,0,.2),
	              0 10px 10px rgba(0,0,0,.2),
	              0 20px 20px rgba(0,0,0,.3);
}

.shadow{
  /*font-family:Mr Dafoe, sans-serif;*/
  font-size:10em;
  text-align:center;
  text-shadow: 0 -3px 0 #333,
    0 6px 8px rgba(0,0,0,.4),
    0 9px 10px rgba(0,0,0,.15),
    0 30px 10px rgba(0,0,0,.18),
    0 15px 10px rgba(0,0,0,.21);
}

.shadow2{
  /*font-family:Mr Dafoe, sans-serif;*/
	font-size:6em;
	margin: -50px 0;
  text-align:center;
  text-shadow: 0 -3px 0 #333,
    0 6px 8px rgba(0,0,0,.4),
    0 9px 10px rgba(0,0,0,.15),
    0 30px 10px rgba(0,0,0,.18),
    0 15px 10px rgba(0,0,0,.21);
}

/*body {
	width: 100wh;
	height: 90vh;
	/*color: #fff;*/
	/*background: linear-gradient(-45deg, #005880, #68007f, #7f2800, #177f00);
	background-size: 500% 500%;
	-webkit-animation: Gradient 60s ease infinite;
	-moz-animation: Gradient 60s ease infinite;
	animation: Gradient 60s ease infinite;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

.icon-dress-3310721:before {
  content: "\e900";
}

.icon-dress-3310721 {
	font-size:110px;
	color:#cc668f;
	margin:0 -20px;
	display:inline-block;
}*/

.icon-location:before {
  content: "\e947";
}

.icon-location2:before {
	content: "\e948";
	font-size: 30px;
	color:white;
	padding-left: 15px;
}


.pill-box {
  line-height: 25px;
}
.pill-box-left,
.pill-box-right {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  color: #666;
  padding: 2px;
}
.pill-box-left {
  background-color: #e6e6e6;
  border-bottom-right-radius:0;
  border-top-right-radius:0;
  /*padding-left: 6px;*/
	text-align: center;
	padding: 2px 12px;
}
.pill-box-right {
  background-color: #fff;
  border-bottom-left-radius:0;
  border-top-left-radius:0;
  border-left: 0;
  /*padding-left: 4px;
	padding-right: 6px;*/
	padding: 2px 12px;
}

/* purple */
.pill-purple .pill-box-left,
.pill-purple .pill-box-right {
  border-color: lightseagreen;
}
.pill-purple .pill-box-left {
  background-color: lightseagreen;
  color: #fff;
}

.test {
	animation-duration: 3s;
  animation-delay: 3s;
	animation-iteration-count: 1;
	float: right;
}

a:link {
	text-decoration: none;
	color: #666;
}

a:visited {
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #666
}

a:active {
	text-decoration: underline;
	color: #666;
}