@charset "UTF-8";
body{margin:0;background:#000000;color:#FFFFFF;font-family:"Helvetica Neue","Century Gothic", Helvetica, Arial, sans-serif;}
#home{height:75vh;background-image: url("../img/backgrounds/LostAtSea.jpg");background-size: cover;}
#gallery{min-height:200px; padding-bottom:50px;text-align: center;}
#gallery img{padding:10px;width:300px;height: auto;}
#contact{background-color: #7BAED3; min-height:200px;color: black; padding: 30px 0px 30px 0px;}
h1{text-align:center;font-size:4em;font-weight:bold;padding-top:35vh;margin-top:0px;line-height:0.6em;}
.smaller{text-align:center;font-size:0.5em;font-weight:normal;}
a{color: black;}
h2{text-align:center;font-size:2.5em;}
.text-center{text-align: center;}

.container{max-width:1500px;padding-right:30px;padding-left: 30px; position:relative;margin-left:auto;margin-right:auto;}

#scroller{padding-top:6px;}
/*Scroll animation by https://dribbble.com/shots/1722788-Mouse-scroll edits by M.Green*/
#scroller span
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 6px 3px 6px;
}

.center
{
  position: relative;
  text-align:center;  
  margin-right:auto;
  margin-left:auto;
  width:14px;
}

.unu
{
  margin-top: 6px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
}

.mouse
{
height: 21px;
width: 14px;
  border-radius: 10px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel
{
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
}

.wheel
{
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
}

@-webkit-keyframes mouse-wheel
{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel
{
  0% { top: 1px; }
  50% { top: 2px; }
  100% { top: 3px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

/*Media queries*/
@media only screen and (min-device-width:320px) and (max-device-width:480px){
h1{font-size:3em;line-height:0.9em;}
.smaller{font-size:0.5em;}
p {
	margin-right:5px;
	margin-left:5px;
}

}
