/* Sandy Ludosky | http://sandyludosky.github.io 
   === Learn to Code sleek websites (easy & fun) ===
   v1.0 | 20140912
   License: none (public domain)
*/

@import url(http://fonts.googleapis.com/css?family=Fontdiner+Swanky);

  body {      
    color: #444444;
	text-align: center;
  }

 h1, h2, h3 {
  font-weight: 600;
  font-family: 'Fontdiner Swanky', cursive;
  }
  
  h1 {
  font-size: 58px;
  margin:0;
  }

  h2 {
  font-size: 46px;
  }

  h3 {
    font-size: 28px;
  }

  p {
  line-height: 1.4;
  font-size: 15px;
  }

  .logo {
  margin: 0 auto;
  }

  /*Header - navigation*/
  nav #menu {
  text-align: center;
  border-bottom: 1px solid #434a5c;
  padding: 5px 0;
  position: fixed;
  width: 100%;
  background: url(../images/bg-tile.gif);
  z-index: 9999;
  }

    nav #menu li {
    display: inline-block;
	padding: 20px 35px;
    }
	
      nav #menu li:hover {
      /* top: 5px;*/
      }

	  nav #menu a {
		text-decoration: none;
		color: #444444;
		font-weight: bold;
		text-transform: uppercase;
		transition: all .8s;
		-webkit-transition: all .8s;
		-moz-transition: all .8s;
		-o-transition: all .8s;
      }
	
      nav #menu li:hover a {
		color: green;
      }

  /*General background for all sections*/
  section.box {
    padding: 50px 40px;
  }
    section.box h2, section.box h3 {
	}
	

/*Header - banner section*/
  section#banner {
  padding-top: 110px;
  padding-bottom: 100px;
  background: url(../images/Seattle_Rainier_a.jpg);
  background-attachment: fixed;
  color: white;

  }
    section#banner p {
		font-size: 22px;
		color: white;
		font-family: 'Fontdiner Swanky', cursive;
    }
    section#banner h1 {
		text-transform: uppercase;
		color: white;
    }
  

  /*About section */
  section#about {
		border-top: 1px solid #2988b9;
		padding-bottom: 70px;
  }
    section#about div {
		width: 70%;
		margin: 0 auto;

    }

    section#about p {
		font-size: 18px;

    }

    section#about h2 {
		margin: 30px 0;
		padding-bottom: 15px;
		border-bottom: 1px solid #2988b9;
    }
     
      section#about h2:nth-of-type(1) {
	  text-align: left;

      }

      section#about h2:nth-of-type(2) {
	  text-align: right;
      }

.activate:hover {
    transform: scale(1.05);
    opacity: 0.7;
	}

  img#globe {
	float: left;
	width: 250px;
	height: 400px;
	padding: 0px;
	margin-right: 20px;
  }

  img#island {
	float: right;
	width: 250px;
	height: 400px;
	padding: 0px;
	margin-left: 20px;
  }
 	
    img#globe1 {
	float: left;
	width: 350px;
	height: 250px;
	padding: 0px;
	margin-right: 20px;
  }

  img#island1 {
	float: right;
	width: 350px;
	height: 250px;
	padding: 0px;
	margin-left: 20px;
  }
  
  img#globe2 {
	float: left;
	width: 250px;
	height: 250px;
	padding: 0px;
	margin-right: 20px;
  }

  img#island2 {
	float: right;
	width: 250px;
	height: 250px;
	padding: 0px;
	margin-left: 20px;
  }
  
    img#globe3 {
	float: left;
	width: 250px;
	height: 350px;
	padding: 0px;
	margin-right: 20px;
  }

  img#island3 {
	float: right;
	width: 250px;
	height: 350px;
	padding: 0px;
	margin-left: 20px;
  }
  
  .contain {
    width: 70%;
    background: 000;
    margin: 10px auto;
}
.col {
    border: 1px solid black;
    text-align: center;
}
.col > img {
    margin: auto;
    transition: opacity 0.5s, transform 0.5s;
}
.col > a > img:hover {
    transform: scale(1.05);
    opacity: 0.7;
	}
  
 .cycle-slideshow {
	float: left;
	width: 350px;
	height: 350px;
	margin-right: 20px;
	}
	
/*destinations section*/
  #destinations {
	border-top: 1px solid #f39c12;
	border-bottom: 1px solid #f39c12;
	background: url(../images/citiesskyline.png) 50% 50%;
  }

    #destinations h3 {
	margin-top: 10px;
	margin-bottom: 30px;

    }

    .thumb {
	display: inline-block;
	margin: 0 1.5%;
 
    }
    section#destinations img { 
	border: 3px solid #2988b9;
	border-radius: 10px;
	opacity:.7;

    }

  /*Other hover effect*/
  section#destinations img:hover {
	border: 3px solid #666;
	opacity: 1;
	transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-o-transition: all .8s;
  }

/*Display section*/
div#display {

}


/*Contact section*/
  section#contact li {
     display: inline-block ;
	 margin: 15px;
  }
    section#contact a {
	width: 128px;
	height: 128px;
	display: inline-block;
	opacity: .5;
	transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-o-transition: all .8s;
   
    }
      section#contact li:hover a {
		opacity: 1;
      }

/*Social media icons - COLORS  */

  a.fb {
   background: url(../images/social_media_gradient.png) -256px top;
  }
	section#contact li:hover a.fb {
		background: url(../images/social_media_gradient.png) -256px bottom;
    }
	
  a.twitter {
   background: url(../images/social_media_gradient.png) -512px top;
  }
   
   	section#contact li:hover a.twitter {
		background: url(../images/social_media_gradient.png) -512px bottom;
	}
	
  a.linkedin {
   background: url(../images/social_media_gradient.png) -384px top;
  }
   
	section#contact li:hover a.linkedin {
		background: url(../images/social_media_gradient.png) -384px bottom;
	}
		
  a.googleplus {
   background: url(../images/social_media_gradient.png) -768px top;
  }
    
	section#contact li:hover a.googleplus {
		background: url(../images/social_media_gradient.png) -768px bottom;
	}
	
  footer {
	background: #2988b9;
	padding: 10px 0;

  }
  
    footer p  {
		color: #fff;
		
    }

    footer .right {

    }

  span.heart{
   }

.margin {
  margin: 20px 0;
}
.clearfix {
clear: both;
}

.visible_mobile {
	display: none;
	}
}

/*Slideshow--*/
.container {
	width: 250px;
	height: 250px;
	transform: scale(1.7);
	background: red;
	left: 0px;
	position: relative;
	}

.container > img {
    pointer-events: none;
    position: absolute;
}
.container > img:nth-child(1) {
    opacity: 1;
    z-index: 3;
    animation: slideshow 12s infinite;
    -webkit-animation: slideshow 12s infinite;
}
.container > img:nth-child(2) {
    opacity: 1;
    z-index: 2;
    animation: slideshow2 12s infinite;
    -webkit-animation: slideshow2 12s infinite;
}
.container > img:nth-child(3) {
    opacity: 1;
    z-index: 1;
    animation: slideshow3 12s infinite;
    -webkit-animation: slideshow3 12s infinite;
}
@keyframes slideshow {
    0% {
        opacity: 1;
    }
    33% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes slideshow {
    0% {
        opacity: 1;
    }
    33% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes slideshow2 {
    0% {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes slideshow2 {
    0% {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes slideshow3 {
    0% {
        opacity: 0;
    }
    33% {
        opacity: 0;
    }
    66% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes slideshow3 {
    0% {
        opacity: 0;
    }
    33% {
        opacity: 0;
    }
    66% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* Styles */

/* large screens ----------- */
@media(min-width: 1024px) {
section.about > div > a > span {
	display: none;
	}
}


/* iPads (Tablets) ----------- */
@media only screen and (min-width: 768px) and (max-width : 1024px) {
/* Styles */

    nav #menu li {
    display: inline-block;
	padding: 20px 35px;
	font-size: 15px;
    }
	
	.visible_mobile {
	display: none;
	}
	
	.mobile_unhide {
	display: initial;
	}
}

 /* Iphone/Android (Small Devices) ----------- */
 @media only screen and (min-width : 320px) and (max-width: 767px) {
/* Styles */ 
		
	section#banner {
		padding-top: 250px;
	}
	#banner h1 {
		font-size: 30px;
		margin-top: 20px;

	}
	
	h2 {
		font-size: 20px;

	}
	
	h3 {
		font-size: 10px;
	}
	
	.mobile_unhide {
	display: initial;
	}
	
	section#about h2:nth-of-type(1),
	section#about h2:nth-of-type(2) {
	text-align: center
	}

	
	section#about h2 {
	padding-bottom: 5px;
	margin: 20px 0;
	}
	
	    section#about div {
		width: 95%;
		margin: 0 auto;
    }
	
	section#contact li {
		margin: 10px;
		}
		
	section#contact a {
		height: 20px;
		display: inline-block;
	}

	.hidden_sm {
		display: none;
	}
	
	.visible_mobile {
	display: block;
	}
}
