body {  /* Shapes the body's main background color, font size, color and style. */
    font: 400 15px/1.8 Lato, sans-serif;
    color: #2d2d30;
    font-family: "Almarai";
    background-color: #e7e7e7;
}
.h8 {
    /* 1 pixel black shadow to left, top, right and bottom */
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

    color:  #E59500;
}

.navbar-brand{
    width: 270px;
    height: 65px !important;
    margin-top: -12px;
    margin-bottom: -18px;
    margin-left: -6px;
}
.navbar-brand:after {
    position: absolute;
}
.navbar {
    padding:0px;
    border: 0;
    font-family: Montserrat, sans-serif;
    background-color: #002642;
    opacity: 0.9;
}

.navbar li a, .navbar {
    color: #ffff !important;
    font-size: 15px;
    font-family: "El Messiri";
}
.navbar-nav li a:hover {
    color: #E5A85B !important;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    font-weight: bold;
}
.container{
    padding: 0;
}
.image {
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
}
.container:hover .image {
    opacity: 0.3;
}
.container:hover .middle {
    opacity: 1;
}
.image1 {/* this class aligns the right qoutation mark to the right */
    display: block;
    margin-left: auto;
    width: 5%;
}
.image2 {/* this class aligns the left qoutation mark to the left */
    display: block;

    margin-right: auto;
    width: 5%;
}
.btn1 {
    padding: 10px 20px;
    background-color:#c04931;
    color: #f1f1f1;
    border-radius: 0;
    transition: .2s;
}
.btn1:hover, .btn1:focus {
    border: 1px solid #c04931;
    background-color: #002642;
    color: #fff;
}

.hoverblock:hover{
    border: 1px solid #c04931;
    background-color: #c04931;
    color: black;
    opacity:70% ;
}
.btn2 {
    padding: 10px 20px;
    background-color: #002642;
    color: #f1f1f1;
    border-radius: 0;
    transition: .2s;
}
.btn2:hover, .btn2:focus {
    border: 1px solid #c04931;
    background-color: #c04931;
    color: #fff;
}
.bg-darkRed{
    background-color: #9e2b2a;
}
.bg-darkBlue{
    background-color: #002642;
}
.bg-golden{
    background-color: #E5A85B;
}
.hoverblock:hover{
    border: 1px solid #c04931;
    background-color: #c04931;
    color: black;
    opacity:70% ;
}
.card-img-top{
    width:100%;
    height:auto;
}
@media only screen and (min-width:576px) {
    .navbar-brand{
        width: 270px;
        height: 65px;
        margin-top: -12px;
        margin-bottom: -26px;
        margin-left: -6px;
    }
    .navbar li a, .navbar {
        text-align: right;
    }
    .container{
        font-size: 10px;
    }
}

@media only screen and (min-width:768px) {
    .navbar-brand{
        width: 270px;
        height: 65px;
        margin-top: -12px;
        margin-bottom: -26px;
        margin-left: -6px;
    }
    .navbar li a, .navbar {
        text-align: right;
    }
    .container{
        font-size: 20px;
    }


}
