/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH				Imports
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
@import url(http://fonts.googleapis.com/css?family=Epilogue:400,100,300,500,700);


/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH				Global
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
body{
	font-family: Epilogue,sans-serif;
    position: relative;
	zoom: 125%;
}
.top{
    display: none;
    background: #F9F2DB;
    color: #fff;
    padding: 5px 10px;
    font-size: 22px;
    position: fixed;
    bottom: 45px;
    right: 35px;
}
.show-top{
    display: block;
    z-index: 99;
    transition: 2s;
}
.top:hover{
    background: rgb(87, 160, 255);
}
h1{
	font-weight: 100;
	font-size: 40px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 10px;
}
 h2{
	font-weight: 100;
	font-size: 40px;
	text-transform: uppercase;
	color: #fff;
}
ul{
    list-style: none;
}
#trigger-overlay:hover, a:focus, a:hover {
	color: inherit;
	text-decoration: none;
    transition: .8s;
}
p{
	font-size: 16px;
}
.wrapper{
	padding: 75px 0px;
}

.virticle-line{
    height: 40px;
    width: 1px;
    background: #888;
    margin: 15px auto 5px;
}
.circle{
    height: 15px;
    width: 15px;
    border: 1px solid #888;
    border-radius: 100%;
    margin: 0px auto 50px;
}




/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH				Header
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
.header{
	height: 100vh;
    overflow: auto;
	background: linear-gradient(50deg, #F9F2DB, #F9F2DB);  
    padding: 45px 0px;
}
#logo {
	font-size: 80px;
	letter-spacing: 10px;
	font-weight: 100;
	color: white;
	display: inline-block;
	padding: 0px;
    float: left;
}
a#logo:hover{
	text-decoration: none;
}
.strong{
	font-weight: 400;
    letter-spacing : -1px!important;
}
.header img{
	width: 80%;
}
.top-bar{
    width: 100%;
}
.fixed {
    position: fixed;
    background: rgb(87, 160, 255);
    top: 0;
    z-index: 99;
    transition: 1s;
}
.fixed #logo{
    font-size: 60px;
}
.fixed .nav-button{
    margin: 15px 0px;
}
.nav-button{
	max-width: 600px;
	margin: 35px 0px;
}
.nav-button button{
	border: none;
	outline: none;
	display: inline-block;
	color: #fff;
	border-radius: 0px;
	cursor: pointer;
	background-color: transparent;
	float: right;
	font-size: 42px;
	/*border: 1px solid white;*/
	padding: 0px 12px;
}
.nav-button button:hover{
	color: rgb(87, 160, 255);
	background-color: white;
}
.navbar-white {
      background-color: #fff !important;
      transition: background 0.5s ease-out;
      box-shadow: 0px 0px 10px #39c;
}
.starting img{
	/*margin-top: 110px;*/
}
.banner-text{
    margin-top: 30px;
}
.starting p{
	padding: 20px 0px;
	color: #072846;
	line-height: 30px;
}
.btn.btn-download {
    padding: 10px;
    background: white;
    border-radius: 50px;
    width: 180px;
    text-align: left;
    color: #F15B25;
    border: 1px solid white;
    margin-right: 10px;
}
.btn.btn-download:hover{
    color: white;
    background-color: transparent;
}

.btn.btn-download i {
    width: 20px;
    font-size: 36px;
    margin-left: 10px;
    margin-right: 25px;
}

.btn.btn-download strong {
    font-weight: 800;
}
.strong{
    color :#072846;
}

h1, h2, h3 {
    text-transform: none !important;
    }

.piapiriLogo {
   margin-top: -50px; 
   margin-left: 50px;
}

.description {
    line-height: 1.75!important;
    padding-bottom: 40px!important;
    font-size: .9em!important;
    font-family: Epilogue,sans-serif;
    line-height: 1.75!important;
    font-size: 1em!important;
    color: rgba(0,0,0,.9);
    white-space: normal;
    padding-bottom: 80px;
    max-width: 600px!important;
    opacity: .9;
    width: 95%;
}

.qrSpan {
    opacity: .4;
    font-family: Epilogue;
    font-size: 1em;
    line-height: 1.88;
    display: block;
    float: left;
    padding: 0 !important;
    margin-top: 8%;
    margin-bottom: 8%;
    /*text-align:center;*/

}