/*6c567b
c06c84
f67280
f8b195*?

html {
    /*    1rem = 16px*/
font-size: 1rem;
}

body {
    background-color: white;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    font-size: 1.1rem;
    /*    letter-spacing: .3rem;*/
    /*    line-height is 150% of the font size*/
    line-height: 1.4;
    color: #6c567b;
    margin-top: 66px;
}

p {
    margin-bottom: 1.3rem;
    color: #08415C;
}

h1,
h2,
h3,
h4 {
    font-family: 'Noto Sans', sans-serif;
    /*    font-family: 'Barlow', sans-serif;*/
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 700;
    line-height: 1.2;
    color: #31708E;
}

h1 {
    /*  top:0 right:0  bottom:0.5rem left:0*/
    margin: 0 0 0.5rem 0;
    font-size: 3.157rem;
}

h2 {
    /*  top:1.414rem right:0  bottom:0.5rem left:0*/
    margin: 1.414rem 0 0.5rem 0;
    font-size: 2.5rem;
}

h3 {
    /*  top:1.414rem right:0  bottom:0.5rem left:0*/
    margin: 0 0 0.5rem 0;
    font-size: 1.777rem;
}

h4 {
    /*  top:1.414rem right:0  bottom:0.5rem left:0*/
    margin: 0.8rem 0 0.5rem 0;
    font-size: 1.333rem;
}

/*Interactive elements*/
/* link*/
a {
    color: #31708E;
}

a:hover {
    color: #8FC1E3;
    text-decoration: none;
}

/* header */
.heading {
    padding-bottom: 20px;
    padding-top: 60px;
}

.heading h2 {
    color: #08415C;
}

/*
banner .slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto
}

.mySlides {
    display: none;
    height: 400px;
    border: solid 1px black;

}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #222428;
    font-weight: bold;
    font-size: 30px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0
}

.next {
    right: -50px;
    border-radius: 3px 3px 3px 3px
}

.prev {
    left: -50px;
    border-radius: 3px 3px 3px 3px
}

.prev:hover,
.next:hover {
    color: #f2f2f2;
    background-color: rgba(0, 0, 0, 0.8)
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #222428
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease
}

.active,
.dot:hover {
    background-color: #717171
}*/


/*about*/
.about .container {
    text-align: center;
    /*    padding-top: 50px;*/
    /*    padding-bottom: 50px;*/
    padding-left: 10rem;
    padding-right: 10rem;
}

/* custom class*/
.white {
    color: white;
}


#portfolio {
    padding-top: 50px;
    padding-bottom: 50px;
}

.navbarbackground {
    background-color: #F7F9FB;
}


/*navigation button in the mobile view*/
.navbar-light .navbar-toggler {
    color: #31708E;
    border-color: indigo;
}

/*-----navigation brand name------*/
.navbar-light .navbar-brand {
    color: #31708E;
    font-family: 'Noto Sans', sans-serif;
}

/*-----navigation brand name hover color----*/
.navbar-light .navbar-brand:hover {
    color: #8FC1E3;
}

/*-------navigation menu links--------*/
.navbar-light .navbar-nav .nav-link {
    color: #31708E;
    font-size: 1.2rem;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #8FC1E3;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-nav .nav-link:focus {
    color: #31708E;
}

.navbar-light a.active {
    color: #8FC1E3 !important;
}

/*Timeline*/
/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #08415C;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.direction {
    padding: 0px 35px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.direction::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    right: 66px;
    background-color: #F7F9FB;
    border: 4px solid #8FC1E3;
    top: 30px;
    border-radius: 50%;
    z-index: 1;
}

#right-tag::after {
    left: -11px;
}

/* Place the container to the left */
.left {
    left: 7%;
}

/* Place the container to the right */
.right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -16px;
}

.experience .timeline .content {
    padding: 5px 30px 5px;
    background-color: white;
    position: relative;
    border-radius: 6px;
}

.experience .timeline .flag {
    position: relative;
    display: inline;
    text-align: left;
}

.experience .timeline .flag h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2em;
}

.experience .timeline .flag h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
}

.experience .timeline .flag h4 {
    font-size: 14px;
    font-weight: 350;
    font-style: italic;
}


.experience .timeline .desc {
    margin: 0.5em 0.5em 0 0;
    font-size: 14px;
    width: 360px;
    line-height: 1.5em;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {

    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .container::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .left::after,
    .right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }
}

/*Projects*/
.projects {
    padding: 20px 150px 20px 150px;
}

.projects .card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.projects .card-header {
    margin: 0 auto;
    background: white;
    border-bottom: 0px;
    border-radius: 0;
    text-align: center;
}

.projects .card-header i {
    font-size: 58px;
    color: #5085A5;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.projects .card-body {
    background: #F7F9FB;
    border-top: 2px solid #5085A5;
    border-radius: 0;
    color: #5085A5;
}

.projects .card-body .btn {
    background: #5085A5;
    border-color: #5085A5;
    color: #F7F9FB;
    margin: auto;
}

.projects .card-body a:hover {
    background: #08415C;
    color: #F7F9FB;
    text-decoration: none;
}

/* Projects Modal Box */
.portfolio-modal .modal-body {
    position: static;
}

.portfolio-modal {
    overflow: auto;
}

/* prevent webpage from shifting left */
.modal-open {
    overflow: auto;
}

.navbar-light {
    padding-right: 16px !important;
}

body {
    padding-right: 0px !important;
}

.modal::-webkit-scrollbar {
    width: 0 !important;
    /*removes the scrollbar but still scrollable*/
    /* reference: http://stackoverflow.com/a/26500272/2259400 */
}

.portfolio-modal .modal-dialog {
    max-width: 60%;
    max-height: 60%;
    width: 60%;
    height: 60%;
}

.portfolio-modal .modal-content {
    color: #08415C;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: left;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: white;
}

.portfolio-modal .modal-content .title {
    border-right: 2px solid #5085A5;
    border-radius: 0;
    padding: 1rem 2rem 2rem 4rem;

}

.portfolio-modal .modal-content .title h2 {
    color: #08415C;
    font-size: 30px;
    padding-bottom: 2rem;
}

.portfolio-modal .modal-content .content {
    padding: 0 4rem 2rem 2rem;
}

.portfolio-modal .modal-content .content h2 {
    color: #08415C;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 2px;
}

.portfolio-modal .modal-content h2 {
    color: #08415C;
    font-size: 30px;
    margin-top: 0;
}

/*bottom of the modal box including prev, next, back to work*/
.portfolio-modal .modal-footer {
    border: none;
}

.portfolio-modal .modal-header .close {
    color: #31708E;
    font-size: 3rem;
    padding-right: 1rem;
}

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

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

/*modal box prev, next and back to work link color*/
.portfolio-modal a.next,
.portfolio-modal a.prev,
.portfolio-modal a.back {
    color: #8FC1E3;
    background-color: none;
    font-size: 5em;
}

.portfolio-modal a.next:hover,
.portfolio-modal a.prev:hover,
.portfolio-modal a.back:hover {
    color: #31708E;
}

.controls a {
    text-decoration: none;
    display: inline-block;
    padding: 8px 24px 0 12px;
}

.controls {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 40%;
}

/* Skills */
.skills .content h4 {
    font-size: 27px;
    font-weight: 550;
    padding-bottom: 1rem;
}

.skills .skilltitle {
    text-align: right;
    font-weight: 400;
    padding-right: 7rem;
}

.skills .progress {
    border-radius: 0px;
    height: 15px;
    margin-top: 5px;
    background-color: #F7F9FB;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    overflow: hidden;
    margin-bottom: 5px;
}

.skills .progress .progress-bar {
    background-color: #31708E;
}

/* Contact Form */
.single_contact_info {
    padding-bottom: 21px;
}

.single_contact_info h2 {
    text-transform: uppercase;
    color: #31708E;
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 1px;
}

.single_contact_info p {
    font-size: 15px;
    color: #08415C;
}

.contact {
    padding-bottom: 2rem;
}

.contact-form {
    background-color: #F7F9FB;
    padding: 30px;
    margin: 0 auto;
    width: 450px;
    padding-bottom: 2rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.contact-form .form-control {
    height: 35px;
    border-radius: 0px;
    margin-bottom: 20px;
    border: 0px solid #F7F9FB;
}

.contact-form #message {
    height: 150px;
}

.form_submit {
    width: 100%;
    background: #31708E;
    border-radius: 0px;
    color: #F7F9FB;
    padding-top: 13px;
    padding-bottom: 10px;
    transition: all 1s;
}

.work-with {
    padding-bottom: 60px;
    padding-top: 10px;
}

.work-with h3 {
    font-size: 14px;
    color: #31708E;
    text-transform: uppercase;
}

/* Footer */
footer {
    background-color: #F7F9FB;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

footer .info {
    margin-top: 50px;
    font-size: 0.5rem;
    margin-bottom: 50px;
}

footer .info p {
    margin-bottom: 0;
}

footer .socialLinks {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

footer .social {
    /*    height: auto;*/
    font-size: 1.9rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #000000;
}

footer img {
    /*    max-width: 100%;*/
    max-height: 100%;
    width: 100%;
    object-fit: contain;
    padding-left: 1rem;
    padding-right: 1rem;
    /*    padding-bottom: 2px;*/
    display: block;
    text-align: center;
}

/* devpost specific hover */
.devpost {
    position: relative;
    display: inline-block;
}

.devpost .devpost-hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.devpost:hover .devpost-hover {
    display: inline;
}

footer .social:hover {
    color: #8FC1E3;
}

/* START OF Change the font/size/color of the Slider Titles */
/* Change Slider Titles (2em) font-size, (Garamond) family, (red) color */
/* Title text */
.carousel-caption h3 {
    color:          rgb(172, 222, 255) !important;
}
/* Description text */
.carousel-caption p {
    font-size:      1.5em;
    color:          rgb(143, 193, 227) !important;
}
