@import url('https://fonts.googleapis.com/css?family=Lato|Rajdhani');

html{
	max-width:640px; 
	height: 1075px;
	margin-left:auto;
	margin-right:auto;
	background-color: rgb(255,255,255);
	
}
        body { margin:0; padding:0;}
        #map { position:absolute; top:0px; bottom:0; }
        
#map {
    position: fixed;
    width:50%;
    height:650px;
    max-width:320px;
}

#features {
    width: 50%;
    margin-left: 50%;
    font-family: sans-serif;
    overflow-y: scroll;
    /*background: url(../images/background1.jpg) repeat #ffffff center;*/
    background-color: white;
    max-height: 650px;
}

section {
    padding:  25px 20px 30px;
    line-height: 25px;
    opacity: 0.25;
}
section.active {
    opacity: 1;
}
section:last-child {
    border-bottom: none;
    margin-bottom: 200px;
}
#intro{
	width: 100%;
	max-width: 640px;
	min-width: 300px;
	background: rgb(255,255,255);
	z-index: 999999999999999;
	position: fixed;
	top: 0px;
	background-color: white;
}
#wrapper{
	width: 100%;
	max-width: 640px;
	min-width: 300px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

hr {
    background-color: #fff;
  border-top: 1px dashed #8c8b8b;
}

.photostade {
    width: 100%;
}

::-webkit-scrollbar { 
    display: none; 
}

-ms-overflow-style {
	 display: none;
	 }
	 
.bolder{
	font-weight: 800;
    font-family: 'Rajdhani', sans-serif;
    color: white;
}	 

h3, h2{
   font-family: 'Rajdhani', sans-serif;

    color: #A53A3A;
    text-transform: uppercase;
}
.smaller{
	font-size: 40% !important;
  color: white;
}	 

p{
font-family: 'Lato', sans-serif;		
color: black;
font-size: 16px;
line-height: 1.6;
}

#headline{
    font-family: "Rajdhani", sans-serif;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 25px;
    font-weight: 700;
    padding-top: 10px;	
    color: black;
}

.intro {
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
    font-family: "Roboto", sans-serif;	
}




.spanfix
{
  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 black;
  border-bottom: 2px solid black;
  margin: 0 0 3px 6px;
}

.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 black;
  top: 170px;
  display: block; 
  margin-left: auto; 
  margin-right: auto; 
  margin-top: 120px;   
}

.wheel
{
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: black;
  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 screen and (max-width: 520px) {
#map {
    position: fixed;
    width:100%;
    height: 275px;
    z-index: 999999999999;
    max-width: 100%;
    top: 75px;
    border-bottom: 7px solid white;
}
#features {
    width: 100%;
    font-family: sans-serif;
    overflow-y: scroll;
    padding-top: 350px;
    height: 275px;
    margin-left: 0;
    padding-bottom: 300px;
}

.intro {
    font-size: 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;	
}

    #headline {
    font-family: "Rajdhani", sans-serif;
    font-weight:700;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 20px;
    padding-top: 5px;  
    padding-bottom: 10px;
    color: black;
}


section {
    padding:  25px 5px;
    line-height: 15px;
    opacity: 0.25;
    font-size: 13px;
}

.mouse
{
height: 21px;
width: 14px;
  border-radius: 10px;
  transform: none;
  border: 2px solid black;
  top: 170px;
  display: block; 
  margin-left: auto; 
  margin-right: auto; 
  margin-top: 10px;   
}

}