/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/template-overviews/full-width-pics)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)
 */
body {
  padding-top: 20px;
}

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.navbar-brand {
	color: #00ff00;
}
h1 {
	font-size: 18pt; 
	text-align: center; 
	color: #0F75BC;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	text-align: center;
	color: #0F75BC;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
}
p {
	font-size: 10pt;
	text-align: center;
	color: #0F75BC;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
p.small {font-size: 8px;}

body {
    padding: 0px;
}
.contentwidth {margin-left: 20px; margin-right: 20px;}

.contact {text-align: center; font-weight: 10pt; color: #ffffff; }

/*Guide Price*/
ul.guide {text-align:center; color: #0F75BC; font-size: 10pt;}
.form-group {color: #0F75BC;}
.thumbnail {margin: 20px;}
p.call {padding-top: 5px; font-weight: bold; font-size: 10pt;}
.img-fluid {padding-top: 10px; padding-bottom: 10px; background-color: #ffffff;}
.img-responsive {display:block; max-width:80%;height: auto; padding-top: 2px;}
.navbar-custom {
    color: #FFFFFF;
    background-color: #CC3333;
}
.container {text-align: center;}

/* Animation */

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

/*Gallery*/
 .gallery {margin-top: 50px;}
 
.carousel-item img {
margin: 0 auto;
width: 80% !important;
max-width: 700px;
}
.img-fluid {
margin: 0 auto;
width: 80% !important;
max-width: 700px;
}
p.green {
	color: green;
}
p.red {
	color: red;
}
ul.guide li {max-width: 700px; margin-left: auto; margin-right: auto; text-align: left;}
p.guide {max-width: 700px; margin-left: auto; margin-right: auto; text-align: left;}

