@charset "utf-8";
/*headline: font-family: 'Roboto', sans-serif;
paragraph: font-family: 'PT Serif', serif;
*/

/*My mood:
white: #FFFFFF
black: #000000
light blue: #D5EAEA
blue gray: #6C8E96
gray: #A7A7A7
*/

/*--Background-Color--*/
#bg-color {
    background-color: #000000;
    padding-top: 20px;
    width: auto;
    height: auto;
}

/*--navbar-contact--*/
#navbar-contact .row {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

#whatsapp {
    border-radius: 70px;
}

#whatsapp:hover {
    border: medium solid white;
}

#whatsapp2{
    border: medium solid #ADADAD;
    border-radius: 70px;
}

#telegram {
    border-radius: 70px;
}

#telegram:hover {
    border: medium solid white;
}

#telegram2{
    border: medium solid #ADADAD;
    border-radius: 70px;
}

#linkedin {
    border-radius: 70px;
}

#linkedin:hover {
    border: medium solid white;
}

/*--main-navbar--*/
.navbar-custom .nav-item.active .nav-link {
    background-color: #FFFFFF;
    color: #000000;
    font-weight: 500;
}

.navbar-custom .nav-item:hover .nav-link {
    background: #FFFFFF;
    color: #000000;
    font-weight: 500;
    animation-timing-function: ease-in-out;
}

.navbar-custom, .navbar-custom .dropdown-menu{
    background-color: #000000;
    font-family: 'Roboto';
    font-size: 21px;
}

.navbar-custom .navbar-brand, .navbar-custom .navbar-text, .navbar-custom .navbar-nav .nav-link, .navbar-custom .dropdown-item {
    color: #FFFFFF;
}

.nav-link {
    border: medium solid #FFFFFF;
    border-radius: 80px;
    margin-left: 5px;
    margin-right: 5px;
}

.custom-toggler .navbar-toggler {
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.custom-toggler .navbar-toggler-icon {
    color: #FFFFFF; 
}

 /* Hamburger icon - use same rgb values as previous rule for stroke */ 
.custom-toggler .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(236,240,241, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

/*--start-of-home-section--*/
#home-header {
    background: #000000;
    padding-top: 80px;
}

#home-header h1{
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 60px;
    color: #FFFFFF;
}

#home-second-half .row{
    font-size: 25px;
    margin-right: 3px;
    justify-content: flex-end;
    text-align: right;
    font-family: 'PT Serif';
}

#home-divider1{
    align-items: flex-start;
}

#home-bottom{
    font-weight: 100;
    font-size: 30px;
}

#home-icons{
    float: left;
    margin-left: 20px;
}

#home-icons .row{
    display: flex;
}

#home-icons .col-sm-1 p{
    background: black;
    border: thin solid white;
    color: white;
    justify-content: center;
    border-radius: 20px;
    margin-top: 10px;
    padding-bottom: 4px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
}

#home-icons .col-sm-1:hover p{
    background: white;
    color: black;
}

#space-home{
    margin: 225px;
}
/*--start-of-about-section--*/
#About {
    background-color: #FFFFFF;
    border-radius: 50px;
    padding-bottom: 100px;
}

#about-header .row{
    margin-bottom: 50px;
    padding-top: 100px;
    font-family: 'Roboto';
}

#about-header h1 {
    font-weight: 400;
    font-size: 40px;
}

#about-header .col-sm-6{
    display: flex;
    margin-left: 100px;
    align-items: center;
}

#about-base {
    margin-top: 80px;
    text-align: center;
}

#about-base h2{
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 400;
}

#about-base h3{
    padding-bottom: 18px;
    font-size: 28px;
    color: black;
    font-family: 'PT Serif';
}

#small-skills-home-page p{
    margin-top: 10px;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 400;
    background: #6C8E96;
    padding: 6px;
    border-radius: 25px;
    color: white;
}

/*--start-of-portfolio-section--*/
#Portfolio .row {
    display: flex;
    justify-content: center;
    flex-flow: row;
    margin-bottom: 20px;
    padding-bottom: 35px;
    padding-top: 100px;
}

#Portfolio h1 {
    font-weight: 400;
    font-size: 55px;
}

#Portfolio .col-sm-7 {
    text-align: center;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

/*--start-of-background-imagery--*/
#bg-color4 {
    background: url("../images/Group 290.png")no-repeat center center;
    width: 100%;
    height: 3150px;
    margin-top: 300px;
    margin-bottom: 300px;
}

#decor h1 {
    background: white;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-family: 'Roboto';
    font-size: 70px;
    font-weight: 500;
    padding: 10px;
    color: #6C8E96;
}

/*--start-of-resume-section--*/
#Resume {
    background: white;
    text-align: center;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto';
    font-size: 70px;
    font-weight: 500;
    margin-top: 1527px;
    margin-left: 10px;
    margin-right: 10px;
}

#Resume .row{
    padding: 10px;
}

#Resume h1{
    font-size: 60px;
    background: white;
    font-weight: 500;
}

#headingOne-1{
    border: white;
    height: 20px;
}

#headingOne-1 .text{
    color: black;
}

#headingOne-2{
    border: white;
    height: 57px;
}

#headingOne-2 .text{
    color: black;
}

#skills {
    margin-bottom: 100px;
}

#skills .row {
    background: white;
    border-radius: 50px;
    font-family: 'Roboto';
    display: flex;
    flex-flow: column wrap;
    padding: 50px;
    padding-bottom: 55px;
    margin-top: 500px;
    margin-bottom: 100px;
}

#skills .col-sm-3 {
    font-size: 32px;
    font-weight: 400;
}

#skills .col-sm-8 {
    color: #6C8E96;
    font-size: 24px;
    font-weight: 300;
    padding-left: 30px;
    padding-top: 1px;
}

/*--start-of-small-contact-section--*/
#contact-header {
    background: #D5EAEA;
    border-radius: 40px;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 20px;
    font-family: 'Roboto';
    display: flex;
    justify-content: center;
    flex-flow: row;
}

#contact-header .row {
    display: flex;
    flex-flow: row;
    justify-content: center;
}

#contact-header h1 {
    font-weight: 500;
    font-size: 70px;
}

#contact-info {
    background: #D5EAEA;
    border-radius: 40px;
    margin-top: 150px;
    margin-bottom: 100px;
    padding: 50px;
    font-family: 'Roboto';
    display: flex;
    justify-content: center;
}

#contact-info p{
    background: white;
    border-radius: 15px;
    padding: 8px;
    padding-left: 15px;
    padding-right: 15px;
}

#contact-info .img-fluid{
    background: white;
    margin-left: 20px;
    padding: 10px;
    border-radius: 15px;
}

#contact-page-container{
    
}

/*Start of About Page*/
#header-about {
    background: #000000;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    text-align: center;
}

#about-page {
    background: #FFFFFF;
    padding-top: 70px;
    border-radius: 50px;
    padding-bottom: 70px;
}

#about-page .row {
    margin-bottom: 60px;
}

#about-page .row p{
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 28px;
}

#about-page2 h2 {
    font-family: 'Roboto';
    font-weight: 500;
}

#about-page .img-fluid {
    padding-top: 32px;
}

#about-page2 .row p{
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 28px;
}
/*Start of Resume Page*/

#resume-header {
    display: flex;
    justify-content: center;
    background: #000000;
    color: #FFFFFF;
    font-family: 'Roboto';
    flex-flow: wrap;
    text-align: center;
}

#resume-header h1 {
    font-size: 50px;
}

#resume-base {
    border-radius: 50px;
    padding-top: 50px;
    font-family: 'Roboto';
    background: #FFFFFF;
    text-align: center;
}

#resume-base h1 {
    padding-top: 40px;
    padding-bottom: 10px;
}

#resume-base .col-md-12 p{
    font-weight: 300;
    font-size: 21px;
}

#resume-base .row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 5px;
}

#resume-base #link{
    border-radius: 20px;
}

#skills-header {
    margin-top: 20px;
    margin-bottom: 20px;
}

#skills-resume .row{
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    padding-bottom: 35px;
}

#primary-skills h3{
    margin-bottom: 30px;
}

#primary-skills p{
    background: #00F3FF;
    border-radius: 70px;
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 500;
    box-shadow: inset 1px 5px 45px white;
}

#secondary-skills h3{
    margin-bottom: 30px;
}

#secondary-skills p{
    background: #039DAA;
    border-radius: 70px;
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 500;
    box-shadow: inset 1px 5px 45px white;
}

#other-skills h3{
    margin-bottom: 30px;
}

#other-skills p{
    background: #6C8E96;
    border-radius: 70px;
    font-size: 24px;
    font-weight: 500;
    box-shadow: inset 1px 5px 45px white;
}

#education_resume #row2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    text-align: center;
    padding-bottom: 70px;
}

#education_resume #row2, .col-md-5 p{
    font-weight: 300;
    font-size: 21px;
}

#education_resume #row2_col2{
    background: #000000;
    color: #FFFFFF;
    font-weight: 500;
    padding-bottom: 0px;
    border-radius: 40px;
}

#education_resume #row3 {
    padding-top: 60px;
    align-items: flex-start;
}

#education_resume #row3 #col1 p{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: 300;
    font-size: 21px;
}

#education_resume #row3 #col2 p{
    text-align: center;
}

#education_resume #achmnt1, #achmnt2, #achmnt3{
    border-radius: 70px;
    background: #000000;
    color: #FFFFFF;
    padding: 3px;
    font-weight: 550;
    box-shadow: inset 1px 1px 15px white;
}

/*Start of Contact page*/
#header-contact {
    display: flex;
    justify-content: center;
    text-align: center;
    background: #000000;
    color: #FFFFFF;
}

#contact-pg-base {
    border-radius: 50px;
}

.form-group, .fa {
    font-family: 'Roboto';
    font-weight: 300;
    color: #FFFFFF;
    font-size: 18px;
}

.contact_info {
    background: #6C8E96;
    border-radius: 40px;
    padding: 30px;
}

/*Start of Web Design page*/
#web-design {
    text-align: center;
    background: #000000;
    color: #FFFFFF;
    font-family: 'Roboto';
    margin-top: 60px;
    margin-bottom: 60px;
}

#web-port {
    border-radius: 50px;
}

#web-port .img-thumbnail {
    background: #6C8E96;
    border-radius: 30px;
    padding: 20px;
}

#web-port .row {
    box-shadow: inset 1px 1px 12px white;
}

#gff-case p{
    margin-bottom: 25px;
}

#gff-case .btn{
    background: #D5EAEA;
    border-radius: 10px;
    font-weight: 500;
    font-size: 21px;
    margin-top: 50px;
}

#websites-port{
    
}

#mobileapp p{
    margin-bottom: 25px;
}

#mobileapp .img-fluid{
    border-radius: 30px;
}

#mobileapp .btn{
    background: #D5EAEA;
    border-radius: 10px;
    font-weight: 500;
    font-size: 21px;
    margin-top: 50px;
}

#gff-case2 .row{
    background: #6C8E96;
    display: flex;
    padding: 60px;
    border-radius: 30px;
    color: #FFFFFF;
    align-items: center;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 100px;
}

#gff-case2 .col-md-6{
    padding-top: 20px;
}

#gff-case2 p{
    margin-bottom: 25px;
}

#gff-case2 .img-thumbnail{
    width: 100%;
    height: 100%;
}

#gff-case2 .btn{
    background: #D5EAEA;
    border-radius: 10px;
    font-weight: 500;
    font-size: 21px;
    margin-top: 50px;
}

/* font color & type */
#bloom_link h4{
    font-family: 'Roboto';
    font-style: italic;
    width: auto;
    height: auto;
    margin: 4px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-weight: 400;
}

#bloom-prototype{
    background: grey;
    width: auto;
    height: auto;
    border-radius: 30px;
}

#external-icon-bloom{
    background-color: gray; 
    color: white;
    font-size: 20px;
}

/*Start of Mobile design*/
#mbl-port {
    border-radius: 50px;
}

#mbl-port .img-thumbnail {
    background: black;
    border-radius: 30px;
    padding: 20px;
}

#mbl-port .row {
    box-shadow: inset 1px 1px 12px white;
}

/*Start of Pigeon*/
#Pigeon-Intro h1 {
    color: white;
}

#Pigeon-Intro h2{
    color: #EBEBEB;
}

#Pigeon-Intro, h3{
    color: #CDCDCD;
}

#Pigeon-Intro p{
    color: #AAAAAA;
}

#Pigeon-prototype h4{
    font-family: 'Roboto';
    font-style: italic;
    width: auto;
    height: auto;
    margin: 4px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    color: white;
    font-size: 24px;
    font-weight: 400;
}

#prototype-col{
    background: grey;
    border-radius: 30px;
    width: auto;
    height: auto;
}

#Pigeon-phase1{
    margin-bottom: 120px;
}

#Pigeon-phase1 h2 {
    background: #E1A181;
    color: white;
    border-radius: 30px;
}

#Pigeon-phase1-row2 h5{
    font-family: 'Roboto';
    font-size: 26px;
    color: white;
    width: 75%;
    background: #9ABFEC;
    border-radius: 30px;
    padding-left: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
    box-shadow: 2px 2px 10px -2px gray;
}

#Pigeon-phase1-row2 .img-fluid{
    border-radius: 25px;
}

#Pigeon-phase1-row2 h6{
    font-family: 'Roboto';
    font-size: 26px;
    color: white;
    width: 60%;
    background: #9ABFEC;
    border-radius: 30px;
    padding-left: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
    box-shadow: 2px 2px 10px -2px gray;
}

#Pigeon-phase1-row2 h2{
    font-family: 'Roboto';
    font-size: 24px;
    color: white;
    width: 50%;
    background: #9ABFEC;
    border-radius: 30px;
    padding-left: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
    box-shadow: 2px 2px 10px -2px gray;
}

#Pigeon-phase1-row5 p{
    margin-top: 5px;
}

#Pigeon-phase1-row3 p{
    margin-top: 5px;
}

#Pigeon-phase1-row4 p{
    margin-top: 5px;
    margin-bottom: 40px;
}

#Pigeon-phase2{
    margin-bottom: 120px;
}

#Pigeon-phase2 h3{
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    background: #E1A181;
    color: white;
    padding: 4px;
    margin: 10px;
    border-radius: 30px;
    box-shadow: 2px 2px 10px -2px gray;
}

#Pigeon-phase2-row1 .img-fluid{
    border-radius: 25px;
}

#Pigeon-phase2-row1 h5{
    font-family: 'Roboto';
    font-size: 26px;
    color: white;
    width: 75%;
    background: #9ABFEC;
    border-radius: 30px;
    padding-left: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
    box-shadow: 2px 2px 10px -2px gray;
}

#Pigeon-phase2-row1 h6{
    font-family: 'Roboto';
    font-size: 26px;
    color: white;
    width: 60%;
    background: #9ABFEC;
    border-radius: 30px;
    padding-left: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
    box-shadow: 2px 2px 10px -2px gray;
}

/*Start of Case Study bloom*/
#bloom-case-study {
    background: #000000;
    color: #FFFFFF;
    margin-top: 50px;
}

#bloom-case-study h4{
    font-style: italic;
    font-weight: 400;
    width: auto;
    height: auto;
}

#external-icon-bloom{
    margin-left: 20px;
}

#case-study-pg-jh {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: 40px
}

#case-study-pg-jh h3{
    color: white;
    background: gray;
    border-radius: 25px;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 500;
}

#case-study-pg-jh p{
    color: #ACACAC;
    font-style: italic;
    font-size: 20px;
}

#case-study-base {
    border-radius: 50px;
    color: blue;
}

#case-study-base, #second-row{
    margin-bottom: 140px;
}

#case-study-base, #third-row{
    margin-bottom: 125px;
}

#Pigeon-Phase1-container{
    margin-bottom: 190px;
}

#border-third-row{
    margin-bottom: 170px;
}

#border-fourth-row{
    margin-bottom: 170px;
}

#case-study-base h4{
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    background: #9ABFEC;
    color: #FFFFFF;
    padding: 8px;
    margin: 24px;
    border-radius: 16px;
    box-shadow: 2px 2px 10px -2px gray;
}

#case-study-base h3{
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    background: #E1A181;
    color: white;
    padding: 4px;
    margin: 10px;
    border-radius: 30px;
    box-shadow: 2px 2px 10px -2px gray;
}

#case-study-base .img-thumbnail{
    border-radius: 35px;
    padding: 10px;
    margin-bottom: 27px;
}

/* start of pebbles illustration */
#pebbles-case-study h1{
    color: white;
}

#pebbles-case-study h4{
    color: #ACACAC;
}

/* start of axis illustration */
#axis-illustration h1{
    color: white;
}

#axis-illustration h4{
    color: #ACACAC;
}

/*--start-of-graphic-design-page--*/
#che-design {
    text-align: center;
    background: #000000;
    color: #FFFFFF;
    font-family: 'Roboto';
}

#graphic-design-background {
    background: white;
    border-radius: 50px;
}

#illustration-page {
    background: white;
}

#illustration-page .img-thumbnail {
    margin-top: 60px;
    border-radius: 35px;
}

#illustration-page .col-md-4 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

#illustration-page .btn {
    padding: 12px;
    border-radius: 15px;
    background: black;
    font-weight: 400;
    font-size: 20px;
    font-family: 'PT Serif';
    color: #FFFFFF;
    box-shadow: 2px 2px 5px -2px black;
}

#art1 .img-thumbnail{
    padding: 10px;
    width: 450px;
    height: 350px;
}

#illustration-page, .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

#illustration-page .btn{
    height: 56px;
    width: 150px;
    margin-top: 16px;
}

/*--start-of-part1-of-casestudy-for-bloom--*/

#headingOne1{
    border-radius: 21px;
    box-shadow: 2px 2px 10px #6C8E96;
}

#headingOne1 .text{
    color: #6C8E96;
}

#creativebrief-bloom {
    border-radius: 21px;
}

/*--start-of-part2-for-bloom--*/
#headingOne2 {
    border-radius: 21px;
    box-shadow: 2px 2px 10px #6C8E96;
}

#headingOne2 .text{
    color: #6C8E96;
}

#planning-bloom {
    border-radius: 21px;
}

/*--start-of-part3-for-bloom--*/
#headingOne3 {
    border-radius: 21px;
    box-shadow: 2px 2px 10px #6C8E96;
}

#headingOne3 .text{
    color: #6C8E96;
}

#low-bloom {
    border-radius: 21px;
}

#illustration-detail h3 {
    background: gray;
    color: white;
    font-weight: 400;
    font-family: 'Roboto';
    border-radius: 25px;
    padding: 3px;
    padding-top: 5px;
}

#illustration-detail h4 {
    font-style: italic;
    font-weight: 100;
    color: #DDDDDD;
}

/*--start-of-footer-section--*/
#footer .row {
    color: #FFFFFF;
    font-family: 'Roboto';
    font-size: 21px;
    font-weight: 500;
    margin-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}