.styled-scrollbars {
  /* Foreground, Background */
  scrollbar-color: #999 #333;
}
.styled-scrollbars::-webkit-scrollbar {
  width: 5px; /* Mostly for vertical scrollbars */
  height: 5px; /* Mostly for horizontal scrollbars */
}
.styled-scrollbars::-webkit-scrollbar-thumb { /* Foreground */
  background: #999;
}
.styled-scrollbars::-webkit-scrollbar-track { /* Background */
  background: #333;
}

body {
    background-color: #ffffff;
}
#cover {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 80px 4fr auto;
    height: 65vh;
    color: #fff;
    width: auto;
    margin: 0 5vw 0 5vw;
    background-image: url("../../images2022/20-8/tinted_textured-style_design-minimalist.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}
#tabs {
    height: 64px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-area: 1 / 1 / 2 / 5;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.20);
    border-radius: 20px 20px 0 0
}
.tab {
    display: flex;
    justify-content: center;
    width: auto;
    padding:19px 0 10px 0 ;
	font-size: 1.1rem;
    font-weight: 100;
	}
#tabs2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));;
    align-items: center;
    margin:0 5vw;
	color: #ffffff;
    font-size: 1.1rem;
	grid-gap:5px;
	margin-bottom:10px;
}

.tab2 {
    display: flex;
    justify-content: center;
    width: auto;
    padding:15px 0;
	font-size: 1.1rem;
    font-weight: 100;
	background-color: rgba(0, 0, 0, 0.80);
    border-radius: 10px;
}

#heading {
    display: flex;
    align-items: flex-end;
    height: 100%;
}
.h1 {
    margin: 0;
    width: 100%;
    font-size: 3.0em;
    font-weight: 200;
}
#content {
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 3fr 1fr;
    grid-area: 2 / 1 / 3 / 3;
    align-items: center;
    padding: 0 0 0 5vw;
}
#textContent {
    line-height: 1.4rem;
    font-size: 1.0rem;
    font-weight: 100;
	height: 240px;
    overflow: hidden;
    overflow-y: scroll;
}
.btn-mbd {
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.80);
    color: #ffffff;
    font-size: 1.1rem;
	border:0px;
}
#options{
	display: flex;
	justify-content: space-around;
	grid-area: 3 / 1 / 4 / 5;
	background-color:rgba(0, 0, 0, 0.20);
	border-radius: 0 0 20px 20px;
	}
#options .optBtn{
	flex: 1;
    width: 100%;
	background-color:rgba(0, 0, 0, 0.0);
	display: flex;
    justify-content: center;
    width: auto;
    padding:19px 0 8px 0 ;
	font-size: 1.1rem;
    font-weight: 100;
	
}
#tabs .tab .link, #options .optBtn .link{
	padding-bottom: 8px;
  	border-bottom: 3px solid transparent;
}
#tabs .tab .link:hover, #options .optBtn .link:hover {
  border-color: white;
  cursor: pointer;
  font-weight: bold;	
}
#options2 {
    margin: 10px 5vw 10px 5vw;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 5px;
}
#options2 > .optBtn > .btn-mbd{
	border-radius: 10px;
}


.btn-lg-wht {
    width: 80%;
    height: 60px;
    border-radius: 30px;
    border: 0px solid #ffffff;
    background-color: rgba(255, 255, 255, 1.00);
    color: rgba(0, 0, 0, 0.80);
    font-size: 1.2em;
}

#callToction {
    display: flex;
    align-self: flex-start;
	width:76%;
}
#projectGrid {
    grid-template-columns: repeat(6, 1fr);
    justify-content: flex-start;
    margin: 10px 5vw 0;
}
.dark{
	border:solid 0px red;
	}
.light{
	background-color:rgba(255,255,255,0.2)!important;
	}

#questionModal .modal-content, #questionModalMobile .modal-content {
    border-radius: 1rem !important;
    border: 0px solid rgba(0,0,0,0.2) !important;
}
#questionModal .modal-body{
	padding: 0px !important;
   }

#questionModal .questionImg{
	font-size: 1.1em;
    color: #fff;
    margin: 0px !important;
    padding: 0 !important;
    background-image: url("/images2019/menulg/Ask_a_Question_mwbl.jpg");
    background-size: cover;
    background-position: center center;
	border-radius: 0 1rem 1rem 0!important;
    border: 0px solid rgba(0,0,0,0.2) !important;
}
@media only screen and (min-width: 960px) {
	#tabs2{display:none;}
	#options2{display:none;}
}
@media only screen and (max-width: 960px) {
	#tabs {display:none;}
	#options{display:none;}
	#cover {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr 1fr;
		height: 80vh;
    
	}
	#content {
    grid-template-rows: 1fr 3fr 1fr;
    grid-area: 1 / 1 / 2 / 4;
    align-items: center;
    padding: 0 10vw 0 10vw;
}
	#heading {
    align-items: center;
	justify-self: center;
    }
	#textContent {
		height: 400px;
	}
	#callToction {
    display: flex;
	justify-content: center;	
    align-self: center;
		width:100%;
}
	#options2 {
    grid-template-columns: repeat(3, 1fr);
	gap:6px;	
    }
	#projectGrid {
        grid-template-columns: repeat(3, 1fr);
    }
    .tabletHide {
        display: none;
    }
    .footer {
        grid-template-columns: repeat(2, 50%);
    }
}
@media only screen and (max-width: 700px) {
	#tabs2{
		grid-template-columns: repeat(2, 1fr);
    }
@media only screen and (max-width: 600px) {
	
	#options2 {
    grid-template-columns: repeat(2, 1fr);
	gap:4px;	
	}
	#projectGrid {
        grid-template-columns: repeat(2, 1fr);
    }
	.footer {
        grid-template-columns: repeat(1, 1fr);
    gap:20px;
	padding-top:20px;	
	}
}
	
/*.gridItem{
	width:16.66%;
}*/