
/*******************************************
				Defaults

Remember to use something like type-scale.com 
to get your font sizes
*******************************************/
*{
	padding:0;
	margin: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 


/*******************************************
				Layout
*******************************************/
.wrapper{
   /*  background-color: #78B23B; */
    opacity: 0.9;
    margin: 0 auto;
   /* border: 0.2rem solid #B26C58; */
    
}
.wrapper2{
    background-color: #fff;
    opacity: 0.9;
    margin: 0 auto;
    border: 0.2rem solid #B26C58;
    
}

.masthead{
	text-align: center;
    background-color: #CC745A;
}

.foot{
    background-color: #CC745A;
    clear: both;
}
.foot p{
    text-align: center;
}

/*******************************************
				Form Styles
*******************************************/
.formBox{
    padding-bottom: 1rem;
}
.col{
    padding-bottom: 1rem;
}
#slider-range{
  margin: 1rem 0rem;
  width:80%;
}
.buttons{
  padding-bottom: 1rem;
}
.buttons input{
 margin-top: 3rem;
 background-color: #ffffff;
}

 label{
  display: block;
  font-family: 'Flamenco', cursive;
  font-size: 1.3rem;
}


input, select, textarea{
  padding: 0.4rem;
  font-family: "Times New Roman", Times, serif;
  width:80%;
  font-size: 1.5rem;
  border: 0.2rem solid #B26C58;
}
select{
  width:80%;
}
input[type=text],
input[type=number],
input[type=date]{
	
}



/*******************************************
				Image Styles
*******************************************/




/***************************************
             Responsive layouts
****************************************/
@media screen and (min-width: 500px){
    .main{
        max-width: 780px;
    }
    .formBox{
       width: 50%;
       float: left;  
    }
    .col{
      width: 50%;
       float: left;  
    }
    .buttons input{
     margin-top: 7rem;

    }
    
}
@media screen and (min-width: 780px){
    .wrapper{
        max-width: 1024px;
    }

	.wrapper2{
        max-width: 1024px;
    }
    .formBox{
       width: 25%;
       float: left;
       margin-bottom: 3rem;
    }
    .col{
      width: 25%;
       float: left;
    }
    
    .buttons{
        clear: both;
    }

    .buttons input{
     margin-top: 2rem;

    }

}
