@charset "utf-8";
/* CSS Document */

/*info bar*/
.infobar{
	
}

.infobar a {
	color: #7B7A7A;
}

.infobar a:hover {
	color: #00ff00;
}

.infobar a:active {
	color: #00ff00;
}

.infosocial {
	padding-top: 0.5em;
}

.shakePawsBtn {
	background-color: #A4A4A4;
	color: #ffffff;
	border-radius: 7px;
    border: 2px solid #A4A4A4;
    padding: 1px;
    width: 110px;
    height: 27px; 
	margin-left: 3px;
}


/*social icons from fontawesome */
.fa-facebook-f {
	margin-left: 5px;
	margin-right: 5px;
}


.fa-google-plus-g {
	margin-left: 5px;
	margin-right: 5px;
}

.fa-flickr {
	margin-left: 5px;
	margin-right: 5px;
}

.fa-pinterest-p {
	margin-left: 5px;
	margin-right: 5px;
}


/*nav bar changes */
.bg-blue {
	background-color: #0000ff;
}

/* sections */

.jumbotron {
	text-align: center;
	background: none;
}

.sectionlight {
	background-color: #F3F3F3;
}

.sectionMedium {
	background-color: #C8C6C6;
	padding-left: 15px;
}

.sectionWhite {
	background-color: #ffffff;
	padding-left: 15px;
}


/*dark section */
.sectionDark {
	background-color: #ffffff;
	padding: 2rem;
}

.sectionOrange {
	background-image: url(../assets/bkgs/orangeBkg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 30px;
	min-height: 630px;
}

.sectionOrange h2 {
	background-color: rgba(229,8,11,0.70);
	color: #ffffff;
	padding: 10px;
	padding-left: 20px;
}

.sectionOrange h5 {
	color: #ffffff;
}

.sectionYellow {
	background-image: url(../assets/bkgs/yellowBkg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 30px;
	min-height: 630px;
}

.sectionYellow h2 {
	color: #000000;
	padding: 10px;
	padding-left: 20px;
}

.sectionYellow h5 {
	color: #000000;
}
/* have to put the button in a wrapper to center and style it */

.coolStuffWrapper {
	margin-top: 20px;
}

button.coolStuffBtn {
	background-color: red;
	color: #ffffff;
	display: block;
	margin: auto;
}

/* to center the modal content - grab the h5 tag */

h5.modal-title {
	margin: auto;
}

.modalFormWrapper {
	padding: 2rem;
}

.imgCtr {
	display: block;
	margin: auto;
}

.btnCtr {
	display: block;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 20px;
	width: 50%;
	font-size: 100%;	
}

.addTop {
	margin-top: 5px;
}

.btn-blue {
	background-color: #0000ff;
	color: #ffffff;
}

.addPadding {
	padding-top: 50px;
}

/*pre footer style */
.preFooter {
	background-color: #333333;
	color: #ffffff;
}

.preFooter a:hover{
	color: #00ff00;
}

.footer {
	background-color: #131313;
	color: #cccccc;
	padding: 15px;
}
/* footer styles */
.footerImage {
	padding: 15px;
}

footer ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
}

footer a {
	color: #cccccc;
}

footer a:hover {
	color: #00ff00;
}

hr {
	background-color: #cccccc;
	border-top: 2px dotted #8c8b8b;
	margin-top: 0px;
}

footer p {
	padding:none;
	padding-top: 20px;
	margin-bottom: 0px;
}

.copyright {
	background-color: #131313;
	color: #cccccc;
	margin: 0px;
	padding: 10px;
}

.copyright a {
	color: #cccccc;
}

.copyright a:focus, a:hover {
	color: #00ff00;
}

/*social icons from fontawesome */
.fa-facebook-square {
	color: #3b5998;
}

.fa-google-plus-square {
	color: #c32f10;
}

.fa-linkedin {
	color: #0072c5;
}

.fa-amazon {
	color: rgba(235, 126, 16, 1);
}

.socialIcon {
	text-align:center;
	margin:10px;
	margin-top:35px;
}

/* parallax section */
.parallax {
    /* The image used */
    background-image:url(../assets/bkgs/bcBkg.jpg);

    /* Set a specific height */
    height: 800px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* parallax section JJ*/
.parallaxJJ {
    /* The image used */
    background-image:url(../assets/JJ/jjBKG.jpg);

    /* Set a specific height */
    height: 700px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* parallax section Jaycie*/
.parallaxJaycie {
    /* The image used */
    background-image:url(../assets/jaycie/jaycie2017.jpg);

    /* Set a specific height */
    height: 700px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.form-style-6{
    font: 95% Arial, Helvetica, sans-serif;
    max-width: 400px;
    margin: 10px auto;
    padding: 16px;
    background: #F7F7F7;
}
.form-style-6 h1{
    background: #43D1AF;
    padding: 20px 0;
    font-size: 140%;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin: -16px -16px 16px -16px;
}
.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #ccc;
    padding: 3%;
    color: #555;
    font: 95% Arial, Helvetica, sans-serif;
}
.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus
{
    box-shadow: 0 0 5px #43D1AF;
    padding: 3%;
    border: 1px solid #43D1AF;
}

.form-style-6 input[type="submit"],
.form-style-6 input[type="button"]{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
    width: 100%;
    padding: 3%;
    background: #43D1AF;
    border-bottom: 2px solid #30C29E;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;   
    color: #fff;
}
.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover{
    background: #2EBC99;
}

video {
    max-width: 100%;
    height: auto;
}