/* Google Fonts */
@import url(https://fonts.googleapis.com/css?family=Anonymous+Pro);

.navbar.bg-dark.fixed-top {
    background: linear-gradient(to right, #25C8B3, #1D9FC2, #20279c, #181872);
}

body {
    /*background: linear-gradient(to bottom right, #9900cc 0%, #3dd91a 100%);*/
    /*background: linear-gradient(#25C8B3, #1D9FC2, #20279c, #181872);*/
    background: #1dc7ff0f;
}

.navbar-dark .navbar-nav .nav-link {
    color: whitesmoke;
    font-weight: bolder;
}

.main-container .row .col-10 {
    margin-top: 2%;
    margin-left: 10%;
    margin-right: 10%;
    padding: 2%;
    background-color: #eaeaea;
    border: darkgrey 2px solid;
}

.main-container, .alert-container {
    margin-top: 60px;
    margin-bottom: 20px;
}

.navbar-brand img {
    background-color: white;
    border-radius: 50%;
}

.my-img {
    border-radius: 2.5%;
    width: 256px;
    height: 256px;
}
.profile-pic{
    margin:5rem auto;
}

.jumbotron .container.left-aligned {
    padding-left: 0px;
    margin-left:  0px;
}

.display-4.line-1.anim-typewriter {
    color: white;
    font-weight: bold;
    font-style: italic;
}

.btn-primary {
    background-color: #24c4b5;
    border-color: #21b7b9;
    font-weight: bolder;
}

.btn-primary:hover {
    background-color: #0069d9;
    border-color: #0062cc;
}

.footer {
    background: #343a40;
    text-align: center;
    font-weight:  bold;
}

/*Main Page*/
.welcome-banner {
    color: white;
    background-color: rgb(31, 89, 172);
    /*background-color: rgba(0, 0, 0, 0.45);*/
    /*font-family: 'Anonymous Pro', monospace;*/
}

.welcome-banner.lead {
    font-weight: normal;
}

.line-1{
    position: relative;
    top: 50%;
    width: 24em;
    margin: 0 auto 0 0;
    border-right: 2px solid rgba(0,0,0,.75);
    font-size: 300%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);
}

/* Animation */
.anim-typewriter{
    animation: typewriter 3s steps(44) 1s 1 normal both,
    blinkTextCursor 800ms steps(44) infinite normal;

}
@keyframes typewriter{
    from{width: 0;}
    to{width: 18em;}
}
@keyframes blinkTextCursor{
    from{border-right-color: rgba(0,0,0,.75);}
    to{border-right-color: transparent;}
}

.card-deck {
    padding-top: 1%;
    padding-bottom: 1%;
}

.card {
    /*background-color: rgba(0, 0, 0, 0.45);*/
    background-color: rgb(31, 89, 172);
    color: white;
}

.progress-label {
    float: left;
    margin-right: 1em;
    clear: both;
    min-width: 10%;
}

.progress {
    margin-bottom: 2rem;
    height: 2rem;
}

/* Parallax Section */

#volunteeer-plx {
    background: url("../content/images/Cloud_1.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#work-plx {
    background: url("../content/images/Cloud_1.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#personal-plx {
    background: url("../content/images/Cloud_1.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wtitle {
    color: #1da1c1;
    font-weight: bold;
    padding: 6rem 2rem;
}
.wtitle.wt2 {
    color: #1f2699;
}
.wtitle.wt3 {
    color: #0f114a;
}

.wtitle h2 {
    font-size: 4rem;
}

/*Practice - JS Page*/
.js-tut, .js-tut iframe{
    width: 100%;
    display: block;
    height: 100rem;
    border: 0px;
}

/*Contact Page*/
@font-face {
    font-family: 'icomoon';
    src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/icomoon.eot?3qkin2");
    src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/icomoon.eot?#iefix3qkin2") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/icomoon.woff?3qkin2") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/icomoon.ttf?3qkin2") format("truetype"), url("fhttps://s3-us-west-2.amazonaws.com/s.cdpn.io/93/icomoon.svg?3qkin2#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}
.social-networks {
    margin: 35px 0 35px;
    padding: 0;
    font-size: 0;
    text-align: center;
}
.social-networks li {
    display: inline-block;
}
.social-networks a {
    display: block;
    position: relative;
    margin: 0 7px;
    width: 68px;
    height: 68px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    text-decoration: none;
}
.social-networks a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    margin-top: -50%;
    margin-left: -50%;
    border-radius: 100px;
    background-color: #1f2027;
    transition: all 400ms;
}
.social-networks a:after {
    position: relative;
    display: block;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #fff;
    font-size: 26px;
    line-height: 66px;
}
.social-networks a:hover, .social-networks a:focus {
    text-decoration: none;
}

.social-networks.bounce a:hover, .social-networks.bounce a:focus {
    -webkit-animation: bounce 1s;
    animation: bounce 1s;
}
.social-networks .icon-linkedin:after {
    content: "";
}
.social-networks .icon-linkedin:hover:before, .social-networks .icon-linkedin:focus:before {
    background: #0077b5;
}
.social-networks .icon-twitter:after {
    content: "";
}
.social-networks .icon-twitter:hover:before, .social-networks .icon-twitter:focus:before {
    background: #00b0ed;
}
.social-networks .icon-github:after {
    content: "";
}
.social-networks .icon-github:hover:before, .social-networks .icon-github:focus:before {
    background: #71328a;
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -6px, 0);
        transform: translate3d(0, -6px, 0);
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -6px, 0);
        transform: translate3d(0, -6px, 0);
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
}