body {
    padding:0;
    font-family: 'Rubik', sans-serif;
    font-weight:600;
    text-align: center;
    margin:0;
    pointer-events: none;
    position:absolute;
    width: calc(100%);
    height: calc(100%);
    overflow:hidden;
    background: #f4f4f4 url('images/fabric-portland-lynx-link-manager.jpg') no-repeat;
    background-size:cover;
    background-position: bottom center;
}

a {
    text-decoration:none;
    color:inherit;
}

input:focus,
input:focus-visible {
    outline: none;
}

.holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background-image: url('images/fabric-portland-lynx-link-manager.jpg');
    background-size: cover;
    background-position: center 80%;
    background-repeat: no-repeat;
    z-index: -3;
}

.userLogdIn {
    display:none;
}

.userLogdOut {
    display:block;
}

.whaleSpan {
    font-weight: 100;
    color: #348890;
    letter-spacing: 2px;
}

.boxSpan {
    font-weight: 500;
    color: #348890;
    letter-spacing: 1px;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:#ffffff47;
    z-index: 0;
    pointer-events:all;
}

#logo p {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    align-self: center;
    margin: 0 0 0 6px;
    font-size: 19px;
    letter-spacing: 6px;
    color: #a39a8e;
    text-shadow: -1px -.5px #fff;
    transform: translateY(2px);
}

#footNav {
    position: absolute;
    bottom: 10px;
    width: calc(100% - 550px);
    margin-left: 420px;
    pointer-events:all;
}

#footNav p {
    display: inline-block;
    text-align: center;
    font-weight:500;
    width: calc(18% - 2px);
}

#footNav p a {
    text-decoration:none;
    color:#fff;
}

#alertDiv {
    display:none;
    width: 300px;
    height: 100px;
    position: absolute;
    background: #549099;
    top: 23px;
    right: 30px;
    box-shadow: 18px 13px 5px -3px #2d2d2d4d;
    pointer-events: all;
    border-radius: 5px;
    color:#fff;
}   

.subFoot {
    position: absolute;
    bottom: 68px;
    width: calc(100% - 550px);
    margin-left: 420px;
}

.subMenu {
    width: 230px;
    background: #ffffffe5;
    margin: 0 auto;
    padding: 7px 3px;
    box-sizing: border-box;
    border-radius: 6px;
    filter: drop-shadow(0px 2px 3px #0000002e);
    opacity:0;
    transition: all .3s ease;
}

#subM-tools.showSub {
    opacity:1;
    pointer-events:all;
}

.subMenu:before {
    content: '';
    position: absolute;
    bottom: -10px; 
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 15px solid white;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
}

.subMenu p {
    margin:10px;
}

.subMenu a {
    color:#498993;
    font-size:14px;
    text-decoration:none;
    font-weight: 500;
}

.subMenu a:hover {
    color:#00505e;
}

#alertDiv.showAlert {
    display:block;
}

#logoutWelcome {
    position: absolute;
    left:0;
    top: 30%;
    width: 100%;
    text-align: center;
    color: #449ba4;
    font-size: 27px;
    font-weight: bold;
    opacity:1;
    pointer-events: all;
    text-shadow: 0 0 20px rgb(247, 244, 241);
    font-family: 'Rubik', sans-serif;
    transition: all .3s ease;
}

#logoutWelcome.loggedIn {
    opacity:0;
    pointer-events: none;
}

#logoutWelcome h1 {
    margin-bottom: 22px;
}

#logoutWelcome p {
    color: #8a8a8a;
    font-weight:500;
    font-size: 20px;
    display: inline-block;
    margin-right: 40px;
}

#logoutWelcome .button {
    display: inline-block;
}

#logoutWelcome .button p {
    cursor:pointer;
    font-size: 21px;
    display: inline-block;
    padding: 4px 13px;
    color: #fff;
    background: #862d2d91;
}

.welcomeInput input {
    font-size: 30px;
    font-family: 'Rubik', sans-serid;
    height: 70px;
    width: 540px;
    font-weight: 300;
    letter-spacing: 2px;
    background: #e3ecebe8;
    box-shadow: 2px 2px 10px -6px;
    border-radius: 3px;
}

.copyrightMat {
    position: absolute;
    bottom: -2px;
    left: 17px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    pointer-events:all;
}

.copyrightMat a {
    color: #fff;
    text-decoration:none;
    font-weight:600;
}

.frontCap {
    margin-left: 6px;
    font-weight: 400;
}

#container,
#goAboutMat,
#goContactMat {
    opacity:0;
    position: relative;
    margin: 75px auto 0;
    background: #fffffff0;
    max-width: 540px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    height:auto;
    max-height: calc(100vh - 150px);
    pointer-events: none;
    transition: .3s ease;
}

#goAboutMat,
#goContactMat {
    position: absolute;
    height: 430px;
    top: calc(50% - 290px);
    width: 540px;
    left: calc(50% - 270px);
}

.matHeader {
    font-size: 26px;
    font-weight: 500;
    color: #d79d72;
    margin-top: 40px;
}

.matHeader .whaleSpan,
.matHeader .boxSpan {
    color: #d79d72;
}

.matP {
    padding: 30px;
    font-weight: 300;
    line-height: 26px;
    font-size: 19px;
    text-align: right;
    position: absolute;
    bottom: 1px;
}

#goContactMat .matP {
    bottom: 100px;
}

.conLinks { 
    margin-top: 250px;
}

.conLinks a {
    background: #dee9e3;
    padding: 4px 7px;
    margin-left: 6px;
    border-radius: 3px;
}

.greenButton {
    margin-top:35px;
}

.greenButton a {
    border: 1px solid #c3d7d4;
    padding: 5px 10px;
    border-radius: 2px;
    background: #7c8f92;
    font-weight: 400;
    color: #fff;
    letter-spacing: .3px;
}

#questSlider {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

#qSlideInner {
    position: absolute;
    width: 500%;
    height: 100%;
    transition: all 0.4s ease;
}

.hIwSlide {
    position:relative;
    width: calc(20% - 3px);
    background: #fff;
    box-shadow: 3px 2px 11px -10px #829599;
    border-radius: 10px;
    margin-right: 3px;
    padding: 10px 19px;
    box-sizing: border-box;
    height: calc(100% - 4px);
    float: left;
}

.hIwSlide h3 {
    color: #1f7384;
    font-weight:500;
    font-size:18px;
    margin-top: 30px;
}

.hIwSlide p {
    font-size: 14px;
    font-weight: 300;
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: calc(100% - 40px);
    line-height: 20px;
}

.mDash {
    display: inline-block;
    width: 9px;
    height: 1px;
    background: #000;
    transform: translateY(-3px);
    margin: 0 1.5px;
}

.hIwNum {
    margin-right: 12px;
    border: 1px solid;
    border-radius: 50%;
    padding: 2px 6px; 
}

.highLight {
    background: #e7ecea;
    padding: 1px 5px;
    margin-right: 2px;
    display: inline-block;
    border: .5px solid #74aeb5;
    font-weight: 400;
    color: #3d4648;
    white-space:nowrap;
}

.questCap {
    font-weight: 400;
    font-size: 15px;
    margin: 20px 8px 20px;
}

.slideImg {
    height: 110px;
    background: url(images/bg5.jpg);
    background-size: cover;
    background-position: center;
}

.controlLayer {
    position: absolute;
    width: 100%;
    height: 300px;
    overflow: hidden;
    top: 70px;
    left: 0;
}

.sliderControl {
    position: absolute;
    top: calc(50% - 87px);
    background: #829599;
    font-size: 51px;
    font-weight: 300;
    padding: 0 15px 3px 12px;
    border-radius: 50%;
    line-height: 48px;
    opacity: 0.6;
    color: #fff;
    left: 10px;
    height: 50px;
    cursor:pointer;
    display:none;
}

.sliderControl p {
    margin: 0;
}

#next {
    display:block;
    left: unset;
    right: 10px;
}

#auth-section {
    padding: 50px 0;
}

#container.loggedIn,
#goAboutMat.showVmMat,
#goContactMat.showVmMat {
    opacity:1;
    pointer-events:all;
}

.mainMenu {
    position: absolute !important;
    right: 37px;
    font-size: 0px;
    bottom: 16px;
    cursor: pointer;
    width:50px;
    color: #89a5a8cf;
    z-index: 999999;
    pointer-events: all;
    display: block;
    filter: none;
    text-shadow: none;
    transition: all .2s ease-in-out;
}
#menu.menuOpened {
    filter: none;
    transform:scale(0.8);
    transform-origin:center right;
    transition:transform .4s linear .6s;
}

.mainMenu.animate {
	animation: bounce .4s ease forwards;
}


@keyframes bounce {
	0% {
		transform:scale(1);
	}
	
	30% {
		transform:scale(1.1);
	}
	
	60% {
		transform:scale(.9);
	}
	
	100% {
		transform:scale(1);
	}
}

#menu .block {
    display: inline-block;
    width: calc(46% - 2px);
    padding-top: 46%;
    background: #ffffffc9;
    border-radius: 10%;
    margin: 2px;
}

#menu.menuOpened .block {
    background: #9caaa1;
}

#menuDiv {
  position: absolute !important;
  width: calc(100% - 18px);
  max-width: 330px;
  background: #fff;
  right: -100%;
  bottom: -100%;
  height: calc(100% - 130px);
  box-sizing: border-box;
  box-shadow: -4px 8px #d5e1f0;
  transition: all .28s ease;
  overflow: hidden;
  pointer-events: all;
}

#menuDiv.open {
  right: 0%;
  bottom: 0%;
}

.menuTextHold,
#menu i {
    display:inline-block;
}

.menuIsOpen {
    display:none;
}

.menuTextHold {
    vertical-align: middle;
}

.menuTextHold p {
    font-size: 15px;
    letter-spacing: 1px;
    margin: 3px 0 0 0;
    border-radius: 8px;
    font-weight: 400;
    color: #ffffffc9;
    background: none;
    padding: 0;
}

#menu.menuOpened .menuTextHold p {
    color: #9caaa1;
}

.menuCircle {
    width: 71px;
    height: 71px;
    background: #fff;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    margin: -5px 0 0 -9px;
}

.menuWrap {
    padding: 30px 20px;
    text-align: right;
}

.menuWrap p {
    cursor:pointer;
    font-size: 18px;
    font-weight: 300;
    color: #5e8e97;
    border-bottom: .5px solid;
    padding-bottom: 20px;
    margin-top: 13%;
    margin-left: 20%;
}

.menuWrap .noBord {
    border-bottom: none;
}

#linkShorten,
#qrCodeMaker,
#questionMat {
    position: relative;
    background: #fff;
    display:block;
    padding: 10px;
    box-sizing: border-box;
    height: 100%;
    min-height:360px;
    border-radius: 8px;
    overflow: hidden;
}

#qrCodeMaker,
#questionMat {
    background: #fbfafa;
    display:none;
}
