/* Main Body Styles */
body {
    padding-top: 54px;
    background-image: url(../img/ecailles.png);
    background-color: white;
}

p {
    font-size: .9em;
    font-family: 'Comfortaa', sans-serif;
    color: black;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

h1 {
    color: #9063CD;
    font-family: 'adam.cg_proregular', sans-serif;
    letter-spacing: -3px;
    font-size: 2em;
}

/* Navigation */
.navbar {
    background-color: #B7DB57;
    border-bottom:5px solid rgba(255,255,255,.3);
}

#navbarResponsive a{
    color: rgba(0,0,0,.8);
    font-family: 'adam.cg_proregular', sans-serif;
    font-size: 1.2em;
    font-weight: bold;
}

#navbarResponsive a:hover{
    color: #9063CD;
}

.dropdown-menu-right {
    background-color: #B7DB57;
    border: none;
}

.dropdown-menu-right a:hover{
    background-color: transparent;
}

.navbar-toggler.navbar-toggler {
    border-color: none;
}

.navbar-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(0,0,0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/*Slider*/
.carousel-inner {
    border-bottom: 5px solid rgba(115,68,135,.2)
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Content */
.portfolio-item {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}

.portfolio-item img {
    box-shadow: 4px 4px 4px rgba(0,0,0,.1);
}

.portfolio-item a {
    color: #9063CD;
}

.h-100 {
    border: none;
    margin-bottom: -40px;
    background-color: transparent;
}

.h-100 a:hover {
    text-decoration: none;
    color: #B7DB57;
}

.card-img-top {
    width: 200px;
    height: auto;    
}

/* Footer */
.footer-info {
    text-align: center;
    padding-top: 15px;
}

.footer-info p {
    color: white;
    line-height: .5px;
    margin-top: 15px;
}

.footer-info a {
    color: white;
}

.footer-info a:hover {
    color: #B7DB57;
    text-decoration: none;
}

.social-media-links {
    text-align: center;
}

.social-media-links img {
    width: 80px;
    height: auto;
}

.py-5 {
    background-image: url(../img/spirationdark.png);
    background-color: #090909;
    border-top: 5px solid rgba(255,255,255,.2);
}

/* Breadcrumbs */
.breadcrumb {
    background-image: url(../img/spirationdark.png);
    background-color: #090909;
}

.breadcrumb a {
    font-family: 'adam.cg_proregular', sans-serif;
    color: #9063CD;
}

.breadcrumb a:hover {
    text-decoration: none;
    color: #B7DB57;
}

/* About Page */
.col-lg-6 img {
    border-radius: 50%;
    width: 350px;
    height: auto;
    border: 5px solid rgba(255,255,255, 0.2);
    margin-bottom: 10px;
}

.col-lg-6 a {
    color: #9063CD;
}

.col-lg-6 a:hover {
    text-decoration: none;
    color: #B7DB57;
}

/* Resume */
.mb-0 a {
    font-family: 'adam.cg_proregular', sans-serif;
    color: #9063CD;
}

.mb-0 a:hover {
    text-decoration: none;
    color: #B7DB57;
}

h2 {
    font-family: 'adam.cg_proregular', sans-serif;
    font-size: 1em;
    color: #9063CD;
}

hr.type1 {
    border: none;
    width: 100%;
    height: 40px;
    background-image: url(../img/line.png);
    background-repeat: no-repeat;
    text-align: center;
}

.card-body p {
    color: black;
}

/* Websites */
.col-md-5 {
  margin-bottom: 30px;  
}

h3 {
    font-family: 'adam.cg_proregular', sans-serif;
    color: #9063CD;
}

.col-md-7 {
    margin-bottom: 10px;
}

/* Contact Form */
.form-group {
    color: #9063CD;
    font-family: 'Comfortaa', sans-serif;
}

.btn {
    background-color: #090909;
    border: 1px solid #090909;
}

/* Breadcrumbs */
.breadcrumb-item a {
    color: #B7DB57;
    padding-right: 10px;
}

.breadcrumb-item a:hover {
    color: #9063CD;
}

.breadcrumb-item2 {
    font-family: 'Comfortaa', sans-serif;
    color: #00EFFF;
    text-transform: lowercase;
}

.col-lg-12, col-sm-12 img{
    text-align: center;
    padding-bottom: 20px;
}
