/*
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 16, 2018, 6:21:22 AM
    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;
}

h1 {
    font-size: 2em;
}

.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 */


.web_start {
    position: relative;
    min-height: 50vw;
    padding-bottom: 10vh;
    background: url("../img/web_main.jpg") no-repeat;
    background-size:cover;
    background-position:center center;
}



.web_start h1 {
    padding-top: 15vw;
    color: #fff;
    font-family: "EncodeSansExpanded-Medium", Arial, sans-serif;
    font-size: 3.0em;
}

.web_start h2 {
    color: #fff;
    font-family: "EncodeSansExpanded-Medium", Arial, sans-serif;
    font-size: 1.5em;
}

/* WEB INTRO */

.web_intro {
    position: relative;
    min-height: 20vw;
    margin-top: -8vw;
    padding-bottom: 8vw;
    background-color: #fff;
}

.web_intro_article {
    position: relative;
    padding-top: 3vw;
    margin-left: 50px;
}

.web_intro_article h1 {
    font-family: "EncodeSansExpanded-Medium", Arial, sans-serif;
    padding-top: 2%;
    padding-bottom: 2%;
    color: #868e96 !important;
}

.web_intro_article h2 {
    font-size: 1.2em;
    font-family: "EncodeSansExpanded-Medium", Arial, sans-serif;
    color: #868e96 !important;
}

.web_intro_article p {
    font-family: "EncodeSansExpanded-Medium", Arial, sans-serif;
    font-size: 1em;
    color: #868e96 !important;
}


/* WEB INTRO END */





/* WEB SITE */

.web_site {
    position: relative;
    min-height: 30vw;
    padding-bottom: 20vw;
    background: url("../img/web_site.jpg") no-repeat;
    background-size:cover;
    background-position:center center;
}


.web_site h1 {
    color: #fff;
    font-family: "EncodeSansExpanded-Medium", Arial, sans-serif;
    padding-top: 2vw;
    margin-left: 50px;
}

.web_site h2 {
    color: #fff;
    font-size: 1.2em;
    font-family: "EncodeSansExpanded-Medium", Arial, sans-serif;
    margin-left: 50px;
}

.web_site p {
    color: #fff;
    font-family: "EncodeSansExpanded-Medium", Arial, sans-serif;
    font-size: 1em;
    margin-left: 50px;
}

/* WEB SITE END */

/* PACKAGES */

.web_site_packages {
    position: relative;
    background-color: #393939;
    min-height: 40vw;
    margin-top: -15vw;
    padding-bottom: 10vw;
}

.web_site_packages h2 {
    color: #fff;
    font-family: "EncodeSansExpanded-Medium", Arial, sans-serif;
    font-size: 1.4em;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pack_wrap {
    margin-top: 100px;
}

.pack {
    width: auto;
}

.pack_heading {
    position: relative;
    background: #d2101e;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.pack_content {
    position: relative;
    margin-top: -5px;
    background: #fff;
    padding: 10px 10px;
}

.pack_content p {
    color: #868e96;
    margin: 8px 0px 8px 0px !important;
}

hr {
    margin: 0px !important;
    background: #868e96;
}



.pack_price {
    position: relative;
    margin-top: 5px;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.pack_price h2 {
    color: #d2101e;
}

.mess_text {
    margin-top: 50px;
    font-size: 1.2em;
    color: #fff;
    font-family: "EncodeSansExpanded-Medium", Arial, sans-serif;
}

.mess_text a { color: #fff;}

.mess_text_2 {
    margin-top: 0px;
    font-size: 0.9em;
    color: #fff;
    font-family: "EncodeSansExpanded-Medium", Arial, sans-serif;
}


/* PACKAGES END */



/* WEB SHOP */

.web_shop {
    position: relative;
    min-height: 30vw;
    padding-bottom: 20vw;
    margin-top: -5vw;
    background: url("../img/web_shop.jpg") no-repeat;
    background-size:cover;
    background-position:center center;
}

.web_shop h1 {
    color: #fff;
    font-family: "EncodeSansExpanded-Medium", Arial, sans-serif;
    padding-top: 2vw;
    margin-left: 50px;
}

.web_shop p {
    color: #fff;
    font-family: "EncodeSansExpanded-Medium", Arial, sans-serif;
    font-size: 1em;
    margin-left: 50px;
}

/* WEB SHOP END */

/* WEB SERVICES */

.web_services {
    position: relative;
    min-height: 5vw;
    margin-top: -7vw;
    /*background: #f4f4f4;*/
    background: #fff;
}

.web_services h2 {
    font-family: "EncodeSansExpanded-Medium", Arial, sans-serif;
    color: #868e96 !important;
    font-size: 1.3em;
    padding-top: 5vw;
}

.web_services p {
    font-family: "EncodeSansExpanded-Medium", Arial, sans-serif;
    color: #868e96 !important;
    font-size: 1.0em;
}

.grey_row {
    min-height: 25px;
    padding-top: 1vw;
    background-color: #f4f4f4;
}

.white_row {
    min-height: 25px;
    padding-top: 1vw;
    background-color: #fff;
    border-left: solid 2px #f4f4f4;
    border-right: solid 2px #f4f4f4;
    border-bottom: solid 2px #f4f4f4;
}

.web_services_heading {
    font-family: "EncodeSansExpanded-Medium", Arial, sans-serif;
    padding-top: 5vh;
    color: #868e96 !important;
}

/* WEB SERVICES END */


.divide {
    height: 10px;
    margin-top: 10vw;
    background-color: #f4f4f4;
}

@media (max-width:1000px) {
    
    .web_start h1 {
        font-size: 5vw;
    }
    
    .web_start h2 {
        font-size: 3vw;
    }
    
    .web_site h1 {
        padding-top: 40px;
    }
    
    .web_shop h1 {
        padding-top: 40px;
    }

}

