body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	background: url('polaroid.png');
}
.notification {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 40px;
    display: none;
    position: fixed;
    top: 17%;
    right: 50px;
    background-color: #4CAF50;
    color: white;
    padding: 10px;
    width: 300px;
    height: 60px;
    border-radius: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.upper_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 0;
}
.upper_content h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 40px;
}
.upper_content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    text-align: center;
    color: #373737;
}
.upper_content .button {
    padding: 10px 0;
}
.upper_content .button .sign_card {
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 6px 20px;
    color: #fff;
    background: linear-gradient(0deg,#ff4c3b,#bb473e);
    border-radius: 4px;
    margin: 5px;
}
.upper_content .button .invite {
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #000;
    padding: 5px 20px;
    color: #000;
    border-radius: 4px;
}
.upper_content .button .invite:hover {
    color: #fff;
    background-color: #000;
}

.upper_content .button .send_card {
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    background-color: #000;
    padding: 5px 20px;
    color: #fff;
    border-radius: 4px;
    margin-LEFT: 5px;
}

.modal-content {
    width: 27% !important;
    margin: 130px auto;
    animation: modal-animation .5s ease;
}
.modal-content .modal-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: none;
}
.modal-body .row .col-md-12 p {
    font-size: 16px;
    font-weight: 500;
    width: 220px;
}
.modal-footer {
    align-items: center;
}
.modal-footer .send_now {
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    background-color: #bb473e;
    padding: 5px 20px;
    color: #fff;
    border-radius: 4px;
}
.modal-footer .cencel {
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    background-color: #000;
    padding: 5px 20px;
    color: #fff;
    border-radius: 4px;
    margin-LEFT: 5px;
}


.upper_content span {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    text-align: center;
    color: #373737;
}
.view_board {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    padding: 6px 20px;
    border: 1px solid #000;
    border-radius: 4px;
    text-decoration: none !important;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    margin-top: 30px;
}
.view_board:hover{
    color: #fff !important;
    background-color: #000 !important;
}

#flipbook {
    margin: auto !important;
}
#flipbook .page {
    border: none;
}
#flipbook .shadow,
#flipbook.shadow{
  -webkit-box-shadow: 0 4px 10px #666;
  -moz-box-shadow: 0 4px 10px #666;
  -ms-box-shadow: 0 4px 10px #666;
  -o-box-shadow: 0 4px 10px #666;
  box-shadow: 0 4px 10px #666;
}

#flipbook .inner_img {
    margin: 20px 0;
    border: 3px solid green;
}
#flipbook .content p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 30px;
    padding: 0 10px;
}
#flipbook .content h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 40px;
}
/*
.corner-hover-effect {
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.top-left-hover, .top-right-hover, .bottom-left-hover, .bottom-right-hover {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 1000;
}

.top-left-hover {
    top: 0;
    left: 0;
}

.top-right-hover {
    top: 0;
    right: 0;
}

.bottom-left-hover {
    bottom: 0;
    left: 0;
}

.bottom-right-hover {
    bottom: 0;
    right: 0;
} */


#pagination {
	position: absolute;
	bottom: 13px;
	right: 12px;
    display: none;
}

#pagination div {
	background: black;
	width: 16px;
	height: 16px;
	border-radius: 100px;
	float: left;
	cursor: pointer;
	margin: 0 5px 0 0;
}

#pagination .cur {
	background: #42cae8;
	box-shadow: inset 0 3px 7px rgba(0,0,0,0.2);
}

@media screen and (max-width: 1000px) {
	#flipbook {
		width: 100%;
		height: 200px;
		margin: 0;
	}
	#flipbook .next, #flipbook .prev {
		right: 0;
		top: 0;
		width: 44px;
		height: 44px;
		padding: 10px;
	}

	#flipbook .prev {
		left: 0;
		right: auto;
	}
}

/* ------- IGNORE */

#header {
	width: 100%;
	margin: 0px auto;
}

#header #center {
	text-align: center;
}

#header h1 span {
	color: #000;
	display: block;
	font-size: 50px;
}

#header p {
	font-family: 'Georgia', serif;
}
#header h1 {
	color: #892dbf;
	font: bold 40px 'Bree Serif', serif;
}

#travel {
	padding: 10px;
	background: rgba(0,0,0,0.6);
	border-bottom: 2px solid rgba(0,0,0,0.2);
	font-variant: normal;
	text-decoration: none;
}

#travel a {
	font-family: 'Georgia', serif;
	text-decoration: none;
	border-bottom: 1px solid #f9f9f9;
	color: #f9f9f9;
	font-size: 1.6em;
}

