/*General*/

html,
body {
    height: 100%;
}


/*Home*/

body {
    font-family: "Markazi Text", sans-serif;
}

#home {
    height: 100%;
}

#home-cover {
    background-image: url(../img/landing.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#home-content-box {
    width: 100%;
    height: 100%;
    display: table;
}

#home-content-box-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#home-heading h3 {
    color: #fff;
    font-size: 56px;
    font-weight: 500;
    padding-top: 40px;
}

/*Parallax Generic*/

.background-parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

}

}

/*Button Generic*/

.btn-general {

    padding: 15px;
    font-size: 20px;

}

.btn-white {

    color: #fff;
}

.btn.white:hover,
.btn-white:focus {
    border: solid 2px white;
    background-color: #000;
    color: #fff;
}

/*Animate*/

#home-cover {
    animation-delay: 0.1s;
    animation-duration: .5s;
}

#home-heading {
    animation-delay: 0.5ss;
    animation-duration: 0.5s;
}

.btn-white {
    animation-delay: 0.5s;
    animation-duration: 0.5s;
}


/* Special Buttons */
