/*!
 * ForBetterWeb.com - Hybrid Pro Landing Page - Bootstrap Theme
 * Copyright 1994-2015 ForBetterWeb.com
 * To use this theme you must have a license purchased at WrapBootstrap (https://wrapbootstrap.com)
 */

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

a, .btn, button {
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
}

a:hover, a:focus {
    color:#999;
}

img {
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
}

img:hover, img:focus {
    opacity:0.8;
}

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}

.header a:hover {
    opacity: .3;
}