@font-face {
    font-family: 'DolceVita';
    src: url('../fonts/Dolce_Vita_Heavy_Bold.ttf') format('truetype');
}

@font-face {
	font-family:'Museo-700';
	src: url('../fonts/Museo700-Regular_gdi.ttf') format('truetype');
}

@font-face {
	font-family:'Museo-300';
	src: url('../fonts/Museo-300_gdi.ttf') format('truetype');
}

@font-face {
	font-family:'Museo-500';
	src: url('../fonts/Museo-500_gdi.ttf') format('truetype');
}

body {
    background: #cd9c97;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    color:white;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#homepage {
    max-width: 1170px !important;
    width: 100% !important;
    color: white;
    margin: 0 auto;
    box-shadow: 0 5px 46px rgba(0, 0, 0, 0.4);
    font-size: 19px;
    margin-top: 0px !important;
    padding: 0px 0px 50px 0px;
}

.logo {
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: 0px;
    width: 100%;
    height: auto;
    z-index: 9;
    padding: 0px;
}

#mcontent {
    padding: 0px 30px;
    line-height: 23px;
}

h2 {
    font-family: 'Museo-700';
}

#homepage h2 {
    color: white;
    margin-top: 0px !important;
}

#homepage h2.awake {
    text-align: center;
    padding: 0px !important;
    margin-bottom: 5px !important;
}

#homepage h2.title {
    color: #dde224;
    text-align: center;
    font-size: 30px;
}

h4 {
    font-size: 28px;
    font-family: 'Museo-700';
}

h5 {
    font-size: 22px;
    font-family: 'Museo-700';
}

p {
    color: white;
    font-family: 'Museo-300';
    font-size: 19px;
}

p div{
font-family: 'Museo-300';
}

.prodPrice {
    font-family: 'Museo-300';
    font-size: 19px;
    color: #7d3d3e;
}

form{
    margin-bottom: 15px;
    padding: 30px;
    font-weight: normal;
    font-family: 'Museo-300';
    font-size: 23px;
    color: white;
}

.options {
    font-family: 'Museo-300';
    font-size: 19px;
    padding: 5px;
    border-radius: 20px;
    background: white;
    color: black;
}

.inpGroup{
    width: 100%;
}

.inpControl {
    font-family: 'Museo-500';
    border-radius: 15px;
    border: 2px solid #af827d;
    display: block;
    width: 100%;
    height: 34px;
    min-height: 41px;
    line-height: 1.4;
    margin-bottom: 15px;
    padding: 6px 12px;
    outline-width: 0;
    font-size: 18px;
}

input{
    background-color: white;
}

::placeholder{
    color:#888787;
}

form {
    font-family: 'Museo-500';
    margin-bottom: 10px;
    padding: 10px;
}

label {
    color: white;
    font-family: 'Museo-300';
    font-size: 19px;
    float: left;
    padding-top: 10px;
    padding-right: 10px;
}

input, select, textarea{
    border: 1px solid white;
    font-weight: normal;
    font-family: 'Museo-300';
    font-size: 23px;
    color: black;
}

.date{
    color: #215b84 !important;
}

.btn.submit{
    cursor: pointer;
    background: url(https://seedoflifeschool.com/sites/all/themes/danland/kelpht/RegisterBtn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none;
    border: none;
    padding: 10px 15px;
    font-family: 'DolceVita';
    margin-top: 40px;
    font-size: 23px;
    color: white;
    font-weight: normal;
    display:block;
}

.btn.submit:hover{
    color: #215b84;
}

a:link{
    color:#2f83bf !important;
}

.prodBtn {
    font-family: 'Museo-500';
    font-weight: bold;
    background: #854140;
    border-radius: 15px;
    padding: 10px 16px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    border: none;
    cursor: pointer;
    width: 300px;
    margin: 0 auto !important;
    text-align: center !important;
    margin-top: 50px !important;
    color: white !important;
    font-size: 24px !important;
}

.prodBtn:hover{
    background:#553344;
}

.prodTitle {
    color: white;
    font-family: 'Museo-300';
    font-size: 19px;
}

.stripe-button-el span{
    font-family: 'Museo-500';
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    border: none;
    cursor: pointer;
    width: 300px !important;
    height:50px !important;
    margin: 0 auto !important;
    text-align: center !important;
    color: white !important;
    font-size: 24px !important;
    padding: 10px 12px !important;
}

.logo img {
    width: 100%;
    vertical-align: middle;
}

.sched{
    font-family: 'Museo-300';
}