

/* Put your custom styles here */

.container-hero-details
{
    margin-left: auto;
    margin-right: auto;
    width: 480px;
    padding: 20px;
    margin-top: 60px;
}

.section-grey
{
    background-color: #f9f9f9;
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-white
{
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-california
{
    background-color: #FBB01A;
    padding-top: 60px;
    padding-bottom: 60px;
}

p
{
    line-height: 1.5;
    font-weight: normal;
    color: #6e6e6e;
    font-size: 15px;
}

h1
{
    font-size: 50px;
    font-weight: 100;
    color: #000000;
}

h2
{
    font-size: 30px;
    font-weight: 200;
}

h3
{
    font-size: 23px;
    font-weight: 200;
}

.green
{
    color: #9bcc2e;
}

.white
{
    color: #ffffff;
}

.lightgrey
{
    color: #cdcdcd;
}

.blue
{
    color: #20A2FF;
}

.orange
{
    color: #F79600;
}

.red
{
    color: #cf2626;
}

.salmon
{
    color: #E68760;
}

.sage
{
    color: #7DCE81;
}

.yellow
{
    color: #F7A000;
}

.purple
{
    color: #B153CE;
}

.vesuvious
{
    color: #cf7a4b;
}

.bg-lightgrey
{
    background-color: #f7f7f7;
}

.bg-white
{
    background-color: #fff;
}

.bg-grey
{
    background-color: #e7e7e7;
}

.shadow
{
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.8);
}

.hero-main
{
    background-attachment: fixed;
    width: 100%;
    background-image: url('../images/heroImage_titlePage.jpg');
    background-size: Cover;
    background-repeat: no-repeat;
    max-height: 700px;
    background-position: Center Top;
}

.container-hero
{
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

.hero-mask-index
{
    background-image: url('../images/heroMask_green.png');
    background-position: bottom center;
    bottom: -2px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.mosaic-hero-details
{
    transform: rotate(-17.5deg);
    transform-origin: 50% 50%;
}

.mosaic-hero-mask
{
    background-image: url('../images/heroMask_blue.png');
    background-size: cover;
    background-position: bottom center;
    margin-bottom: -1px;
    height: 540px;
}

.mosaic-hero-bg
{
    background-image: url('../images/heroImage_mosaic.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.hero-row
{
    margin-left: 10px;
    margin-right: 10px;
}

.footer-margin
{
    margin-top: 30px;
    margin-bottom: 30px;
}

.companies
{
    text-align: center;
}

.companies img
{
    max-width: 140px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0.4;
    height: auto;
}

.companies img:hover
{
    opacity: 1;
}

.btn-green
{
    background-color: #9BCC2E;
    text-transform: none;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    border-radius: 10px;
    color: #ffffff;
}

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

.margin-top-40
{
    margin-top: 40px;
}

.margin-top-60
{
    margin-top: 60px;
}

.margin-top-80
{
    margin-top: 80px;
}

.margin-top-100
{
    margin-top: 100px;
}

.margin-bottom-20
{
    margin-bottom: 20px;
}

.margin-bottom-40
{
    margin-bottom: 40px;
}

.margin-bottom-60
{
    margin-bottom: 60px;
}

.margin-bottom-80
{
    margin-bottom: 80px;
}

.margin-bottom-100
{
    margin-bottom: 100px;
}

.tab-content-margin-10
{
    background-color: #fff;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    padding: 10px;
}

.btn-green:hover
{
    background-color: #c2df83;
    color: #ffffff;
}

#legal p
{
    font-size: 15px;
    line-height: 2;
    text-align: justify;
}

.linkedin
{
    color: #1362A6;
}

.linkedin:hover
{
    color: #699cc9;
}

.parallax-bg-social
{
    width: 100%;
    background-image: url('../images/parallax_social.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.line-height
{
    line-height: 1.5;
}

.section-padding-40
{
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-noPadding
{
    width: 100%;
    z-index: 100;
    position: relative;
}

.section-noPadding .image-container
{
    position: absolute;
    height: 100%;
    padding: 0px;
    top: 0px;
}

.section-noPadding .image-container .background-image-holder
{
    background: #cccccc;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url('../images/parallax_generic.jpg');
    background-size: cover;
    background-position: center center;
}

@media (max-width:479px)
{
    h1
    {
        font-size: 20px;
    }
    h2
    {
        font-size: 16px;
        line-height: 1.5;
    }
    h3
    {
        font-size: 14px;
    }
    .margin-top-100
    {
        margin-top: 80px;
    }
}

body
{
    font-size: 17px;
    color: #6c6c6c;
}

.navbar-inverse {
    background-image:-webkit-linear-gradient(top,#000 0,#000 100%);
    background-image:-o-linear-gradient(top,#000 0,#000 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#000),to(#000));
    background-image:linear-gradient(to bottom,#000 0,#000 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#000', GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px;
    opacity: 0.8
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu > li > a
{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}

.social-icon
{
    opacity: 0.75;
}

.social-icon:hover
{
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

#legal ul li
{
    line-height: 2;
    font-size: 14px;
}

.footnotes
{
    background-color: #e7e7e7;
    font-size: 10px;
    line-height: 1.5;
    color: #525252;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar
{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0px;
}

.generic-hero-bg
{
    background-size: cover;
    background-image: url('../images/heroImage_titlePage.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.generic-hero-mask
{
    background-image: url('../images/heroMask_green.png');
    background-size: cover;
    background-position: bottom center;
    margin-bottom: -1px;
    height: 440px;
}

.index-hero-details
{
    transform: rotate(-17.5deg);
    transform-origin: 50% 50%;
}

.index-hero-mask
{
    background-image: url('../images/heroMask_green.png');
    background-size: cover;
    background-position: bottom center;
    margin-bottom: -1px;
    height: 540px;
}

.index-hero-bg
{
    background-image: url('../images/heroImage_titlePage.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.desktoptidy-hero-mask
{
    background-image: url('../images/heroMask_orange.png');
    background-size: cover;
    background-position: bottom center;
    margin-bottom: -1px;
    height: 540px;
}

.alieninvasion-hero-mask
{
    background-image: url('../images/heroMask_orange.png');
    background-size: cover;
    background-position: bottom center;
    margin-bottom: -1px;
    height: 540px;
}

.santa-hero-mask
{
    background-image: url('../images/heroMask_red.png');
    background-size: cover;
    background-position: bottom center;
    margin-bottom: -1px;
    height: 540px;
}

.mikerobe-hero-mask
{
    background-image: url('../images/heroMask_salmon.png');
    background-size: cover;
    background-position: bottom center;
    margin-bottom: -1px;
    height: 540px;
}

.photoblast-hero-mask
{
    background-image: url('../images/heroMask_sage.png');
    background-size: cover;
    background-position: bottom center;
    margin-bottom: -1px;
    height: 540px;
}

.scribo-hero-mask
{
    background-image: url('../images/heroMask_yellow.png');
    background-size: cover;
    background-position: bottom center;
    margin-bottom: -1px;
    height: 540px;
}

.simassist-hero-mask
{
    background-image: url('../images/heroMask_purple.png');
    background-size: cover;
    background-position: bottom center;
    margin-bottom: -1px;
    height: 540px;
}

@media (max-width:479px)
{
    .container-hero-details
    {
        width: 260px;
    }
}

@media (max-width: 1024px)
{
    .index-hero-bg
    {
        background-attachment: scroll;
        background-size: cover;
    }
    .mosaic-hero-bg
    {
        background-attachment: scroll;
        background-size: cover;
    }
    .mosaic-hero-bg
    {
        background-attachment: scroll;
        background-size: cover;
    }
}

