

/*
	Improved screen reader only CSS class
	@author Ga�l Poupard
	@note Based on Yahoo!'s technique
	@author Thierry Koblentz
	@see https://developer.yahoo.com/blogs/ydn/clip-hidden-content-better-accessibility-53456.html
	* 1.
		@note `clip` is deprecated but works everywhere
		@see https://developer.mozilla.org/en-US/docs/Web/CSS/clip
	* 2.
		@note `clip-path` is the future-proof version, but not very well supported yet
		@see https://developer.mozilla.org/en-US/docs/Web/CSS/clip-path
		@see http://caniuse.com/#search=clip-path
		@author Yvain Liechti
		@see https://twitter.com/ryuran78/status/778943389819604992
	* 3.
		@note preventing text to be condensed
		author J. Ren�e Beach
		@see https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
		@note Drupal 8 goes with word-wrap: normal instead
		@see https://www.drupal.org/node/2045151
		@see http://cgit.drupalcode.org/drupal/commit/?id=5b847ea
	* 4.
		@note !important is important
		@note Obviously you wanna hide something
		@author Harry Roberts
		@see https://csswizardry.com/2016/05/the-importance-of-important/
*/
.sr-only2 {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;  /* 2 */
	height: 1px !important;
	overflow: hidden !important;
	margin: -1px !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;            /* 3 */
}


/* ===== GENERAL ===== */
.shifter-page {
	display: flex;
	width: 100%;
}

.golwen-wrapper {
	font-family: 'Jost', sans-serif;
}

.golwen-main-header{
	height:100%;
	background:#21b9f340;
	margin-top:20px;
	padding:20px;
	text-align:center;
	font-weight:bold;
	font-size:3em;
	line-height: 1em;
}


.golwen-main-instructions{
	height:100%;
	background: #ececec;
    border: 2px solid #ababab;
	margin-top:20px;
	padding:20px;
	font-weight:bold;
	color: #3770d8;
    font-weight: 700;
    margin-bottom: 32px;
    
    color: #865ac1 !important;	
    font-size: 30px;
    line-height: 40px;
    
}


.golwen-button-home {
	margin-top:10px;
	width:100px;
	height:150%;
	background-color:blue;
	border-radius:5px;
	font-size:1.4em;
	font-weight:1.4;
	text-align:center;
	padding:5px;
	
}

.golwen-button-home a {
	color:white;
}


.golwen-nav-button {
	font-size:1.175em !important;
	margin-top:10px !important;
	margin-right:10px !important;
}


.module-button {
	height: 56px !important;
    font-weight: 700 !important;
    text-align: center;
    align-items: center !important;
    display: flex !important;
    
}

.golwen-landing-card {
	width:360px;
	  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  
}

.mdc-card {
	width:100%;
	padding-bottom:65px;
}

.mdc-card__actions {
  position: absolute;
  bottom: 0px;
}

.equal-tile {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  
}

.golwen-card__text-label::before {
	display: inline-block;
	width: 0;
	height: 32px;
	content: "";
	vertical-align: 0;
}

.golwen-card__text-label {
	margin: 0 16px;
	font-family: Montserrat, sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
	line-height: 2rem;
	font-weight: 600;
	letter-spacing: 0.0125em;
	text-decoration: inherit;
	text-transform: inherit;
	display: block;
	margin-top: 0;
	/* @alternate */
	line-height: normal;
}

.golwen-card__secondary {
	margin-left:10px;
}

.golwen-card__secondary::before {
	display: inline-block;
	width: 0;
	height: 24px;
	content: "";
	vertical-align: 0;
}

.golwen-card__secondary::after {
	display: inline-block;
	width: 0;
	height: -16px;
	content: "";
	vertical-align: 16px;
}

.land-tile-main {
  width: 320px;
  height: 320px;
  min-width:200px;
}

.golwen-instr {
	color: #865ac1 !important;	
}

/* ===== MAIN MENU ===== */

.circle-menu{
	background-color:#5984d4;
	border-radius: 50%;
	position: relative;
	margin:auto;
	
	margin-top:230px;/*depends on size of menu*/
	margin-bottom:300px;/*depends on size of menu*/
	
	display: flex;
    justify-content: center;
    align-items: center;
}


.circle-menu li {
	list-style: none;
	position: absolute;
	display:inline-block;
	
}

.circle-menu a {
	color:black;
}

.circle{
	border-radius: 50%;
	top: 50%;
	left: 50%;
	
}
.circle a{
	display:block;
	border-radius: 50%;
	display:inline-block;
	height: 100%;
	width:100%;
	text-align:center;
	
}


.hexagon-link:focus .hexagon{
	background-color:#575757 !important;
}

.circle a:focus{
	background-color:#575757;
}

.circle i{
	color:green;
	margin:auto;
}

.circle div{
	display: flex;
    justify-content: center;
    align-items: center;
    border-radius:50%;
}


.hexagon {
  /* css from https://csshexagon.com/generator/*/
  position: relative;
  width: 100px; 
  height: 57.74px;
  margin: 28.87px 0;
  /*background-image: url('https://csshexagon.com/img/meow.jpg');
  background-size: auto 110.8513px;
  background-position: center;*/
  border-left: solid 2px transparent;
  border-right: solid 2px transparent;
}

.hexTop,
.hexBottom {
  position: absolute;
  z-index: 1;
  width: 70.71px;
  height: 70.71px;
  overflow: hidden;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background: inherit;
  left: 12.64px;
}

/*counter transform the bg image on the caps*/
.hexTop:after,
.hexBottom:after {
  content: "";
  position: absolute;
  width: 96.0000px;
  height: 55.42562584220408px;
  /* -webkit-transform:  rotate(45deg) scaleY(1.7321) translateY(-27.7128px);
  -ms-transform:      rotate(45deg) scaleY(1.7321) translateY(-27.7128px);
  transform:          rotate(45deg) scaleY(1.7321) translateY(-27.7128px);*/
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: inherit;
}

.hexTop {
  top: -35.3553px;
  border-top: solid 2.8284px transparent;
  border-right: solid 2.8284px transparent;
}

.hexTop:after {
  background-position: center top;
}

.hexBottom {
  bottom: -35.3553px;
  border-bottom: solid 2.8284px transparent;
  border-left: solid 2.8284px transparent;
}

.hexBottom:after {
  background-position: center bottom;
}

.hexagon:after {
  content: "";
  position: absolute;
  top: 1.1547px;
  left: 0;
  width: 96.0000px;
  height: 55.4256px;
  z-index: 2;
  background: inherit;
}

.menu-title {
	font-weight:bold;
    font-size:1.3em;
    text-align:center;
    color:white;
}

.hexagon .menu-title {
    position:absolute;
    z-index:99;
}

.circle .menu-title div {
	margin:auto;
	height:136px;
}
.circle .menu-title {
	display:flex;
}

.menu-completion {
	font-weight:bold;
    font-size:1.1em;
    text-align:center;
    top:60px;
	font-size:1.1em;
	margin-top:3px;
    
}

.menu-item.hexagon {
	display:flex;
	justify-content:center;
	align-items:center;
}
.menu-item.circle {
	display:flex;
	justify-content:center;
	align-items:center;
	border:solid 2px transparent; /*was #333*/
}

.circle-center {
	border-radius: 50%;
	display:inline-block;
	height:100%;
	width:100%;
	text-align:center;
	display:flex;
	font-size:2em;
	font-weight:bold;
	background-image: url(../images/golwen/Purple-Portfolio-with-Hat.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top 34px;
    border: 23px inset transparent;
    background-color: #fff;
    clip-path: inset(0 round 260px); /*radius of inside circle -- clips the bottom portion*/
    /*image-rendering: -webkit-optimize-contrast;*/
    color:white;
}

.circle-center div {
    height: 82px;
	background-color: #e4e4e4;
    border-top: 4px solid #ffffff87;
    width: 272px;
    font-size: 0.7em;
    position: absolute;
    bottom: 0px;
    left:17px;
}

#progress-bar {
    background: #999;
    border-radius: 13px;
    height: 20px;
    width: 174px;
    padding: 3px;
    position:relative;
    margin-top:4px;
    margin-left: 31px;
}

#progress-bar:after {
    content: ''; 
    display: block;
    background: #9ccc3c;
    width: attr(data-width); /*variable*/
    height: 100%;
    border-radius: 9px;
}

#progress-bar:before {
	content: attr(data-fraction); /*variable*/
    position: absolute;
    right: 33px;
    top: -23%;
}



.menu-arrow {
		font-size:3em;
	-webkit-transition:opacity 2s ease 2.2s;
  	-moz-transition:opacity 2s ease 2.2s;
	-ms-transition:opacity 2s ease 2.2s;
	-o-transition:opacity 2s ease 2.2s;
	transition:opacity 2s ease 2.2s;
	opacity:0;
	
}
.menu-arrow::before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f30b";
    color: #A1A1A1;
}


.golwen-required::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-color: transparent;
    border-style: solid;
    border-radius: 0em;
    border-width: 21px;
    border-right-color: #2aa9e4;
    border-top-color: #2aa9e4;
    z-index: -10;
}

/*this fixes a bug with MDL in ipads*/
.mdl-ripple { background: #000; opacity: 0.001; }

