body {
background-image : url(images/head.jpg), url(images/bg1.jpg), url(images/bg.jpg);
background-repeat : no-repeat,repeat-x,repeat;
background-position : top right;
}
.picture {
float : left;
margin : 2px;
}
.content {
width : 800px;
margin-left : auto;
margin-top : 630px;
margin-right : 70px;
font-size : 17px;
color : #B5AEAE;
font-weight : normal;
text-transform : none;
font-family : 'Gabriela', serif;
letter-spacing : 1px;
text-align : justify;
line-height : 23px;
}
h1 {
letter-spacing : 4px;
font-size : 28px;
color : #F67906;
text-align : center;
margin : 0;
font-weight : normal;
font-family : 'Gabriela', cursive;
text-align : justify;
border-radius : 40px;
text-transform : uppercase;
opacity : 0.6;
}
#navi {
position : absolute;
width : 400px;
right : 920px;
top : 590px;
z-index : 2;
opacity:0.7;
}
a.navi {
color : #ffffff;
letter-spacing : 3px;
font : bold 18px 'Gabriela', sans-serif;
background-repeat : repeat;
line-height : 15px;
padding : 15px;
display : block;
border : 0;
text-align : left;
text-transform : uppercase;
text-decoration : none;
text-shadow : none;
width : 290px;
margin : 10px;
background-image : linear-gradient(#F67906, #524040);
}
a.navi:link {
color : #ffffff;
letter-spacing : 3px;
font : bold 18px 'Gabriela', sans-serif;
background-repeat : repeat;
line-height : 15px;
padding : 15px;
display : block;
border : 0;
text-align : left;
text-transform : uppercase;
text-decoration : none;
text-shadow : none;
width : 290px;
margin : 10px;
background-image : linear-gradient(#FFA86B, #F67906);
}
a.navi:active {
color : #ffffff;
letter-spacing : 3px;
font : bold 18px 'Gabriela', sans-serif;
background-repeat : repeat;
line-height : 15px;
padding : 15px;
display : block;
border : 0;
text-align : left;
text-transform : uppercase;
text-decoration : none;
text-shadow : none;
width : 290px;
margin : 10px;
background-image : linear-gradient(#FFA86B, #524040);
}
a.navi:visited {
color : #ffffff;
letter-spacing : 3px;
font : bold 18px 'Gabriela', sans-serif;
background-repeat : repeat;
line-height : 15px;
padding : 15px;
display : block;
border : 0;
text-align : left;
text-transform : uppercase;
text-decoration : none;
text-shadow : none;
width : 290px;
margin : 10px;
background-image : linear-gradient(#FFA86B, #524040);
}
a.navi:hover {
color : #ffffff;
letter-spacing : 3px;
font : bold 18px 'Gabriela', sans-serif;
background-repeat : repeat;
line-height : 15px;
padding : 15px;
display : block;
border : 0;
text-align : left;
text-transform : uppercase;
text-decoration : none;
text-shadow : none;
width : 340px;
margin : 10px;
background-image : linear-gradient(#8F754D, #FFA86B);
}
#navigation i {
font-family : 'FontAwesome';
font-style : normal;
color : inherit;
font-size : inherit;
}
#footer {
clear : both;
text-align : center;
}
a:link {
color : #FFA86B;
text-decoration : none;
font-size : 17px;
letter-spacing : 1px;
font-family : 'Abel', cursive;
font-weight : 500;
text-transform : uppercase;
padding-top : 3px;
padding-bottom : 3px;
padding-left : 6px;
padding-right : 6px;
opacity : 0.8;
}
a:visited {
color : #FFA86B;
text-decoration : none;
font-size : 17px;
letter-spacing : 1px;
font-family : 'Abel', cursive;
font-weight : 500;
text-transform : uppercase;
padding-top : 3px;
padding-bottom : 3px;
padding-left : 6px;
padding-right : 6px;
opacity : 0.8;
}
a:hover {
transition : 0.9s ease-out;
color : #F67906;
cursor : pointer;
font-size : 17px;
letter-spacing : 1px;
font-family : 'Abel', cursive;
text-decoration : none;
border-bottom : 0;
opacity : 0.7;
transition : 0.5s;
opacity : 0.7;
}
b {
color : #F67906;
text-decoration : none;
font-size : 19px;
letter-spacing : 2px;
font-family : 'Abel', cursive;
font-weight : 500;
text-transform : uppercase;
padding-top : 3px;
padding-bottom : 3px;
padding-left : 6px;
padding-right : 6px;
opacity : 0.8;
}
i {
color : #DD1310;
text-decoration : none;
font-size : 19px;
letter-spacing : 2px;
font-family : 'Abel', cursive;
font-weight : 500;
text-transform : uppercase;
padding-top : 3px;
padding-bottom : 3px;
padding-left : 6px;
padding-right : 6px;
opacity : 0.8;
}
blockquote {
background-color : #000000;
background-repeat : repeat;
padding : 9px;
text-align : justify;
color : #A19E9C;
font-style : italic;
border-radius : 40px;
}
.contentx input, textarea, select {
background-color : #000000;
border : #DD1310 dashed 2px;
padding : 4px;
color : #DD1310;
border-radius : 40px;
opacity : 0.9;
}