/*
THEME NAME: Biz Digital Theme 2017
Description: twentyseventeen Child Theme
Template: twentyseventeen
*/
@import url("../twentyseventeen/style.css");

.bizFtInfo {text-align:center;}
a.jumpTxt {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}
/* Front page menu */
.custom-menu-class ul {
    margin:20px 0px 20px 0px;
    list-style-type: none;
    list-style: none;
    list-style-image: none;
    text-align:center;
}
.custom-menu-class li {
    padding: 0px 20px 0px 0px;
} 
.custom-menu-class a { 
    color:#000000;
}
/*Computer screen */
@media screen and (min-width: 48em) {
	.twentyseventeen-front-page.has-header-image .custom-header-image {
	/*height: 1200px;*/
	/*height: 100vh;*/
	/*height: 50vh;*/
	/*max-height: 100%;*/
	/*overflow: hidden;*/
	}
}

/* Mobile screen*/
.has-header-image.twentyseventeen-front-page .custom-header {
	/*display: table;*/
	/*height: 300px;*/
	/*height: 75vh;*/
	height: 70vh;
	/*width: 100%;*/
}

/* Computer screen with logged in user and admin bar showing on front end*/
@media screen and (min-width: 48em) {
	.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-image {
	/*height: calc(100vh - 32px);*/
	/*height: calc(50vh - 32px);*/
	}
}
/* Package Page */
.bdsCont {display:flex;width:100%;justify-content:flex-start;flex-wrap:wrap;padding:20px;color:#ffffff;}
.bdsCont div {border-radius:1rem;margin:10px;}
.bds1 {width:21%;flex-basis:1;text-align:center;font-weight:bold;background-color:#444444;padding:10px;font-size:1.4rem;}
.bds2 {width:20%;flex-basis:1;text-align:center;background-color:#9d1000;padding:10px;font-size:1.4rem;}
.bds3 {width:50%;flex-basis:2;background-color:#999999;padding:10px;}

@media only screen and (max-width: 768px) {
	.bds1 {width:100%;max-width:100%}
	.bds2 {width:100%;max-width:100%}
	.bds3 {width:100%;max-width:100%}
}

