
/******** GENERAL SETTINGS SECTION START ********/

html,
body {
    height: 100%;
    width: 100%;
    background: #fff;
}
 
#particles {
    width: 100%;
    height: 100%;
    padding: 0;
} 

.padding {
    padding: 35px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 4px;
}

/******** TYPOGRAPHY SECTION START ********/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1pt;
}


p {
    font-family: 'Roboto', sans-serif;
    font-size: 12pt;
    font-weight: 300;
    line-height: 25px;
    color: #1e2024;
}


/******** HEADER SECTION START ********/

.header {
  background: url('../img/ .jpg') no-repeat center center;  
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  width: 100%;
  height: 350px;
  position: relative;
  background-color: #fff;
}

.header-wrapper {  
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.header-wrapper h1 {
    margin-top: 30px;
    font-size: 41pt;
    font-weight: 700;
    letter-spacing: 0.1pt;
    line-height: 40pt;
    color: #1b1b1b;
    text-transform: uppercase;
}

.gallery .item {
    width: 90%;
    margin-top: 40px;
    margin-left: 30px;
    transform: scale(1);
    transition: transform 0.5s, opacity 0.5s;
}

.gallery .item:hover {
    opacity: 1s; 
    transform: scale(1.01);
}

.gallery h2 {
    font-size: 18pt;
    font-weight: 700;
    letter-spacing: 3pt;
    color: #1b1b1b;
}

.gallery .item a {
    text-decoration: none;
}

.gallery .item .orange {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    background-color: #f45211;
    color: #fff;
}

.gallery .item .cm {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    background-color: #1b1b1b;
    color: #fff;
}

.gallery .item .mono {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    background-color: #edf2f6;
    color: #1b1b1b;
}

.gallery .item h3 {
    text-transform: uppercase;
    padding-top: 35px;
    padding-bottom: 50px;
    font-size: 18pt;
    font-weight: 700;
    letter-spacing: 3pt;
    background-color: #87f0e5;
    color: #3d4f42;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.gallery img {
    width: 100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.visit-btn .btn-default {
    border-radius: 0px;
    padding: 25px 50px;
    border: 0px;
    background-color: #1b1b1b; 
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12pt;
    letter-spacing: 3pt;
    margin-top: 100px;
    margin-bottom: 200px;
    box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.2);
}

/******** FOOTER SECTION START ********/

footer {
    background-color: #1b1b1b;
}

footer h4 {
    font-size: 8pt;
    letter-spacing: 2pt;
    color: #fff;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer .link {
    padding: 50px 0;
}

/******** RESPONSIVE SECTION START ********/

    @media only screen and (min-width : 1920px) {

    }

    @media only screen and (max-width : 1200px) {

    }

    @media only screen and (max-width : 1024px) {

    }

    @media only screen and (max-width : 768px) {

    }

    @media only screen and (max-width : 480px) {

    }
 
    @media only screen and (max-width : 320px) {

    }