@import url('https://fonts.googleapis.com/css?family=Baloo+Bhaina|Open+Sans:400,700');




html,
body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    background: #4DD78B;
}

.main {
    background:-webkit-linear-gradient(-40deg, #FED45B 25%, transparent 0%),
    linear-gradient(-40deg, #4DD78B 100%, transparent 25%);
background:-moz-linear-gradient(-40deg, #FED45B 25%, transparent 0%),
    linear-gradient(-40deg, #4DD78B 100%, transparent 25%);
background:linear-gradient(-40deg, #FED45B 25%, transparent 0%),
    linear-gradient(-40deg, #4DD78B 100%, transparent 25%);
}


h1 {
    font-family: 'Baloo Bhaina', cursive;
    font-size: 40pt;
}

h2 {
    font-weight: 700;
    font-size: 20pt;
}

h6 {
    font-size: 10pt;
}

.full-screen {
    height: 100%;
    width: 100%;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.reserve-top {
    margin-top:60px;
}

.reserve-bottom {
    margin-bottom:40px;
}

  
.text-red {
    color: #EF1F48;
}

.text-light {
    text-decoration: underline;
}

.store-img {
    width: 180px;
}