

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.inactive {
	visibility: hidden!important;
	display: none;
}
.absent {
	visibility: hidden;
}
body {
    background-image: url("../img/stripes1.png")
}
.row.bordered {
     background-image: url("../img/stripes3.png"); 
     background-color: cadetblue; 
    min-width: 445px;
    /*border-image: url("../img/stripes3.png") 5 repeat;*/
    border-color: white;
    border-right: 10px;
    border-bottom: 10px;
    border-top: 0px;
    border-left: 0px
}
/*.row :hover {
	opacity: .7;
}*/
.col-md-4 {
    background-color: white;
    display: inline-block;
    transition-duration: 400ms;
    transition-timing-function: linear;
    /* border: dashed #ECC828 2px; */
    border-top: white;
    border-left: white;
    margin: 1px 0 0 1px;
    width: 100%;
}
.row h2 {
    margin-top: 0px;
    padding-top: 10px;
    font-weight: 100;
}
.container {
	font-size: 1.2em;
    font-weight: 100;
}
.name {
	font-size: 2em;
	box-sizing: border-box;
	color: rgb(51, 51, 51);
	display: block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 20px;
	/*margin-bottom: 30px;*/
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
	min-width: 445px;
    background-image: url("../img/stripes2.png");
    background-color: #FFCD05;
    color: white;
    font-weight: 800;
}
.name h1{
	font-size: 3em;
	font-weight: bold;
	line-height: 1em;
}
.name .container {
	font-weight: 300;
}
.info {
    background-color: #FECD08;
    background-image: url("../img/stripes2.png");
    /*margin-top: 20px;*/
    color: whitesmoke;
    font-weight: 100;
    font-size: 1.5em;
    /*padding-bottom: 20px;*/
    padding-top: 60px;
    min-width: 445px;
}
.info .row div {
    background: white;
    color: darkslategrey;
    margin-right: 1px;
    margin-top: 1px;
    display: inline-block;
    width: 100%;
    padding-top: 10px;
}
.info h2 {
    margin-left: 15px;
    font-weight: 600;
}

.map {
    padding: 0px;
    width: 100%;
}
@media (min-width: 992px){
	.col-md-4 {
    width: 33.127%;
}
.info .row div {
	width: 49.7%;
	}
}













