/* Generated by less 2.5.1 */
body {
  background-image: url(../images/web-design-computer-sm.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  font-size: 16px;
}
p {
  font-family: 'Poppins', sans-serif;
  font-size: 1.125em;
  line-height: 1.5em;
  margin: 0 0 1.5em 0;
}
h2 {
  color: #000000;
  font-size: 2.25em;
  line-height: 3.375em;
  margin: 0 0 1.125em 0;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
h3 {
  color: #000000;
  font-size: 1.25em;
  line-height: 1.875em;
  margin: 0 0 0.625em 0;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-weight: 600;
}
.center {
  text-align: center;
}
btn:focus,
.btn-large:focus {
  background-color: #41c6b3;
}
.btn,
.btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #118e80;
  transition: 0.2s ease-out;
  font-family: 'Poppins', sans-serif;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  font-size: .8em;
}
.btn:hover,
.btn-large:hover {
  background-color: #41c6b3;
}
.xtrapad {
  height: 50px;
  line-height: 50px;
  margin-top: 0;
}
.heading {
  font-size: 2.5em;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  text-transform: uppercase;
  color: #050505;
  text-shadow: 0 0 6px #C0C0C0;
  font-weight: 600;
}
.sub-heading {
  font-size: 1.75em;
  letter-spacing: 5px;
  color: #ffffff;
  text-shadow: 0 0 6px #050505;
  margin: 0;
  text-transform: none;
}
nav ul li a {
  font-weight: bold;
  text-decoration: none;
}
#mainnav .menu li a:hover {
  color: #41c6b3;
}
.nav_change {
  z-index: 3;
  top: 0px;
  background-color: #ffffff ! important;
  position: fixed;
  opacity: .9;
  -webkit-opacity: .9;
}
.nav_change li a {
  padding: .1em;
  color: #000000 ! important;
}
.nav_change a:hover {
  color: #41c6b3 ! important;
}
.nav_change .logo {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
#mainnav {
  background-color: #333333;
  color: #ffffff;
}
#mainnav ul li {
  text-align: center;
}
#mainnav ul li a {
  color: #ffffff;
}
main {
  background-color: #ffffff;
  color: #000000;
  font-family: 'Poppins', sans-serif;
}
#portfolio {
  padding: 3em 0 5em 0;
}
.item {
  text-align: center;
  float: left;
  position: relative;
  margin: 0 1em 3em 1em;
}
.item,
.item-hover,
.item-hover .mask,
.item-img,
.item-info {
  width: 300px;
  height: 210px;
  margin-bottom: 2em;
}
.item-hover,
.item-hover .mask,
.item-img {
  position: absolute;
  top: 0;
  left: 0;
}
.item-type-line .item-hover {
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  text-align: center;
}
.item-type-line .item-info {
  z-index: 10;
  color: #000;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.item-type-line .item-info .headline {
  font-size: 20px;
  font-weight: bold;
}
.item-type-line .item-info .line {
  height: 1px;
  width: 0%;
  margin: 15px auto;
  background-color: #000;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.item-type-line .item-info .date {
  font-size: 12px;
}
.item-type-line .item-hover .mask {
  background-color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
  z-index: 0;
}
.item-type-line .item-hover:hover .line {
  width: 40%;
}
.item-type-line .item-hover:hover {
  opacity: 1;
}
.item-img {
  background-color: #ffffff;
  z-index: 0;
}
#about {
  text-align: center;
  padding: 4em 1em 6em 1em;
  background-color: #fc6b58;
}
.about-intro {
  margin-bottom: .8em;
}
#contact {
  padding: 5em 0 8em 0;
}
.social {
  padding: 1.5em;
  background-color: #333333;
  margin-top: 8em;
  margin-bottom: 0;
}
.fa {
  color: #BABABA;
  padding-right: .4em;
  float: left;
}
.fa:hover {
  color: #41c6b3;
}
.copyright p {
  font-size: .8em;
  color: #BABABA;
}
#scroll {
  z-index: 200;
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 40px;
  height: 50px;
  background-color: rgba(186, 186, 186, 0.6);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#scroll span {
  position: absolute;
  top: 40%;
  left: 28%;
  border: solid white;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 7px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#scroll:hover {
  background-color: #bababa;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
/* ========= END OF MOBILE STYLE =========================================== */
/* ========= TABLET STYLE ================================================== */
@media screen and (min-width: 481px) {
  body {
    font-size: 15px;
    background-image: url(../images/web-design-computer-md.jpg);
    background-repeat: no-repeat;
  }
  header {
    padding: 4em 0em 4em 0em;
  }
  .sub-heading {
    letter-spacing: 8px;
  }
  #mainnav {
    padding-top: .75em;
  }
  #mainnav:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #mainnav .logo {
    width: 2.5em;
  }
  #mainnav li {
    float: left;
    margin-bottom: 0;
    padding-right: 3em;
  }
  #mainnav .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  #mainnav .menu-icon {
    display: none;
  }
  .item {
    margin: 0;
  }
  .item,
  .item-hover,
  .item-hover .mask,
  .item-img,
  .item-info {
    margin-bottom: 3em;
  }
  #about {
    padding-left: 6em;
    padding-right: 6em;
  }
  .fa {
    float: right;
  }
  .social {
    padding: 3em 4em 0 4em;
    margin-top: 8em;
    margin-bottom: 0;
  }
  #scroll {
    right: 15px;
    bottom: 15px;
    width: 30px;
    height: 40px;
  }
  #scroll span {
    top: 40%;
    left: 30%;
    border-width: 0 3px 3px 0;
    padding: 5px;
  }
}
/* Media Query Close*/
/* ========= END OF TABLET STYLE =========================================== */
/* ========= DESKTOP STYLE ================================================= */
@media screen and (min-width: 1025px) {
  body {
    background-image: url(../images/web-design-computer.jpg);
    background-repeat: no-repeat;
  }
  header {
    padding: 8em 0em;
  }
  .heading {
    font-size: 5em;
  }
  .sub-heading {
    font-size: 3em;
    letter-spacing: 10px;
  }
  #about {
    padding-left: 9em;
    padding-right: 9em;
  }
  .social {
    padding: 3em 5em;
  }
  fa {
    float: right;
  }
}
/* Media Query Close*/
/* =========END OF  DESKTOP STYLE ================================================= */
/* ========= LARGER DESKTOP STYLE ================================================= */
@media screen and (min-width: 1440px) {
  body {
    background-image: url(../images/web-design-computer-xl.jpg);
    background-repeat: no-repeat;
  }
  header {
    padding: 10em 0em;
  }
}
/* Media Query Close*/
