/*mkr styles*/


body {
	font-family: 'Ropa Sans', sans-serif !important;
}

	.title_bar {
		position:fixed;
	}


.top-menu li a{
	text-decoration: none;
	color:white;
}  

.top-menu li a:hover {
	text-decoration: none;
	color: #4ad04a;
}  


.headbak {
	background-image: url("img/475crowdback.png");
	background-position: top center;
	background-color: #000000;
	background-repeat: no-repeat;
	background-attachment: fixed;
	float:left;
}


.pbak-1 {
	background-image: url("img/475 hands close.png");
	background-position: top center;
	background-color: transparent;
	background-repeat: no-repeat;
	
}

.pbak-2 {
	background-image: url("img/back_2.png");
	background-position-x: center;
	background-repeat: no-repeat;
	background-size:cover;
}

.pbak-3 {
	background-image: url("img/back_3.png");
	background-position: top center;
	background-color: #000000;
	background-repeat: no-repeat;
	background-size:cover;
}

.mrow {
	float:left;
	width:100%;
	clear:both;
}

.cb33 {
		width:33%;
}

.cb50 {
		width:50%;
}

.cb66 {
		width:66%;
}

.l_float .cb50 {
	display: flex;
}

.flex {
	display: flex;
}


/* Rectangle 2
position: absolute;
width: 1198px;
height: 594px;
left: 133px;
top: 1567px;
 */

.c_block{

background: rgba(79, 79, 79, 0.7);
border-radius: 16px;
}


.r_float{
	float:right;
}

.l_float{
	float:left;
}

.mg-top-3 {
	margin-top:3em;
}

.mg-top-6 {
	margin-top:6em;
}

.mg-bot-6 {
	margin-bottom:6em !important;
}

.mg-top-30 {
	margin-top:30em;
}

.mg-top-55 {
	margin-top:55em;
}

.pad-top-6 {
	padding-top:6em;
}

.pad-top-8 {
	padding-top:8em;
}

.pad-bot-6 {
	padding-bottom:6em;
}

/* text styles */

h1 {
	
}

h2 {
	width:100%;
	border-bottom:solid 2px white;
}

h3 {
	
}

.txt_upper {
	text-transform:uppercase;
}

.center {
	text-align:center;
}

.holder_type {
	text-align:center;
	margin:3em 0;
}

/* text colors */

.wh_text {
	color:#fff;
}

/* bg colors */


.bg-grey-mid {
    background-color: rgba(96, 96, 96, .9);
	
}

.bg-grey-lig {
	background-color: rgba(60, 59, 59, 0.7);
}

.title_bar {
	color:white;
	letter-spacing: .15em;
}

.text_logo h3 {
	font-size: 1.4em;
	margin: .75em 0 .75em 1em;
}

.top-menu {
	padding-left:0;
	margin-right:1em;
}

.top-menu li {
	display:inline;
	font-size: 1.05em;
	padding:0 .5em; 
}

.menu-img {
	width: 1.62em;
}

.contentblock {
	
}

.inset {
	margin-left:133px;
	margin-right:133px; 
}

.curveblock {
	padding: 2em;
	border-radius: 16px;
}

.curveblock h2 {
	margin-top: 0;
}

#reused_form .row {
	margin-bottom: 1em;
}

		input[type=text], input[type=email], textarea {
		width: 90%;
		margin-bottom: 1em;
	}

.btn-lg {
	color: white;
	padding: 1em 3em;
	border-radius: .5em;
	background-color: darkgreen;
	border: 0px;
}

@media screen and (min-width: 1675px) {
	.pbak-1 {
	background-image: url("img/475 hands close.png");
	background-position: top center;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size:contain;
	}
	.contentblock.mg-top-6{
		margin-top:12em ;
	}
}

@media screen and (min-width: 1200px) {
	.contentblock.mg-top-6{
		margin-top:12em ;
	}
}

@media screen and (max-width: 1028px) {
	.inset {
	margin-left:33px;
	margin-right:33px; 
	}
	.cb33 {
	width:45% !important; 
	}
	
}


@media screen and (max-width: 720px) {
	.menu_block.r_float{
		float: unset !important;
		width:100% !important;
		text-align: center;
		margin-right: 0 !important; 
	}

	.text_logo.l_float{
		float: unset !important;
		width:100% !important;
		text-align: center;
	}  

	.text_logo h3 {
	font-size: 2.4em;
	margin-left: 0 !important; 
	}

}
@media screen and (max-width: 500px) {
    .pbak-1 {
    	background-image: url("img/475 hands close.png");
    	background-position: center -0.5em;
    	background-color: transparent;
    	background-repeat: no-repeat;
    	/* background-color: black; */
    	background-attachment: fixed;
    }
    
    .text_logo h3 {
	font-size: 1.9em;
	margin-left: 0 !important;
}
    
    .bg-grey-lig {
	background-color: rgba(36, 35, 35, .9);
    }
    
}

@media screen and (max-width: 420px) {
	.inset {
	margin-left:33px;
	margin-right:33px; 
	}
}