@charset "utf-8";
/*home4/alm789/aliciamartinez.com/css/style.css*/
/* CSS Document */

html {
	color: #111800;/* #333333;*/
    width:100%;
   /* background-color:#f2f2f2;*/
}
body{
	margin: -35px auto;
	/*	width: 90%;*/
	background-color:#f2f2f2 ;
}
#size{
    width: 88%;
    margin: 0 auto;
    background-color: #fff;/*f9f2ec*/
    border-left:1px solid #648e00;
    /*2d3f00 111800*/
    border-bottom:2px solid #111800;
    border-right:1px solid #2d3f00;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

#navbar {
	position: fixed;
	z-index: 1;
	top: -45px;
	width: 100%;
	display: block;
	transition: top 0.3s;
	background-color: #444444;
}
#navbar a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
 /* border-bottom: none;*/
 border-bottom:1px solid #333;
}
#navbar a:hover {
  background-color: /*#86C558*/#ff00ea;
  color: black;
}

/*
.navbar{
	position:fixed;
	z-index: 1;
	width: 100%; 
	top:-10px;
	color:#FFFFFF;
}
.navbar-brand{
	color:#111800;
}
.navbar a:link, .navbar-brand a:link{
	color: #FFFFFF;
}
*/
.pad {
	padding: 0 20px;
}
a:link, a:visited {
	color: #ff00ea;/*#BD5BA3*/
    
}
a:hover {
	color: #86C558;/*green*/
}
.jumbotron {
	padding: 35px 0 0 0;/*margin:0;*/
	background-color:#fff;
}
.jumbotron p{
	font-size:18px;
	text-align:justify;
}
.a2z {
	background-image:url(/images/a2z.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 400px;
	background-color: #fff;
	background-size: contain;
	width: 100%;
}
#a2z {
	opacity: 0;
	color: #fff;
}
.col-sm-3 .col-sm-4{
	font-family: Georgia, "Times New Roman", Times, serif;
}
.col-sm-4 p{
	margin:auto;
	padding:0 25px;
}
.box{
	border-radius: 25px;
	border: 1px solid #73AD21; /*#BD5BA3;*/
	padding: 5px;
	width: 90%;
	height: 125px;
	display: block;
	margin: 1px 0 0 1px;
	background-size: 105% 105%;
	overflow: hidden;
}
.box p{
	display:none;
}
.box:hover p{
	display:block;
}
.box:hover {
	border-radius: 25px;
	border: 2px solid #3ad531/*73AD21*/;
	padding: 10px;
	width: 100%;
	height: 100%;
	display: block;
	margin: -1px 0 0 -1px;
	background-size: 100%;
	transition: all 0.2s ease;
	animation: down-bump 0.4s ease;
	background-color:#fff;
}
.center {
	display: block;
	margin: auto;
	width: 90%;
}
.green, h2 {
	color: /*#86C558*/#3ad531;
}
.indeed {
    height:26px;
    width:26px;
}

.ycbm{
	position:relative;
	top:1px;
	line-height: 1; 
	display: inline-block;
	background: url(/images/ycbmG.png) no-repeat;
	width: 14px;
	height:14px;
	}
button{
	color: /*#86C558*/#3ad531;
	text-decoration: bold;
	border-radius: 25px;
	border: 1px solid #73AD21; /*#BD5BA3;*/
}
footer {
	background-color: #f2f2f2;
	padding: 25px;
}
#top {
	color: #fff;
	background-color: #ff00ea;/*#BD5BA3;purple*/
	border-color: #ff00ea;/*#BD5BA3*/;
	border-radius: 5px;
}
#top:hover {
	color: #86C558;
	background-color: #111800;
/*	BD5BA3;*/
	border: #86C558 thin solid;
	margin: -1px 0 0 -1px;
}
.top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: none;
}
noscript{
   visibility: hidden;
}
