@import url('https://fonts.googleapis.com/css?family=Muli:400,700,700i|Open+Sans:400,700');

body, html{
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
}

.rowMar{margin-top: 30px; margin-bottom: 30px;}

.vcenter {
 	margin-top: auto;
    margin-bottom: auto;
}

a{
     color: inherit;
  text-decoration: inherit;
}

a:hover{
     color: inherit;
  text-decoration: inherit;
}

.navbar-custom {

	    background-color: #ebebeb;

 }

.nav-link-custom {color: grey !important;}

.nav-link-custom:hover{ color: #345D9D !important;  }

/*.men-active{color: #96C93D !important;  }*/




/*---Media Queries --*/

@media (max-width:1000px) and (min-width:700px) {

 
}


@media (min-width: 1200px) {

     
}

@media (max-width: 992px) {




  }
@media (min-width: 768px) {

  .cajj{border-radius: 0px 200px 200px 0px;}

}
@media (max-width: 576px) {


  
}



/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/





