.posiberia	{
	font-family: 'Lobster', cursive;
	text-align: center;
	color: white;	
	font-size: 700%; 
	text-shadow: black 0 0 10px;
}
.mail {
	color: white;
	font-family: 'Noto Serif', serif;
}
.content {
	float: center;
	height: 200px;
}

.textpage	{
	font-family: 'Lobster', cursive;
	color: black;	
	font-size: 100%; 
	text-shadow: black 0 0 2px;
}
.posiberia	{
	font-family: 'Lobster', cursive;
	color: white;	
	font-size: 300%; 
	text-shadow: black 0 0 10px;
}
.welcomefont { 
     color: white; 
     font-size: 100%; 
     font-family: 'Noto Serif', serif; 
	 text-shadow: black 0 0 10px;
}
li {
	text-align: left;
	color: white;
}
p {
	color: white;
	text-shadow: black 0 0 2px;
}

img {   
     max-width: 100% 
}

#submit {
font-family: sans-serif;
color: black;
font-size: 15px;
font-family: 'Noto Serif', serif;
padding: 5px;
text-decoration: none;
box-shadow: 0px 1px 3px #666666;
-webkit-box-shadow: 0px 1px 3px #666666;
-moz-box-shadow: 0px 1px 3px #666666;
text-shadow: 1px 1px 3px #666666;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFF00), to(#FFFF00));
background: -moz-linear-gradient(top, #FFFF00, #FFFF00);
}
#submit:hover {
 background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFD700), to(#FFD700));
 background: -moz-linear-gradient(top, #FFD700, #FFD700)
}
#respond input[type=text], textarea {
 -webkit-transition: all 0.30s ease-in-out;
 -moz-transition: all 0.30s ease-in-out;
 -ms-transition: all 0.32s ease-in-out;
 -o-transition: all 0.30s ease-in-out;
 outline: none;
 padding: 0px 0px 0px 0px;
 margin:  5px 3px 0px;
 border: 1px solid #DDDDDD;
}
#respond input[type=text]:focus, textarea:focus {
 box-shadow: 0 0 5px rgba(81, 203, 238, 1);
 margin: 0 auto;
 border: 1px solid rgba(81, 203, 238, 1);
}
.ca-menu{
	max-width: 1200px;
    margin-right: auto;
    padding: 0 0 0 48px;
    margin: 20px auto;
}
.ca-menu li{
    width: 230px;
    height: 230px;
    border: 10px solid none;
    overflow: hidden;
    position: relative;
    float:left;
    background:none;
    margin-left:-48px;
    transition: all 400ms linear;
}
.ca-menu li:last-child{
    margin-right: 0px;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.ca-icon{
    font-size: 40px;
    color: #f6f6f6;
    line-height: 60px;
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0px;
    top: 30px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-main{
    font-size: 20px;
    position: absolute;
    top: 110px;
    height: 80px;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    opacity: 1.8;
    text-align: center;
    color: white;
}
.ca-sub{
    display: none;
}
.ca-menu li:hover{
    border-color: red;
    z-index: 999;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.ca-menu li:hover .ca-icon{
    color: red;
    font-size: 60px;
    text-shadow: 0px 0px 1px #000;
    -webkit-animation: moveFromBottom 300ms ease;
    -moz-animation: moveFromBottom 300ms ease;
    -ms-animation: moveFromBottom 300ms ease;
}
.ca-menu li:hover .ca-main{
    color: white;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}
.container {position: relative;
display: block;
margin: 30px auto;
width: 70%;
max-width: 980px;
}
.container > .button {
margin: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.container {
width: 768px;
}
h1 {
	font-size: 2.2em;
	color : #1d74ff;
}
h2 {
font-size: 1.3em;
color: white;
}
.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
}