/*General CSS*/
/*To make sure sections fill up the whole page*/
/***********************************************************************************************/
/* General to the website */
/***********************************************************************************************/

html,
body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    height: 100%;
    /*background: center no-repeat fixed url(./imgs/smallholderfarmers.jpg);
    back*/ground-size: cover;
}

redify {
    color: #fc6e51;
}
/***********************************************************************************************/
/* For the first page, name and address */
/***********************************************************************************************/

.member-resume {
    padding: 10px;
    background: #f2f2f2;
    text-align: center;
}

.member-resume h6 {
    color: #87898b;
    margin: 0 0 5px 0;
}

ul.social-icons-list {
    list-style: none;
    margin-top: 20px;
    padding: 0;
}

ul.social-icons-list li {
    display: inline-block;
}

ul.social-icons-list li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 5px;
    font-size: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #898989;
    color: #898989;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}
/***********************************************************************************************/
/* For the navbar */
/***********************************************************************************************/
/*For the small bar in the navbar*/

.navbar-brand {
    border-right: 1px solid #eee;
}
/*For the background color of blue*/

.navbar-default {
    background-color: rgb(43, 154, 243);
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}
/*For the white color of the fonts*/

.navbar-default .navbar-nav > li > a {
    color: rgb(255, 255, 255);
}

.navbar-default .navbar-header > a {
    color: rgb(255, 255, 255);
}
/********************************************************/
/***********************************************************************************************/
/* For sections */
/***********************************************************************************************/

section {
    padding-top: 70px;
    padding-bottom: 50px;
    min-height: calc(100% - 1px);
    -webkit-font-smoothing: antialiased;
}
/***********************************************************************************************/
/* Tabs in students page */
/***********************************************************************************************/

#myTab {
    padding-top: 12px;
}
/***********************************************************************************************/
/* Footer */
/***********************************************************************************************/

footer {
    background-color: #494949;
    color: #ddd;
    min-height: 100px;
    padding-top: 20px;
    padding-bottom: 40px;
}

footer .nav>li>a {
    padding: 3px;
    color: #ccc;
}

footer .nav>li>a:hover {
    background-color: transparent;
    color: #fff;
}
/***********************************************************************************************/
/* =Typography */
/***********************************************************************************************/

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-bottom: 20px;
}

h1 {
    font-size: 46px;
    font-weight: 100;
}

h2 {
    font-size: 34px;
    font-weight: 300;
    text-transform: uppercase;
}

h3 {
    font-size: 30px;
    font-weight: 300;
    margin-top: 0;
}

h4 {
    font-size: 22px;
    font-weight: 300;
    margin: 10px 0 0 0;
}

h5 {
    font-size: 18px;
    /*color: rgb(37, 37, 37);*/
    /*text-transform: uppercase;*/

    margin: 5px 0;
}

h6 {
    font-size: 16px;
    font-weight: 400;
}

p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    /*color: rgb(129, 129, 129);*/

    color: #4C4C4C;
    /*background: #f8f8f8;*/
}
/***********************************************************************************************/
/* =Buttons */
/***********************************************************************************************/

.btn {
    background: transparent;
    font-size: 15px;
    text-transform: uppercase;
    padding: 12px 25px;
    border: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.btn:active,
.btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-cta {
    color: #fff;
    border: 1px solid #FFF;
    padding: 15px 40px;
    font-size: 16px;
}

.btn-cta:hover,
.btn-cta:focus {
    color: #fff;
    background: rgba(255, 255, 255, .1);
}

.btn-light {
    color: #fff;
    border: 1px solid #fff;
}

.btn-light:hover,
.btn-light:focus {
    background: #fff;
    color: #fc6e51;
}

.btn-clean {
    color: #fc6e51;
    border: 1px solid #fc6e51;
}

.btn-clean:hover,
.btn-clean:focus {
    color: #fff;
    background: #fc6e51;
}

.btn-colored {
    background: #fc6e51;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-colored:hover,
.btn-colored:focus {
    color: #fff;
    outline: 0;
    opacity: .9;
}

.seemore a {
    color: #fc6e51;
    font-weight: 300;
    display: inline-block;
    padding: 4px 8px;
    margin-bottom: 0px;
    margin-right: 3px;
    border: 1px solid #ee3b16;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.seemore a:hover {
    color: #fff;
    background: #fc6e51;
}
/***********************************************************************************************/
/* Vertical lines */
/***********************************************************************************************/

.rightverticalline {
    border-right: 1px solid #E8E8E8;
    padding-right: 20px;
}

.leftverticalline {
    border-left: 1px solid #E8E8E8;
    padding-left: 20px;
}
/***********************************************************************************************/
/* Teaching page */
/***********************************************************************************************/

.tps {
    font-size: 18px;
}
/***********************************************************************************************/
/* Publications */
/***********************************************************************************************/

.publications {
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
}
/***********************************************************************************************/
/* trivia */
/***********************************************************************************************/

#intro-header {
    text-align: center;
    color: #f8f8f8;
    background: center no-repeat fixed url(../imgs/rssmallholderfarmers.jpg);
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 5em;
    font-weight: 400;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }
    .intro-message > h1 {
        font-size: 3em;
    }
    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }
    .intro-divider {
        width: 100%;
    }
}

