* {
    box-sizing: border-box;
}

body {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font: 12pt verdana, sans-serif;
    line-height: 1.4em;
    width: 90%;

}

/* H2 styling */
h2 {
    font-family: Verdana, sans-serif;
    font-size: 20pt;
    font-weight: bold;
    color: #512889;
    margin-bottom: 10px;
}

/* H3 styling */
h3 {
    font-family: Verdana, sans-serif;
    font-size: 16pt;
    color: black;
    margin-bottom: 8px;
    font-weight: normal;
}

/* Paragraph styling */
p {
    font-family: Verdana, sans-serif;
    font-size: 14pt;
    color: black;
    line-height: 1.5;
}




.caution img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}



.caution h1 {
    font-family: verdana, sans-serif;
    font-size: 60pt;
    font-weight: bold;
    color: #696969;
    text-align: center;
}

.caution p {
    font-family: verdana, sans-serif;
    font-size: 20pt;
    text-align: center;
}


.gallery img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}


iframe {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.articulate {
    position: relative;


    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 90%;
}

.wakeletEmbed {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 90%;
    height: 700px;
    padding-bottom: 20px;
}
.buttons-center {
    display: flex;
    justify-content: center;   /* centers the buttons horizontally */
    gap: 20px;                 /* space between the buttons */
    margin-top: 20px;
}

.buttons-center a {
    background-color: #512889;
    color: white;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* Hover effect */
.buttons-center a:hover {
    background-color: grey;
    color: #512889;
}

@media (max-width: 576px) {
    .buttons-center {
        flex-direction: column;   /* stack vertically */
        align-items: center;      /* center each button */
        gap: 15px;
    }

    .buttons-center a {
        width: 80%;               /* make buttons easier to tap */
        text-align: center;
    }
}
a {
    color: #b947b1;
    text-decoration: none;
    font-weight: bold;

}

a:hover {
    text-decoration: none;
    color: #b73bff;
    border-bottom: 1px dotted #b947b1;
}

.logo a:hover {
    text-decoration: none;
    border-bottom: none;
}


p {
    padding: 5px;
}

.pdfLink {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;

}

.back2Projects {
    background-color: #b947b1;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    padding: 5px;
    display: block;

    border: 1px solid #512889;


}

.back2Projectflex {
    display: flex;
    justify-content: flex-end;


}


.businessCard {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-left: auto;
    margin-right: auto;

    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    border-top: 3px solid #e0e0e0;
    border-left: 3px solid #e0e0e0;
    border-right: 3px solid #e0e0e0;
    border-bottom: 3px solid #e0e0e0;

}


.cardWrap {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;


}

.cardContainer {
    padding-top: 20px;

    text-align: center;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    border-bottom: 20px solid #512889;


}


/*MAIN NAVIGATION*/

.nav-link {
    color: #512889;
    font-weight: 600;
    font-size: 12pt;
    font-family: verdana, sans-serif;
}

.nav-link:hover {
    color: #696969;
}

#nav-home-tab {
    background-color: #512889;
    color: #ffff;
}



/*BUTTONS*/
.submit {
    background-color: #512889;
    font-weight: 600;
    font-family: verdana, sans-serif;
    color: #ffffff;
    border: 1px solid #696969;
}

.btn-info {
    background-color: #512889;
    font-weight: 600;
    color: #ffffff;
    margin: 10px;
}

.courseButton button {
    background-color: #973ba4;
    margin-left: auto;
    margin-right: auto;
    font-size: 12pt;
    font-weight: 600;
    font-family: verdana, sans-serif;
    border: 1px solid #696969;
}

.courseButton button:hover {
    background-color: #696969;
    border: 1px solid #000000;
    font-weight: 600;
}

.courseButton button:active {
    background-color: #696969;
    border: 1px solid #696969;
}

.courseButton button:visited {
    background-color: #de69a8;
    border: 1px solid #696969;
}

.container button {
    background-color: #de69a8;
    color: #000000;
    font-weight: 600;
}

.container button:hover {
    background-color: #696969;
    color: #ffffff;
    font-weight: 600;
}

.container button:active {
    background-color: #696969;
    color: #e0e0e0;
}

.container button:visited {
    color: #ffffff;
}

.btn-sm {
    font-weight: 600;
    font-family: verdana, sans-serif;
}

#contactDivider {
    background-color: #F8D3E8;
}

.btn-light {
    width: 270px;
    background-color: #512889;
    color: #ffffff;
    margin: 10px;
    font-family: verdana, sans-serif;
    font-weight: 600;
    border: 1px solid #512889;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


/*CONTAINER*/
p.container marketing {
    font-family: verdana, sans-serif;
    font-size: 24px;
}

.container {
    font-family: verdana, sans-serif;

    width: 98%;
}


.container button {
    background-color: #de69a8;
    color: #000000;
    font-weight: 600;

}

.comingSoon img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

/*Project Cards*/
.projectCard {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 50px;
}

.projectCard img + .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(185, 71, 177, 0.8);
    width: 100%;
    display: none;
}



.projectCard img {
    border-radius: 5px 5px 0 0;

}

.pcardContainer {
    padding: 2px 16px;
}

.projectCard h4 {
    font-family: verdana, sans-serif;
    color: #512889;
    font-weight: bold;
    font-size: 12pt;
}

.projectCard p {
    font-family: verdana, sans-serif;
    color: #ffffff;
    font-weight: normal;
    font-size: 12pt;
}


.projectButton {
    background-color: #b947b1;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    padding: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.projectCard img:hover {
    filter: blur(5px);
}


.projectCard img:hover + .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(185, 71, 177, 0.8);
    width: 100%;
    display: block;

}

.centered {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(185, 71, 177, 0.8);
    width: 100%;
    display: none;

}


.projectPhoto {
    position: relative;
    text-align: left;
    color: white;


}

.issu {
    margin-bottom: 100px;
}

.projectButton:hover {
    background-color: #696969;

}





.collapse {

    padding: 5px;

}

.resumeBG {
    background-color: #ffffff;
    border: 10px solid #512889;
    margin-bottom: 20px;
    padding: 5px;
}

.row {

    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#edColumn,
#certColumn,
#armyCert,
#PD {
    border-right: thin dotted #999;
}

.row h2 {
    font-weight: 600;
    font-size: 12pt;
    font-family: verdana, sans-serif;
    background-color: #512889;
    color: #ffffff;
    padding: 20px;
    height: 50px;
    text-align: center;
}

h4.panel-title {
    font-family: verdana, sans-serif;
    font-size: 12pt;
    line-height: 120%;
}

.skillz {
    column-count: 3;

    padding: 10px;
    column-rule: thin dotted #999;
}

.employment {

    margin-bottom: 20px;
}

.columnDivider {
    border-right: thin dotted #999;
}




.employment p {
    margin: 0;

}

.employment ul {

    padding: 10px;

}

.employment ul li {
    padding-left: 0px;
    margin-left: 20px;
}

.aboutHeader {
    background-image: linear-gradient(
        to right,
        #512889,
        #973bff,
        #973ba4,
        #b947b1,
        #de69a8
    );
    color: #ffffff;
    height: 100px;

    display: flex;
    align-items: center;
    margin-top: 20px;
    repeat: none;
    margin-bottom: 20px;
}

.aboutHeader h1 {
    font-family: Verdana, sans-serif;
    font-size: 50px;
    font-weight: bold;

    margin: 0;
    padding-bottom: 50px;
    line-height: 1;
    color: #ffffff;
    repeat: none;

    /* visually center the letters */
    transform: translateY(-5px);
}

p.card-text {
    padding-left: 0;
    font-weight: bold;
    font-family: verdana, sans-serif;
}

.btn-group button {
    background-color: #973ba4;
    color: #ffffff;
    font-weight: 600;
}

.businessCard p {
    font-family: verdana, sans-serif;
    font-size: 20px;

    padding-bottom: 100px;
}

.businessCard {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;

    text-align: center;
    box-shadow: 10px 10px 5px #aaaaaa;

}


.sliderHeader {
    font-size: 36pt;
    font-weight: bold;
    font-family: verdana, sans-serif;
    text-shadow: 2px 2px 4px #000000;
}

.sliderParagraph {
    font-family: verdana, sans-serif;
    font-size: 18pt;
}


.bio {
    font-family: verdana, sans-serif;
}

ul {

    padding: 0 0 0 45px;
}

.fw-normal {
    color: #512889;
}

h2.fw-normal {
    background-color: #ffffff;
    color: #512889;
    font-weight: bold;
    font-size: 30px;
    font-family: Georgia, serif;
}

h3.fw-normal {
    background-color: #512889;
    color: #ffffff;
    font-weight: bold;
    font-size: 30px;
    font-family: Georgia, serif;
    text-align: center;
    padding: 10px;
}

.row p {
    padding: 20px;

}

.skillsRow {
    background-color: #512889;
}

.skillsRow h2 {
    padding: 0;
    height: 20px;
    width: 100%;


}

.carousel-caption {
    background-color: rgba(185, 71, 177, 0.8);

    margin-bottom: 200px;
    padding: 5px;



}

.col-lg-4 {
    background-color: #ffffff;
}

form {
    margin-bottom: 50px;
    margin-top: 50px;

}


form {
    background-color: #B4B0BA;
    padding: 20px;
}

p.text-center.text-body-secondary {
    color: #512889;
    font-family: verdana, sans-serif;
    font-size: 12px; 
    font-style: italic;
}

/* BLOG */
.firstBlog {
    background-color: #512889;
    color: #ffffff;
    border-radius: 25px;
}

.blog-header {
    border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif
        /*rtl:Amiri, Georgia, "Times New Roman", serif*/
    ;
    font-size: 2.25rem;
}

.blog-header-logo:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif
        /*rtl:Amiri, Georgia, "Times New Roman", serif*/
    ;
    color: #512889;
}

.display-4 {
    font-size: 2.5rem;
}

@media (min-width: 768px) {
    .display-4 {
        font-size: 3rem;
    }
}

.flex-auto {
    flex: 0 0 auto;
}

.h-250 {
    height: 250px;
}

@media (min-width: 768px) {
    .h-md-250 {
        height: 250px;
    }
}

/* Pagination */
.blog-pagination {
    margin-bottom: 4rem;
}

/*
 * Blog posts
 */
.blog-post {
    margin-bottom: 4rem;
}

.blog-post-title {
    font-size: 2.5rem;
}

.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #727272;
}

/*BLOG FOOTER*/
.blog-footer {
    padding: 2.5rem 0;
    color: #727272;
    text-align: center;
    background-color: #f9f9f9;
    border-top: .05rem solid #e5e5e5;
}

.blog-footer p:last-child {
    margin-bottom: 0;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}


/* Padding below the footer and lighter body text */

body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: rgb(var(--bs-tertiary-color-rgb));
}


/* CUSTOMIZE THE CAROUSEL*/
-------------------------------------------------- */

/* Carousel base class */
.carousel-inner {  display: block;
    margin-left: auto;
    margin-right: auto; }


/* Since positioning the image, we need to help out the caption */


/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
    letter-spacing: -.05rem;
}

/* rtl:end:remove */


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}


/*ABOUT PAGE STYLES*/

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}


/*HOME PAGE CAPTION*/
@media (max-width: 800px) {
    .carousel-caption {
        margin-bottom: 50;
    }

    .sliderHeader {
        font-size: 20pt;
    }

    .sliderParagraph {
        font-size: 16pt;

    }

 

}

@media (max-width: 700px) {
    .carousel-caption {
        margin-bottom: 25px;
    }


    .sliderHeader {
        font-size: 16pt;
    }

    .sliderParagraph {
        font-size: 12pt;

    }

    .btn-light {
        width: 200px;
        font-size: 10pt;

    }

    .skillz {
        column-count: 2;
    }

   
    .aboutHeader: {
        height: 100px;
        width: 100%;
    }

  

    .caution h1 {
        font-family: verdana, sans-serif;
        font-size: 20pt;
        font-weight: bold;
        color: #696969;
        text-align: center;
    }

    .caution p {
        font-family: verdana, sans-serif;
        font-size: 12pt;
        text-align: center;
    }


}

.aboutHeader h1 {
    font-family: Verdana, sans-serif;
    padding-left: 50px;
    padding-top: 75px;
    font-size: 40px;
    font-weight: bold
}
.businessCard p {
    font-family: verdana, sans-serif;
    font-size: 10pt;

    padding-bottom: 20px;
}
@media (max-width: 450px) {

    .carousel-caption {
        margin-bottom: 0px;
    }

    .sliderHeader {
        font-size: 10pt;
    }

    .sliderParagraph {
        font-size: 10pt;

    }

    .btn-light {
        width: 150px;
        font-size: 8pt;

    }

    .aboutHeader: {
        height: 75px;
    }

    .aboutHeader h1 {
        font-size: 20pt;
    }

    .skillz {
        column-count: 1;
    }

    .articulate {
        margin-bottom: 20px;
    }
}

.centerImage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  
}

