/* @override 
	http://www.rm.dv/css/page.css?* */

/* Main Content HOME */

.img1,
.img2,
.img3,
.img4 {
  position: relative;
  opacity: 0.7;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  /*
      fixed = parallax
      scroll = normal
    */
  background-attachment: fixed;
}

.img1 {
  background-image: url("../images/PA1.jpg");
  min-height: 100%;
}

.img2 {
  background-image: url("../images/PA2.jpg");
  min-height: 100%;
}

.img3 {
  background-image: url("../images/PA26.jpg");
  min-height: 100%;
}

.img4 {
  background-image: url("../images/PA3.jpg");
  min-height: 100%;
}

.section {
  text-align: center;
  padding: 50px 80px;
}

.section-light {
  background-color: #f4f4f4;
  color: #666;
}

.section-dark {
  background-color: #282e34;
  color: #ddd;
}

.ptext {
  position: absolute;
  bottom: 8px;
  right: 16px;
  text-align: center;
  color: #000;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.ptext .border {
  background-color: #111;
  color: #fff;
  padding: 20px;
}

.ptext .border.trans {
  background-color: transparent;
}

@media screen and (max-width: 568px) {
  .img1,
  .img2,
  .img3,
  .img4 {
    background-size: cover;
    background-position: cover cover;
    position: relative;
    background-attachment: scroll;
  }
}

/* Section One */

hr.default {
  border: 1px solid #dddddd;
  margin: 100px 0;
}

hr.default-footer {
  border: 1px solid #dddddd;
  margin: 50px 100px 0 100px;
}

.sect-1 h2 {
  text-transform: uppercase;
  letter-spacing: 6px;
}

.sect-1 a {
  font-size: 1.2rem;
  color: #a6a6a6;
}

.sect-1 p {
  font-size: 1.25rem;
}

.img-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.img-col {
  flex: 48%;
  max-width: 48%;
  padding: 0 4px;
}

.img-col img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .img-col {
    flex: 100%;
    max-width: 100%;
  }

  .img-row {
    justify-content: center;
  }
}

@media screen and (max-width: 600px) {
  .img-col {
    flex: 100%;
    max-width: 100%;
  }
  .img-row {
    justify-content: center;
  }
}

.services h3 {
  text-transform: uppercase;
  letter-spacing: 3px;
}

.services {
  margin-top: 10%;
}

/* Section 2 */

/* Section 3 */

h3.uppercase {
  text-transform: uppercase;
  letter-spacing: 3px;
}

.aboutme {
  max-width: 900px;
}

/* MAIN CONTENT MY WORK */

.uppercase {
  text-transform: uppercase;
  letter-spacing: 3px;
}

.decorated {
  margin: 0px;
  overflow: hidden;
  text-align: center;
}
.decorated > span {
  position: relative;
  display: inline-block;
}
.decorated > span:before,
.decorated > span:after {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 2px solid;
  width: 100vw;
  margin: 0 20px;
}
.decorated > span:before {
  right: 100%;
}
.decorated > span:after {
  left: 100%;
}

/* MAIN CONTENT SERVICES */

.before-wrap {
  width: 600px;
  height: 500px;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}

.before-wrap img {
  margin: 0;
  padding: 0;
  border: none;
}

.before-wrap .description {
  float: left;
  width: 260px;
  padding: 20px;
}
.before-wrap .description h5 {
  font-size: 28px;
  line-height: 28px;
  margin: -20px 0 5px 0;
  padding: 0 0 5px 0;
  font-family: "Amatic SC", cursive;
  border-bottom: 1px dotted #ccc;
}
.before-wrap .description p {
  margin: 0;
  text-align: left;
}
.before-wrap .description ul {
  margin: 10px 0 0 30px;
  font-size: 12px;
  font-family: "Monda", sans-serif;
}

.before-wrap #container1 {
  height: 400px !important;
  width: 300px;
}

.before-img-wrap {
  width: 340px;
  float: left;
}

/* MAIN CONTENT FAQ */

.center-vertical {
  background-color: #f8bbd0;
  display: flex;
  align-items: center;
  padding: 100px 2%;
}

.center-vertical-alice {
  background-color: #f0f8ff;
  display: flex;
  align-items: center;
  padding: 100px 2%;
}

.center-vertical-columbia {
  background-color: #b9d9eb;
  display: flex;
  align-items: center;
  padding: 100px 2%;
}

.center-vertical-misty {
  background-color: #ffe4e1;
  display: flex;
  align-items: center;
  padding: 100px 2%;
}

.center-vertical-pale {
  background-color: #fadadd;
  display: flex;
  align-items: center;
  padding: 100px 2%;
}

/* MAIN CONTENT CONTACT ME */

.form {
  margin-top: 25px;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="date"],
.form input[type="email"] {
  width: 100%;
}

.form textarea {
  width: 100%;
  border: 1px solid #D2D2D2;
}

input[type="submit"] {
  width: 100%;
  background-color: #F0F8FF;
  color: black;
  font-size: 1.5em;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #D2D2D2;
}

/* FOOTER */

.smallIcons img {
  width: 35px;
  margin-left: 5px;
  margin-right: 5px;
}

.smallIcons img:hover {
  opacity: 0.5;
}

.minified {
  font-size: 6px;
}
