/*  */
.test {
  display: flex;
}
.icons {
  text-align: center;
  color: #ef8354;
  font-size: 3rem;
}
.skills {
  font-size: 0.9rem;
}
.skills ul {
  padding: 0 1rem;
}
.skills li span {
  font-weight: bold;
  color: #ef8354;
}
#map {
  height: 42.7rem;
  width: 100%;
  left: 0;
  position: relative;
  top: 0;
}
.jumbotron {
  opacity: 1;
  text-align: center;
  position: absolute;
  top: 6rem;
  background-color: rgba(79, 93, 117, 0.9);
  color: #fff;
}
.center {
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%);
}
.contact-page {
  position: absolute;
  top: 25rem;
}
.max-height {
  height: 100%;
}
.textareaheight {
  height: 95%;
}
.col-centered {
  float: none;
  margin: 0 auto;
}

.mybtn {
  width: 48%;
}
.row .msgMe {
  color: #ef8354;
}

/* */
.navbar {
  background-color: #2d3142;
}
.navbar-brand {
  margin-right: 0;
}
.navbar-brand img {
  width: 3rem;
}
.row {
  margin: 0 0;
  padding-top: 2rem;
}
.row p {
  overflow: hidden;
}
.row .img-hover {
  /*box-shadow: 5px 5px 5px #111;*/
}
.row .img-hover img:hover {
  -webkit-filter: blur(5px);
  transition: all 0.3s ease;
  transform: scale(1.3);
}
.nav-link {
  color: #fff;
}
.form-control {
  background-color: rgba(79, 93, 117, 0.9);
  color: #fff;
}
.btn {
  background-color: #ef8354;
  color: #fff;
}
.btn:hover {
  background-color: #2d3142;
}
.img-fluid {
  object-fit: cover;
  overflow: hidden;
  height: 18rem;
  width: 100%;
}
.row label {
  width: 100%;
}
.row .nameemail {
  width: 100%;
}
body {
  line-height: 1.7;
}
header {
  color: #fff;
}
footer {
  margin-top: 1rem;
}
a:hover {
  color: #ef8354;
}
.navbar p {
  color: #fff;
  margin-bottom: 0;
}
article ul {
  list-style: none;
}
h2 {
  font-family: "VT323", monospace;
  color: #ef8354;
}
/*  */
.container {
  padding: 0 7px;
}
@media (min-width: 576px) {
  .container {
    max-width: 580px;
  }
  .navbar-brand img {
    width: 10rem;
  }
  /*.row .nameemail {
    display: block;
    width: 100%;
  }*/
}

@media (min-width: 768px) {
  .container {
    max-width: 925px;
  }
  .row .nameemail {
    width: 100%;
  }
  /*.row .nameemail {
    display: block;
    width: 100%;
  }*/
}

@media (min-width: 992px) {
  .container {
    max-width: 1116px;
  }
  .row .nameemail {
    width: 49%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
  .row .nameemail {
    width: 49%;
  }
}
/*=+++++++++++++++++++++++++++++++++*/
.grid {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  max-width: 480px;
  max-height: 360px;
  width: 48%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.effect-dexter {
  background: -webkit-linear-gradient(
    top,
    rgba(37, 141, 200, 1) 0%,
    rgba(104, 60, 19, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(37, 141, 200, 1) 0%,
    rgba(104, 60, 19, 1) 100%
  );
}

figure.effect-dexter img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-dexter:hover img {
  opacity: 0.4;
}

figure.effect-dexter figcaption::after {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  height: -webkit-calc(50% - 30px);
  height: calc(50% - 30px);
  border: 7px solid #fff;
  content: "";
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

figure.effect-dexter:hover figcaption::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-dexter figcaption {
  padding: 3em;
  text-align: left;
}

figure.effect-dexter p {
  position: absolute;
  right: 60px;
  bottom: 60px;
  left: 60px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}

figure.effect-dexter:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
