html,body {
    height: 100%;
    width: 100%;
}

@font-face {
    font-family: odin;
    src: url('../fonts/odin.otf');
}

.full-screen{
    height: 100%;
    width: 100%;
}

.no-pad{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.txt-orange {
    color: #F76B1C;
}

.txt-white{
    color: white;
}

.txt-assistant {
    font-family: 'Assistant', sans-serif;
    font-size: 1em;
}

ul.dash {
    list-style: none; /* Remove list bullets */
}

ul.dash li:before {
    content: "- ";
}

.no-pad {
    padding: 0px;
}

/* Section 1 */

#section-1{
    background-image: linear-gradient(-225deg, #FBDA61 0%, #F76B1C 100%);
    background-position: fixed;
}

.logo {
    width: 20%;
    position: absolute;
    top: 35%;
    left: 40%;
}

#section-1 .content{
    padding-top: 35%;
}

.title {
    width: 100%;
    position: absolute;
    top: 55%;
}

.title h1{
    color: white;
    font-size: 4em;
    font-family: odin;
}

.btn-content{
    width: 100%;
    position: absolute;
    top: 70%;
    left: 0%;
}

.btn-app {
    width: 150px;
    height: 40px;
    border-radius: 20px;
    background-color: white;
    padding: 10px;
}

.btn-app .text{
    /* GET ANDROID: */
    font-size: 14px;
    color: #F89637;
}

.caret-pos {
    position: absolute;
    bottom: 10%;
    width: 100%;
}

.caret-pos:hover{
    bottom: 9.5%;
}

.caret-pos a{
    color: white;
}

/* Animation */

.animated{
    transition: all 0.5s ease;
}

.hover-shadow:hover{
    box-shadow: 0px 2px 10px rgba(0,0,0,0.4);
}

/* navbar */

.navbar-unlock {
    background-image: linear-gradient(-225deg, #FBDA61 0%, #F76B1C 100%);
    border-bottom: 1px solid linear-gradient(-225deg, #FBDA61 0%, #F76B1C 100%);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.icon-bar{
    background-color: white;
}

.navbar-toggle{
    border-color: white;
}

.navbar-brand{
    padding: 5px;
    padding-left: 10px;
}

.nav-logo{
    padding-top: 3px;
}

.navbar-nav li a{
    font-family: 'Assistant', sans-serif;
    font-size: 15px;
    color: white;
    padding: 5px;
    margin-top: 10px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
}
.navbar-nav li a:hover{
    background-color: white;
    color: #F76B1C;
}

/* Team */
.team-item{
    margin-bottom: 25px;
    z-index: -3;
}

.team-item img{
    width: 150px;
    filter: grayscale(100%);
    z-index: 1;
}

.team-item:hover .circle-orange-container{
    top: 2%;
}

.team-item:hover img{
    width: 150px;
    filter: grayscale(0%);
}

.team-item h4 {
    padding-top: -top: 10px;
    color: black;
}

.social a{
    color: black;
}

.linkedin a{
    color: #0077B5;
}

.facebook a{
    color: #3B5998;
}

.social:hover {
    color: #F76B1C;
}

/* Section Iphone */
.iphone {
    position: absolute;
    bottom: 0%;
    right: 0%;
    z-index: -2;
}

.iphone img {
    margin-top: -100%;
}

.iphone-xs {
    position: absolute;
    bottom: 0%;
    right: 50%;
    z-index: -2;
}

.iphone-xs img{
    margin-top: -100%;
    margin-left: 50%;
}
/* Section Photo 1 */
#section-photo-1 {
    position: relative;
    background-image: url("../img/bg-photo-1.jpg");
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    z-index: 0;
}

.photo-header-1{
    width: 100%;
    position: absolute;
    top: 50%;
}

.photo-header-1 h3 {
    font-size: 3em;
}

/* HackKings */

#section-hackkings .photo{
    background-image: url("../img/hackkings.jpg");
    no-repeat center center fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}

.btn-unlockme {
    border: none;
    min-width: 150px;
    height: 40px;
    border-radius: 20px;
    background-color: #F76B1C;
    padding: 10px;
    color: white;
}

.btn-revert{
    color: #F76B1C;
    background-color: white;
}

.btn-unlockme:hover {
    box-shadow: 0px 2px 10px rgba(0,0,0,0.4);
}

#section-hackkings-xs{
    background-image: url("../img/hackkings.jpg");
    no-repeat center center fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}

/* Section app */

#section-app {
    background-image: linear-gradient(-225deg, #FBDA61 0%, #F76B1C 100%);
    background-position: fixed;

}

.tab-pane{
    padding-top: 50px;
}

.iphone-content {
    background-color: black;
    width: 214px;
    height: 381px;
    position: absolute;
    left: 78px;
    top: 167px;
    z-index: 1;
    overflow: hidden;
}

.iphone-background {
    width: 250px;
    position:absolute;
    left:60px;
    top:100px;
    z-index=-1;
}

.screen-1, .screen-2, .screen-3, .screen-4{
    width: 100%;
    position: absolute;
    left: 214px;
    transition: all 1s ease;
}

#iphone-slider.pos-1 .screen-1{
    left: 0px;
}

#iphone-slider.pos-2 .screen-2{
    left: 0px;
}

#iphone-slider.pos-3 .screen-3{
    left: 0px;
}

#iphone-slider.pos-4 .screen-4{
    left: 0px;
}

/* Section contact */

#section-contact{
    z-index: 0;
    background-image: linear-gradient(-225deg, #FBDA61 0%, #F76B1C 100%);
    background-position: fixed;
}

/* section video */
#section-video{
    background-image: linear-gradient(-225deg, #FBDA61 0%, #F76B1C 100%);
    background-position: fixed;
}
