body {
    background: #ffffff url(../img/bg-ceroganic.jpg) right top repeat-y;
    background-size:20vw auto;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.orange{
    width:100%;
    height:40px;
    background-color: rgba(242,148,0,1)
}
.navbar, .row{
    margin-right:10vw;
}
h1, .display-3 {
    margin: 0 0 20px 0;
    padding: 0;
    font-family: 'Times New Roman',Times,serif;
    font-size: 50px;
    font-weight: normal;
    line-height: 105px;
}
h2 {
    margin: 0 0 30px 0;
    padding: 0;
    font-family: 'Times New Roman',Times,serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 26px;
    border: 0px;
}
.container{
    margin-left:20px;
}
.row{
    margin-top:50px;
}
hr{
    margin-right:10vw;
    border-top: 1px solid rgba(242,148,0,1);
}
/*** NAVIGATION ***/
.navbar-brand{
    width:350px;
    margin:50px 25px;
}
a.roeperlink{
    display:block;
    margin-top:60px;
}
a.roeperlink img{
    width:100%;
}

/*** JUMBOTRON ***/
.jumbotron {
    padding: 2rem 0;
    margin-bottom: 2rem;
    background-color: rgba(0,0,0,0.05);
    border-radius: 0px;
    color:#000;
}
.jumbotron .container{
    margin-right:350px;
}
.jumbotron p{
    display:block;
    margin-right:10vw;
}
/** OWL **/
#owl:hover{
    cursor: grab;
}
#owl h1{
    display: block;
}
#owl h2::before{
    content:url(../img/ceroganic-logo-kl.png);
    margin-right:20px;
}
.item {
    text-align: center;
}
.item img{
    border-radius:100px;
    margin-bottom:15px;
}
.alert-success{
    padding:30px;
}
.alert-success img{
    display:block;
    margin:0 auto;
    width:80%;
}
/*** FOOTER ***/
footer{
    background-color: rgba(0,0,0,0.05);
    color:#717171;
    padding:30px;
}
footer a{
    color:#717171;
}
footer a:hover{
    color:#717171;
}
footer .logos img{
    width:20%;
}
footer .logos figure{
    display:block;
}
footer figure:nth-child(1){
    margin-bottom:30px;
}
.figure-img{
    max-width: 157px !important;
}
@media (max-width: 950px) {
    body {
        background: #ffffff url(../img/bg-ceroganic.jpg) right top repeat-y;
        background-size:250px auto;
    }
    h1, .display-3{
        margin-right:350px;
        line-height:50px;
    }
}
@media (max-width: 768px) {
    body {
        background: #ffffff url(../img/bg-ceroganic.jpg) right top repeat-y;
        background-size:80px auto;
    }
    h1, .display-3, .navbar, .row, .jumbotron p{
        margin-right:90px;
    }
    .navbar-brand{
        margin:0 0;
        width:100%;
    }
    .navbar-brand img{
        max-width: 250px;
    }
    a.roeperlink{
        display:block;
        margin-top:0px;
        margin-bottom:25px;
    }
    .container{
        margin-left:0;
    }
    footer{
        text-align: center;
    }
    .item img {
        border-radius: 400px;
    }
}
@media (max-width: 450px) {
    .alert-success {
       padding: 30px 5px;
        width: 100%;
    }
    footer .logos img {
    width: 60%;
}
}