body {
    font-family: "Poppins", sans-serif;
    color: #444;
    padding: 0;
    margin: 0;
    line-height: 1.428;
}
h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0;
}
h1 {
    font-size: 34px;
    font-weight: 600!important;
}
h2 {
    font-size: 26px;
    font-weight: 600;
}
h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}
hr {
    margin-top: 35px;
    margin-bottom: 35px;
    border: 0;
    border-top: 1px solid #bfbebe;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
li {
    display: inline-block;
    float: right;
    margin-left: 20px;
    line-height: 35px;
    font-weight: 100;
}
a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
li a {
    color: white;
    margin-left: 3px;
}
li > i {
    color: white;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar {
    min-height: 45px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 10px 10px;
    font-size: 24px;
    line-height: 20px;
}
.navbar-nav>li>a {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 18px;
    padding-left: 5px;
    padding-right: 5px;
}
.navbar-nav>li>a:hover {
    text-decoration: none;
    color: #cdc3ea!important;
}
.navbar-nav>li>a i {
    margin-right: 5px;
}
.nav-bar img {
    position: relative;
    top: 3px;
}

.footer {
    font-size: 16px;
    color: gray !important;
    margin-top: 25px;
    line-height: 1.4;
    margin-bottom: 45px;
}
.footer a {
    cursor: pointer;
    font-size: 12px;
}
.copyright {
    font-size: 12px;
}
.navbar a {
    color: white !important;
}
.navbar {
    border-radius: 0px !important;
}
.navbar-inverse {
    background-color: #434343;
    border: none;
}

.info {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    min-height:300px;
    padding:30px;
    margin-top:30px;
    background:rgba(9,9,9,.1);
}
.info h1 {
    color:#444;
}

.info h2 {
    color:#444;
}

.info a {
    color: #5c34c2;
    font-weight: 600;
    font-size:20px;
    line-height:24px;
}
.info img {
    padding:20px;
    padding-right:30px;
    width:240px;
    height:240px;
}
.info p {
    color: #616161;
    font-size:20px;
    line-height:24px;
    font-weight:300;
}
