/* Template-specific stuff
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */
/* Account for fixed navbar */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
body {
    font-family: 'Roboto', sans-serif;
    padding-top: 115px;
    padding-bottom:265px;
    word-wrap: break-word;
    color: #505252;
    font-weight: 400;
}

body,
.navbar-fixed-top,
.navbar-fixed-bottom {
    min-width: 980px;
}

.container {
    width: 980px;
    max-width: none !important;
}
a{ color:#620e3a;}
a:hover{ color:#333;}
/*alert msg css*/

.top-alert {
    position: fixed;
    top: 0px;
    z-index: 100000;
    left: 20%;
    right: 20%;
    display: inline-block;
    text-align: center;
}
.top-alert .alert {
    width: auto !important;
    height: 100%;
    /*display: inline;*/
    position: relative;
    margin: 0;
}
.top-alert .alert .close {
    position: absolute;
    top: 11px;
    right: 10px;
    color: inherit;
}
.pull-left{float: left}

