@font-face {
  font-family: Muli-Black;
  src: url(fonts/Muli-Black.ttf);
}
@font-face {
  font-family: Muli-Bold;
  src: url(fonts/Muli-Bold.ttf);
}
@font-face {
  font-family: Muli-Regular;
  src: url(fonts/Muli-Regular.ttf);
}
@font-face {
  font-family: Muli-Light;
  src: url(fonts/Muli-Light.ttf);
}
body
{
    background-color: #fff;
}
h1{
    font-family: 'Muli-Black';
    font-size: 40px;
    line-height: 50px;
    color: #2B2D39;
}
h2{
    font-family: 'Muli-Black';
    font-size: 30px;
    line-height: 42px;
    color: #2B2D39;
}
h3{
    font-family: 'Muli-Black';
    font-size: 24px;
    line-height: 32px;
    color: #2B2D39;
}
h4{
    font-family: 'Muli-Light';
    font-size: 18px;
    line-height: 26px;
    color: #666;
}
h5{
    font-family: 'Muli-Light';
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
p{
    font-family: 'Muli-Light';
    font-size: 14px;
    line-height: 20px;
    color: #666;
    text-align: justify;
}
.smalltext{
    font-family: 'Muli-Light';
    font-size: 13px;
    color: #000;
}
label{
    font-family: 'Muli-Light';
    font-size: 13px;
    color: #000;
}
#img1 {display:block;}
#img2 {display:none;}
.whitebg{
    background-color: #fff;
}
.greybg{
    background-color: #F7F7F5;
}
.lightgreybg{
    background-color: #fafafa;
}
.imgbg{
    background-image:url(images/bg_header.jpg);
}
.header{
    background-size:auto;
}
.leafheader{
    background-image: url("images/leaf_header.png");
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}
.textheader{
    text-align: center;
    color: #fff;
    padding: 100px 0px 0px 0px;
    line-height: 26px;
}
.logoheader{
    padding: 20px 0px 20px 20px;
}
.mobile-break {
    display: none;
}
.fluid-img{
    width: 100%;
}
.fluid-row{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.nopadding{
    padding: 0px !important;
}
.morepadding{
    padding: 0px 10px 0px 10px;
}
.webpadding{
   text-align: right;
}
hr.gold {
  border-top: 1px solid #f5df4d;
}
hr.blue {
  border-top: 8px solid #04104c;
  margin: 0px 0px 15px 0px;
}
hr.silver {
  border-top: 8px solid #c9c9c9;
  margin: 0px 0px 15px 0px;
}
hr.green {
  border-top: 8px solid #41b45f;
  margin: 0px 0px 15px 0px;
}
.container-fluid{
    padding: 45px 0px 45px 0px;
}
.centertext{
    text-align: center;
}
.centerimage{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.contactform{
    margin-bottom: 15px;
}
.form-control{
    font-family: 'Muli-Regular';
    font-size: 16px;
    color: #666666;
    height: 46px;
    background-color: #fafafa;
    border-radius:0px;
    border: 0;
    outline: none;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
}
.form-group{
    margin-bottom: 25px;
}
input {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
input[type=text]:focus {
    border: 0;
  outline: none;
      border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
    border-bottom: 3px solid #f5df4d;
}
input[type=email]:focus {
    border: 0;
  outline: none;
      border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
    border-bottom: 3px solid #f5df4d;
}
textarea:focus, input:focus{
    outline: none;
      border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
    border-bottom: 3px solid #f5df4d;
}
.formpadding{
    padding-left: 5px;
    padding-right: 5px;
}
.btngold{
    font-family: 'Muli-Bold';
    font-size: 20px;
    color: #000;
    height: 46px;
    text-decoration: none;
    cursor: pointer;
    border:none;
    width: 100%;
    background-color: #f5df4d;
    margin-bottom: 20px;
}
.btngold:hover {
    color: #000;
    background-color: #999a9e;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'Muli-Regular';
}
::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Muli-Regular';
}
:-ms-input-placeholder { /* IE 10+ */
    font-family: 'Muli-Regular';
}
:-moz-placeholder { /* Firefox 18- */
    font-family: 'Muli-Regular';
}
@media screen and (max-width: 992px) {
    #form_container
    {
        margin-top:25px;
    }
    h1{
        font-size: 30px;
        line-height: 42px;
    }
    h2{
        font-size: 26px;   
    }
    h3{
        font-size: 20px;
    }
    h4{
        font-size: 18px;
    }
    h5{
        font-size: 15px;
    }
    p{
        font-size: 12px;
    }
    #img1 {
    display:none;
    }
    #img2 {
        display:block;
    }
    .fluid-img{
    max-width: 100%;
    height: auto;
    }
    .fluid-row{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    }
    .contactform{
    margin-top: 12px;
    margin-bottom: 6px;
    }
    .mobile-break {
    display:block;
    }
    .leafheader{
        background-size: 0px;
    }
    .textheader{
        padding: 0px 0px 10px 0px;
    }
    .logoheader{
        padding: 20px;
    }
    .webpadding{
        text-align: left;
        padding: 10px 0px 0px 10px;
}
}
