/* CSS Page for Gina's Art Portfolio Site */


/* Navbar CSS */
#blackfont {
    color: #430237;
}

#rightbarfont {
    color: #430237;
}


.dropdown-item {
  font-weight:bold;
  color: #000000;
}

.dropdown-item:hover {
  color: white !important;
  background-color: #FF99CC;
  border-radius: 10px;
  opacity: 100%;
}

.nav-link:hover {
    color: white !important;
    background-color: #FF99CC;
    border-radius: 10px;
}



/*Image Above Navbar*/
.above_navbar_image {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

/* Heading CSS */
.heading {
    padding-top: 100px;
}

.centertext {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #430237;
    font-family: 'Baloo Bhai 2', cursive;
}



/* Home Page Large Image CSS */
.front_page_image {
  margin: auto;
  display: block;
  width: 38%;
  border-radius: 10px;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* Body Content CSS */
.body {
  background-color: #FFFFFF;
}

.content {
  padding-top: 10px;
  padding-bottom: 10px;
}


/* Footer CSS */
.footerbar {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #FFFFFF;
}


/* About Me Page CSS: */

.aboutmepicture {
   max-width: 20%;
   max-height: 20%;
   display: block;
   margin-left: auto;
   margin-right: auto;
   padding-left: 70px;
}

.aboutmedescription {
  color: purple;
  display: block;
  position: center;
  justify-content: center;
  margin-left: 30%;
  margin-right: 30%;
  text-align:center;
  padding-top: 25px;
}

.about_paragraph {
    text-align: center;
    padding-top: 25px;
    justify-content: center; 
}

.about_content {
    justify-content: center;
    display: block;
}

.navbar_content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: bold;
}

.footer_copyright_text {
    font-family: 'Baloo Bhai 2', cursive;
    font-weight: bold;
    display: inline-block;
    color: #430237;
}


