img.logo {
    width: 500px
}

body {
    font-family: Open Sans;
    font-size: 16px;
    background: beige;
}
.title h1{
    margin-bottom: 20px;
    color: saddlebrown;
}

.board-profile {
    margin-bottom: 20px;
    margin-top: 50px;
    min-height: 300px;
}

.student-profile img {
    max-width: 200px;
}

.item {
    text-align: center;
}

.owl-carousel .owl-item img{
    max-width: 800px;
    display: inline-block;
}

.navbar-brand img {
    width: 150px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Neuton;
}

.navbar-default {
    background:  none;
    border: none;
}

p {
    font-size: 18px;
}

.navbar-default .navbar-nav>li>a.contribute {
    color: darkorange;
}

ul {
    text-align: initial;
}

.footer-placeholder {
    height: 100px;
}

.btn.btn-warning {
    padding: 12px 20px;
    border-radius: 0;
    font-size: 16px;
}

span.quote {
    font-family: Merienda;
}
.board-profile p {
    text-align: justify;
}

input[readonly] {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

.student-profile {
    margin-top: 75px;
    font-family: Gaegu;
    font-size: 18px;
}

.student-profile h3 {
    margin-bottom: 25px;
}

.donation p, .sponsorship p{
    font-size: 16px;
}

.donation span.disclaimer a{
    font-size: 12px;
}