:root {
  --jumbotron-padding-y: 3rem;
}

.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-image: url('images/ericcv.png');
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: calc(var(--jumbotron-padding-y) * 2);
    padding-bottom: calc(var(--jumbotron-padding-y) * 2);
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #e87300; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #e87300; /* Add a dark-grey background on hover */
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }


.card-body {
	color: #000;
}
.card-header {
	color: #000;
}
.smallboi {
	font-size: 16px;
}
.bej-bg {
	background-color: #e87300;
	padding-top: 0px !important;
}
.lb-bg {
	background-color: #c3c3c3;
	padding-top: 0px !important;
}
.bg-white {
	margin-bottom: 0 !important;
}
.black-text {
	color: #000;
}
.contact-form{
    background: #fff;
    margin-top: 1em;
    width: 80%;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
	border: #000 solid; 
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.presentation-image img{
    border-radius: 6rem;
	border: #000 solid;
    width: 100%;
    margin-top: -3%;
    height: 200px;
}

.contact-form form{
	padding-top: 1em;
	padding-left: 3em;
	padding-right: 3em;
}
@media (min-width: 768px) {
	.contact-form form {
		padding-bottom: 5em;
	}
}
@media (max-width: 768px) {
	.contact-form form {
		padding-bottom: 2em;
	}
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 1em;
    text-align: center;
    color: #0062cc;
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}

#myProgress {
  width: 100%;
  background-color: grey;
}

#myBar {
  width: 10%;
  height: 30px;
  background-color: #e87300;
  text-align: center; /* To center it horizontally (if you want) */
  line-height: 30px; /* To center it vertically */
  color: white;
}

#myProgress2 {
  width: 100%;
  background-color: grey;
}

#myBar2 {
  width: 10%;
  height: 30px;
  background-color: #e87300;
  text-align: center; /* To center it horizontally (if you want) */
  line-height: 30px; /* To center it vertically */
  color: white;
}

#myProgress3 {
  width: 100%;
  background-color: grey;
}

#myBar3 {
  width: 10%;
  height: 30px;
  background-color: #e87300;
  text-align: center; /* To center it horizontally (if you want) */
  line-height: 30px; /* To center it vertically */
  color: white;
}

#myProgress4 {
  width: 100%;
  background-color: grey;
}

#myBar4 {
  width: 10%;
  height: 30px;
  background-color: #e87300;
  text-align: center; /* To center it horizontally (if you want) */
  line-height: 30px; /* To center it vertically */
  color: white;
}

#myProgress5 {
  width: 100%;
  background-color: grey;
}

#myBar5 {
  width: 10%;
  height: 30px;
  background-color: #e87300;
  text-align: center; /* To center it horizontally (if you want) */
  line-height: 30px; /* To center it vertically */
  color: white;
}

#myProgress6 {
  width: 100%;
  background-color: grey;
}

#myBar6 {
  width: 10%;
  height: 30px;
  background-color: #e87300;
  text-align: center; /* To center it horizontally (if you want) */
  line-height: 30px; /* To center it vertically */
  color: white;
}

.img-thumbnail {
	height: 250px;
}