body {
    font-family: 'Roboto', sans-serif;
    color: #000;
    padding: 0;
    margin: 0;
    line-height: 1.428;
}
h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0;
    color:#333333;
}
h1 {
    font-size: 160px;
    font-weight: 500!important;
    color: #ccc;
}
h2 {
    font-size: 24px;
    font-weight: 600;
}
h3 {
    font-size: 22px;
    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;
    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;
}
.column-wrap a {
    color: #5c34c2;
    font-weight: 600;
    font-size:16px;
    line-height:24px;
}
.column-wrap p {
    color: #717171;
    font-size:16px;
    line-height:24px;
    font-weight:300;
}
.container {
    margin-top: 100px;
}
.navbar {
    position: relative;
    min-height: 45px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 10px 10px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-nav>li>a {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 13px;
    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;
}
.congratz {
    font-family: 'Permanent Marker';
    color: #2C2A1F;
    margin: 0 auto;
    text-align: center; 
    font-size: 160px;
}

.footer {
    font-size: 13px;
    color: gray !important;
    margin-top: 25px;
    line-height: 1.4;
    margin-bottom: 45px;

}
.footer a {
    cursor: pointer;
    color: #646464 !important;
    font-size: 12px;
}
.copyright {
    color: #646464 !important;
    font-size: 12px;
}
.navbar a {
    color: white !important;
}
.navbar {
    border-radius: 0px !important;
}
.navbar-inverse {
    background-color: #434343;
    border: none;
}
.column-custom-wrap{
    padding-top: 10px 20px;
}
@media screen and (max-width: 768px) {
    .message {
        width: 75%;
        padding: 35px;
    }
    .container {
        margin-top: 30px;
    }
}