/*@media only screen and (orientation:portrait){
.main_container {width: 90%}
}

@media only screen and (orientation:landscape){
.main_container {width: 90%}
}
*/

body {
background-color: #000;
}
@font-face {
	font-family: Breakfast;
	src: url('fonts/breakfast/Frosting-for-Breakfast_regular.otf'); 
}
@font-face {
	font-family: LaBelleAurore;
	src: url('fonts/belle/LaBelleAurore.ttf'); 
}
@font-face {
	font-family: LaBelleAurore;
	src: url('fonts/anson/anson-regular-webfont.ttf'); 
}
@font-face {
	font-family: Amaranth;
	src: url('fonts/amaranth/Amaranth-Regular.ttf'); 
}

/*@font-face {
	font-family: Delicious; font-weight: bold; src: url('Delicious-Bold.otf');
}*/

.main_container{
	display: block;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	vertical-align: middle;
	background-color: #000;
	width: 1000px;
	height: 450px;
	border: 1px solid #ADADAD;
	border-radius: 12px;
	/*box-shadow: 0px 0px 60px -1px #1736D8;*/
}

.card_container{
	display: block;
	width : 900px;
	height: 240px;
	 /*background-color: green; */
	margin: 160px auto 0px auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;

	/*min-width: 720px;
	min-height: 180px;*/
}

.card_category{
	display: block;
    height: 100%;
    width: 13%;
	color: #fff;
    background-color: #000;
    float: left;
    margin-left: 3%;
    border-radius: 10px;
	 /*background-color: red; */
    
	box-shadow: 0px 0px 18px 0px #777777 inset;
    cursor: pointer;
}

.card_category:hover{
	box-shadow: 0px 0px 18px 0px #ffffff;
}

.card_category:hover > span{
	/*color: red;*/
	text-shadow: 0px 0px 4px #ffffff;
}

.card_category span{
	display: block;
	font-family: Amaranth;
	margin: 32px auto 0px auto;
	font-size: 17px;
	/* width: 10px; */
}
.txt{
    display: block;
    text-align: center;
}


.card_category img{
	width: 80px;
	display: block;
	margin: 30px auto 0px auto;
	height: 100px;
}

#body img,#heart img,#people img{
	width: 108px;
	display: block;
	margin: 30px auto 0px auto;
}
#heart img, #fallforward img{
	width: 100px;
}

.modals_class{
	background-color: #000;
	color: #fff;
	width: 550px;
	min-height: 300px;
	border-radius: 10px;
}

.modals_class h3{
	/* color:red; */
	/* width: 15%; */
	display: block;
	/* margin: 20px auto 0px auto; */
	text-align: center;
	font-family: Amaranth;
	font-size: 30px;
}

.modals_class img{
    display: block;
	
    width: 36px;
    margin: 54px auto 0px auto;
}

.modals_class a{
    display: block;	
    width: 66px;
    margin: 30px auto 26px auto;
    border: 0 rgba(0,0,0,0);  
    background-color: #000;  text-decoration: none;  border-radius: 2px;
    font-size: 100%;  padding: .5em 1em;
    box-shadow: 0 0 0 1px rgba(0,0,0,.15) inset,0 0 6px rgba(0,0,0,.2) inset;
    color: #265778;
}

.modals_class a:hover{
    background-color: #000;
}

#random_card{
    width: 480px;
	
    display: block;
    margin: auto;
    text-align: justify;
    font-family: Amaranth;
}

#ff_subtitle{
    font-size: 18px;
	
}

#logo{

}

#logo img{
	width: 400px;
	border-radius: 10px;
	margin: 16px auto 0px auto;
	display: block;
}