.logotext {
    /*font-family: 'Kalam';*/
    font-size: 20rem;
    text-shadow: 3px 3px 1px #000;
}

#footer{
    padding-bottom:0;
}

#coopy{
    background-color: #111;
    margin-top:45px;
}

#footer p.social a.twitter {
    background-color: #07b4ff;
}

#footer p.social a.github {
    background-color: #333;
    font-size: 5rem;
}

#footer p.social a.lin {
    background-color: #0a66c2;
}

#footer p.social a.dc {
    background-color: #7289DA;
}

#footer p.social a.scld {
    background-color: #f30;
}

#footer p.social a.email {
    background-color: #08f;
}

#hideall{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:url("../img/prel.gif") #fff no-repeat center;
    z-index: 1300;

}
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?5bakmm');
    src:  url('../fonts/icomoon.eot?5bakmm#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?5bakmm') format('truetype'),
    url('../fonts/icomoon.woff?5bakmm') format('woff'),
    url('../fonts/icomoon.svg?5bakmm#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-b .path1:before {
    content: "\e900";
    color: rgb(1, 0, 2);
}
.icon-b .path2:before {
    content: "\e901";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-c:before {
    content: "\e902";
}
.icon-p .path1:before {
    content: "\e903";
    color: rgb(1, 0, 2);
}
.icon-p .path2:before {
    content: "\e904";
    margin-left: -1em;
    color: rgb(0, 136, 255);
}
.bld{
    font-weight: bold;
}
.progress .progress-bar.active {
    -webkit-animation: reverse progress-bar-stripes 2s linear infinite;
    -moz-animation: reverse progress-bar-stripes 2s linear infinite;
    -ms-animation: reverse progress-bar-stripes 2s linear infinite;
    -o-animation: reverse progress-bar-stripes 2s linear infinite;
    animation: reverse progress-bar-stripes 2s linear infinite;
}
.mt10{
    margin-top: 10px;
}
.mt20{
    margin-top: 20px;
}
.grecaptcha-badge{
    display: none;
}
.navbar-collapse.collapse{
    visibility: visible !important;
}
body{
    position: relative;
}
.mb{
    margin-bottom: 5rem;
}
.logotext{
    margin-bottom: 0;
    margin-top: auto;
    height: 25rem;
}
.parallax-image1{
    background-size: cover;
}