/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    font-family: 'Handlee', cursive;
}

body {
    /* padding-top: 50px;  Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

h1 {
    font-size: 6em;
    line-height: 0.5em;
    font-weight: bold;
}
h2 {
    font-size: 4em;
    line-height: 1em;
    font-weight: normal;
}
h3 {
    font-size: 2.5em;
    line-height: 1.3em;
    font-weight: normal;
}
h4 {
    font-size: 2em;
    line-height: 1.3em;
    font-weight: normal;
}

p {
    font-size: 1.5em;
    margin: 10px 0 10px;
}
label {
    font-size: 1.3em;
    color:#bbb ;
}
.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 720px;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
    background-color: #fde55f;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.carousel-indicators {
    bottom: 20px;
    width: 96%;
    left: 0;
    margin-left: 0;
    text-align: right;
}

.ptpLogo {
    /*
    -webkit-box-shadow: 0px 16px 29px 1px rgba(153,153,153,0.35);
    -moz-box-shadow: 0px 16px 29px 1px rgba(153,153,153,0.35);
    box-shadow: 0px 16px 29px 1px rgba(153,153,153,0.35);
    */
    width: 25%;
    max-width: 400px;
    position: absolute;
    top: 0;
    right: 6%;
    z-index: 1;
    opacity: 0.9;
    min-width: 320px;
}

.form-control {
    height: 40px;
}

textarea.form-control {
    height: 126px;
}


/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    padding: 32px 0;
    background-color: #fde55f; 
    margin-top: 64px;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
    .mobileTextCenter {
        text-align: center;
    }
    h1 {
        font-size: 4.75em;
    }
    h2 {
        font-size: 3.25em;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }
    .mobileTextCenter {
        text-align: center;
    }

    header.carousel {
        height: 400px;
    }
    h1 {
        font-size: 3.5em;
        line-height: 1em;
        margin-bottom: 0;
    }
    h2 {
        font-size: 2em;
    }
}