@import url("https://use.typekit.net/obg8ooz.css");
html, body {
	/*font-family: proxima-nova, sans-serif;*/
	/*background: #eee;*/
	font-size: 22px;
	height: 100%;
	} 

.image-tile {
    padding: 0px;    
    margin: 0px;
    height:400px;
    text-align: center;
    vertical-align: bottom;
}

.image-tile > p {
    width: 100%;
    height: 100%;
    font-weight: normal;
    font-size: 200%;
    padding-top: 150px;
    background-color: rgba(2,2,2,0.0);
    color: rgba(6,6,6,0.0);
}
.image-tile:hover > p {
    background-color: rgba(3,3,3,0.3);    
    color: white;    
}
p {
font-weight: 100;
font-family: proxima-nova, sans-serif;
}

h1 {
font-family; bebas-kai, sans-serif;
text-transform: uppercase;
font-weight: bold;
font-size: 3rem;
}

.nav-link {
font-family; bebas-kai, sans-serif;
text-transform: uppercase;
font-size: 0.75rem;

}

@media(min-width: 992px){
	.full {
		height: 100%;
		}
		h1 {
		font-size: 4em;
		}
}

/*large desktops*/
@media (min-width: 1200px) {
	
}

.logo-small {
	object-position: center;
    object-fit: cover;
	height: 200px;
	width: 200px;
}
@media (min-width: 992px) { 
	.hide-on-large-screens {
	display: none !important;
	}

}
@media (min-width: 576px) {
	
}
@media (max-width: 767.98px) {
	
}

@media (max-width: 575.98px ) {
	.hide-on-mobile {
		display: none !important;
	}
}
	
.banner {
	background-image: url('../images/nameplate_bilingual.png') ;
	background-position: left center;
	background-repeat: no-repeat;
	height: 260px;
	margin-bottom: 10px;

}
.pushDown {
	height: 270px;
@media(max-width:767px){
	display: none;
	}

}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	/* color: #7D0420; */
	color: #fff;
}
.carousel-caption {
	text-align: left;
}
.icon {
	margin: 0 auto;
	display: block;
}
.small-icon{
	margin: 0 6px 0 0;
	float: left;
	display: block;
	width: 50px;
}
a.js {
	color: #bf3556; 
}
a.js:hover{
	color:#bf3556;
	cursor: pointer;
}
.btn-primary {
	background-color: #bf3556;
	border-color: #7D0420;
	margin-bottom: 10px;
}
.btn-primary:hover {
	background-color: #A01A3A;
	border-color: #bf3556;
}

.rightAlign {
	text-align: right;
	margin-right: 10px;
}
#readMore {
	display: none;
	float: left;
}
img.inLineIcon {
	display: inline;
	width: 30px;
	vertical-align: middle;
	padding-right: 4px;
}
.kabe {
	display: none;
}
.formfeedback {
	display: inline-block;
	margin-left: 5px;	
	font-size: 1.2em;
	color: #A01A3A;
}
#footer {
	text-align: center;
	background-color: #000000;
	padding: 10px;
	color: #fff;
	font-size: .8rem;
	height: 200px;
}


.transBox {
	/*background: rgba(205, 205, 205, 0.7);*//* gray*/
	background: rgba(255, 255, 255, 0.7);
	padding: 20px;
	margin-bottom: 10px;
	width: 100%;
	/*box-shadow: 10px 10px 5px gray;*/
	}

/*@media only screen and (max-width : 780px)*/

/* the following media query changes opacity of the transparent box on small devices 
@media only screen and (max-width : 480px) {
.transBox {
	/*background: rgba(205, 205, 205, 0);*//* gray
	background: rgba(255, 255, 255, 0.7);
	padding: 10px;
	margin-bottom: 10px;
	width: 100%;
	height:100%;
	} 
}
*/
.boxText{
	min-height: 460px;
	color: #000;
	padding:10px;
}

#howManyParas {
	display: none;
}

fieldset.myFieldset {
	border: 1px groove #bf3556 !important;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 -1.5em 1.5em -1.5em !important;
	-webkit-box-shadow:  0px 0px 0px 0px #000;
	box-shadow:  0px 0px 0px 0px #000;
}

legend.myFieldset {
	color: #bf3556;
	width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
}

fieldset.myInnerFieldset {
	border: 1px solid #ddd !important;
	padding: 2em !important;
	margin: 2em !important;
	-webkit-box-shadow:  0px 0px 0px 0px #000;
	box-shadow:  0px 0px 0px 0px #000;
}

legend.myInnerFieldset {
	color: #bf3556;
	width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
}

label {
	font-size: 1.2em;
}

.myColor {
	color: #F9AEB2;
}

.padding-top {
	padding-top: 2em;
}


.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.thumbnail {
    padding: 0;
    background-color: transparent;
    border: none;
	@media(max-width:767px){
		display: none;
		}
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}

#carousel-bounding-box {
	margin: 15px 0;
}

.form-label, .btn  {
font-family: bebas-kai, san-serif;
}
form {
background: whitesmoke;
}

form ::placeholder {	
	font-size: 0.75rem;
	text-transform: uppercase;
}

form .req {
	display: none !important;
}

.responsive-subtitle {
    font-size: 1.25rem;   /* mobile size */
}

@media (min-width: 768px) {
    .responsive-subtitle {
        font-size: 1.75rem;   /* tablet and up */
    }
}

@media (min-width: 992px) {
    .responsive-subtitle {
        font-size: 2rem;   /* desktop */
    }
}

/* 

 */