/* Custom CSS */

body {
    overflow-x: hidden;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

a {
    color: #E2E2E2;
}

a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #FFD9D9;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Righteous",Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 700;
}

hr.heart-light,
hr.heart-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.heart-light:after,
hr.heart-primary:after {
    content: "\f004";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.heart-light {
    border-color: #fff;
}

#skills hr.heart-light:after {
    color: #fff;
    background: url("../img/purple-back.png") no-repeat center;
}

hr.heart-light:after {
    color: #fff;
    background: #a4a0bd;
}

hr.heart-primary {
    border-color: #cd5c5c;
}

hr.heart-primary:after {
    color: #cd5c5c;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;
}

header .right {
    background: url("../img/me2.JPG") no-repeat center;
    background-size: 100%;
    max-width: 100%;
    height: 100%;
    padding: 20%;
}

header .left {
    background: #a4a0bd;
    opacity: 0.8;
    padding: 5%;
}

@media (max-width: 768px) {
    header .right{
        padding: 30%;
    }
}

header .container {
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: "Montserrat",Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
    font-family: "Raleway",Lato,Helvetica Neue,Helvetica,Arial,sans-serif;
}

header .nav-block-row {
    background: #686675;
    text-transform: uppercase;
    font-family: "Righteous",Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 200%;
    letter-spacing: 1px;
    border-top: 3px solid #fff;
}

header .nav-block {
    padding: 1.5em 2.5em;
    border: 0;
}

@media(min-width:768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        letter-spacing: 1px;
    }
}

.navbar {
    text-transform: uppercase;
    font-family: "Righteous",Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar .navbar-nav li a:active {
    background: #cd5c5c;
    opacity: 0.5;
}

.navbar-default,
.navbar-inverse {
    border: 0;
    background-color: #E8FFF6;
}


@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}

/*Equal height columns for header*/
@media(min-width: 768px) {
    header .row {
        display: table;
    }

    header [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
}

section {
    padding: 80px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #fff;
    //background: #a4a0bd;
    background: url("../img/purple-back.png") repeat center;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

#about {
    padding-top: 8%;
}

#about .description-padding {
    padding: 1%;
}

#about .sixth {
    border-radius: 50%;
    width: 11em;
    height: 11em;
}

#about .heading {
    font-weight: 600;
    font-size: 2em;
    font-family: "Raleway",Helvetica Neue,Helvetica,Arial,sans-serif;
    padding: 0 3% 3% 3%;
}

#about .description {
    padding: 1% 8%;
    font-weight: 300;
    font-size: 1.5em;
    font-family: "Raleway",Helvetica Neue,Helvetica,Arial,sans-serif;
}

#about .small {
    font-size: 1.3em;
}

@media(max-width:767px) {
    #about .description {
        padding: 5%;
    }
}

#experience {
    background: #a4a0bd;
}

#experience .description {
    font-family: "Raleway",Lato,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 120%;
}

#experience .work {
    padding: 0 2% 2% 2%;
}

#experience .work img {
    width: 45%;
    opacity: 0.8;
}

#experience h4 {
    font-family: "Lato";
    color: #686675;
    font-weight: 700;
}

#experience span {
    font-size: 120%;
    text-align: left;
}

@media(max-width:767px) {
    #experience .work {
        padding: 0 10% 10% 10%;
    }
}

#favorites .btn-outline {
    width: 300px;
    margin-top: 15px;
    border: solid 3px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

#favorites p {
    margin: 25px;
}

#favorites .btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 3px #cd5c5c;
    color: #fff;
    background: 0 0;
}

#favorites .fav-icons img {
    display: inline-block;
    width: 100px;
    margin: 10px;
}

#favorites .hack-icons img {
    display: inline-block;
    width: 100px;
    margin: 5px;
}

#favorites .col-sm-4 .fav-icons,
#favorites .col-sm-4 .hack-icons {
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
}

/* Much More Section */
#more #favs,
#more #hackathons,
#more #abroad,
#more #awards {
    background: #686675;
    padding: 10px;
    color: white;
    font-size: 2em;
}

#more .spacing {
    margin-top: 1.5em;
}
#more #favs-content img,
#more #hackathons-content img,
#more #abroad-content img,
#more #awards-content img {
    display: block;
    width: 40%;
    opacity: 1;
    padding: 10px 0;
}

#more #favs-content,
#more #hackathons-content ,
#more #abroad-content ,
#more #awards-content  {
    background: url("../img/purple-back.png") no-repeat center;
}

#more #abroad-content .description,
#more #awards-content .description {
    background: rgba(255, 255, 255, 0.7);
    padding: 2em;
    font-family: "Raleway";
    font-weight: 600;
}

#more .favs-content {
    background: rgba(73, 71, 76, 0.33);
}

#more .favs-content:hover {
    color: #FFD9D9;
}

/*Equal height columns for More section*/
@media(min-width: 768px) {
    /*#more .row {
        display: table;
    }

    #more [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }*/
}


@media(min-width: 768px) and (max-width: 991px) {
    #favorites .fav-icons img {
        display: inline-block;
        padding-top: 20px;
        width: 70px;
        margin: 0;
    }

    #favorites .hack-icons img {
        display: inline-block;
        padding-top: 20px;
        width: 70px;
        margin: 0;
    }
}

@media(max-width: 767px) {
    #favorites .fav-icons img {
        margin: 0;
    }

    #favorites .hack-icons img {
        margin: 0;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    #favorites .fav-icons img {
        margin: 0;
    }

    #favorites .hack-icons img {
        margin: 2px;
    }
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #686675;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 0.5;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h2
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    font-family: "Raleway";
    margin-top: 15px;
    border: solid 3px #a4a0bd;
    font-size: 20px;
    color: #fff;
    background: #a4a0bd;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 3px #a4a0bd;
    color: #a4a0bd;
    background: 0 0;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
    background-color: #686675;
    border-top: 3px solid #fff;
    padding: 25px 15px;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 15px;
    background-color: #233140;
}

.btn {
    font-family: "Raleway",Helvetica Neue,Helvetica,Arial,sans-serif;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #91CFB7;
    margin-top: 15px;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.btn-footer {
    display: inline-block;
    text-align: center;
    border: 3px solid #E2E2E2;
    margin-top: 15px;
    color: #E2E2E2;
    font-size: 20px;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-footer:hover,
.btn-footer:focus,
.btn-footer:active,
.btn-footer.active {
    border: solid 3px #FFD9D9;
    color: #FFD9D9;
    font-size: 20px;
    background: 0 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
    background-color: #E8FFF6;
    color: #777;
    border-color: #E8FFF6;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    font-family: "Raleway",Lato,Helvetica Neue,Helvetica,Arial,sans-serif;
    padding: 100px 0;
    min-height: 100%;
    width: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content a {
    text-decoration: none;
}
.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.portfolio-modal .modal-header {
    border: none;
}

.modalPic {
    background-color: #686675;
}

.modalPic .btn-outline {
    text-align: center;
    border: 3px solid #E2E2E2;
    margin: 15px;
    color: #E2E2E2;
    font-size: 20px;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.modalPic .btn-outline:hover {
    border: solid 3px #F4DBDB;
    color: #F4DBDB;
    font-size: 20px;
    background: 0 0;
}

.modal-body .heading {
    font-weight: 600;
    font-size: 1.5em;
    font-family: "Raleway",Helvetica Neue,Helvetica,Arial,sans-serif;
    padding: 0 3% 3% 3%;
}

.modal-body .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #fff;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.modal-body .caption .caption-content {
    position: absolute;
    top: 40%;
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 20px;
    color: #333;
}

.modal-body .caption:hover {
    opacity: 0.7;
}

.modal-body .caption .caption-content i {
    margin-top: -12px;
}


.btn-link {
    background: 0 0;
    color: #a4a0bd;
    border: 3px solid #a4a0bd;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    background: #a4a0bd;
    color: #fff;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px; overflow: hidden;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section#skills {
    background: url("../img/purple-back.png") repeat center;
}

.skills-style {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 2em;
    color: black;
    margin-left: 15px;
}

.skills-padding {
    padding-top: 1em;
}

#skills .col-md-2 {
    border: none;

}

#skills .circle {
  border-radius: 100%;
  text-align: center;
  display: block;
  height: 80%;
  width: 80%;
  padding: 40% 0;
  background: #fff;
  opacity: 0.4;  
  line-height: 0;
}

@media(max-width: 767px) {
    #skills .circle {
        line-height: 0;
    }

    .skills-style {
        font-size: .5em;
    }
}

