/* app css stylesheet */
body {
    font-family: "Source Sans Pro", "helvetica", sans-serif;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    color: #666666;
}

html,body{height:100%;}

hr {
    border-color: #F7B733;
    border-width: 2px;
    width: 100px;
}


/* Override some standard styles */
.container {
    margin-bottom: 50px;
}

.img-responsive {
    margin: 0 auto;
}

.marketing {
    text-align: center;
}

.menu {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

.menu:before {
  content: "[";
}

.menu:after {
  content: "]";
}

.menu > li {
  display: inline;
}

.menu > li + li:before {
  content: "|";
  padding-right: 0.3em;
}

.btn-primary {
    min-width: 180px;
    background-color: #F7B733;
    border-color: #F7B733;
    color: #FFFFFF;
    margin-top: 15px;
}

.btn-primary:hover {
    background-color: #FF9900;
    border-color: #FF9900;
}

.navbar-nav {
    background-color: #f8f8f8;
}

/* Custom layout styles */
.navbar {
    height: 75px;
}

.navbar-right {
    margin-top: 10px;
}

.blue-area {
    background-color: #001526; /* dark blueish */
    height: 550px;
    text-align: center;
    color: #FFFFFF;
}

.lightgray-area {
    background-color: #F3F3F3; /*light gray */
    padding-bottom: 50px; /* create some space since this is the last block */
}

.bluegreen-area {
    background-color: #068896; /* teal'ish */
    height: 120px;
    margin-top: -50px;
}

.social-icon {
    height: 32px;
    width: 32px;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 40px;
    background-size: 100% auto;
    cursor: pointer;
}

@media only screen and (min-width: 500px) {
    .social-icon {
        height: 64px;
        width: 64px;
        margin-top: 25px;
    }
}

/* custom styleing for pricing blocks */
.pricing-bluegreen-block {
    background-color: #068896; /* teal'ish */
    color: #FFFFFF;
    text-align: center;
    min-height: 50px;
    padding-top: 13px;
}

.pricing-white-block {
    background-color: #FFFFFF;
    /*min-height: 435px;*/
    box-shadow: 1px 1px 2px #888888;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.pricing-features {
    margin: 25px 25px 25px 25px;
    text-align: left;
    line-height: 30px;
}

.pricing-p {
    min-height: 250px;
}

@media only screen and (min-width: 768px) {
    .pricing-p {
        min-height: 350px;
    }

    .pricing-bluegreen-block {
        min-height: 75px;
    }
}

@media only screen and (min-width: 1024px) {
    .pricing-p {
        min-height: 250px;
    }
}



/* Custom styles for the main carousel */
.carousel-textBlock {
    color: #FFFFFF;
    position: absolute;
    left: 25%;
    top: 90px;
    width: 75%;
    z-index: 999;
    text-align: right;
    padding-right: 35px;
}

.carousel-textBlock h2 {
    font-size: 20px;
}

.carousel-p-hideOnMobile {
    display: none;
}

.carousel-main {
    top: 75px;
    margin-bottom: 100px;
}

.carousel-inner-main .item-main {
    width: 100%;
    height: 300px !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (min-width: 768px) {
    .carousel-inner-main .item-main {
        height: 400px !important;
    }

    .carousel-p-hideOnMobile {
        display: inherit;
    }

    .carousel-textBlock {
        left: 40%;
        width: 50%;
    }

    .carousel-textBlock h2 {
        font-size: 25px;
    }

}

@media only screen and (min-width: 1440px) {
    .carousel-textBlock {
        left: 50%;
        width: 40%;
    }

    .carousel-textBlock h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 1440px) {
    .carousel-inner-main .item-main {
        height: 450px !important;
    }

    .carousel-p-hideOnMobile {
        visibility: visible;
    }
}

.itemImg {
    background-clip: content-box;
    background-position: center;
}



/* Custom styles for the marketing areas */
.columnMarketing {
    text-align: center;
    background-image: url('./assets/img_layout/col_background.png');
    overflow:hidden;
    min-height: 450px;
}

@media only screen and (min-width: 768px) {
    .columnMarketing {
        min-height: 600px;
    }
}

@media only screen and (min-width: 1024px) {
    .columnMarketing {
        min-height: 500px;
    }
}

@media only screen and (min-width: 1200px) {
    .columnMarketing {
        min-height: 450px;
    }
}

.columnMarketing p {
    margin: 25px 25px 25px 25px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: left;
    line-height: 30px;
}


/* Paralax area */
.parallax {
    /* The image used */
    background-image: url("./assets/img_layout/background_1.jpg");

    /* Set a specific height */
    height: 250px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*This is to center the heading in the paralax area*/
.paralax-headingContainer {
    display: table;
    height: 100%;
}

.paralax-headingInner {
    display: table-cell;
    vertical-align: middle;
}

.parallax h1 {
    color: white;
}

.parallax p {
    color: white;
}

@media only screen and (min-width: 1024px) {
    .parallax {
        height: 300px;
    }
}


/* Features Area */
.img-feature {
    margin-top: 75px;
}


/* Instead of just bootstrap text-right/left, I need to them to switch to center align as soon as only one column is visible */
.col-text-right, .col-text-left {
    text-align:center;
}

@media only screen and (min-width: 990px) {
    .col-text-left  {
        text-align: right;
    }

    .col-text-right  {
        text-align: left;
    }
}

/*Specific styles for the screenshots multi column carousel */
.carouse-inner-screenshots {
    overflow-y: hidden;
    height: 418px;
}
