/*---------------CSS Reset--------------------------*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dl,
dd,
dt,
blockquote {
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-family: 'Lato', sans-serif;
}

body {
	font: 400 15px/1.8 Lato, sans-serif;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;
	background-attachment: fixed;
	color: #757575;
}
a {
    color: #6596C7;
    text-decoration: underline;
}
footer {
	background-color: #606060;
	color: #f5f5f5;
	padding: 72px 32px;
}
footer a {
	text-decoration: none;
}
footer .footer-header {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #fff;
    color: #abd5ff;
}
footer .col-sm-3 {
    margin-bottom: 30px;
}
footer li {
    list-style: none;
    margin-bottom: 10px;
}
footer .row {
    margin-bottom: 40px;
}
footer a img {
    max-width: 200px;
    margin-bottom: 20px;
}
footer p a {
    text-decoration: underline;
}
div#sub-footer {
    background: #333;
    color: #bfbfbf;
    padding: 10px;
    text-align: center;
}

br {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*---------------End CSS Reset--------------------------*/

.hidden {
	display: none !important
}

h3,
h4 {
	font-size: 20px;
	color: #6596C7;
	transition: all 0.5s ease;
}

h1 {
	font-size: 32px;
	color: #606060;
}

h2 {
	font-size: 22px;
	color: #6596C7;
	transition: all 0.5s ease;
}

.home-section a {
	color: #6596C7;
	transition: all 0.5s ease;
}

.margin-20 {
	margin-bottom: 20px;
}

.solid-line {
	height: 1px;
	margin-bottom: 20px;
	background-color: #ccc;
}

.games-category {
	box-shadow: 0px 0px 11px rgba(100, 100, 100, 0.4);
	padding: 25px 8px;
	text-align: center;
	vertical-align: middle;
	color: #6596C7;
	font-size: 22px;
	transition: 0.5s all ease;
	border-radius: 5px;
}

.games-category:hover {
	text-decoration: none;
	box-shadow: 0px 0px 21px rgba(100, 100, 100, 0.7);
	background-color: aliceblue;
	color: #606060;
}
.games-category a {
	text-decoration: none;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.contact-form {
	width: 100%;
	min-height: 882px;
}

.animated {
	-webkit-animation-duration: 10s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		top: 40px;
	}

	100% {
		opacity: 1;
		top: -10px;
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		top: 40px;
	}

	100% {
		opacity: 1;
		top: -10px;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		top: 40px;
	}

	100% {
		opacity: 1;
		top: -10px;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		bottom: 10px;
	}

	100% {
		opacity: 1;
		bottom: 34px;
	}
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		bottom: 10px;
	}

	100% {
		opacity: 1;
		bottom: 34px;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		bottom: 10px;
	}

	100% {
		opacity: 1;
		bottom: 34px;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.home-section a:hover {
	color: #606060;
	transition: all 0.5s ease;
	text-decoration: none;
}

.hero-container {
	padding: 80px 20px;
}

.hero-container a {
	color: #6596C7;
}

.social-share-div {
	margin: 20px auto 20px auto;
	width: 83px;
}

.social-share-div-trivia {
	margin: 20px auto auto;
	width: 83px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.home-container {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 30px;
	clear: both;
	min-height: 100vh;
}

.home-container-secondary {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 30px;
	clear: both;
	min-height: 280px;
}

.body-container {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 15px;
	clear: both;
	min-height: 100vh;
	overflow: hidden;
}

.error-container {
	padding: 80px 120px;
	min-height: 50vh;
}

.person {
	border: 10px solid transparent;
	margin-bottom: 25px;
	width: 80%;
	height: 80%;
	opacity: 0.7;
}

.person:hover {
	border-color: #f1f1f1;
}

.home-hero-padding {
	padding-top: 29vh;
	margin: auto;
	position: relative;
	text-align: center;
}

.triviaLevel {
	font-size: 35px;
}

.bolded-text-large {
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 10px;
}

.triviaScore {
	font-size: 22px;
	font-weight: bold;
}

.trivia-main input.radio:empty {
	margin-left: -2999px;
}

.trivia-main input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

.trivia-main input.radio:empty~label {
	position: relative;
	float: left;
	text-indent: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	min-height: 36px;
}

.trivia-main label p {
	margin-left: 43px;
}

.trivia-main ul {
	list-style-type: none;
}

.trivia-main .radio+label {
	max-width: 100%;
	padding: 0 0 0 48px;
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
	margin-bottom: 7px;
}

.trivia-main input.radio:empty~label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 2.5em;
	background: aliceblue;
	border: 1px solid #606060;
	border-radius: 30px;
	max-height: 34px;
}

.trivia-main .checkbox,
.trivia-main .radio {
	position: relative;
	top: -1px;
	display: inline-block;
}

.trivia-main input.radio:checked~label:before {
	text-indent: .9em;
	color: #5c9ebe;
	background-color: #5c9ebe;
}

.trivia-main input.radio:checked~label {
	color: #3d3d3d;
}

.hero-padding {
	margin-top: 90px;
}

.magic-8-ball .selector-thing {
	visibility: hidden;
}

.hero-padding-single-line {
	margin-top: 120px;
}

.landingText {
	font-size: 45px;
	color: #fff;
}

.options-list {
	margin-left: 20px;
	margin-bottom: 20px;
}

.skills-list {
	list-style-type: none;
	padding: 5px 0;
}

.carousel-inner img {
	/* -webkit-filter: grayscale(90%);*/
	/* filter: grayscale(90%);*/
	width: 100%;
	margin: auto;
}

.glyphicon {
	font-size: 17px;
}

.carousel-caption h3 {
	color: #fff !important;
}

@media (max-width: 600px) {
	.carousel-caption {
		display: none;
		/* Hide the carousel text when the screen is less than 600 pixels wide */
	}
}

h1 {
	font-size: 26px;
	margin: 10px 0;
}

.bg-1 {
	background: #2d2d30;
	color: #bdbdbd;
}

.bg-1 h3 {
	color: #fff;
}

.bg-1 p {
	font-style: italic;
}

.list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.list-group-item:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.thumbnail {
	padding: 0 0 15px 0;
	border: none;
	border-radius: 0;
}

.thumbnail p {
	margin-top: 15px;
	color: #555;
}

.div-separator {
	height: 1px;
	background-color: #ccc;
}

.gfx {
	margin-bottom: 20px;
}

.dice1,
.dice2,
.dice3,
.dice4,
.dice5,
.dice6 {
	min-height: 91px;
	transition: all 1s ease;
	width: 48%;
	margin: 1% 1%;
	float: left;
}

.letter-lineup-div {
	width: 74%;
	margin: auto;
}

#letter-lineup-button {
	margin-bottom: 20px;
	width: 100%;
	display: block;
	margin: auto;
	padding: 20px;
	font-size: 22px;
	transition: all 1s ease;
}

.btnz {
	color: #fff;
	background-color: #5c9ebe;
	border-color: #5c9ebe;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	transition: all 0.5s;
	margin-top: 20px;
}

.btnz:hover,
.btnz:focus {
	background-color: transparent;
	color: #5c9ebe;
	border: 1px solid #5c9ebe;
	transition: all 0.5s;
}


.migi {
	position: absolute;
	right: 0;
}

.hidari {
	position: absolute;
	left: 0;
}

.slider-buttons {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	color: #fff;
	background-color: #606060;
	overflow: hidden;
	z-index: 1;
	padding: 0;
	border-radius: 50%;
	cursor: pointer;
	font-size: 24px !important;
	transition: all 0.5s;
}

.mySlides {
	transition: all 2s ease;
}

.slider-buttons:hover {
	background-color: #777;
	text-decoration: none;
	color: #fff;

}

.modal-header,
h4,
.close {
	background-color: #606060;
	color: #fff !important;
	text-align: center;
	font-size: 30px;
}

.modal-header,
.modal-body {
	padding: 40px 50px;
}

.nav-tabs li a {
	color: #777;
}

#googleMap {
	width: 100%;
	height: 400px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.navbar {
	font-family: Lato;
	margin-bottom: 0;
	background-color: #606060;
	border: 0;
	font-size: 11px !important;
}

.navbar li a,
.navbar .navbar-brand {
	color: #fff !important;
}

.navbar-nav li a:hover {
	color: #fff !important;
}

.navbar-nav li.active a {
	color: #fff !important;
	background-color: #606060 !important;
}

.navbar-default .navbar-toggle {
	border-color: transparent;
}

.open .dropdown-toggle {
	color: #fff;
	background-color: #555 !important;
}

.dropdown-menu li a {
	color: #000 !important;
}

.dropdown-menu li a:hover {
	background-color: #5c9ebe !important;
}

footer a {
	color: #f5f5f5;
}

footer a:hover {
	color: #cbcbcb;
	text-decoration: none;
}

.form-control {
	border-radius: 0;
}

textarea {
	resize: none;
}


.homeHero {
	background-image: url(../images/yosemite-img.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	background-attachment: fixed;
	min-height: 80vh;
	background-position: 63% 13%;
	background-size: 140%;
}

.webHero {
	background-image: url(../images/Comp_1_00000.jpg);
	background-repeat: repeat-x;
	background-position: center;
	background-color: #222;
	background-attachment: fixed;
	height: 400px;
}

#loading-screen {
	display: block;
	position: absolute;
	top: 398px;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 200vh;
	background-color: rgba(255, 255, 255, 1);
	background-image: url('http://andygeslison.com/images/loader.gif');
	background-repeat: no-repeat;
	background-position: 50% 10%;
	background-size: 100px 100px;
	opacity: 0.9;
}

.a-center {
	text-align: center;
}

#wheel {
	-webkit-transition: all 3.5s ease-out;
	transition: all 3.5s ease-out;
	margin: auto;
	display: block;
}

#pop-wheel {
	-webkit-transition: all 4s ease-out;
	transition: all 4s ease-out;
	margin: auto;
	display: block;
}

#fortune-wheel {
	-webkit-transition: all 6s ease-out;
	transition: all 6s ease-out;
	margin: auto;
	display: block;
}

.selector-thing {
	position: relative;
	top: 41px;
	z-index: 20;
	margin: auto;
	display: block;
}

.wheel-of-things-div {
	margin: 0 0 40px 0;
	min-height: 560px;
}

.pop-wheel-of-things-div {
	margin: 0 0 40px 0;
	min-height: 470px;
}

.spin:hover {
	cursor: pointer;
}

.fastRotate {
	-webkit-transition: 0.1s ease-out !important;
	transition: all ease-out 0.1 !important;
}

.reset-all-button {
	margin: auto;
	display: block;
	width: 100%;
	margin-top: 40px;
}

.score-div {
	max-width: 710px;
	margin: auto;
}

.category-text {
	margin: 11px auto;
	width: 70%;
	display: block;
	position: relative;
}

.pop-category-text {
	width: 70%;
	display: block;
	margin: auto;
	position: relative;
}

.category-popup {
	max-width: 450px;
	margin: auto;
	padding: 47px;
	background-color: aliceblue;
	border-radius: 25px;
	top: 0;
	position: relative;
}

.home-section figure {
	font-size: 22px;
	box-shadow: 0px 0px 11px rgba(100, 100, 100, 0.4);
	transition: all 0.5s ease;
	border-radius: 5px;
	padding: 20px;
}

.home-section figure:hover {
	box-shadow: 0px 0px 21px rgba(100, 100, 100, 0.7);
	background-color: aliceblue;
	color: #606060;
}

.home-section figcaption {
	margin: 5px 0;
}

.home-section figure img {
	opacity: 1;
	padding: 5px;
	transition: all 0.5s ease;
}

.bottle-popup {
	max-width: 450px;
	margin: auto;
	padding: 47px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 25px;
	top: 0;
	position: relative;
}

.pre-prize-div {
	position: relative;
	margin: auto;
	display: block;
	width: 80%;
	padding: 20px 0;
}

.pre-prize-div-bottle {
	position: absolute;
	margin: auto;
	display: block;
	width: 97%;
	padding: 20px 0;
}

.pre-prize-div p {
	margin: auto;
	display: block;
}

.trivia-main {
	top: -30px;
	position: relative;
}

.bold-text-center {
	font-size: 25px;
	font-weight: bold;
	display: block;
	line-height: 29px;
}

.prizes,
.pop-prizes {
	min-height: 240px;
	position: absolute;
	z-index: 100;
	float: left;
	width: 92%;
	top: 220px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

.wheel-protect {
	width: 93%;
	background-color: rgba(255, 255, 255, 0);
	height: 508px;
	position: absolute;
	z-index: 50;
	margin-right: auto;
	margin-left: auto;
	left: 0;
	right: 0;
}

.score-counters {
	border: solid #ccc 1px;
	padding: 20px 0;
	font-size: 75px;
}

.score-container {
	width: 100%;
	height: 100%;
	position: absolute;
	margin: 0 auto;
	padding: 70px 1%;
	clear: both;
	top: 10px;
	background-color: #fff;
	z-index: 500;
}

.score-buttons {
	width: 100%;
	position: fixed;
	margin: 0 auto;
	padding: 10px 1%;
	clear: both;
	bottom: 0;
	background-color: #fff;
	z-index: 501;
}

.score-buttons-container {
	margin: auto;
	max-width: 570px;

}

.score-button,
.score-button-clear {
	margin-top: 0;
}

.bold {
	font-weight: bold;
}

.width-50-all {
	width: 47%;
	margin: 0 1%;
	display: inline-block;
}

/* ---- CH STUFF ---- */
/*
 * 12-column grid system
 */
/* Grid units */

.grid12-1,
.grid12-2,
.grid12-3,
.grid12-4,
.grid12-5,
.grid12-6,
.grid12-7,
.grid12-8,
.grid12-9,
.grid12-10,
.grid12-11,
.grid12-12,
.grid12-25,
.grid-full,
.grid-col2-sidebar,
.grid-col2-main {
	/*position:relative;*/
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;

}

.grid12-1 img,
.grid12-2 img,
.grid12-3 img,
.grid12-4 img,
.grid12-5 img,
.grid12-6 img,
.grid12-7 img,
.grid12-8 img,
.grid12-9 img,
.grid12-10 img,
.grid12-11 img,
.grid12-12 img,
.grid12-25 img,
.grid-full img,
.grid-col2-sidebar img,
.grid-col2-main img {
	width: 100%;
}

/* Basic grid units width */
.grid12-25 {
	width: 18%;
}

.grid12-1 {
	width: 6.33%;
}

.grid12-2 {
	width: 14.66%;
}

.grid12-3 {
	width: 23%;
}

.grid12-4 {
	width: 31.33%;
}

.grid12-5 {
	width: 39.67%;
}

.grid12-6 {
	width: 48%;
}

.grid12-7 {
	width: 56.33%;
}

.grid12-8 {
	width: 64.67%;
}

.grid12-9 {
	width: 73%;
}

.grid12-10 {
	width: 81.33%;
}

.grid12-11 {
	width: 89.67%;
}

.grid12-12,
.grid-full {
	width: 98%;
}

.width-full {
	width: 100%;
}

#video1_popup,
#video2_popup,
#video3_popup,
#video4_popup,
#video5_popup,
#video6_popup,
#video7_popup,
#video8_popup,
#video9_popup,
#video10_popup,
#video11_popup,
#video12_popup,
#video13_popup,
#video14_popup,
#video15_popup,
#video16_popup,
#video17_popup {
	transform: scale(0.8);
	width: 100%;
	max-width: 853px;
	padding: 0px 10px;
}

.popup_visible #video1_popup,
.popup_visible #video2_popup,
.popup_visible #video3_popup,
.popup_visible #video4_popup,
.popup_visible #video5_popup,
.popup_visible #video6_popup,
.popup_visible #video7_popup,
.popup_visible #video8_popup,
.popup_visible #video9_popup,
.popup_visible #video10_popup,
.popup_visible #video11_popup,
.popup_visible #video12_popup,
.popup_visible #video13_popup,
.popup_visible #video14_popup,
.popup_visible #video15_popup,
.popup_visible #video16_popup,
.popup_visible #video17_popup {
	transform: scale(1);
}

#video1_popup iframe,
#video2_popup iframe,
#video3_popup iframe,
#video4_popup iframe,
#video5_popup iframe,
#video6_popup iframe,
#video7_popup iframe,
#video8_popup iframe,
#video9_popup iframe,
#video10_popup iframe,
#video11_popup iframe,
#video12_popup iframe,
#video13_popup iframe,
#video14_popup iframe,
#video15_popup iframe,
#video16_popup iframe,
#video17_popup iframe {
	border: none;
	border-image-source: inherit;
	border-image-slice: inherit;
	border-image-width: inherit;
	border-image-outset: inherit;
	border-image-repeat: inherit;
}

.video1_popup_open,
.video2_popup_open,
.video3_popup_open,
.video4_popup_open,
.video5_popup_open,
.video6_popup_open,
.video7_popup_open,
.video8_popup_open,
.video9_popup_open,
.video10_popup_open,
.video11_popup_open,
.video12_popup_open,
.video13_popup_open,
.video14_popup_open,
.video15_popup_open,
.video16_popup_open,
.video17_popup_open {
	cursor: pointer;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.skills-spacer {
	margin-top: 75px;
}

.image-border {
	border: solid 1px #ccc;
}

.center-logo {
	display: block;
	margin: auto;
	width: 43%;

}

.skills-dots-container {
	width: 262px;
	display: block;
	margin: auto;
	padding: 0 24px;
}

.skills-dot-empty {
	height: 40px;
	width: 40px;
	border: solid 5px #5c9ebe;
	display: inline-block;
	border-radius: 25px;
}

.skills-dot-full {
	height: 40px;
	width: 40px;
	border: solid 5px #5c9ebe;
	display: inline-block;
	background-color: #5c9ebe;
	border-radius: 25px;
}
.collapse.in {
	display: block;
}
.navbar .container {
	max-width: 1000px;
}
.body-container.blog-article {
	max-width: 760px;
}
a.games-category {
	text-decoration: none;
}
/* ------------------------------------  DESKTOP ------------------------------------ */
@media screen and (min-width: 771px) {

	.desktop-view {
		display: block;
	}

	.mobile-view {
		display: none;
	}

	.top-header-desktop {
		margin-top: 20px;
	}

	.prizes {
		width: 97%;
		top: 261px;
	}

	.pop-prizes {
		width: 97%;
		top: 195px;
	}

	.score-container {
		top: 60px;
	}

	.wheel-protect {
		width: 97%;
	}

	.center-logo {
		width: inherit;
		position: relative;
		top: 5vh;

	}

	#letter-lineup-button {
		width: 50%;
	}

	.dice1,
	.dice2,
	.dice3,
	.dice4,
	.dice5,
	.dice6 {
		width: 31.3%;
	}

	.score-counters {
		font-size: 100px;
	}

	.navbar img.headerlogo {
		float: left;
		margin-right: 24px;
		max-width: 200px;
	}

	.navbar ul li a {
		text-align: center;
		display: block;
		text-decoration: none;
		color: #FFF;
		margin-top: 7px;
		transition: .3s linear;
		text-shadow: 0 0px 0 rgba(255, 255, 255, .25);
        margin: 0 16px;
	}

	.navbar-nav {
		margin-right: 24px;
	}

	.text-block {
		margin: 113px 0;
		text-align: right;
	}

	.homeHero {
		background-position: 30% 0;
		background-size: 100%;
	}

	.wheel-of-things-div {
		margin: 20px 0 40px 0;

	}

	.category-text {
		width: 40%;
	}

	.reset-all-button {
		width: 24%;
		margin-top: 20px;
	}

	.contact-form {
		min-height: 960px;
	}

	h1 {
		font-size: 37px;
	}
}

/* ------------------------------------  DESKTOP ------------------------------------ */

/* ------------------------------------  MOBILE ------------------------------------ */
@media screen and (max-width: 770px) {

	.desktop-view {
		display: none;
	}

	.mobile-view {
		display: block;
	}
	.navbar-collapse li {
		padding: 4px 10px;
	}

	.team-1-button-a,
	.team-2-button-a,
	.team-1-button-b,
	.team-2-button-b {
		margin: 10px 0;
	}

	#wheel {
		max-width: 400px;
		width: 100%;
	}

	.navbar img.headerlogo {
		float: left;
		margin-right: 24px;
		margin-left: 20px;
		max-width: 170px;
	}

	.navbar-toggle {
		margin-top: 18px;
	}

	.hero-container {
		padding: 50px 18px;
	}

	.error-container {
		padding: 50px 18px;
		min-height: 50vh;
	}

	.navbar li a,
	.navbar .navbar-brand {
		background-color: #606060;
	}

	.home-hero-padding {
		padding-top: 13vh;
	}

	.hero-padding {
		margin-top: 20px;
	}

	.landingText {
		font-size: 35px;
		color: #fff;
	}

	#loading-screen {
		top: 60px;
		background-position: 50% 2%;
	}

	.dropdown-menu li a {
		color: #fff !important;
	}

	.navbar-default .navbar-nav>li>a:focus,
	.navbar-default .navbar-nav>li>a:hover {
		background-color: #777;
	}

	.homeHero {
		min-height: 40vh;
	}

	.webHero {
		height: 200px;
		background-size: cover;
	}

	#fortune-wheel {
		width: 100%;
	}

	.skills-list {
		padding: 20px 24%;
	}

	.home-container {
		padding: 50px 30px;
	}

	/* Below 768px all grid units are stretched (full width) and stack vertically */
	.grid12-1,
	.grid12-2,
	.grid12-3,
	.grid12-4,
	.grid12-5,
	.grid12-6,
	.grid12-7,
	.grid12-8,
	.grid12-9,
	.grid12-10,
	.grid12-11,
	.grid12-12,
	.grid-full,
	.grid-col2-sidebar,
	.grid-col2-main,
	.grid-col3-sidebar,
	.grid-col3-main {
		width: 100% !important;
		/* Added "!important" to override units with "no-gutter" */
		margin-left: 0;
		margin-right: 0;
	}

}

/* ------------------------------------  MOBILE ------------------------------------ */