/* Extra small devices (portrait phones, less than 576px) */

@font-face {
    font-family: 'softness';
    src: url('fonts/softness.woff2') format('woff2'),
         url('fonts/softness.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	background-color:#fff;
    color:#4A535A;
    /* font-family: "softness",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; */
}

a:hover {
	text-decoration:none;
}

.white-links {
	color:white;
}

.white-links:hover {
	color:silver;
}

.collapse-buttons {
	display:block;
	padding:5px;
	min-width:150px;
	max-width:338px;
	margin:auto;
}

.collapse-buttons button {
	min-width:225px;
	max-width:338px;
}

.promo-banner {
	height: 37px;
    background-color: #000;
    text-align: center;
    line-height: 37px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}

.promo-banner span {
	display:none;
}

#tokens-text-full {
	display:none;
}

#youhavebeenpranked {
	font-size:3vw;
}

#outoftokens {
	padding-top:15px; 
	font-size:3.65vw; 
}

.tokens-list {
	font-size:9pt;
	background-color:#f8f9fa3d;
	border: 1px solid rgba(0,0,0,.05);
}

.tokens-link {
	color:black;
}

.popular-token {
	font-weight:bold;
	background-color:#f8f9fa;
	border: 1px solid rgba(0,0,0,.05);
}

.tokens-benefits {
	background-color:#f8f9fa3d;
	font-weight:bold;
	border: 1px solid rgba(0,0,0,.05);
}

.header {
	display:none;
	height:85px;
	background-color:#fff;
}

.header-left {
	display:inline-block;
	vertical-align:top;
	width:15%;
	height:100%;
	padding-left: 1.00rem;
}

.header-right {
	display:inline-block;
	vertical-align:top;
	float:right;
	width:70%;
	height:100%;
	padding-right: 1.0rem;
}

.header-logo {
	display:table-cell;
	vertical-align: middle;
	height:85px;
}

.header-logo-img {
	display:inline-block;
}

.header-logo-img img {
	max-height:40px;
}

.header-user {
	display:block;
	height:100%;
	width:100%;
	line-height:85px;
	text-align:right;
}

.prank-links a {
	color:black;
}

.prank-links a:hover {
	color:#007bff;
}

.prank-col {
	min-width:240px;
	max-width:370px;
}

#tokenslist {
	min-width:260px;
}

#reasonslist {	
	min-width:260px;
}

#nav-search-bar-text {
	max-width:75%;
}

#footer{
    padding-top:32px;
}

#footer .container{
    text-align: center;
}

#footer .footer-copyright{
    margin-bottom: 35px;
    text-align: center;
    color: #777;
}

#footer ul{
    list-style-type: none;
    padding: 0;
    margin-bottom: 18px;
}

#footer a{
    font-size: 18px;
}

#footer li{
    display: inline-block;
    margin: 0px 15px;
    line-height: 2;
}

#footer .footer-social{
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #222;
}

.social-icons {
    font-size: 36px;
    margin-right: 15px;
    margin-left: 20px;
    background-color: white;
    color: black;
    border-radius: 51%;
    padding: 10px;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 43px;
    text-decoration: none;
    transition:color 0.2s;
}


#footer .fa-facebook:hover{
   color: #2b55ff;
}

#footer .fa-facebook:focus{
    color: #2b55ff; 
}

#footer .fa-google-plus:hover{
    color:red;
}

#footer .fa-google-plus:focus{
    color:red;
}

#footer .fa-twitter:hover{
    color: #00aced;

}

#footer .fa-twitter:focus{
    color:#00aced;
}

#status-pic {
	width:125px;
	display:block;
}

#status-card {
	display:block;
	height:121px; 
	width:250px;
	padding:10px; 
	margin:auto; 
}

#prank-type {
	margin-bottom:30px;
}

.load-more-prank {
	display:none;
}

.load-more-pranks-button {
	display:block;
	margin:auto;
	margin-top:20px;
	text-align:center;
}

.load-more-pranks-button button {
	width:338px;
} 

#instant-pranks-btn, #mail-pranks-btn {
	height:40px; 
	line-height:30px; 
	width:45%; 
}

#instant-pranks-btn:focus, #mail-pranks-btn:focus, #instant-pranks-btn:hover, #mail-pranks-btn:hover {
	background-color: #f8f9fa;
    border-color: #f8f9fa; 
} 

.jump-to-prank {
	min-height:35px; 
	text-align:center; 
	margin-bottom:20px;
	margin-top:10px;
	display:block;
}

.usercp-fields {
	width:200px !important;
}

.usercp-buttons {
	width:90px !important;
}

#mailprank-imgs {
	display:block;
	margin:auto; 
	vertical-align:top;
	max-width:500px;
}

.mailprank-info {
	width:95%; 
	display:block;
	margin:auto; 
	vertical-align:top; 
	padding-top:20px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
	#tokens-text-full		{ display:block; }
	#tokens-text-slim		{ display:none; }
	.promo-banner span		{ display:inline-block; }
	
	.collapse-buttons button {
		min-width:250px;
	}

	
	#youhavebeenpranked {
		font-size:12pt;
	}
	
	#outoftokens {
		font-size:2.8vw;
	}
	
	.prank-col {
		min-width:250px;
	}
	
	#tokenslist {
		min-width:370px;
	}
	
	#instant-pranks-btn, #mail-pranks-btn {
		height:40px; 
		line-height:30px; 
		width:200px;
	}
	
	.usercp-fields {
		width:250px !important;
	}

	.usercp-buttons {
		width:156px !important;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	

	.prank-col {
		min-width:250px;
		max-width:350px;
	}
	
	.collapse-buttons {
		display:inline-block;
	}
	
	.collapse-buttons button {
		min-width:155px;
	}

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 875px) {
	#content-login-buttons  { display:none; }
	#mobile-nav-logo		{ display:none; }
	
	.header 				{ display:block; }
	
	#outoftokens {
		font-size:2vw;
	}
	
	.header-logo-img img {
		max-height:50px;
	}
	
	#nav-search-bar-text {
		max-width:90%;
	}
	
	#status-pic {
		margin-top:0px;
		width:150px;
		display:inline-block;
	}
	
	#status-card {
		display:inline-block;
		margin-top:40px; 
		vertical-align:top;
	}
	
	#prank-type {
		margin-bottom:15px;
	}
}

@media (min-width:999px) {
	#mailprank-imgs {
		display:inline-block;
		width:48%; 
	}
	
	.mailprank-info {
		width:48%; 
		display:inline-block;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.sounds-container {
		max-width:990px;
	}
}