@charset "UTF-8";
/* reset */

/* css reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box
}
body { line-height: 1 }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
nav ul { list-style: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: none }
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}
del { text-decoration: line-through }
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}
input, select { vertical-align: middle }
p { margin-bottom: 20px; }
img { max-width: 100%; }
/* ___________________________________________________styles ___________________________________________________*/

body, html {
    width: 100%;
    height: 100%;
}
body {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #444;
}
h1, h2, h3, h4, h5 { margin-bottom: 15px; }
h2 { font-size: 1.2em; }
p { line-height: 1.5em; }
.wrapper { min-height: 100%; }
header {
    height: auto;
    background: #36377C;
}
a {
    color:#36377C;   
}
a:hover {
    color: #FFA100;

}
.brand {
    display: block;
    padding: 30px 40px 20px;
}
.brand img {
    width: 440px;   
}
.grove {
    border: 5px solid #FFA100;
    margin-bottom: 30px;
    overflow: hidden;
    margin-right:30px;
}
sup {
    font-size: .5em;
    vertical-align: super
}
main.about {
    height: auto;
    padding: 50px;
    background: white;
    min-height: 740px;
}
main.home {
    background-image: url(../images/bg_orange_grove.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    padding: 0;
    margin: 0;
}
footer {
    height: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    margin-top: -50px;
    background: transparent;
    font-weight: 300;
}
nav {
    margin-top: 50px;
    margin-right: 20px;
}
nav ul {
    text-align: right;
    list-style: none;
    vertical-align: bottom
}
nav ul li {
    height: 24px;
    width: 90px;
    text-align: right;
    display: inline-block;
    background-image: url(../images/icon_orange.png);
    background-repeat: no-repeat;
    background-position:left 2px;
    margin: 10px 15px 30px 15px;
    vertical-align: bottom
}
nav ul li a {
    display: block;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
}
nav ul li a:hover {
    display: block;
    color: #FFA100;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
nav { margin-top: 0; }
nav ul { text-align: center; }
.brand {
    display: block;
    padding: 20px 10px;
}
.grove {
    border: 5px solid #FFA100;
    margin-bottom: 30px;
    overflow: hidden;
    margin-right:0;
}
}
