/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 6, 2018, 6:09:00 PM
    Author     : pos
*/



@import url("fonts.css");
@import url("top_menu.css");
@import url("contact_frontend.css");
@import url("footer.css");
@import url("link_animation.css");

html { height: 100vh;}

body {
    height: 100vh;
    background-color: #fff;
    padding-top: 60px;
}

.top_zero {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.left_zero {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.right_zero {
    margin-right: 0px !important;
    padding-right: 0px !important;
}

.down_zero {
    margin-bottom: 0px;
    padding-bottom: 0px;
}


/* ROTATIONS */

.rotation_minus_2 {
        -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
}

.rotation_plus_2 {
        -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg);
}

/* ROTATIONS END */


/* link animation*/

.arrow_link {
  text-decoration: none !important;
  color: #d2101e;
}

.arrow_link:hover {
  color: #d2101e;
}

.arrow_link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  background-color: #d2101e;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease-in-out 0.1s;
  transition: all 0.5s ease-in-out 0.1s;
}

.arrow_link:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* link animation end*/


/* HOME MAIN */

.home_main {
    position: relative;
    min-height: 80%;
    padding-bottom: 10vh;
    background: url("../img/home_main_bg.jpg") no-repeat;
    background-size:cover;
    background-position:center center;
}

.home_main h1 {
    font-size: 0.5vw;
    opacity: .1;
}

.home_main_headline {
    position: relative;
    padding-top: 10vw;
    padding-left: 5vw;
}


.home_main_headline h2 {
    color: #fff;
    font-size: 2.2vw;
    font-family: "NotoSerif-Italic";
    padding-top: 40px;
}

/* HOME MAIN END */

/*-- WORK ICONS --*/


.work_icons {
    position: relative;
    min-height: 24vw;
    margin-top: -2vw;
    padding-bottom: 5vw;
    background: #f4f4f4;
}

.work_icons h1 {
    font-family: "EncodeSansExpanded-Regular";
    font-size: 2vw;
    color: #868e96 !important;
}

.icon_wrap {
    position: relative;
    padding-top: 2vw;
}

.icon {
    max-width: 5vw;
}

.down_arrow {
    font-size: 3em;
    color: #d2101e;
}


/*-- WORK ICONS END --*/




/* ABOUT START */


.about_web_design {
    position: relative;
    min-height: 60vh;
    margin-top: -12vw;
    background: #fff;
    padding-bottom: 10vw !important;
}



.about_us_img {
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;

}



.about_article_position {
    position: relative;
    margin-top: 5vh;
    margin-left: 50px;
}

.about_article_position h1 {
    font-size: 0.5vw;
    color: #fff;
}

.about_heading {
    color: #868e96 !important;
    font-family: "EncodeSansExpanded-Medium", Arial, sans-serif;
}

.about_text { 
    margin-top: 3vh;
    font-family: "EncodeSansExpanded-Regular";
    font-size: 1em;
    color: #868e96 !important;
}

/* ABOUT END */




.home_web_design {
    position: relative;
    background: url("../img/home_web_design.jpg") no-repeat;
    min-height: 50vh;
    margin-top: -7vw;
    background-size:cover;
    background-position:center center;
}



.web_design_skew {
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
}

.revese_rotation {
    -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg);
}

.article_position {
    padding-top: 11vh;
}


.web_heading {
    font-size: 2.5em;
    font-family: "EncodeSansExpanded-Medium", Arial, sans-serif;
}

.web_heading a, .app_heading a {
    color: #fff;
    text-decoration: none !important;
}

.home_web_design_cut {
    position: relative;
    background: #fff;
    min-height: 40vh;
    margin-top: 0vw;
    z-index: 1;
}

.space {
    position: relative;
    height: 10px;
    margin-top: -50px;
    background: #fff;
}

.home_app_dev {
    position: relative;
    background: url("../img/home_app_dev.jpg") no-repeat;
    background-size:cover;
    background-position:center center;
    border-left: solid 5px #fff;
}

.home_graphic_design {
    position: relative;
    background: url("../img/home_graphic_design.jpg") no-repeat;
    background-size:cover;
    background-position:center center;
    border-right: solid 5px #fff;
}

.app_heading {
    margin-top: 12vh;
    font-size: 2.5em;
}


@media (max-width: 900px) { 
    
    .home_main {
    position: relative;
    min-height: 22vh !important;
    padding-bottom: 10vh;
    background: url("../img/home_main_bg.jpg") no-repeat;
    background-size:cover;
    background-position:center center;
}

    .home_main_headline h2 {
    color: #fff;
    font-size: 5.2vw;
    font-family: "NotoSerif-Italic";
    padding-top: 40px;
}
    
}


@media (max-width: 450px) { 
    
    h1 {
        font-size: 1.7em;
    }
        
        .home_main {
            position: relative;
            height: 200px !important;
            padding-bottom: 1vh;
            background: url("../img/home_main_bg.jpg") no-repeat;
            background-size:cover;
            background-position:center center;
        }

        .home_sign {
            width: 100px !important;
            height: 100px !important;
        }

        .home_main_headline h2 {
            color: #fff;
            font-size: 1.3em;
            font-family: "NotoSerif-Italic";
            padding-top: 30px;
        }
        
        
        .work_icons {
            position: relative;
            height: 170px !important;
            margin-top: -2vw;
            background: #f4f4f4;
        }

        .work_icons h1 {
            font-family: "EncodeSansExpanded-Regular";
            font-size: 1em;
            color: #868e96 !important;
        }

        .icon_wrap {
            position: relative;
            padding-top: 20px;
        }

        .icon {
            max-width: 50px;
        }
        
        
        .home_web_design {
            position: relative;
            height: 200px !important;
            margin-top: -7vw;
        }
        
        
        .home_app_dev {
            position: relative;
            background: url("../img/home_app_dev.jpg") no-repeat;
            background-size:cover;
            background-position:center center;
            border-left: none;
            border-top: solid 10px #fff;
        }

        .home_graphic_design {
            position: relative;
            background: url("../img/home_graphic_design.jpg") no-repeat;
            background-size:cover;
            background-position:center center;
            border-right: none;
        }
        
        .web_heading, .app_heading {
            font-size: 1.5em;
            margin-top: 4.0vw;
        }

}






