/* 
    Created on : 06/07/2014, 9:35:56 PM
    Author     : Kyle
*/

@font-face {
  font-family: 'Glyphicons Farms';

  src: url('../fonts/glyphicons-farms.eot');
  src: url('../fonts/glyphicons-farms.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-farms.woff') format('woff'), url('../fonts/glyphicons-farms.ttf') format('truetype');
}
.glyphicon-farms {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Farms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-farms-male:before {
  content: "\2a";
}

body {
    background-color: #eff0f3;
}

.content-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 10px;
}

h2 {
    color: rgb(128, 156, 9);
}


.title-jumbo {
    margin-top: -20px;
    min-height: 450px;
    max-height: 450px;
    background-image: url('../img/title_farm.jpg');
    background-position-y: -30px;
    padding-bottom: 200px;
    padding-top: 150px;
}

.title-overlay {
    
}

.title-text {
/*    background-color: #eee;
    opacity: 0.5;*/
    text-align: center;
    
    text-shadow: 1px 1px 2px #444;
}
.title-text > h1 {
    font-size: 65px;
    color:  #ddd;
    
    text-shadow: 1px 1px 6px #666;
}

.title-info {
    font-size: 18px;
}

hr {
    margin-left: 60px;
    margin-right: 60px;
    margin-top: 60px;
    margin-bottom: 60px;
    border-top: solid 1px #ddd;
}

.footer {
    margin-top: 30px;
    border-top: solid 1px #ccc;
    padding-top: 30px;
}

.footer-links {
    margin-left: 20px;
    margin-right: 20px;
}


.nav-links-icon {
    margin: 6px;
}

.nav-links-text {
    /*margin-left: 10px;*/
}


@media (max-width: 768px) {
    .content-box {
        padding: 4px;
    }
    .container-fluid {
        padding-left: 4px;
        padding-right: 4px;
    }
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .title-jumbo {
        padding-top: 20px;
    }
}
