﻿#navbar-collapse {
    margin-left: 25px;
}

.nav-item {
    margin-right: 25px;
}

.btn-md {
    padding: 5px;
}

    .btn-md:hover {
        background-color: #ced4da !important;
    }

.btnHover {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all .5s ease;
}

    .btnHover:hover {
        -webkit-transform: scale(1.10);
        -moz-transform: scale(1.10);
        -ms-transform: scale(1.10);
        -o-transform: scale(1.10);
        transform: scale(1.10);
    }

#btnLink:hover {
    background-color: #ced4da !important;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

#ims-brand {
    width: 30%;
    height: auto;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}

/* Sticky footer styles
---------------------------------------------- */
html {
    font-size: 15px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    height: 100vh;
}

footer {
    /* position: absolute;*/
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 100px;
}

.fullScreen {
    background-image: url(../img-home-page-banner-473kb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #999;
}

#loginBtn {
    margin-right: 1em; /* remove this while use*/
    margin-bottom: 1em; /* remove this while use*/
    display: inline-block;
    outline: none;
    *zoom: 1;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    font-weight: 300;
    letter-spacing: 1px;
    vertical-align: middle;
    border: 3px solid;
    transition: all 0.2s ease;
    box-sizing: border-box;
    text-shadow: 0 1px 0 rgba(0,0,0,0.01);
    color: white;
    border-color: white;
    font-size: 1.0625em;
    padding: 0.5625em 1.5em;
}

    #loginBtn:hover {
        background: white;
        color: #4682B4;
        border-color: white;
    }

.logoBig {
    width: 80%;
    margin-top: 100px;
    border: solid;
    border-width: 1px;
    border-color: white;
    padding: 20px;
}
