body{
  color:#22031f;
  background-color: #e0d3de;
  margin-top: 10rem;
}

#title {
  background-color: #e0d3de;
}
.navbar{
  z-index: 1;
  padding-bottom: 3rem;
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  background-color: rgba(228, 221, 230, 0.75);
  border-radius: 12px;
  border: 1px solid rgba(209, 213, 219, 0.3);
}
.navbar-item{
  padding: 0 0;
}
.navbar-brand{
  font-size: 2rem;
  color: #22031f;
  padding: 2rem 2rem 0;
  font-family: 'Berkshire Swash', cursive;
}

h1{
  font-family: 'Pacifico', cursive/*,'Montserrat-Black',sans-serif*/;
  font-size: 3.5rem;
  line-height: 1.5;
  font-weight: bolder;
  text-align: center;
  padding-bottom: 5%;
}
h2{
  font-family: 'Amatic SC', cursive;
  font-size: 2.5rem;
  padding: 0 15% 2%;
  line-height: 1.5;
  font-weight: bolder;
  text-align: center;
}

.card{
  background-color: #e0d3de;
}
#cv-template {
  display: none;
}
#cv-template2 {
  display: none;
}
.myimg {
  /* border: 1px solid red; */
  border-radius: 50%;
  width: 200px;
  height: 200px;
  display: inline-block;
  margin-left: 10px;
  /* padding-top: 40px; */
  margin-top: 40px;
  object-fit: cover;
  border: 2px solid black;
}

#examples{
  padding: 0 10%;
  background-color: #22031f;
  position: relative;
  margin: 0 5%;
}
.car-text{
  padding: 5%;
  font-size: 4.5rem;
  color: #e0d3de;
}
.car-text:hover{
  color: #22031f;
  text-shadow: 0 0 5px #fff, 0 0 10px #faecf8, 0 0 15px #faecf8, 0 0 20px #e0d3de, 0 0 25px #22031f, 0 0 30px #22031f;
}

.btn {
  background: #C3ACD0;
  background-image: -webkit-linear-gradient(top, #C3ACD0, #674188);
  background-image: -moz-linear-gradient(top, #C3ACD0, #674188);
  background-image: -ms-linear-gradient(top, #C3ACD0, #674188);
  background-image: -o-linear-gradient(top, #C3ACD0, #674188);
  background-image: linear-gradient(to bottom, #C3ACD0, #674188);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #000000;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cfcfc;
  background-image: -webkit-linear-gradient(top, #3cfcfc, #343cd9);
  background-image: -moz-linear-gradient(top, #3cfcfc, #343cd9);
  background-image: -ms-linear-gradient(top, #3cfcfc, #343cd9);
  background-image: -o-linear-gradient(top, #3cfcfc, #343cd9);
  background-image: linear-gradient(to bottom, #3cfcfc, #343cd9);
  text-decoration: none;
}

/* .backgroundt {
  background-color: black;
  color: white;
} */

.gbttn{
  background: #b984eb;
  background-image: -webkit-linear-gradient(top, #b984eb, #49c3fc);
  background-image: -moz-linear-gradient(top, #b984eb, #49c3fc);
  background-image: -ms-linear-gradient(top, #b984eb, #49c3fc);
  background-image: -o-linear-gradient(top, #b984eb, #49c3fc);
  background-image: linear-gradient(to bottom, #b984eb, #49c3fc);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 20px;
  font-family: Arial;
  color: #000000;
  font-size: 26px;
  margin-top: 20px;
  padding: 17px 24px 16px 24px;
  text-decoration: none;
}

.gbttn:hover {
  background: #3cfcfc;
  background-image: -webkit-linear-gradient(top, #3cfcfc, #343cd9);
  background-image: -moz-linear-gradient(top, #3cfcfc, #343cd9);
  background-image: -ms-linear-gradient(top, #3cfcfc, #343cd9);
  background-image: -o-linear-gradient(top, #3cfcfc, #343cd9);
  background-image: linear-gradient(to bottom, #3cfcfc, #343cd9);
  text-decoration: none;
}

.header1{
  display: inline-block;
  
  font-weight: bolder;
  font-size: 30px;
  
}
.card-header{
  margin-top: 30px;
}
.details{
  margin-top: 20px;
  padding-top: 10px;
}
.imgg{
  
  size: 20%;
  width: 100%;
}
.uem{
  text-align: center;
  padding-bottom: 0;
  padding-top: 40px;
}

#footer{
  text-align: center;
  background-color: #22031f;
  color: #e0d3de;
}


.univ{
  color: #e0d3de;
  text-decoration: none;
}
.univ:hover{
  color: #e0d3de;
  text-transform:uppercase;
  text-decoration: none;
}
#submitBtn a{  
  color: #000000;
  text-decoration: none;
}
#submitBtn a:hover{
  color: #ffffff;
  text-decoration: none;
}

.nav-link:hover{
  text-transform:uppercase;
  text-shadow: #000000;
  text-underline-position:above;
}

@keyframes shake {
  0% {
    margin-left: 0rem;
  }
  25% {
    margin-left: 0.5rem;
  }
  75% {
    margin-left: -0.5rem;
  }
  100% {
    margin-left: 0rem;
  }
}
#nameField:invalid, #contactField:invalid, #emailfield:invalid, #addressField:invalid{
  animation: shake 0.2s ease-in-out 0s 2;
  box-shadow: 0 0 0.6rem #ff0000;
}

#tem{  
  border-radius: 20%;
  width: 200px;
  height: 200px;
  display: inline-block;
  margin: 10px 10px;
  object-fit: cover;
  border: 2px solid black;
}
#templates .card{
  margin: 10px;
  box-shadow: 0 0 0.6rem #a796f0;
  text-align: center;
}



/* CV TEMPLATE 2 */
 .rowbg2{
  background-color: #92dff2;
  
  
 }

 .myimg2{
  border-radius: 50%;
  width: 200px;
  height: 200px;
  display: inline-block;
  margin-left: 10px;
  /* padding-top: 40px; */
  margin-top: 5%;
  margin-bottom: 5%;
  object-fit: cover;
  border: 2px solid black;

 }

 .background2{
  background-color: #92dff2 ;
 }

 .linebreak{
  width: 9%;
  text-decoration: dotted;
  
 }