/* Landing */

.main-title {
    color: white;
    font-family:Tahoma, Geneva, sans-serif;
    font-weight:400;
	font-size: 20px;
}

.main-subtitle{
    font-size:14px;
    font-weight:400;
    color: #EFF;
    margin-top:10px;
    margin-right:0px;
    margin-bottom:10px;
    margin-left:0px;
    text-align:left;
}

.padding {
	padding:0px;
	padding-top:10px;
	padding-bottom: 10px;
}

.title-box {
    font-size:24px;
    font-family:Helvetica, serif;
    float:left;
	margin-left: 10px;
    min-height:auto;
    height:50px;
    align-items:center;
    display:flex;
}

.calc-box{
    flex-grow:1;
    align-items:flex-start;
    max-width:500px;
    border-width: 20px;
    border-style: initial;
    border-color:initial;
    border-image:initial;
}

#calc-form{
    height:auto;
    opacity:1;
}

#calc-form-box{
    box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;
    background-color:rgb(250, 250, 250);
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
    min-height:auto;
}

#calc-form .input{
    font-size:20px;
    width:100%;
    margin-bottom:15px;
    border-top-left-radius:2px;
    border-top-right-radius:2px;
    border-bottom-right-radius:2px;
    border-bottom-left-radius:2px;
    float:left;
    height:55px;
    color:rgb(0, 0, 0);
    font-family:Tahoma, Geneva, sans-serif;
    padding-top:0px;
    padding-right:10px;
    padding-bottom:7px;
    padding-left:10px;
    border-top-width:1px;
    border-right-width:1px;
    border-bottom-width:1px;
    border-left-width:1px;
    border-top-style:solid;
    border-right-style:solid;
    border-bottom-style:solid;
    border-left-style:solid;
    border-top-color:rgb(199, 199, 199);
    border-right-color:rgb(199, 199, 199);
    border-bottom-color:rgb(199, 199, 199);
    border-left-color:rgb(199, 199, 199);
    border-image-source:initial;
    border-image-slice:initial;
    border-image-width:initial;
    border-image-outset:initial;
    border-image-repeat:initial;
}

#calc-form .select{
    margin-bottom:15px;
    padding-top:7px;
    padding-right:10px;
    padding-bottom:7px;
    padding-left:10px;
    border-top-left-radius:2px;
    border-top-right-radius:2px;
    border-bottom-right-radius:2px;
    border-bottom-left-radius:2px;
    height:55px;
    border-top-width:1px;
    border-right-width:1px;
    border-bottom-width:1px;
    border-left-width:1px;
    border-top-style:solid;
    border-right-style:solid;
    border-bottom-style:solid;
    border-left-style:solid;
    border-top-color:rgb(199, 199, 199);
    border-right-color:rgb(199, 199, 199);
    border-bottom-color:rgb(199, 199, 199);
    border-left-color:rgb(199, 199, 199);
    border-image-source:initial;
    border-image-slice:initial;
    border-image-width:initial;
    border-image-outset:initial;
    border-image-repeat:initial;
    color:rgb(103, 103, 103);
}

.calc-label {
    width:100%;
    display:block;
    font-family:Helvetica, serif;
    color:rgb(37, 101, 155);
    margin-top:10px;
    margin-right:0px;
    margin-bottom:0px;
    margin-left:0px;
}

#calc-form .form-group {
	display: flex;
}

.flex-sect{
    background-color:rgb(250, 250, 250);
    padding-top:100px;
    padding-right:0px;
    padding-bottom:100px;
    padding-left:0px;
    font-family:Helvetica, serif;
}
.flex-title{
    margin-bottom:15px;
    font-size:2em;
    text-align:center;
    font-weight:700;
    color:rgb(85, 85, 85);
    padding-top:5px;
    padding-right:5px;
    padding-bottom:5px;
    padding-left:5px;
}
.flex-desc{
    margin-bottom:55px;
    font-size:1em;
    color:rgba(0, 0, 0, 0.5);
    text-align:center;
    padding-top:5px;
    padding-right:5px;
    padding-bottom:5px;
    padding-left:5px;
}
.cards{
    padding-top:20px;
    padding-right:0px;
    padding-bottom:20px;
    padding-left:0px;
    display:flex;
    justify-content:space-around;
    flex-direction:initial;
    flex-wrap:wrap;
}
.card{
    background-color:white;
    height:300px;
    width:300px;
    margin-bottom:30px;
    border-top-left-radius:2px;
    border-top-right-radius:2px;
    border-bottom-right-radius:2px;
    border-bottom-left-radius:2px;
    transition-duration:0.5s;
    transition-timing-function:ease;
    transition-delay:initial;
    transition-property:all;
    font-weight:100;
    overflow-x:hidden;
    overflow-y:hidden;
}
.card:hover{
    margin-top:-5px;
    box-shadow:rgba(0, 0, 0, 0.2) 0px 20px 30px 0px;
}
.card-header.ch4{
    background-image:url("//placehold.it/350x250/c5d647/fff/image4.jpg");
}
.card-header.ch5{
    background-image:url("//placehold.it/350x250/f28c33/fff/image5.jpg");
}
.card-header.ch6{
    background-image:url("//placehold.it/350x250/e868a2/fff/image6.jpg");
}
.card-body{
    padding-top:15px;
    padding-right:15px;
    padding-bottom:5px;
    padding-left:15px;
    color:rgb(85, 85, 85);
}
.card-title{
    font-size:1.6em;
    margin-bottom:5px;
}
.card-sub-title{
    color:rgb(179, 179, 179);
    font-size:1.5em;
    margin-bottom:15px;
}
.card-desc{
    font-size:1.3rem;
    line-height:17px;
}

/* --- */ 

.header-section {
	margin: 0; /* Avoid logo dancing when resizing */
	width: 100%;
	padding:5px;
}

.header-content-box .header-logo {
	margin-left:30px;
}

img.header-logo {
	max-width:160px;
}

.header-logo-container {
	height: 72px;
	padding-top: 20px;
}

.header {
    min-height:auto;
    float:none;
	min-height: 0px;
}

.cell{
    flex-grow:1;
}

@media screen and (min-width: 600px) {
	#calc-form .input {
	    font-size:30px;
	}

	.padding {
		padding:10px;
		padding-top:30px;
		padding-bottom:30px;
	}

	.main-title {
		font-size: 30px;
	}

	.main-subtitle{
		font-size:17px;
	}
}

@media screen and (min-width: 1030px) {
	.main-left-text {
		max-width:500px;
	}

	.padding {
		padding:20px;
		padding-top:40px;
		padding-bottom:50px;
	}

	.main-title {
		font-size:40px;
	}
}

.money-input {
	text-align: right;
}

.text-shadow {
	text-shadow: 0 2px 16px rgba(0,0,0,0.2);
}

a.btn-start {
    background-color:rgb(80, 186, 120);
    border-radius:5px;

    padding:10px;

    font-family:Tahoma, Geneva, sans-serif;
    color:rgb(255, 255, 255);
    text-align:center;
    min-height:auto;
    height:60px;
	font-size:20px;
    display:flex;
    align-items:center;
    justify-content:center;
	text-decoration: none;
	font-weight: bold;

    margin-top:20px;
	margin-bottom:20px;
}

.header-btn {
    float:right;
	padding: 10px;
	margin: 5px;
	font-weight: bold;
	white-space: nowrap;
    font-family:Helvetica, serif;
    background-color:rgb(37, 120, 155);
    border-radius: 10px;
    border-top-style:solid;
    border-right-style:solid;
    border-bottom-style:solid;
    border-left-style:solid;
    border-top-color:rgb(37, 101, 155);
    border-right-color:rgb(37, 101, 155);
    border-bottom-color:rgb(37, 101, 155);
    border-left-color:rgb(37, 101, 155);
    color:rgb(255, 255, 255);
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
}

a.header-btn {
	text-decoration: none;
}

.form-group{
	flex-grow: 1;
	margin-right:10px;
}

#sendpesos-comp-text{
	color: white;
    font-size: 18px;
	padding-bottom: 10px;
	font-family:Arial;
}

#calc-form-box {
	padding-left:10px;
	padding-right:10px;
}

.content-landing .main-panel,
.content-login .main-panel {
	background: linear-gradient(to bottom, rgb(41, 124, 162), rgb(81, 164, 202));
    min-height:450px;
}

.content-login .main-panel h1 {
	color: white;
}

.card-header {
	margin:10px auto;
    height:150px;
	width:150px;
    background-size:cover;
    background-position-x:50%;
    background-position-y:50%;
}

.h-center-content {
	margin: 0 auto;
}

.banner {
	max-width: 1024px;
}

.contact-form {
	max-width: 420px;
}

.you-send-label {
	color:rgb(91, 175, 246);
}

.receiver-label {
	color: #848484;
}

/* --- Footer --- */

.footer-under {
    background-color:rgb(49, 40, 51);
    bottom:0;
    padding-top:20px;
	padding-bottom:100px;
    min-height:500px;
    color:rgb(238, 238, 238);
    position:relative;
    font-weight:100;
    font-family:Helvetica, serif;
	min-height: 0;
}

.copyright{
    background-color:rgba(0, 0, 0, 0.15);
    color:rgba(238, 238, 238, 0.5);
    bottom:0px;
    padding-top:1em;
    padding-right:0px;
    padding-bottom:1em;
    padding-left:0px;
    position:absolute;
    width:100%;
    font-size:0.9em;
	padding:10px;
}
.made-with{
    float:left;
    padding-top:5px;
    padding-right:0px;
    padding-bottom:5px;
    padding-left:0px;
}
.foot-social-btns{
    display:none;
    float:right;
    width:50%;
    text-align:right;
    padding-top:5px;
    padding-right:0px;
    padding-bottom:5px;
    padding-left:0px;
}
.footer-container{
    /* display:flex; */
    flex-wrap:wrap;
    align-items:stretch;
    justify-content:space-around;
	padding:10px;
}
.foot-list{
    float:left;
    width:200px;
}
.foot-list-title{
    font-weight:400;
    margin-bottom:10px;
    padding-top:0.5em;
    padding-right:0px;
    padding-bottom:0.5em;
    padding-left:0px;
}
.foot-list-item{
    color:rgba(238, 238, 238, 0.8);
    font-size:0.8em;
    padding-top:0.5em;
    padding-right:0px;
    padding-bottom:0.5em;
    padding-left:0px;
}
.foot-list-item:hover{
    color:rgb(238, 238, 238);
}
.foot-form-cont{
    width:300px;
    float:right;
}
.foot-form-title{
    color:rgba(255, 255, 255, 0.75);
    font-weight:400;
    margin-bottom:10px;
    padding-top:0.5em;
    padding-right:0px;
    padding-bottom:0.5em;
    padding-left:0px;
    text-align:right;
    font-size:2em;
}
.foot-form-desc{
    font-size:1em;
    color:rgba(255, 255, 255, 0.55);
    line-height:20px;
    text-align:right;
    margin-bottom:15px;
}
