/* CSS Document */
/* card styles extends main*/

/* Montserrat - by Julieta Ulanovsky  https://www.fontspace.com/julieta-ulanovsky */
@font-face {
  font-family: default_font;
  src: url('../img/fonts/MontserratRegular-BWBEl.ttf');
}

@font-face {
  font-family: default_font_bold;
  src: url('../img/fonts/MontserratSemibold-Yz368.ttf');
}

@font-face {
  font-family: content_headline_font;
  src: url('../img/fonts/MagicalnightRegular-6RpA6.otf');
	/*  src: url('../img/fonts/MagicalnightRegular-6RpA6.ttf'); */
}

@font-face {
  font-family: default_quote;
  src: url('../img/fonts/AnandaBlackPersonalUseRegular-rg9Rx.ttf');
}

#landing {
		background-position:center center;
		background-size: cover;
		background-repeat: no-repeat;
		width:100%;
		transition:all .5s ease;
	}
	.quote {
		padding:24px;
		margin:auto;
		margin-bottom:32px;
		font-size:28px;
		font-family: default_quote;
	}
		
	.sub_head {
		padding:24px;
		margin:auto;
		font-size:42px;
		font-family: content_headline_font;
	}
	#quiz{
		display:none;
		background-position:center center;
		background-size: cover;
		background-repeat: no-repeat;
		width:100%;
		}
		
	#heart_anim {
		position:absolute;
		display:none;
		width:300px;
		height:300px;
		top:calc(50% - 150px);
		left:calc(50% - 150px);
		opacity:0;
		rotate:0deg;
		background-image:url('img/heart.png');
		background-position:center center;
		background-size: 1%;
		background-repeat: no-repeat;
		transition: all 1s ease;
	}

#phil_cards{
	position:absolute;
	top:0px;
	left:0px;

	height:100%;  /* set programmatically  */
	background-color:transparent;

	padding:0px;
	width: calc(100% - 32px);
    margin: 16px;
	max-width: 680px;
}

.phil_card{
	position:absolute;
	top:0px;
	left:0px;
	width:calc(100% - 8px);
	height:84%;  /* set programmatically  */
	background-image:url('../phils/sweet_phil/blue_angles.jpeg');
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	border:4px solid white;
	border-radius:16px;
	transform:scale(.96);
	max-width: 680px;
}

.card_title{
	position:absolute;
	margin:0px;
	padding:16px;
	width:calc(100% - 32px);
	height:50px;
	bottom:0px;
	font-family:content_headline_font;
	font-size:28px;
	background-color:white;
	color:#333;
}

.card_details {
	font-face:default_font;
	font-size:16px;
	color:#666;
}

#phil_profile{
	left:0px;
	width:100%;
	background-color:white;
	margin:0px;
	margin-top:800px;
	padding:0px;
	padding-bottom:100px;
	transition-timing-function: ease-out;
	transition: margin-top 1s;
}

#profile_masthead{
	color:#FFF;
	font-family: default_font_bold;
	font-size:24px;
	height:400px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.profile_title{
	margin:0px;
	padding:16px;
	width:calc(100% - 32px);
	font-face:content_headline_font;
	font-size:20px;
	background-color:white;
	color:#000;
}

.profile_details{
	margin:0px;
	width:calc(100% - 32px);
	font-face:default_font_bold;
	font-size:14px;
	background-color:white;
	color:#000;
}
		
	.bio {
		color:#333;
		font-family: default_font;
		font-size:16px;
		transition:all 1s ease;
	}
		
	.bio ul , li {
		font-size:16px;
		list-style: none;
		color:#333;
		padding-left:0px;
	}
		
	.masthead{
		width:100%;
		height:300px;
		background-position:center center;
		background-size: cover;
		background-repeat: no-repeat;
		color:#FFF;
		font-family: default_font;
		font-size:24px;
	}
.profile_pic{
	width:calc(100% - 32px);
	height:332px;
	background-image:url('../phils/sweet_phil/blue_angles.jpeg');
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	border-radius:16px;
	overflow:hidden;
	margin: 16px 0 32px 16px;
}

.pic_caption {
	position:relative;
	top:260px;
	padding-top:12px;
	height:74px;
	font-face:default_font;
	font-size:12px;
	color:#fff;
	background-color:rgba(0,0,0,.5);
	padding-left:16px;
}

.profile_quote{
	width:calc(100% - 32px);
	margin: 16px;
	font-size:28px;
	font-family: default_quote;
	line-height:40px;
	text-align:center;
	border-radius:16px;
}

.quote_author {
	font-size:20px;
}

.profile_prompt{
	margin: 16px;
	width:calc(100% - 32px);
	background-color:#00D3FF;
	border-radius:16px;
}

.prompt_q {
	margin:auto;
	padding:24px;
	font-size:18px;
	font-family: default_font;
	color:#fff;
}

.prompt_a {
	margin:auto;
	padding:24px;
	font-size:24px;
	font-family: default_font;
	color:#333;
}

#kill_phil, #like_phil {
	width:64px;
	margin:24px;
	display:inline-block;
	vertical-align:middle;
}

#choose_phil {
	position: fixed;
	max-width: 680px;
    margin: auto;
    bottom: 48px;
    width: 100%;
	text-align:center;
	font-family:default_font_bold;
}

#close_profile{
	position:fixed;
	top:0px;
	right:0px;
	width:24px;
	margin: 24px 16px;
}

.feedback_row{
	height:32px;
	width:auto;
	text-align:right;
	
}

.feedback_icon {
	height:32px;
	width:32px;
	margin:12px;
	background-size: contain;
	background-repeat: no-repeat;
	display:inline-block;
	cursor:pointer;
}

.feedback_like {
	background-image:url('../img/ui/like.png');
}

.feedback_dislike {
	background-image: url('../img/ui/dislike.png');
}

.feedback_comment {
	background-image:url('../img/ui/comment.png');
}




		

