@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Raleway');

/*General*/

body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}


h1 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 3em;
    line-height: 1.6em;
    text-transform: uppercase;
}

h2 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 3em;
    line-height: 1.6em;
    text-transform: uppercase;
}

h3 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 2em;
}

p {
    font-size: 1.5em;
    line-height: 1.8em;
}

button {
    background: #aeb0b4;
    border-radius: 3px;
        box-shadow: 5px 5px 15px rgba(0,0,0, 0.25); 
    border: none;
    cursor: pointer;
}

button:hover{
    transform:scaleX(1.2);
    transform: scaleY(1.2);
}

/* unvisited link */
a:link {
    color: #000;
}

/* visited link */
a:visited {
    color: #9ad9d2;
}

/* mouse over link */
a:hover {
    color: #aeb0b4;
    text-decoration: none;
}

/* selected link */
a:active {
    color: #9ad9d2;
}

.row {
    padding-left: 3%;
    padding-right: 3%;
}

/*skip link*/
.skip-to-content-link {
  left: 50%;
  position: absolute;
  transform: translateY(-100%);
}

.skip-to-content-link {
  background: #58585a;
  height: 30px;
  left: 50%;
  padding: 8px;
    font-family: 'Lato'; sans-serif;
    font-weight: 700;
    text-transform: uppercase;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
}


/*Text alignment*/
.center {
    text-align: center;
}

.vlogo {
    width: 100%;
    margin-top: -8%;
}

.round {
    width: 100%;
    border-radius: 100px;
    border-style: dashed;
    border-width: 5px;
    margin-bottom: 30px;
}

.blue {
    border-color: #dadee4;
}

.red {
    border-color: #e2d2c8;
}

.grey {
    border-color: #aeb0b4;
}

.pink {
    border-color: #f6ebe3;
}


/*Navigation*/



.navbar-brand {
    font-family: 'Fjalla One', sans-serif;
    font-size: 2em;
    text-transform:uppercase;
    width: 100%;
    height: auto;
}

.navbar-brand img {
    width: 30%;
    height: auto;
}

.nav-item {
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
}



/*Header*/

.header img {
    width: 100%;
    height: auto;
}

/*First impressions*/

.backshape {
    margin-top: 30%;
    margin-left: -2%;
    position: absolute;

}

.backshape img {
    height: 800px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}


.shape {
    margin-top: -5%;
    margin-left: -5%;
    position: absolute;
}

.shape img {
    height: 600px;
}

.impressions {
    clear: both;
    margin-top: 50px;
}

.impresscontent {
    margin-top: 90px;
}

.write {
    padding: 30px;
    padding-top: 50px;
}

.impresscontent img {
    width: 100%;
    height: auto;
    box-shadow: 5px 5px 15px rgba(0,0,0, 0.25);
}

.callout {
    margin-top: 75px;
}

.callout h3{
    line-height: 1.8em;
}

.callout h2 {
    line-height: 1.9em;
}

/*Services*/

.serv {
    margin-top: 50px;
    background-color: rgba(187, 210, 226, 0.5);
}

.serv p{
    font-size: 17px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: left;
}

.pattern {

    margin-top: 70px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}


.pattern h3 {
    text-transform: uppercase;
}

.pattern img {
    width: 80%;
    height: auto;
    margin: 5%;
    box-shadow: 5px 5px 15px rgba(0,0,0, 0.25);
    border-radius: 0px 15px 0px 15px;
}

.backshapert {
    margin-top: 7%;
    margin-left: -8%;
    position: absolute;
}

.backshapert img {
    height: 980px;
    box-shadow: none;
    border-radius: 0px 0px 0px 0px;
    width: 110%;
    margin: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/*Testimonials*/

.testify {
    margin-top: 200px;
}

.shapert {
    margin-top: -4%;
    margin-left: 74%;
    position: absolute;
}

.shapert img {
    height: 600px;
}

.byline {
    text-align: right;
    margin-top: 30px;
}

.carousel {
    margin-top: 30px;
}



.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators .active {
   background-color: #e2d2c8;
}

.carousel-indicators li{
    border-radius: 50px;
    height: 10px;
    width: 10px;
    background-color: #dadee4;
}

/*Categories of Services offered*/
.serviceset {
    padding:10px;
}
.service {
    padding: 25px;
    background-color: #dadee4;
    box-shadow: 5px 5px 15px rgba(0,0,0, 0.25);
}

.service h2{
    text-transform: uppercase;
}

.service p{
    margin-top: 20px;
    font-size: 14pt;
}

.price p{
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
}

/*portfolio*/

.portfolio {
    padding: 3%;
    position: relative;
    text-align: center;
}

.overlay {
    background-color: #000000;
}

.portfolio h3 {
    margin-top: 30px;
    text-transform: uppercase;
    color: #ffffff;
}

.portfolio img {
    width: 100%;
    height: auto;
    opacity: 0.5;
    -moz-opacity:0.5;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.portfolio button{
    text-transform: uppercase;
    background-color: rgba(0,0,0,0);
    border-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    color: #ffffff;
}

.portfolio button:hover {
    background-color:#dadfe5;
}

.sub img {
    opacity: 0.5;
    -moz-opacity:0.5;
}

.sub p {
    font-family: 'Fjalla One', sans-serif;
    font-size: 3em;
    text-transform: uppercase;
    color: #ffffff;
}

.detail img{
    width: 100%;
    height: auto;
    text-align:center;
    border-radius: 3px;
}

.detail ul{
    padding-left:1.1em;
    padding-top: 10px;
    line-height: 2em;
    font-size: 1.2em;
}
/*skills*/

.skills {
    text-align: center;
    margin-top: 5%;
}

.circle{
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin: auto;
    color: #58585a;
    font-family: 'Fjalla One', sans-serif;
    font-size: 2em;
    padding-top: 10%;
    padding-bottom: 10%;
}

.sand {
    background-color:#e3d2c8; 
}

.putty {
    background-color:#f6ece3;
}

.blue {
    background-color:#dadfe5;
}

.grey {
    background-color:#adb0b5;
}


.skills h3 {
    margin-top: 20px;
}

.tools {
    text-align: center;
    margin-top: 5%;
}

.tools h2 {
    font-size: 1.25em;
}

.tools h3 {
    font-size: 1em;
    margin-top: 15%;
}

.tools .circle{
    height: 50px;
    width: 50px;
    font-size: 1.25em;
}

.tools button {
    background-color: rgba(0,0,0,0);
    border: solid 1.5px #58585a;
    box-shadow: none;
    border-radius: 0.2;
    font-size: 1em;
    
}

.tools button:hover {
    background-color:#dadfe5;
}

.pwrite {
    padding-left: 10%;
}

/*Contact*/

.contact {
    background-color: #f7f7f4;
    padding-top: 100px;
padding-bottom: 50px;
}

label {
    font-family: 'Fjalla One', sans-serif;
    padding-right: 20px;
}

.resource button{
    margin-bottom: 50px;
    padding: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

/*Footer*/

footer {
    background-color: #aeb0b4;
    padding-top: 20px;
}

.copyright p {
    text-transform: uppercase;
    font-size: 12pt;
    color: #fff;
}

/*media queries*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
  .hide {
        display: none;
    }
    
 

}



/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
.hide {
        display: none;
    }
    
    
.pwrite {
    padding-left: 0;
}


}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
    .landsm {
        display: none;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
    .landsm {
        display: none;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
    .landsm {
        display: none;
    }
    
    .pwrite {
    padding-left: 0;
}

}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
    .landsm {
        display: none;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
    .landsm {
        display: none;
    }
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */
    .landsm {
        display: none;
    }
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
    .landsm {
        display: none;
    }
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
  .hide {
        display: none;
    }
 
    
    .pwrite {
    padding-left: 0;
}


}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
  .hide {
        display: none;
    }
    
  
    .pwrite {
    padding-left: 0;
}


}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
    .hide {
        display: none;
    }
    
 .pwrite {
    padding-left: 0;
}


}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
   .hide {
        display: none;
    }
    
 .pwrite {
    padding-left: 0;
}


}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
    .hide {
        display: none;
    }
   .pwrite {
    padding-left: 0;
}


}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
    .hide {
        display: none;
    }
    
    .pwrite {
    padding-left: 0;
}


}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
   .hide {
        display: none;
    }
   .pwrite {
    padding-left: 0;
}

}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
    .hide {
        display: none;
    }
    .pwrite {
    padding-left: 0;
}

}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
    .hide {
        display: none;
    }
    .pwrite {
    padding-left: 0;
}

}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
    .hide {
        display: none;
    }
   .pwrite {
    padding-left: 0;
}

}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
    .hide {
        display: none;
    }
    .pwrite {
    padding-left: 0;
}

}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
    .hide {
        display: none;
    }
    .pwrite {
    padding-left: 0;
}

}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
  .hide {
        display: none;
    }
    .pwrite {
    padding-left: 0;
}

}
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
  .hide {
        display: none;
    }
     .pwrite {
    padding-left: 0;
}

}