@import url('bootstrap.min.css');
@import url('bootstrap-theme.min.css');
@import url('https://fonts.googleapis.com/css?family=Baloo+Thambi');
@import url('https://fonts.googleapis.com/css?family=Julius+Sans+One');
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('../font-awesome/css/font-awesome.min.css');

body
{
    font-family: 'Raleway';
    font-size: 14px;
}

.no-js #loader
{
    display: none;
}

.js #loader
{
    position: absolute; top: 0; left: 100px;

    display: block;
}
.se-pre-con
{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: url('../img/loading1.gif') center no-repeat #fff;
}

h2,
h3,
h4,
p,
small
{
    font-weight: bold;
}

h1
{
    font-size: 300%;
}

p
{
    color: rgb(97, 100, 102);
}

b{
    color: #000;
    font-weight: 200%;
}

#my-image
{
    max-widht: 100%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid #ccc;
    padding: 4px;
    margin-right: 15px;
    float: left;
    transition: 0.3s ease-in-out;
}

#my-image:hover
{
    box-shadow: 0 0 8px 3px rgba(0, 140, 186, 0.5);
}

/*.navbar {
   border-width: 0px;
   -webkit-box-shadow: 0px 0px;
   box-shadow: 0px 0px;
   background-color: rgba(0,0,0,0.0);
   background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
   background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
   background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
}*/

.navbar
{
    opacity: .0;
    background-color: rgb(53, 120, 175);
}

.navbar-header .navbar-brand
{
    font-family: 'baloo thambi';
    font-size: 30px;

    display: inline;

    letter-spacing: 1px;

    color: #fff;
}

.navbar-header .navbar-brand:hover
{
    color: #000;
}

.nav.navbar-nav > li > a
{
    font-family: 'Raleway';
    font-weight: bold;

    color: #fff;
}

.nav.navbar-nav > li > a:hover
{
    color: #000;
}

.jumbotron
{
    font-family: 'ubuntu', 'Courier';

    height: 100vh;

    color: #222;
    background: url('../img/back5.jpg') no-repeat;
}


#main-heading
{
    font-family: 'Julius sans one';

    -webkit-transition: letter-spacing .4s ease-in-out;
       -moz-transition: letter-spacing .4s ease-in-out;
            transition: letter-spacing .4s ease-in-out;
}

#main-heading:hover
{
    cursor: default;
    letter-spacing: 4px;

    color: rgb(231, 32, 32);
}

#sub-header1
{
    color: rgb(231, 32, 32);
}

.btn-group > a
{
    transition: .3s ease-in-out;

    color: #000;
}

.well
{
    border-radius: 0;
    background-color: rgb(204, 220, 221);
}

.footer
{
    font-family: ubuntu;

    text-align: center;

    color: #fff;
    background-color: #222;
}

.footer .base-footer
{
    margin: 0;
    padding: 20px;

    background-color: rgb(53, 120, 175);
}
