/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/


.center {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.cd-nav-trigger {
display: none;}
	

#button1 {

	position: relative; 
  text-decoration: none; 
	display: inline-block;
  vertical-align: middle; 
  border-color: #fff; 
  width: 100%; 
  height: 80px; 
  border-top-left-radius: 10px; 
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

  background-color: #fff !important;

  cursor: pointer;
	
		color: #0a0a0a;
    font-family: Quicksand;
    font-size: 24px;
    text-align: center;
	line-height:65px;

}

button.submit {
	color: #000 !important;
    background: #b0976d;
	font-weight: 600;
	
}

button.submit:hover {
	color: #fff !important;
    background: #000;
	font-weight: 600;
	
}

button.forward {

    color: #000 !important;
    background: #b0976d;
	font-weight: 600;

}

button.forward:hover {

    color: #fff !important;
    background: #000;
	font-weight: 600;

}

button.backward:hover{
	
	color: #fff !important;
    background: #000;
	font-weight: 600;
}

a {
color: #b0976d;
}

a:hover {
color: #fff;
}

a.animated_link.active {
    position: relative;
    text-decoration: none;
    color: #b0976d;
}

.cd-nav-trigger::before {
background-color: #b0976d;
}

.cd-nav-trigger::after {
background-color: #b0976d;
}



@media screen and (max-width: 640px) {
#button1 {


    font-size: 19px !important;
		line-height:70px;

}
}

#button1:hover,
#button1:focus {
	
  box-shadow: 1px 1px 50px 6px #eee;
  transform: translateY(-0.25em);
}

main {
    background: url(../img/back1.jpg) !important;
    background-size: cover !important;
}





