/*******   Body style and fonts    ********/
@import url('https://fonts.googleapis.com/css2?family=Sora&display=swap');

html {
    font-size: 110%;
}

html,
body {
    height: 100%;
    width: 100%;
}

body {
    color: #394c4a;
    font-family: Sora;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
}

h1 {
    font-family: 'Indie Flower', cursive;
    font-size: 3rem;
}

h2 {
    font-family: 'Indie Flower', cursive;
    font-size: 2.3rem;
}

h3 {
    font-family: 'Indie Flower', cursive;
    font-size: 1.8rem;
}

h4 {
    color: #9da7a6;
    font-size: 1.1rem;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase;
}

small {
    line-height: 1;
}

hr {
    border-color: #cdd1cf;
    margin: 30px 0 60px;
}

/************      Navbar     ***********/
.navbar-default {
    background-color: transparent;
    border: none;
    height: 80px;
    left: 0;
    margin-bottom: 0;
    padding: 0 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
}

.navbar-header {
    height: 80px;
}

.navbar-nav {
    margin-bottom: 0;
    margin-top: 0;
}

.navbar-brand,
.navbar-nav>li>a {
    font-family: 'Unica One', cursive;
    padding-bottom: 0;
    padding-top: 0;
}

.navbar-brand {
    font-size: 1.5rem;
    height: 60px;
    line-height: 60px;
    margin-top: 10px;
    opacity: 0;
    overflow: hidden;
    text-transform: uppercase;
    transition: opacity 0.5s ease-in-out;
}

.navbar-brand .logo {
    margin-right: 15px;
    margin-top: -12px;
    max-height: 90px;
}

.navbar-brand span {
    color: #29a598;
}

.navbar-nav>li>a,
.navbar-nav>li>button {
    color: #6b7a78;
    height: 36px;
    line-height: 36px;
    margin-top: 22px;
}

.navbar-default .navbar-nav>.active>a {
    background-color: transparent;
    color: #29a598;
    text-decoration: underline;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #208479;
    text-decoration: underline;
}

/* Fixed Menu */
.menu-fixed {
    background-color: #fffefd;
    background-color: rgba(255, 254, 253, 0.97);
    border-radius: 0;
    box-shadow: 0 3px 9px rgba(8, 33, 30, 0.15);
    height: 60px;
    padding-top: 0;
    position: fixed;
    transition: background-color 0.5s ease-in-out,
        box-shadow 0.5s ease-in-out;
}

.menu-fixed .navbar-header {
    height: 60px;
}

.menu-fixed .navbar-toggle,
.menu-fixed .navbar-nav>li>a {
    margin-top: 13px;
}

.menu-fixed .navbar-brand {
    display: block;
    margin-top: 0;
    opacity: 1;
}

/********     Display Styles      *******/
.display {
    background: linear-gradient(rgba(26, 28, 44, 0.9), rgba(26, 28, 44, 0.9)), url("assets/imgs/logo.jpg") center center fixed;
    background-size: cover;
    height: 100%;
    margin: 0;
    min-height: 510px;
    position: relative;
    width: 100%;
}

.display .container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.display .row {
    padding-bottom: 45px;
}

.display .logo {
    max-width: 150px;
    width: 80%;
}

.display .title {
    color: #29a598;
}

.display p {
    padding-top: 15px;
    margin: 0;
    font-size: 1.2rem;
    color: #29a598;
    text-shadow: 1px 1px 1px #000000;
    font-family: Sora;
}

/**********    Containers   ******/
section.row,
footer.row {
    padding: 30px 30px 60px;
}


/*** Modal ***/
.modal-dialog.wide {
    width: 90%;
}

.modal-dialog.wide .row {
    margin: 0 0 30px;
}

.modal-dialog.wide .row .row {
    margin-left: -15px;
    margin-right: -15px;
}

.modal-header {
    border: none;
    padding: 30px 30px 0;
}

.modal-header .close {
    font-size: 2rem;
}

.modal-content {
    background-color: #fffefd;
    border: none;
    box-shadow: 0 3px 6px rgba(8, 33, 30, 0.2);
}

.modal-body {
    padding: 30px;
}

.modal-body li {
    margin-bottom: 9px;
}

.modal-footer {
    padding: 30px 0 15px;
}

/* Fade Up Animation */
.modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, 100vh, 0);
    -ms-transform: translate3d(0, 100vh, 0);
    transform: translate3d(0, 100vh, 0);
}

.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.modal-backdrop {
    background-color: #fffefd;
    z-index: 1025;
}

.modal-backdrop.in {
    opacity: 0.9;
}

.alert-success {
    background: #a8ea9c;
    color: #000000;
    border-radius: 10px;
    margin: 30px;
    padding: 10px;
    text-align: center;
}

/*******   Buttons  *****/
.td-btn {
    padding: 12px 36px;
    text-transform: uppercase;
    transition: background-color 0.2s ease-in-out;
}

.td-btn+.td-btn {
    margin-left: 6px;
}

.td-btn.small {
    font-family: 'Work Sans', helvetica, sans-serif;
    font-size: 0.7rem;
    padding: 9px 15px 8px;
}

.outline {
    background-color: transparent;
    border: 1px solid #9da6a4;
    color: #9da6a4;
}

.outline:focus,
.outline:hover {
    background-color: #9da6a4;
    ;
    color: #fffefd;
}

.outline.green {
    border-color: #29a598;
    color: #29a598;
}

.outline.green:focus,
.outline.green:hover {
    background-color: #29a598;
    color: #fffefd;
}

.outline.white {
    border-color: #fffefd;
    color: #fffefd;
}

.outline.white:focus,
.outline.white:hover {
    background-color: #fffefd;
    color: #df3778;
}

/* Navbar Click Button */
.navbar-nav .outline.pink {
    border-color: #df3778;
    color: #df3778;
    margin: 20px 15px 0;
    padding-top: 0;
}

.navbar-nav .outline.pink:focus,
.navbar-nav .outline.pink:hover {
    background-color: #df3778;
    color: #fffefd;
    text-decoration: none;
}

.menu-fixed .outline.pink {
    margin-top: 11px;
}

/* Codepen and Github SVG Buttons */
.iconBtn>img {
    margin-right: 6px;
    margin-top: -3px;
    width: 18px;
}

.iconBtn:focus>img,
.iconBtn:hover>img {
    -webkit-filter: brightness(10);
    filter: brightness(10);
}

/* Social Icons */
.social {
    display: inline-block;
    transition: box-shadow 0.2s ease-in-out,
        transform 0.2s ease-in-out;
    height: 36px;
    margin-left: 3px;
    width: 36px;
}

.social:focus,
.social:hover {
    background-color: transparent;
}

.social+.social {
    margin-left: 9px;
}

.social img {
    max-width: 100%;
}

/* =====================
  Icons and Images
===================== */
.icon {
    max-height: 90px;
}

.icon+p {
    margin-top: 15px;
}

/* Profile Pic */
.profile {
    max-width: 180px;
    padding: 0 15px 0 0;
}

/* Glyphicons */
.glyphicon-heart {
    color: #df3778;
}

/***********      Resume Modal      ******/
#resumeModal h4 {
    margin-top: 0;
}

.year {
    text-align: right;
}


/* To override button alignment in modals */
.center {
    text-align: center;
}

/*******     Other Styles - Bootstraped  ******/
.mb-0 {
    margin-bottom: 0;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-30 {
    margin-top: 30px;
}

.bg-shadow {
    box-shadow: 0 1px 3px rgba(8, 33, 30, 0.5);
}

.bg-white {
    background-color: #fffefd;
    position: relative;
}

.bg-pink {
    background-color: #df3778;
    color: #fffefd;
    position: relative;
}

.bg-star-y {
    background: #ffce3f url(assets/imgs/yellow-star.png) fixed;
    background-size: 60px;
    color: #fffefd;
}

.bg-star-g {
    background: #29a598 url(assets/imgs/green-star.png) fixed;
    background-size: 60px;
    color: #fffefd;
}

.bg-honeycomb {
    background: #fffefd url(assets/imgs/honeycomb.png) fixed;
    background-size: 24px;
}

.gray {
    color: #9da6a4;
}

.dashed {
    border-top: 2px dashed #29a598;
}

/* =====================
  Media Queries
===================== */
@media (max-width: 1199px) {

    /* Center class for medium screens */
    .md-center {
        text-align: center;
    }
}

@media (max-width: 991px) {

    /*** Resume ***/
    .year {
        text-align: left;
    }

    /*** Portfolio ***/
    #projects .carousel-control {
        margin-top: 300%;
    }

    #projects .carousel-inner img {
        max-width: 480px;
        width: 100%;
    }
}

@media (max-width: 768px) {

    /*** Page Elements ***/
    section .row [class^="col-sm-"]+[class^="col-sm-"],
    section .row [class*=" col-sm-"]+[class*=" col-sm-"] {
        margin-top: 30px;
    }

    /*** Display ***/
    .display .logo {
        max-width: 120px;
    }

    /*** Mobile Nav ***/
    .navbar-toggle {
        height: 36px;
        margin-bottom: 22px;
        margin-top: 22px;
    }

    .navbar-toggle .glyphicon {
        color: #6b7a78;
        top: -2px;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
        border-color: #29a598;
    }

    .navbar-default .navbar-toggle .active {
        color: #29a598;
    }

    .navbar-collapse {
        background-color: #fffefd;
        background-color: rgba(255, 254, 253, 0.97);
        border: none;
        box-shadow: 0 2px 8px rgba(8, 33, 30, 0.2);
        left: 0;
        position: absolute;
        right: 0;
        text-align: center;
    }

    .navbar-collapse .outline.pink {
        margin: 15px auto 30px;
        max-width: 150px;
    }

    /*** Portfolio ***/
    #projects .carousel-control {
        margin-top: 300%;
    }

    #projects .card {
        text-align: center;
    }
}



/******    Projects      *******/
* {
    box-sizing: border-box;
}

body {
    background-color: #FFF8F0;
    font-family: 'Lato', sans-serif;
    margin: 0;
}

section {
    text-align: center;
    padding: 20px;
}

section h2 {
    margin: 0;
}

section p {
    margin-top: 0;
}

.projects-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 50px;
}

.projects-container a {
    padding: 30px;
    margin: 30px;
}

.project-tile {
    /* margin: 10px; */
    text-decoration: none;
}

.project-tile img {
    transition: 0.4s;
    width: 240px;
    height: 350px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.project-tile img:hover {
    box-shadow:  5px 5px 5px 5px #2c2121;
    border: none;
}


.project-tile p {
    position: relative;
    background-color: #ffffff;
    font-size: 20px;
    margin-top: 20px;
    color: #000;
    font-family: Sora;
}

.bg-blue {
    background-color: #7FD1B9;
    color: #fff;
}

.social-ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.social-ul a {
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    margin: 5px 10px;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

/*****   Footer Section     *******/

footer {
    padding: 10px;
    text-align: center;
}

@media (max-width: 440px) {
    section {
        padding: 20px;
    }
}

.site-footer {
    background-color: #26272b;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5
}

.site-footer hr.small {
    margin: 20px 0
}


.footer-links {
    padding-left: 0;
    list-style: none;
}

.footer-links li {
    display: block;
}

.footer-links a {
    color: #737373;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #c4cbd7;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block
}

.site-footer .social-icons {
    text-align: right
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d
}

.copyright-text {
    margin: 0
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

@media (max-width:768px) {
    .site-footer {
        padding-bottom: 0
    }

    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
}

.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    --webkit-transition: all .2s linear;
    --o-transition: all .2s linear;
    transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29a598;
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}


@media (max-width:768px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}