/*===== General style =====*/

body {
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
}


.opacity {
    width: 100%;
    padding: 30px 0;
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 5px
}

h2 {
    margin-bottom: 15px;
}

button, a{
    border-radius: 0;
    padding: 5px;
    border: none;
}

input {
    border: none;
    color: #fff;
    padding: 5px;
    width: 100%;
}

textarea {
    border: none;
    padding: 5px;
    width: 100%;
    color: #fff;
}

.spacer {
    height: 20px;
    overflow: hidden;
}

/*== Colors Patterns ==*/

.blue {
    color: #2F2C40;
}
.yellow {
    color: #F2BE5C;
}
.red {
    color: #A61103;
}


/*== Custom Classes ==*/
.main-title {
    margin-bottom: 15px;
    color: #A61103;
    background: #f1f1f1;
    border-left: 5px solid #A61103;
    text-rendering: optimizeLegibility;
}

.sub-title {
    margin-bottom: 15px;
    color: #A61103;
    background: #f1f1f1;
    border-left: 5px solid #F2BE5C;
    text-rendering: optimizeLegibility;
}
/* Layout */

section {
    width: 100%;
}



/* nav menu */
.menu {
    position: fixed;
    right: -200px;
    top: 0;
    width: 200px;
    height: 100%;
    background: rgba(242, 190, 92, 0.7);
    color: #fff;
    padding: 30px 0;
    z-index: 99999;
    transition: 0.3s all ease-in-out;
}

.menu ul li i {
    width: 30px;
    text-align: center;
    margin-left: 50px;
}

.menu button {
    position: absolute;
    left: -50px;
    width: 30px;
    top: 45%;
    border: none;
    padding: 5px;
    background: rgba(242, 190, 92, 0.7);
    font-weight: bold;
    z-index: 99999999999999;
}

.menu ul li {
    padding: 10px 5px;
}

.menu ul li.active {
    background: #A61103;
}

.menu ul li a {
    color: #fff;
    font-weight: bold;
    margin-left: 10px;
}


/* main img section */

.main-image {
    background: url('../images/main1.jpg') center center no-repeat;
    background-size: cover;
}


.main-image .opacity {
    background: rgba(0, 0, 0, 0.5);
}

.main-image h1 {
    color: #fff;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}

.main-image p {
    color: #fff;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}


/* Mail form */

.mail-form {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px  15px;
    margin-top: 30px;
    color: #fff;
}

.mail-form button {
    font-weight: bold;
}

.mail-form label {
    width: 100%;
}

/* About */

.about {
    overflow: hidden;
    padding: 60px 0;
}

.about h2 {
    margin-bottom: 15px;
    color: #A61103;
    background: #f1f1f1;
    border-left: 5px solid #A61103;
    text-rendering: optimizeLegibility;
}


/*== Gallery ==*/
.three {
    padding: 0 0 60px 0;
    overflow: hidden;
}

.three h4 {
    margin-top: 15px;
}


.gallery {
    padding: 60px 0;
    position: relative;
}

#Container .mix{
    display: none;
    margin-bottom: 15px;
}

.gallery button {
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -54px;
}

.gallery button:nth-child(2){
    right: 100px;
}

.gallery button:nth-child(1){
    right: 200px;
}


/*== Contact ==*/
.contact {
    overflow: hidden;
    padding:  0;
    background: url('../images/cont.jpg') center center no-repeat;
    background-size: cover;
}

.contact > .col-sm-4 {
    padding: 0;
}

.contact-form {
    padding: 30px 0;
}

.contact .main-title {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
}

.contact label {
    color: #fff;
}

input, textarea {
    background: rgba(0, 0, 0, 0.7);
}


/*== Testimonials ==*/
.testi {
    padding: 60px 0;
}

#container .item img {
    float: left;
    margin-right: 30px;
    border: 1px solid #000;
    border-radius: 50%;
}


/*== Footer ==*/
footer {
    background: #ddd;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
}
