body{
    background-color: #F4B111;
    line-height: 1.45;
    margin: 0;
    height: 100vh;
    position: absolute;
    width: 100%;
}

#PayPalLink{
	position: absolute;
	bottom: 0;
	font-size: .9em;
	margin-bottom: 6px;
	text-align: center;
	width: 100%;
	margin-left: calc((100% - 1300px) / -2);
}

@supports (-webkit-touch-callout: none) {
	.notIos{
		display: none
	}
  }

.background{
	width: 100%;
	height: calc(100vh + 20px);
	margin-top: -20px;
	position: fixed;
	z-index: -1;
}

.darkMode .background{
	background: radial-gradient(110% 100% at 50% 98%, black 35%,#733205 70%,#B56219 94%, #f4B111);
}

body.darkMode{
	background: radial-gradient(110% 100% at 50% 98%, black 35%,#733205 70%,#B56219 94%, #f4B111);
}

.historyLink{
	color: blue;
	text-decoration: underline;
}
#logoutButton{
    display: none;
    position: absolute;
}

.logo{
    color: rgb(231, 137, 29);
    text-decoration: none;
    margin: 0;
    margin-left: 15px;
    font-family: 'Arbutus Slab', serif;
    font-weight: normal;
    line-height: 1.6;
}
.darkMode .logo{
	color: rgb(172, 104, 50);
}

.darkMode h1.logo{
	color: #F4B111;
}

#contactPopup, #followedPopup, #unfollowedPopup, #exhibitionPopup, #linkPopup, #friendLinkPopup{
	background-color: white;
	width: 238px;
	position: fixed;
	border-width: 2px;
	border-style: solid;
	display: none;
	margin-top: -6px;
	z-index: 13;
}

#linkPopup{
	width: 335px;
	position: fixed;
}

#linkPopup svg{
	margin-top: 32px;
}

.welcomeMessage{
	text-align: center;
	font-size: 1.4em;
	max-width: 800px;
	margin-left: 50%;
	transform: translateX(-50%);
	margin-top: 110px;
}

#projectList p{
	background-color: white;
	margin-left: 50%;
	transform: translateX(-50%);
	text-align: center;
	font-size: 1.6em;
	width: 500px;
	padding: 10px;
	border-radius: 22px;
}

#projectList p:hover{
	background-color: lightblue;
}

#contactMessage{
	text-align: center;
	position: absolute;
	margin-left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

h5.logo, .navTab{
	font-size: 36px;
	width: 250px;
	cursor: pointer;
	float: right;
	line-height: 3.2;
	border-style: solid;
	border-width: 0px;
	border-color: #F4B111;
	border-right-width: 4px;
	border-left-width: 4px;
	padding-right: 20px;
	margin-left: -4px;
	padding-left: 20px;
	text-align: center;
	height: 100px;
	transition: .3s;
}

#leaderTab{
	width: 340px;
}

.header{
	overflow-y: hidden;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	background: #ffffff;
	z-index: 5;
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	height: 100px;
	width: 1100px;
	padding-left: calc((100% - 1100px) / 2);
	padding-right: calc((100% - 1100px) / 2);
}

#Bracket, #Leaderboard, #VideoSearch{
	display: none;
}

#VideoSearch{
	margin: 100px 100px 30%;
	text-align: center;
	font-size: 1.2em;
}

#VideoSearch input{
	font-size: 1.6em;
}

#VideoSearch button{
	border-radius: 10px;
	transform: scale(.74) translateY(-7px);
}


h5.logo:hover, .navTab:hover{
	color: #F4B111;
	line-height: 2.7;
}

.darkMode .navTab{
	border-color: rgb(172, 104, 50);
}

.darkMode .navTab:hover{
	border-color: #F4B111;
	z-index: 2;
}

h4.logo{
    font-size: 38px;
    width: 280px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    float: left;
    line-height: 2.7;
}

h4.logo:hover{
    background-color: rgb(216, 216, 216);
}

h4.logo:focus{
    background-color: rgb(216, 216, 216);
}

#homepage{
    font-size: 69px;
    width: 260px;
    cursor: pointer;
    float: left;
}

h1.logo{
	margin-left: -2px;
    font-size: 120px;
    text-align: center;
    text-shadow: 4px 3px rgb(160, 93, 16);
}

.welcomeLogo{
	line-height: 0.75;
	margin-top: 46px;
}

div{
    display: block;
}
.user-info{
    float: right;
    height: 100%;
    position: relative;
    padding-left: 25px;
}

.darkMode .user-info{
	color: rgb(172, 104, 50);
}

.expandedHeader .user-info{
	padding-left: 0;
}

.user-info p{
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 5px;
    font-size: 24px;
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
}

.layout{
    height: 100px;
    margin-bottom: 30px;
}

.layout-body{
    max-width: 100%;
    padding-left: calc((100% - 1300px) / 2);
    padding-right: calc((100% - 1300px) / 2);
    position: relative;
}
.profile-picture{
    display:inline-block;
    margin: 18px 0 0 0;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.navTab img{
    margin-top: 0;
    height: 100px;
    border-radius: 15px;
    width: auto;
}

.left-side{
    float: left;
}

.left-side .voteBarHolder{
	grid-column-start: 3;
}

.left-side svg, .right-side svg{
	transform: scale(.8);
}

.hidden p{
	height: 70px;
	text-align: center;
	font-size: 22px;
}

.MyCompetitions .right-side svg{
	margin-left: 3px;
}

.right-side .horzButton{
	grid-column-start: 2;
	margin-left: 165px;
}

.left-side .horzButton{
	margin-left: 156px;
}

.right-side .right{
	grid-column-start: 2;
	grid-column-end: 4;
}

.left-side .left{
	grid-column-start: 1;
	grid-column-end: 3;
}

.left-side, .right-side{
    height: calc(100vh - 150px);
    display: grid;
    grid-template-columns: 100px 1fr 100px;
    grid-template-rows: 1fr 100px; 
}

.center-tweet{
    width: 500px;
    overflow: hidden;   
}

.left, .right{
	width: 500px;
}

.left img, .right img{
	width: 500px;
}

.smallSide{
	width: 250px; 
	margin-top: 170px;
}

.left-post div, .right-post div, .left .IM, .right .IM{
    pointer-events: none;
}

.IMHolder{
	transform: translateX(5%);
}

.Vs p{
    width: 100px;
    height: 100px;
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 80px;
    text-decoration: underline;
}

.exhib{
	margin-top: 30px;
	position: absolute;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	width: 120px;
	margin-left: -10px;
	cursor: pointer;
}

.versus svg{
    float: left;
}

.shareSVG{
	margin-left: 32px;
	margin-top: -50px;
	position: absolute;
	cursor: pointer;
}

.starCount{
    font-size: 26px;
	text-decoration: none;
	height: 30px;
	text-align: left;
	line-height: 0;
	margin-top: 36px;
}

.bestRank .starCount{
	line-height: 1.2;
}

.profile-picture img{
    width: 70px;
    height: 70px;
    border-radius: 35px;
    float: left;
    margin-right: 15px;
    margin-left: auto;
    border: 0;
}

.expandedHeader .profile-picture img{
	width: 90px;
	height: 90px;
	border-radius: 45px;
}


#notifAlert{
	display: none;
    background-color: red;
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    text-align: center;
    color: white;
    top: 14px;
    right: 12px;
    z-index: 6;
    line-height: 1.8;
    font-size: 17px;
}

.competition{
    display: grid;
	width: 1300;
	margin-left: calc((100% - 1300px) / 2);
	margin-right: calc((100% - 1300px) / 2);
	grid-template-columns: 1fr 100px 1fr;
	margin-top: 50px;
}
.versus{
    display: grid;
    grid-template-rows: 1fr 1fr 100px;
    height: calc(100vh - 150px);
}
.popupCompetition .versus{
	height: 575px;
}
.darkMode .versus{
	color: white;
}

.voteBar{
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
	background:-moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-o-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:linear-gradient(to bottom, #79bbff 2%, #378de5 50%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);
    background-color:#79bbff;
    border-radius: 10px;
    width: 70px;
    margin-left: 15px;
    height: 450px;
    -webkit-transition: width 1.5s, height 1.5s; 
    transition: width 1.5s, height 1.5s;
}
.voteBarHolder2{
    grid-row-start: 2;
    overflow-y: hidden;
}
.leftSpace, .rightSpace{
    height: 450px;
    -webkit-transition: width 1.5s, height 1.5s; 
    transition: width 1.5s, height 1.5s;
}
.voteBarHolder{
    width: 100px;
    display: grid;
    grid-template-rows: 3fr 450px 2fr;
    overflow: hidden;
}
.voteBarHolder p{
    text-align: center;
    grid-row-start: 3;
    margin-top: 35px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    font-size: 20px;
    opacity: 0;

}

.darkMode .WelcomeForm{
	color: white;
}

.WelcomeForm label{
	margin-left: 410px;
	height: 80px;
}

h2{
	text-align: center;
}

.WelcomeForm p{
	width: 180px;
	float: left;
	line-height: 0;
	font-size: 20px;
}

.WelcomeForm button{
	width: 220px;
}

.WelcomeForm .buttonBox{
	width: 220px;
	margin-left: 485px;
	margin-top: 54px;
}

.slideHolder{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 360px 360px 410px 1fr;
	margin-bottom: 28px;
}

.darkMode .slideHolder{
	color: white;
}

.introSlide{
	float: left;
}

.introSlide:nth-child(1){
	grid-column-start: 2;
}

.introSlide img{
	height: 245px;
}

.introSlide p{
	margin-left: 10px;
	margin-right: 20px;
}

.voteButtons{
    display: grid;
    grid-template-columns: 500px 300px 500px;
    justify-items: center;
    margin-bottom: 200px;
    margin-top: 50px;
}

#mainContent{
    opacity: 1;
    padding-top: 50px;
    -webkit-transition: opacity 1.5s; 
    transition: opacity 1.5s;
}

.contestPreview {
    display: grid;
    grid-template-columns: 1fr 230px;
}

#current .underline{
	margin-left: 200px;
}

#current img{
	margin-top: 10px;
}

.tweetStatus button{
	transform: scale(.75);
	width: 190px;
	margin-top: -6px;
}

#settings label{
	margin-left: 20px;
	font-size: 1.2em;
	margin-top: 17px;
	cursor: pointer;
}

.settingsButton{
	width: 200px;
	height: 30px;
	border-radius: 15px;
	margin-left: 50%;
	background-color: lightgray;
	transform: translateX(-50%);
	grid-column-start: 1;
	grid-column-end: 4;
}

.settingsChange{
	display: block;
	background: none;
	border: none;
	font-size: 16px;
	cursor: pointer;
}

.O button{
	transform: scale(0.75);
}

.adImgHolder button{
	margin-left: 50%;
	transform: translateX(-50%) scale(0.75);
}

.deleteButton{
	background-color: #f5f6f7;
	border-color: #ccd0d5;
	color: #4b4f56;
	border-top: #ccd0d5 3px solid;
	border-left: #ccd0d5 3px solid;
	cursor: pointer;
	border-radius: 22px;
	width: 170px;
	height: 62px;
	font-family: Arial;
	font-weight: bold;
	font-size: 19px;
	padding: 18px 50px;
	margin-left: -14px;
}

.notifdiv, #current .contestPreview, #settings div{
    border-style: solid;
    border-width: 0;
    border-color: black;
    border-bottom-width: 3px;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

#settings div div{
	border: none;
}

#settings input{
	height: 30px;
	font-size: 22px;
	margin-top: 11px;
}

#usernameError, #removeFriendError, .locationError{
	display: none;
	position: relative;
	grid-column-start: 2;
	margin-top: -6px;
	font-size: .8em;
	color: red;
}
.WelcomeForm #usernameError{
	float: none;
	margin-left: 50%;
	margin-top: 16px;
	transform: translateX(-50%);
	width: 310px;
	text-align: right;
}

#current :last-child{
    border-bottom-width: 0px;
}

.currentWaiting{
	margin-right: 20px;
	font-size: 1.6em;
}

.notifTabs p{
	width: 100px;
	float: left;
	font-weight: bold;
	color: #7A7A7F;
}

.darkMode .notifTabs p{
	color: black;
}

.bestPost{
	display: grid;
    border: 0px;
    border-bottom: 3px;
    border-bottom-color: black;
    border-style: solid;
    grid-template-columns: 1fr 400px;
}

.bestRank div{
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}

.bestRank h1{
    font-size: 3em;
    font-family: 'Arbutus Slab', serif;
    font-weight: 100;
    margin-bottom: 0;
    margin-top: 0;
}

.bestRank svg{
    float: left;
    margin-top: 15px;
    margin-left: 10px;
}

.bestRank p{
    margin-top: 15px;
}

.bestDisplay{
    display: grid;
    grid-template-rows: 100px 1fr 100px;
}

.bestPost :nth-child(2){
    grid-template-rows: 20px 1fr 100px;
}

::-webkit-scrollbar {
    width: 0;
  }

#best .NoLinks{
    width: 350px;
}

#settings div{
	display: grid;
	width: 580px;
	grid-template-columns: 250px 200px 1fr;
	font-size: 22px;
}
.contestPreview .currentDisplay{
    width: 350px;
    grid-column-start: 1;
}

.tweetStatusBox{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 320px;
}

.tweetStatus{
    display: grid;
    grid-row-start: 2;
    grid-template-columns: 1fr;
    grid-template-rows: 260px 60px;
    height: 350px;
    width: 190px;
    padding-left: 20px;
    padding-right: 20px;
}

.miniVoteBars{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 30px;
}

.miniVoteBar{
   display: grid;
   grid-template-columns: 1fr;
}

.miniBarsText{
	margin-top: 10px;
}

.miniFill{
    background: linear-gradient(135deg, #79bbff, #378de5);
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 4px;
}

.HighlightDiv:nth-child(even){
    background: linear-gradient(135deg, #79bbff, #378de5);
}
.HighlightDiv:nth-child(odd){
    background: linear-gradient(45deg, #79bbff, #378de5);
}

.noTweet{
    background-color: gainsboro;
    height: 286px;
    width: 500px;
    padding-top: 14px;
}

.noTweet h3{
    text-align: center;
    height: 52px;
    padding-top: 26px;
    font-size: 25px;
    margin: 0.2em;
}


.NoLinks, .currentDisplay{
    width: 500px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 10px;
}

.currentDisplay{
    border-radius: 0;
    pointer-events: none;
}

.currentDisplay img{
    width: 250px;
}

.NoLinksTT .twitter-tweet{
    pointer-events: none;
    margin-left: 10px;
}

#userPoints, #signOut{
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 0;
    font-size: 15px;
    float: none;
    font-weight: normal;
}

.profileTabs{
    display: none;
    grid-template-columns: 1fr 4fr 4fr 4fr 4fr 1fr;
    justify-items: center;
}
.leaderTabs{
	display: grid;
	grid-template-columns: 1fr 1fr;
    justify-items: center;
    width: 390px;
    height: 140px;
    margin-left: 50%;
    transform: translateX(-50%);
}

#viewFR{
	visibility: hidden;
	float: right;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -40px;
	width: 180px;
}
#friendShareSVG{
	width: 28px;
	float: right;
	cursor: pointer;
}


.profileTabs div, .leaderTabs div{
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: lightgray;
    transition: transform 0.5s;
    cursor: pointer;
}
.profileTabs .selected, .leaderTabs .selected{
    background: linear-gradient(135deg, #79bbff, #378de5);
    transform: scale(1.2);
}
.profileTabs div p, .leaderTabs div p{
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    height: 30px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.fixedButton{
    position: fixed;
    bottom: 20px;
    margin-left: calc((100% - 170px) / 2);
    z-index: 3;
}
#nextButton{
    visibility: hidden;
}

.submitButton {
    width: 170px;
    height: 62px;
	-moz-box-shadow:inset -2px 2px 9px 0px #bbdaf7;
	-webkit-box-shadow:inset -2px 2px 9px 0px #bbdaf7;
	box-shadow:inset -2px 2px 9px 0px #bbdaf7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
	background:-moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-o-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);
	background-color:#79bbff;
	-moz-border-radius:22px;
	-webkit-border-radius:22px;
	border-radius:22px;
	border:2px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	font-weight:bold;
	padding:18px 50px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
}
.submitButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));
	background:-moz-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-o-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-ms-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff',GradientType=0);
	background-color:#378de5;
}
.submitButton:active {
	position:relative;
	top:1px;
}

.timeStamp{
	color: gray;
	line-height: 0;
	margin: 0;
	text-align: left;
	margin-left: 20px;
}

.darkMode .timeStamp{
	color: black;
}

.submitButtonOff{
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #444444), color-stop(1, #506b86));
	background:-moz-linear-gradient(top, #444444 5%, #506b86 100%);
	background:-webkit-linear-gradient(top, #444444 5%, #506b86 100%);
	background:-o-linear-gradient(top, #444444 5%, #506b86 100%);
	background:-ms-linear-gradient(top, #444444 5%, #506b86 100%);
	background:linear-gradient(to bottom, #444444 5%, #506b86 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#506b86',GradientType=0);
    border:2px solid #333333;
    background-color:#444444;
    pointer-events: none;
}

.sButtonHolder{
    width: 100%;
    height: 170px;
    z-index: 2;
    bottom: 0;
    position: fixed;
}

.sButtonHolder a{
	cursor:pointer;
	color: blue;
	text-decoration: underline;
}

.darkMode .sButtonHolder{
	color: white;
}

.sButtonHolder p{
	position: absolute;
	width: 500px;
	margin-left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.sButtonHolder svg{
    margin-left: 50%;
    transform: translateX(-50%) scale(.75);
    margin-top: 5px;
}
.sButtonHolder .submitButton{
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: -5px;
}

#arrowIndicator{
    opacity: 0;
    transition: all 0.75s;
    z-index: 2;
}

#titleSubtext{
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: 46px;
	font-size: 1.6em;
	display: none;
}

#friendRequestPopup{
	width: 580px;
	height: 460px;
	z-index: 8;
}

#friendRequestList, #challengeRequestPopup{
	display: grid;
	background-color: wheat;
	grid-template-columns: 75px 1fr;
	margin-top: 10px;
	overflow: scroll;
	height: 470px;
}

#challengeRequestPopup{
	display: block;
}

#challengeRequestPopup h2{
	text-align: center;
}

#friendRequestList img{
	width: 70px;
	height: 70px;
	border-radius: 35px;
	margin-top: 25px;
	margin-left: 10px;
}

.openOptions .deleteChallenge, .openOptions #cashOutButton{
	display: block;
}
.openOptions svg{
	background-color: white;
}
.openOptions path{
	fill: gray;
}

.miniChallengePreview{
	width: 580px;
	padding-top: 15px;
	border-bottom-color: black;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	padding-bottom: 15px;
	overflow-y: 0;
}


.CIDisplay{
	width: 280px;
	display: grid;
	grid-template-rows: 180px 220px;
	height: 400px;
}

.emptyPost{
	height: 330px;
	background: radial-gradient(#F4B111,wheat 70%);
}

.emptyPost p{
	text-align: center;
	margin-top: 0;
	padding-top: 50%;
	font-size: 4em;
	margin-top: 0;
	color: white;
	line-height: .4;
	font-family: 'Arbutus Slab', serif;
	transform: scale(1.3);
}

.challengeSubtext{
	margin-top: 0;
	text-align: center;
}

.bestTableTabs{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	width: 1100px;
	margin-left: 50%;
	transform: translateX(-50%);
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

.bestTableTabs .blueText{
	text-decoration: underline;
	color: #3e77b1;
	cursor: pointer;
}

.bestTableTabs .bestRankings{
	font-size: 1.3em;
	margin-top: 16px;
}

.MyCompetitions{
	position: fixed;
	transform: translateX(-50%) translateY(-50%);
	background-color: wheat;
	border: 18px;
	border-color: #664d09;
	border-style: solid;
	border-radius: 100px;
	visibility: visible;
	z-index: 8;
	opacity: 0.3;
	height: 40px;
	width: 110px;
}

.darkMode .MyCompetitions{
	color: white;
	border-color: #422502;
	background-color: #664d09;
}

#emptyViewer{
	height: 85%;
	display: none;
	margin-top: 58px;
	position: absolute;
	background-color: wheat;
	width: 98%;
	text-align: center;
	z-index: 8;
	border-radius: 50px;
}

#emptyViewer p{
	margin-top: 200px;
	font-size: 3em;
	margin-left: 20px;
}

#competitionTitle{
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 38px;
	margin-top: 0;
}

.left-post iframe{
	float: right;
}

.left-post div, .right-post div{
	overflow: hidden;
}

.popupCompetition{
	margin-top: 25px;
	margin-left: 10px;
	display: none;
	grid-template-columns: 350px 100px 350px;
	visibility: hidden;
}

.compShowing{
	display: grid;
	visibility: visible;
}

.PopupExit{
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 2;
}

.centerDiv{
    margin-left: calc((100% - 520px) / 2);
    background-color: white;
    width: 520px;
}

.backgroundCover{
    width: 290px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    padding-right: 20px;
}

.coverTT{
    height: 100%;
    width: 300px;
    position: absolute;
    z-index: 1;
}

.centerDiv :last-child{
    margin-bottom: 100px;
}

table{
	position: absolute;
    background-color: white;
    width: 1100px;
    margin-left: 50%;
    transform: translateX(-50%);
    text-align: center;
    border-spacing: 3px;
    border: none;
}

#Leaderboard table{
	width: 1000px;
	margin-top: 50px;
}

#Leaderboard button{
	font-size: .8em;
	padding-left: 40px;
}

#linkPopup p{
	margin-left: 5px;
	line-height: 0.5;
}

#linkPopup svg{
	position: absolute;
	margin-left: 145px;
	margin-top: 32px;
	transform: scaleY(-1);
}

#Leaderboard table img{
	width: 500px;
	margin: 25px;
}

.paddedCell{
	padding: 40px;
	padding-left: 50px;
}

.tableNumber{
	font-size: 26px;
}
.tablePic{
    width: 120px;
    height: 120px;
    border-radius: 60px;
    border: 0;
    margin: 10px;
}

td{
    font-family: 'Source Sans Pro', sans-serif;
    height: 140px;
    font-size: 20px;
}

th{
    background: linear-gradient(180deg, #79bbff 75%, #4997e6);
    font-family: 'Source Sans Pro', sans-serif;
    height: 60px;
    font-weight: normal;
    font-size: 22px;
}

tr:nth-child(even){
    background-color: #f2f2f2;
}
tr:nth-child(odd){
    background-color: azure;
}
tr :nth-child(2){
    width: 120px;
}

.centerLogin{
    width: 500px;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
}

#buttons{
	width: 200px;
	margin-left: 50%;
	transform: translateX(-50%);
	padding-top: 25px;
}

#SignIn{
	visibility: visible;
}

.yt h4{
	text-align: center;
}

#entryNumber{
	position: absolute;
	padding: 12px;
	padding-left: 20px;
	font-size: 19px;
	line-height: .3;
}

.darkMode #entryNumber{
	color: white;
}

#limitPopup{
	background-color: gainsboro;
	font-size: 1.2em;
	text-align: center;
	padding-bottom: 10px;
}

.GoogleLogin{
	margin-top: 19px;
	width: 200px;
	height: 27px;
	border-radius: 5px;
	background-color: #fff;
	cursor: pointer;
	border: none;
}

.GoogleLogin svg{
	margin-right: 15px;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	margin-left: 0px;
	float: left;
}

.vertButton{
    pointer-events: none;
    visibility: hidden;
}

.vertNext{
    grid-row-start: 3;
    margin-left: -35px;
}

.Vs{
	grid-row-start: 2;
	transform: translateY(-30%);
}

.PreviewVs{
	transform: none;
	position: relative;
	z-index: 2;
	height: 0;
	line-height: 3;
	transform: translateY(70px);
}

.screen{
	position: fixed;
    width: 100%;
    background-color: rgba(0,0,0,0.86);
    display: none; 
	height: calc(100vh + 20px);
	padding-top: 0;
	overflow: scroll;
}

.screen:nth-child(1){
	z-index: 7;
}
.screen:nth-child(2){
	z-index: 9;
}
.screen:nth-child(3){
	z-index: 13;
}

.changeImage{
	visibility: hidden;
	margin-top: 25%;
	transform: translateY(-50%);
}

.leftArrow{
	transform: translateY(-50%) scaleX(-1);
}
.rightArrow{
	float: right;
}

.largeDisplay{
	display: none;
	margin-top: 50vh; 
	margin-left: 50%; 
	width: 500px; 
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	z-index: 10;
}


#scrollUp, #scrollDown{
	z-index:12;
	position: absolute;
	bottom: 20px;
	margin-left: 50%;
	transform: rotate(-90deg);
	display: none;
}

#scrollDown{
	transform: rotate(90deg) translateY(70px);
}

input[type="checkbox"]{
	float: right;
	width: 124px;
	margin-top: 10px;
	font-size: 20px;
}


.notifTab{
	width: 100px;
	float: left;
	cursor: pointer;
}

.PreviewVs p{
	font-size: 50px;
	width: 580px;
}

.details{
    font-size: .9em;
    line-height: 1.8;
}

label{
    float: left;
    margin-right: 10px;
}
.formError{
	position: absolute;
	color: red;
	display: none;
	margin-top: 22px;
	font-size: .9em;
	width: 300px;
}



.exportLink{
	text-decoration: underline;
	color: blue;
	cursor: pointer;
}

.postDesigner{
    display: none;
    height: 0;
    transition: height 2s;
}
#canv{
    margin-left: 100px;
}

a.submitButton{
    -webkit-writing-mode: horizontal-tb !important;
    writing-mode: horizontal-tb;
    text-rendering: auto;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    box-sizing: border-box;
}


#part1{
    visibility: hidden;
}
#canv2Holder{
    float: left;
}

form{
    background-color: gainsboro;
    width: 1100px;
    margin-left: calc((100% - 1150px) / 2);
}

.WelcomeForm{
	background: none;
}

.exitButton{
    height: 50px;
}

.exitButton svg{
    float: right;
    margin: 5px;
}

#submit, #submitSVG{
    width: 130px;
}

#contact{
	width: 150px;
	float: left;
}

#submitSVG, #leaderSVG{
    display: none;
    width: 105px;
    padding-top: 36px;
    padding-bottom: 33px;
}

.timer p{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: sans-serif;
    line-height: 1.2;
}
.timer{
	transform: translate(-20%,10%);
}

.MyCompetitions .timer{
	width: 190px;
	transform: translate(167%, 85%) scale(.8);
}

#totalPrice{
    margin-bottom: 0;
}

#errMessage{
	display: none;
}

.popup{
	background-color: #F4B111;
	width: 580px;
	z-index: 15;
	position: fixed;
	top: 50vh;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	padding: 15px; 
	padding-bottom:35px; 
	padding-top: 5px; 
	border-radius: 15px;
	border: 5px;
	border-color: #664d09;
	border-style: solid;
	visibility: hidden;
}

#comfirmationPopup{
	width: 300px;
	text-align: center;
	font-size: 1.2em;
}

.greyPopup{
	background-color: gainsboro;
}

.darkMode .popup{
	background-color: rgb(153, 125, 8);
}

.darkMode .adPreview{
	color: white;
}

#languageSuggestions{
	top: 0;
	width: 450px;
	height: 70px;
	position: absolute;
}

#boardSelector{
	width: 620px;
}

.instructionsPopupButton{
	margin-left: 205px;
}

.darkMode .flyerForm, .darkMode .adDisplay, .darkMode .adjust, .darkMode .greyPopup{
	background-color: #757575;
	color: white;
}

.backgroundCover img{
	width: 290px;
	height: 290px;
	object-fit: scale-down;
	margin: 10px;
}

.loadingScreen{
	position: absolute;
	width: 100%;
	height: 100vh;
	background-color: #F4B111;
	z-index: 10;
}

.darkMode .loadingScreen{
	background: radial-gradient(110% 100% at 50% 98%, black 35%,#733205 70%,#B56219 94%, #f4B111);
	color: rgb(172, 104, 50);
}

.underHeader{
	z-index: 2;
}

.playButton{
	position: absolute;
	width: 110px;
	height: 100px;
	margin-top: 202px;
	margin-left: 192px;
	pointer-events: none;
	opacity: .7;
}

.developedWithYoutube{
	position: absolute;
	margin-top: 100px;
	margin-left: 50%;
	transform: translateX(-50%);
}

.darkMode .yt{
	color: white;
}

.loadingScreen div{
	position: absolute;
	top: 50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
}

.loadingScreen p{
	text-align: center;
}

.loginBox{
	margin-left: 50%;
	margin-top: 60px;
	text-align: center;
	transform: translateX(-50%);
}

#subscribeHeader{
	text-align: center;
	font-size: 2.5em;
	margin-bottom: 45px;
}
.features{
	margin-left: 56%;
	transform: translateX(-50%);
	font-size: 1.3em;
}

.loginBox label{
	width: 100px;
	text-align: right;
}
#confirmLabel{
	margin-left: -70px;
	width: 170px;
}
.loginBox input{
	width: 200px;
}
.loginBox div{
	margin-left: 50%;
	transform: translateX(-50%);
	width: 384px;
	margin-bottom: 10px;
	font-size: 1.4em;
}
#enterEmail{
	text-align: center;
}
.loginBox button{
	margin-top: 25px;
	padding-left: 37px;
}
#loginError, #loginError2{
	color: red;
	display: none;
}
.confirmation{
	text-align: center;
}
.confirmation p{
	font-size: 1.2em;
	margin-top: 32px;
	margin-bottom: 32px;
}
.confirmation button{
	width: 230px;
}

.NoCompMessage{
	top: 55%;
	transform: translateX(-50%) translateY(-50%) scale(1.7);
	text-align: center;
}

.loadingScreen .submitButton{
	margin-left: 50%;
	transform: translateX(-50%);
	width: 260px;
	margin-top: 20px;
}

#loadingMessage h1{
	float: left;
	font-family: 'Arbutus Slab', serif;
    font-weight: normal;
    font-size: 90px;
}

.yt #loadingMessage h1{
	font-size: 70px;
}

.delay{
	opacity: 0;
	animation-duration: 2.4s;
	animation-iteration-count: infinite;
}

.delay1{
	animation-name: first;
}

.delay2{
	animation-name: second;
	animation-delay: 0.5s;
}
.delay3{
	animation-name: third;
	animation-delay: 1s;
}
.animated{
	-webkit-transition: 1s;
	transition: 1s;
}

@keyframes first {
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes second {
	0% {opacity: 0;}
	50% {opacity: 1;}
	95% {opacity: 0;}
}

@keyframes third {
	0% {opacity: 0;}
	50% {opacity: 1;}
	90% {opacity: 0;}
}

@media(max-width: 500px){
    #userName{
        display: none;
    }
}

@media (max-width: 1150px) {
    .roadMap{
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 800px){
    .profileTabs div{
        width: 76px;
        height: 76px;
        border-radius: 38px;
    }

    .profileTabs div p{
        font-size: 0.8em;
        margin-top: 25px;
    }
}

@media (max-width: 1100px) {
	body{
		width: 980px;
		min-height: 1250px;
	}
	#PayPalLink{
		font-size: 1.1em;
		bottom: 5vh;
    }
	.header{
		width: 100%;
		height: 120px;
	}
	.voteRight{
		transform: translateX(-20%);
	}
	.voteLeft{
		transform: translateX(30%);
	}
	#leaderList img{
		width: 380px;
	}
	.playButton{
		margin-left: 198px;
	}
	#Leaderboard button{
		font-size: .46em;
	}
	.welcomeMessage{
		font-size: 3.5em;
		width: 100%;
		margin-top: 200px;
	}
	#projectList p{
		font-size: 3.1em;
		padding: 3;
		width: 700px;
		margin-bottom: 50px;
		border-radius: 51px;
	}
	#contactMessage{
		bottom: 320px;
		font-size: 2.7em;
	}
	#Bracket canvas{
		margin-top: 40px;
	}
	.bordered{
		border-bottom-color: black;
		border-bottom-width: 2px;
		border-bottom-style: dashed;
	}
	.navTab{
		height: 120px;
		font-size: 2em;
		line-height: 4;
	}
	#Leaderboard table{
		width: calc(100% - 20px);
		padding: 2px;
	}
	#searchTab{
		width: 192px;
	}
	#VideoSearch p{
		font-size: 1.9em;
	}
	.LSHeader{
		height: 200%;
	}
	#homepage{
		margin-top: 15px;
		font-size: 95px;
	}
	.expandedHeader #homepage{
		font-size: 40px;
		padding-top: 10px;
		padding-left: 30px;
		text-decoration: none;
	}
	.darkMode .expandedHeader #homepage{
		color: white;
	}
	.profile-picture img{
		width: 140px;
		height: 140px;
		border-radius: 70px;
	}
	.expandedHeader .profile-picture img{
		width: 150px;
		height: 150px;
		border-radius: 75px;
	}
	.user-info p{
		display: none;
	}
	.expandedHeader .user-info p{
		display: block;
		font-size: 37px;
		margin-top: 25px;
	}
	.expandedHeader #userName{
		max-width: 260px;
	}
	#signOut{
		font-size: 25px;
		display: none;
	}
    #submit, #top{
        display: none;
    }
    #submitSVG, #leaderSVG{
        display: block;
        padding-top: 4px;
    }
    #contact{
    	width: 200px;
    }
    #backButton{
    	width: 260px;
    }
    .layout{
    	height:150px;
    }
    .notifTabs p{
    	width: 170px;
    	font-size: 30px;
    }
    #current .contestPreview{
    	grid-template-columns: 1fr 320px;
    	min-height: 580px;
    }
    #notif .contestPreview .currentDisplay{
    	width: 550px;
    	margin-left: 50px;
    }
    #current .contestPreview .currentDisplay{
    	width: 500px;
    	margin-left: 50px;
    }
    #current .tweetStatus{
    	transform: scale(1.5) translateY(-40px) translateX(40px);
    }
    .tweetStatus button{
		transform: scale(.75) translateY(-20px);
    }
    #notif .tweetStatus button{
    	width: 230px;
    	height: 70px;
    	transform: none;
    	border-radius: 30px;
    	font-size: 1.6em;
    }
    .miniBarsText{
    	font-size: 1.8em;
    }
    #notif .miniBarsText{
    	padding-left: 25px;
    	padding-right: 25px;
    	width: 180px;
    }
    #settings div{
    	width: 100%;
    	grid-template-columns: 350px 300px 1fr;
    	font-size: 32px;
    }
    .left-side, .right-side{
    	display: block;
    	height: auto;
    	float: none;
    	margin-left: 47%;
    	transform: translateX(-50%);
    	margin-bottom: 100px;
    }
    .left, .right{
    	overflow: hidden;
    }
    .left-side{
    	margin-top: -40px;
    }
    .right-side{
     	margin-top: 100px;
     }
    .followSVG{
    	margin-top: 20px;
    }
    .horzButton{
    	margin-top: 17px;
    	width: 190px;
    	height: 70px;
    	border-radius: 25px;
    }
    .compShowing{
    	display: block;
    }
    .expandedMyComps{
    	height: 82vh;
    	width: 870px;
    	margin-top: 45vh;
    }
    .LSMyCompetitions{
    	height: 100%;
    	margin-top: 80%;
    	position: absolute;
    }
    .competition{
    	display: block;
    	width: auto;
    	margin-left: auto;
    	margin-right: auto;
	}
	#PayPalLink{
		margin-left: auto;
	}
    .versus {
    	display: grid;
    	height: auto;
    	grid-template-columns: 1fr 1fr 1fr;
    	grid-template-rows: 1fr;
    }
    .timer{
    	grid-row-start: 1;
    	margin-top: 44%;
    	transform: translateY(-50%);
    	position: relative;
    }
    .smallSide{
    	width: auto;
    	margin-top: 140px;
    }
    .right-side .smallSide{
    	margin-top: 0;
    }
    .popupCompetition .versus{
    	height: auto;
    }
    .Vs{
    	grid-row-start: 1;
    	transform: none;
    	height: 220px;
    	margin-left: 50%;
    	transform: translateX(-50%);
    	padding-top: 40px;
    	padding-left: 20px;
    }
    .vertNext{
    	grid-row-start: 1;
    	margin-top: 50%;
    	transform: translateY(-90%) scale(1.1);
    	margin-left: 30px;
    }
    .leftSpace,.rightSpace{
    	display: none;
    }
    .voteBarHolder{
    	width: 120%;
    	position: absolute;
    	height: 100px;
    	padding-top: 10px;
    }
    .voteBar{
    	height: 70px;
    	margin-left: -50px;
    	width: 50px;
    	margin-top: 10px;
    }
    .voteBarHolder p{
    	text-align: right;
    	margin-top: 14px;
    	line-height: 1;
    	position: absolute;
    	font-size: 35px;
    	width: 30px;
    	transition: width 1.5s;
    }
    .leftSide .voteBarHolder{
    	position: absolute;
    	margin-top: 80px;
    }
    .voteRight{
    	position: absolute;
    }
    .timer p{
    	font-size: 22px;
    }
    .voteBarHolderLeft{
    	margin-top: 100px;
    }
    .voteBarHolderRight{
    	margin-top: -100px;
    }
    th{
    	font-size: 35px;
    	padding: 14px;
    }
    td{
    	font-size: 35px;
    }
    .leaderSocial{
    	width: 100px;
    	margin-left: 40px
    }
    .leaderSocial SVG{
    	margin: 4px;
    }
    #addFriendButton{
    	height: 46px;
    	width: 156px;
    	font-size: 20px;
    	border-radius: 20px;
    }
    #viewFR{
    	display: none;
    	margin-left: 50%;
    	transform: translateX(-50%);
    	margin-top: 50px;
    	height: 60px;
    	font-size: 20px;
    }
    #competitionTitle{
    	font-size: 50px;
    }
    #QualuffBoard{
    	transform: none;
    	position: fixed;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100vh;
    	overflow: hidden;
    }
    #adCanv{
    	transform: translateX(100px);
    }
    #adCanv.rotated{
    	transform: rotate(90deg);
    	margin-top: calc(50vh - 50%);
    	margin-left: calc(50% - 50vh);
    }
    #closeAds{
    	width: 100%;
    	height: 130px;
    	top: 0px;
    	left: 0px;
    	font-size: 43px;
    }
    #closeAds.horz{
    	width: 100vh;
    	height: 100px;
    	top: 32px;
    	left: calc(50px - 50vh);
    	transform: rotate(-90deg) translateX(-34%);
    }
    #addAd{
    	display: none;
    }
    .adInfoDisplay{
    	background-color: rgba(0,0,0,0.86);
    	height: 100vh;
    }
    .adInfoDisplay .adDisplay{
    	top: 0;
    	left: 0;
    }
    .currentDisplay img{
    	width: 410px;
    }
    .ccDisplay h4{
    	font-size: 30px;
    	font-weight: normal;
    }
    .NoLinksTT{
    	width: 600px;
    }
    .backgroundCover{
    	transform: scale(2) translateY(-50%);
    }
    .Spinner svg{
    	margin-top: 500px;
    	width: 114px;
    	height: 114px;
    }
    #entryNumber{
    	position: relative;
    	text-align: center;
    	font-size: 30px;
    }
    .paging{
    	position: relative;
    	width: 820px;
    	grid-template-columns: 130px 1fr 130px;
    }
    .paging button{
    	width: 130px;
    	font-size: 1.3em;
    }
    .paging h3{
    	font-size: 28px;
    }
    .sButtonHolder{
    	transform: scale(1.7) translateY(-14%);
    }
    .popup{
    	transform: translateX(-50%) translateY(-50%) scale(1.6);
    }
    #limitPopup{
    	transform: translateX(-50%) translateY(-50%) scale(1.5);
    	font-size: 1.7em;
    }
    #languageSuggestions{
    	transform: translateX(-50%) translateY(-50%);
    }
    .confirmationMessage{
    	font-size: 34px;
    }
    .left-side .horzButton{
    	margin-left: 95px;
    }
    .right-side .horzButton{
    	margin-left: 195px;
    }
    .paddedCell img{
    	max-width: 400px;
    }
    #friendShareSVG{
    	margin-right: 118px;
    }
    #contactPopup, #followedPopup, #unfollowedPopup, #exhibitionPopup, #linkPopup{
    	transform: scale(1.6);
    }
    #contactPopup{
     	margin-left: 75px;
    }
    .formError{
    	position: relative;
    }
    #ChallengePopup{
    	margin-top: 50%;
    	height: 760px;
    }
    #ChallengePopup h1{
    	font-size: 2em;
    }
    #ChallengePopup h5{
    	font-size: 1.7em;
    }
    #exhibitionWarning{
    	position: relative;
    	width: 450px;
    	font-size: 1.4em;
    }
    .slideHolder{
		display: block;
		height: 2100px;
	}
	
	.introSlide{
		width: 100%
	}
	
	.introSlide:nth-child(1){
		grid-column-start: 1;
	}
	
	.introSlide img{
		height: 380px;
		margin-left: 50%;
		margin-top: 60px;
		transform: translateX(-50%);
	}
	
	.introSlide p{
		text-align: center;
		font-size: 38px;
	}
	
	.flyerForm{
		transform: scale(.75);
	}
	
	.WelcomeForm{
		height: 250px;
		margin-left: 50%;
		transform: translateX(-50%);
		background: none;
	}
	.WelcomeForm p{
		width: 400px;
		font-size: 2.4em;
	}
	h2{
		font-size: 3em;
		margin-bottom: -8px;
	}
	.WelcomeForm .buttonBox{
		position: relative;
		padding-top: 22px;
		transform: scale(1.5);
		margin-bottom: 100px;
		margin-left: 458px;
	}
	.WelcomeForm input{
		font-size: 2.3em;
		margin-left: 332px;
	}
	#notif .notifTabAlert{
		top: 24px;
	}
	#notif .notifTab:nth-child(1) .notifTabAlert{
		left: 110px;
	}
	#notif .notifTab:nth-child(2) .notifTabAlert{
		left: 130px;
	}
	#notif .notifTab:nth-child(3) .notifTabAlert{
		left: 146px;
	}
	#notif .notifTab:nth-child(4) .notifTabAlert{
		left: 150px;
	}
	#notif .notifTab:nth-child(5) .notifTabAlert{
		left: 130px;
	}
	.timeStamp{
		font-size: 34px;
	}
	#notif h2{
		font-size: 2.3em;
	}
	.submittedMessage{
		font-size: 28px;
	}
	.currentWaiting{
		font-size: 2.6em;
	}
	#best .notifTabs{
		transform: scale(1.2) translateY(-64px);
		margin-left: 79px;
		padding-left: 285px;
		width: 468px;
		height: 82px;
	}
	#best .underline{
		margin-top: 96px;
	}
	.bestRank svg{
		width: 58px;
		height: 50px;
		margin-left: -7px;
	}
	.bestRank h1{
		font-size: 5em;
	}
	.bestRank .starCount{
		font-size: 50px;
	}
	.bestRank p{
		font-size: 36px;
	}
	.changedUsername{
		grid-column-start: 1;
		grid-column-end: 4;
		text-align: center;
	}
	#challengeRequestPopup{
		overflow-x: hidden;
	}
	#ChallengePreview p{
		font-size: 1.4em;
	}
	#swapView{
		width: 200px;
		font-size: 1.2em;
	}
}
