/*
                  _____    ____
               .#########.#######..
            .#######################.
          .############################.
         .################################.
        .#########,##,#####################.
       .#########-#,'########## ############.
      .######'#-##' # ##'### #. `####:#######.
      #####:'# #'###,##' # # +#. `###:':######
     .####,'###,##  ###  # # #`#. -####`######.
    .####+.' ,'#  ##' #   # # #`#`.`#####::####
    ####'    #  '##'  #   #_'# #.## `#######;##
    #:##'      '       #   # ``..__# `#######:#
    #:##'  .#######s.   #.  .s######.\`#####:##
    #:##   ."BECOME""'    '""SELFEWARE"". `.##:#
   .#:##   ><'(##)'> )    ( <'(##)`><   `####;#
   ##:##  , , -==-' '.    .` `-==- . \  ######'
   #|-'| / /      ,  :    : ,       \ ` :####:'
   :#  |: '  '   /  .     .  .  `    `  |`####
   #|  :|   /   '  '       `  \   . ,   :  #:# 
   #L. | | ,  /   `.-._ _.-.'   .  \ \  : ) J##
  ###\ `  /  '                   \  : : |  /##
   ## #|.:: '       _    _        ` | | |'####
   #####|\  |  (.-'.__`fuk'__.`-.)   :| ' ######
   ######\:      `-...___..-' '     :: /######
   #######\``.                   ,'|  /#######
  .# ######\  \       ___       / /' /#######
  # #'#####|\  \    -     -    /  ,'|### #. #.
  `#  #####| '-.`             ' ,-'  |### #  #
      #' `#|    '._         ,.-'     #`#`#.
           |       .'------' :       |#   #
           |       :         :       |
           |       :         :       |
                   :         :          

SELFEWARE 
by ~The~ Dark Igloo
http://darkigloo.com

*/


html
{
    height: 100%;
	width: 100%;
}

body {
	height: auto;
	font-family: "adobe-garamond-pro", serif;
	margin: 0;
	width: 100%;
	/*min-width: 1130px;*/
	
}

/**************************************************************** THE VERY TOP STUFF ******/


#raisetheroof {
	width: 100%;
	height: 850px;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: none;
	float: left;
}

#hero {
	width: 100%;
	margin-top: 150px;
	margin-top: 0;
	height:86vh;
	height: auto;
	overflow: hidden;
}

#meatspin {
	width: 600px;
	height: 600px;
	margin: 0px auto 0 auto;
	background-repeat: no-repeat;
	z-index: 100;
}

.animate {
background: linear-gradient(270deg, #63c5bf, #00acda);
background-size: 400% 400%;
-webkit-animation: gradientanimate 7s ease infinite;
-moz-animation: gradientanimate 7s ease infinite;
animation: gradientanimate 7s ease infinite;
}

/* Background Animation */ 

@-webkit-keyframes gradientanimate {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes gradientanimate {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes gradientanimate { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* Text Animation */

@-webkit-keyframes textanimate {
    0%{color:#63c5bf;}
    50%{color:#00acda;}
    100%{color:#63c5bf;}
}
@-moz-keyframes textanimate {
    0%{color:#63c5bf;}
    50%{color:#00acda;}
    100%{color:#63c5bf;}
}
@keyframes textanimate { 
    0%{color:#63c5bf;}
    50%{color:#00acda;}
    100%{color:#63c5bf;}
}

#hero-link {
	width: 230px;
	  height: 70px;
	  position: absolute;
	  /*position: fixed;*/
	  /*bottom: 25px;*/
	  left: 50%;
	  margin-left: -117px;
	  text-align: center;
	  letter-spacing: 1px;
	  overflow: hidden;
	  opacity: 1;
	  z-index: 100;
	  background-color: rgba(255,255,255,0.666);
	-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-ms-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;	
}

#hero-content {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
}

#hero-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: -70px;
	z-index: 50;
	-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-ms-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;	
}

#hero-link:hover {
	opacity: 1;
}

#hero-link h2 {
    font-size: 13px;
    font-weight: 500;
    margin: 13px 0 0 0;
    letter-spacing: 2px;
	color: #131313;
}

#hero-link h3 {
	font-size: 26px;
	font-weight: 700;
	margin-top: 0px;
	letter-spacing: 3px;
	-webkit-animation: textanimate 7s ease infinite;
	-moz-animation: textanimate 7s ease infinite;
	animation: textanimate 7s ease infinite;	
}


/* Safari 6.1-8.0 (6.1+) */

@media screen and (min-color-index:0)
   and(-webkit-min-device-pixel-ratio:0) { @media {
    #hero-link h3 { margin-top: 0px; }
}}

#hero-link:hover #hero-bg {
	top: 0;
}

#hero-link:hover h3 {
	color:white!important;
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;	
}

/*#hero-link:after {
    content: "";
    position: absolute;
    width: 2px;
	height: 155px;
	background-color: red;
	left: 50%;
	top: 82px;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00acda), to(#63c5bf));
    background-image: -webkit-linear-gradient(#00acda, #63c5bf);
    background-image: -moz-linear-gradient(#00acda, #63c5bf);
    background-image: -o-linear-gradient(#00acda, #63c5bf);
    background-image: linear-gradient(#00acda, #63c5bf);
}*/

.rad {
    position: relative;
    border: 2px solid #00acda;
    border-top-color: #63c5bf;
}

.rad:before,
.rad:after {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    width: 2px;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#63c5bf), to(#00acda));
    background-image: -webkit-linear-gradient(#63c5bf, #00acda);
    background-image: -moz-linear-gradient(#63c5bf, #00acda);
    background-image: -o-linear-gradient(#63c5bf, #00acda);
    background-image: linear-gradient(#63c5bf, #00acda);
}

.rad:after {
    left: auto;
    right: -2px;
}

/**************************************************************** NAVIGATION BAR ******/



nav {
	height: 110px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	background: rgba(255,255,255,.98);
	background: rgba(255,255,255,0);
}

#logo {
	width: 260px;
	height: 80px;
	position: absolute;
	left: 50%;
	margin-left: -130px;
	/*top: 18px;*/
	background-image: url('img/logo.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.nav-contain {
    width: 95%;
    height: 100%;
    left: 2.5%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
}

nav .rule {
	width: 86%;
	bottom: 0px;
	position: absolute;
	margin: 0;
	margin-left: 7%;
	-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-ms-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.5s ease-in-out;
}

.nav-scroll .rule {
	width: 120%;
	margin-left: -10%;
	bottom: 0;
}

.alt {
	height: 125px;
	-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-ms-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
}

.nav-scroll {
	height: 90px;
	background-color: white;
	transition: .5s ease-in-out;
}

.alt #logo {
	left: 50%;
	margin-left: -115px;
	top: 25px;
	width: 240px;
	-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-ms-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
}

.nav-scroll #logo {
	top: 10px;
}

.nav-links {
	width: 900px;
	position: absolute;
	bottom: 27px;
}

.alt .nav-links {
	-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-ms-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
}

.nav-links a {
	letter-spacing: 1px;
	text-decoration: none;
	/*margin: 0 0px 0 40px;*/
	color: #131313;
	/*padding-bottom: 38px;*/
	/*border-bottom: 2px rgba(220,210,176,0) solid;	*/
	-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-ms-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
}

.chapter {
	color: #dcd2b0;
	font-size: 10px;
	margin-right: 10px;
	font-weight: 900;
	-webkit-animation: textanimate 7s ease infinite;
	-moz-animation: textanimate 7s ease infinite;
	animation: textanimate 7s ease infinite;	
}

.nav-scroll .chapter {
	color: #dcd2b0;
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;	
	
}

.nav-links a:hover {
	padding-bottom: 38px;
	border-bottom: 2px rgba(220,210,176,1) solid;	
}

.nav-scroll .nav-links {
	top: 50px;
	width: 900px;
	top: 0;
}

nav ul {
	list-style-type: none;
	position: absolute;
}

#nav-left {
	position: absolute;
	text-align: right;
    left: 50%;
    margin-left: -460px;
    top: -19px;
}

#nav-right {
	position: absolute;
	text-align: left;
	right: 50%;
	margin-right: -453px;
	top: -18px;
}

nav ul li {
	display: inline-block;
	font-size: 18px;
	color: #131313;
	z-index: 500;
	float: left;
	margin: 0 0 0 0px;
	padding: 64px 20px 41px 12px;	
	-webkit-transition: 0.1s ease-in-out;
		-moz-transition: 0.1s ease-in-out;
		-ms-transition: 0.1s ease-in-out;
		-o-transition: 0.1s ease-in-out;
		transition: 0.1s ease-in-out;
}

.nav-scroll ul li {
	padding: 50px 20px 20px 12px;	
}

nav ul li:hover {
	color: #36bacc;

}


/**************************************************************** BELOW THE "FOLD" ******/


#container {
	margin-top: 0;
	display: none;
}

section {
	background-color: #131313;
	padding: 75px 0 125px;
	float: left;
	width: 100%;
	min-height: 575px;
}

.special {
	padding: 0;
}

.homie {
	width: 50px;
	height: 50px;
	background-image: url('img/homie.png');
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
}

section h2 {
	font-weight: 700;
	color: #dcd2b0;
	font-size: 20px;
	margin: 30px 0 20px 0;
	text-align: center;
	letter-spacing: 1px;
}

section h1 {
	font-weight: 100;
	color: white;
	font-size: 50px;
	text-align: center;
	letter-spacing: 3px;
	max-width: 850px;
	margin: -5px auto -15px;
	line-height: 60px;
}

.rule {
	width: 750px;
	height: 2px;
	margin: 40px auto 45px auto;
}

.cyangradient {
	background: #63c5bf; /* Old browsers */
	background: -moz-linear-gradient(left,  #63c5bf 0%, #00acda 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#63c5bf), color-stop(100%,#00acda)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #63c5bf 0%,#00acda 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #63c5bf 0%,#00acda 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #63c5bf 0%,#00acda 100%); /* IE10+ */
	background: linear-gradient(to right,  #63c5bf 0%,#00acda 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63c5bf', endColorstr='#00acda',GradientType=1 ); /* IE6-9 */
}

section p {
	font-size: 18px;
	color: #dcd2b0;
	text-align: center;
	line-height: 40px;
	width: 875px;
	margin: 0 auto 0px auto;
}

.button-block {
	width: 600px;
	margin: 0px auto;
	margin-top: 50px;
}

.button-block a {
	text-decoration: none;
}

.button {
	width: 270px;
	height: 65px;
	text-align: center;
	color: white;
	font-weight: 700;
	font-size: 21px;
	text-decoration: none;
	letter-spacing: 2px;
	margin: 0 12px;
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.button-fill {
	position: absolute;
	width: 100%;
	height: 0%;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0;
	-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-ms-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
}

.button-text {
	margin: 23px auto;
	position: relative;
	z-index: 150;
	text-decoration: none!important;
}

.button:hover .button-fill {
	height: 100%;
	opacity: 1;
}

.motivational {
	height: 750px;
	width: 100%;
    background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
	position: relative;
	float: left;
}

.motivational img {
	width: 150px;
	margin: 0 auto;
}

.motivational h1 {
	font-size: 100px;
	letter-spacing: -4px;
	font-weight: 300;
	color: white;
	text-align: center;
	font-style: italic;
	margin: 0;
	margin-left: 20px;
	margin-top: 250px;
	padding: 0;
}

.motivational h1 sup {
	top: -50px;
	  font-size: 28px;
	  left: 8px;
	  letter-spacing: 1px;
}

.oneline {
	margin-top: 300px!important;
}

.innerContainer {
	width: 95%;
	max-width: 1440px;
	background-color: red;
	margin: 0 auto;
}

.textleft {
	width: 45%;
	float: left;
	padding-left: 50px;
	padding: 75px 0 125px 50px;
}

.textleft h2, .textleft h1, .textleft p {
	text-align: right;
}

.textright {
	width: 43%;
	float: left;
	padding-left: 75px;
	padding: 75px 0 125px 50px;
}

.textright h2, .textright h1, .textright p {
	text-align: left;
}

.innerContainer p {
	width: 100%;
}

.innerContainer .rule {
    width: 95%;
    margin-right: -10px;
	margin-top:40px;
	margin-bottom: 35px;
}

.textright .rule {
	margin-left: -10px;
	width: 98%;
}

.hanging-r {
	margin-right: -20px;
}

p a {
	color: white;
	font-style: italic;
}

p a:hover {
	-webkit-animation: textanimate 7s ease infinite;
	-moz-animation: textanimate 7s ease infinite;
	animation: textanimate 7s ease infinite;
}

.right {
	width: 45%;
	float: left;
	margin-left: 20px;
}

.right img {
	width: 90%;
	margin-top: 150px;
	float: right;
}

.left {
	width: 50%;
	float: left;
}

.left img {
	width: 90%;
	margin-top: 90px;
	float: right;
}

/**************************************************************** CONTACT FORM STUFF ******/

#contactstuff {
	width: 740px;
	margin: 0 auto;
}

fieldset {
	border: none;
	width: 740px;
	margin: 0 auto;
	padding-left: 20px;
}

.half-field-set {
	width: 355px;
	height: 73px;
	position: relative;
	display: inline-block;
	margin: 3px;
}

.half-field {
	width: 334px;
	height: 55px;
	background-color: #dcd2b0;
	border: none;
	font-size: 26px;
	font-style: italic;
	font-weight: 900;
	letter-spacing: 1px;
	padding-top: 8px;
	padding-left: 20px;
}

.full-field-set {
	width: 719px;
	height: 73px;
	position: relative;
	display: inline-block;
	margin: 10px 3px;
}

.full-field {
	width: 698px;
	height: 55px;
	background-color: #dcd2b0;
	border: none;
	font-size: 26px;
	font-style: italic;
	font-weight: 900;
	letter-spacing: 1px;
	padding-top: 8px;
	padding-left: 20px;
}

.submit {
	height: 68px;
	margin: 3px;
	width: 719px;
	color: white;
	font-style: normal;
	font-weight: 500;
	display: block;
	font-size: 24px;
	padding-top: 4px;
	-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-ms-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
}

.submit:hover {
	color:#131313;
	width: 300px;
	margin-left: 213px;
}

.bottom-border {
	width: 100%;
	height: 5px;
	background-color: red;
}

#returnmessage {
	width: 550px;
}

::-webkit-input-placeholder {
   color: rgba(0,0,0,0.65);
}

:-moz-placeholder { /* Firefox 18- */
   color: rgba(0,0,0,0.65);
}

::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(0,0,0,0.65);
}

:-ms-input-placeholder {  
   color: rgba(0,0,0,0.65);
}

.copyright {
	font-size: 14px;
	color: #dcd2b0;
	text-align: center;
	margin-top: 120px;
}

#igloo {
	position: absolute;
	bottom: 10px;
	right: 13px;
	width: 190px;
	height: 50px;
	z-index: 300;
}

#igloo p {
	padding: 7px 20px;
	width: auto;
	line-height: auto;
	text-align: left;
	color: #131313;
	font-size: 18px;
	-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-ms-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
}

#polarbear {
	position: absolute;
	width: 75px;
	height: 60px;
	right: -5px;
	bottom: 5px;
	background-image: url('img/bear.gif');
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transition: 25s linear;
		-moz-transition: 25s linear;
		-ms-transition: 25s linear;
		-o-transition: 25s linear;
		transition: 25s linear;
}

#igloo:hover p {
	color: white;
}

#igloono:hover #polarbear {
	-ms-transform: rotate(-90deg); /* IE 9 */
	    -webkit-transform: rotate(-90deg); /* Safari */
	    transform: rotate(-90deg);
		bottom: 15px;
}

#igloo:hover #polarbear {
		right: 100vw;
		-webkit-transition: 25s linear;
			-moz-transition: 25s linear;
			-ms-transition: 25s linear;
			-o-transition: 25s linear;
			transition: 25s linear;
}


.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -170px;
	background-image:url('img/load-e-full.gif');
	background-repeat: no-repeat;
	width: 340px;
	height: 170px;
}

.loader p {
	position: absolute;
	bottom: 0;
	width: 340px;
	margin-left: 0px;
	text-align: center;
	color: black;
}


/**************************************************************** SECTION BACKGROUND IMAGES ******/


#gallery {
	background-image: url('img/overlay-2.jpg');
    background-size: cover;
	background-attachment: fixed;
	padding: 100px 0 25px 0;
}

#about {
	background-image: url('img/overlay-5.jpg');
    background-size: cover;
	background-attachment: fixed;
}

#team {
	background-image: url('img/overlay-4.jpg');
    background-size: cover;
	background-attachment: fixed;
	min-height: 720PX;

}

#contact {
	background-image: url('img/overlay-3.jpg');
    background-size: cover;
	background-attachment: fixed;
	position: relative;
	padding: 75px 0 20px 0!important;
	overflow: hidden;
}

/**************************************************************** MOTIVATIONAL IMAGES ******/


#box {
	background: url(img/motivational-box-noglove.jpg) no-repeat center center fixed;
	background-size: cover;
}

.glove {
	width: 469px;
	height: 339px;
	background-image: url('img/glove.png');
	position: absolute;
	left: 19%;
	top: -250px;
	z-index: 10;
}

.gloved {
	position: relative;
	z-index: 20;
}

/* Safari 6.1-8.0 (6.1+) */

@media screen and (min-color-index:0)
   and(-webkit-min-device-pixel-ratio:0) { @media {
    .glove {
		display: none;
	}
	
	#box {
		background: url(img/motivational-box.jpg);
	}
}}

#kid {
	background: url(img/motivational-kid.jpg) no-repeat center center fixed;
	background-size: cover;
}
#ski {
	background: url(img/motivational-ski.jpg) no-repeat center center fixed;
	background-size: cover;
}
#posters {
  padding: 50px 0;
}
#posters img {
	width: 30%;
	margin: 10px;
}
.mobileonly {
	display: none;
}

/* Moderately Tiny Desktops */
@media only screen 
  and (min-width: 375px) 
  and (max-width: 1150px) 
   { 
   	.desktoponly {
   		display: none;
   	}
	
   	.mobileonly {
   		display: block;
   	}

	#team {
min-height: auto;
}
	
	section img {
		margin-bottom: 25px;
		width: 66.6%;
	}
	
	section p {
		font-size: 16px;
		width: 75%;
	}
	
	.rule {
		width: 90%;
	}
}

/* Way Too Tiny Desktops */
@media only screen 
  and (min-width: 375px) 
  and (max-width: 590px) 
   
   {
	  #nav-left, #nav-right {
		  display: none;
	  }
	  
	  .loader {
	  	margin: -50px 0 0 -170px;
	  	background-repeat: no-repeat;
	  	width: 220px;
	  	height: 140px;
		margin-left: -110px;
		margin-top: 0px;
		background-size: contain;
	  }
	  
	  .loader p {
		  width: 220px;
		  margin-left: 0px;
	  }

	  
}

/* Too Tiny Desktops */
@media only screen 
  and (min-width: 590px) 
  and (max-width: 988px) 
   { 
   
   .alt {
	   height: 145px;
   }
   
   
	  #nav-left, #nav-right {
		  /*display: none;*/
	  }
	  
	  #nav-left {
    margin-left: -330px;
    top: 20px;
}

	#nav-right {
	margin-right: -300px;
	top: 20px;
}

.loader {
	margin: -40px 0 0 -170px;
	background-repeat: no-repeat;
	width: 340px;
	height: 170px;
}

.nav-scroll {
	height: 125px;
}

#hero-link {
	margin-top: 40px;
}
	  
	  
}

/* Too Large Desktops */
@media only screen 
  and (min-width: 1900px) 
  and (max-width: 60000px) 
   { 
       .glove {
   		display: none;
   	}
	
   	#box {
   		background: url(img/motivational-box.jpg);
   	}
}

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
	  body {
		  min-width: 0;
	  }
	  .motivational {
	  	height: 750px;
	  	width: 100%;
	    background-size: cover;
	  	background-attachment: scroll;
	  	overflow: hidden;
	  }
	  
	  #box {
	  	background-image: url(img/motivational-box.jpg);
	  	background-attachment: scroll;
	  }

	  #kid {
	  	background-image: url(img/motivational-kid.jpg);
	  	background-attachment: scroll;
	  }

	  #ski {
	  	background-image: url(img/motivational-ski.jpg);
	  	background-attachment: scroll;
	  }
	  
		section p {
			width: 640px!important;
		}
		
		#raisetheroof {
			height: 750px;
		}
		
		#container {
			
		}
		
		.desktoponly {
			display: none;
		}
		
		.mobileonly {
			display: block;
		}
		
		section .rule {
			width: 95%;
			margin-left: 2.5%;
		}
		
		.mobileonly img {
			width: 90%;
			margin: 15px auto;
		}
		
		#hero-link {
			display: none;
		}
		
		.mobileway-fix {
			font-size: 95px;
		}
		
		.half-field-set {
			width: 345px;
			margin: 0 10px;
			
		}

		.half-field {
			width: 326px;
			
		}
		
		.bottom-border {
			width: 103%;
			display: none;
		}
		
		#box {
			background-image: url('img/motivational-box.jpg');
		}

		.glove {
			display: none;
		}
		
		.loader {
			margin: -40px 0 0 -170px;
			background-repeat: no-repeat;
			width: 340px;
			height: 170px;
		}
}


