@charset "utf-8";
/* CSS Document */


.row.maincontent {
	background-color: #FFFFFF;
	font-style: normal;
	font-weight: 400;
	font-size: large;
	padding-top: 25px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
}

.firstrow {
	background-color: #FFF;
	padding-bottom: 30px;
	padding-top: 30px;
}

.topleft {
	padding-top: 20px;
	align-content: center;

}
.topright {
	margin-top: 20px;
	padding-top: 15px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	border-color: #B7D578;
	border-width: thin;
	border-style: solid;
}
.img-responsive.Nerudacover {
	max-width: 100%;
	height: auto;
}

.secondrow {
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 30px;
	margin-top: 0px;
	margin-bottom: 50px;
	border-top-color: #7C9449;
	border-top-width: thick;
	border-top-style: solid;
}
.bottomright {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-color: #B7D578;
	border-width: thin;
	border-style: solid;
}
.bottomleft {
	padding-bottom: 20px;
}
.btn-default.signupbutton {
	font-weight: bold;
	}

a:link {
	color: #646464;
}
a:visited { 
	color: #646464;
}
a:hover {
	color: #646464 !important;	
}
a:active {
    color: #000000;
}

@media screen and (max-width:1199px){
	.firstrow {
		padding-right: 75px;
	}
	}
@media screen and (max-width:949px){
.firstrow {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 50px;
	}
	}
@media screen and (min-width:950px){
.secondrow {
	padding-right: 0px;
	padding-left: 0px;
}
}

@media screen and (max-width:649px){
	.secondrow {
		padding-left: 20px;
		padding-right: 20px;
	}
	.emphasistype {
		font-size: large;
	}
}	
@media screen and (max-width:449px){
.btn-default.signupbutton {
	font-size: small;
	font-weight: normal;
	}
	}

.btn.btn-default {
  font-family: proxima nova, sans-serif;
  color: #000;
  background-color: #fff;
  border-color: #7C9449;
  outline: none !important;
  box-shadow: none !important;
}

.btn.btn-default:visited {
  color: #000 !important;
  background-color: #fff !important;
  outline: none;
  box-shadow: none;

}
.btn.btn-default:hover {
  color: #fff !important;
  background-color: #7C9449 !important;
  border-color: #7C9449 !important;
  outline: none !important;
  box-shadow: none;
}

