html,
body {
    width: 100%;
    height: 100%;
    font-family: "Montserrat", "Segoe UI", "Arial", "sans-serif";
}

body {
    overflow-x: hidden;
}

p::-moz-selection,
li::-moz-selection,
h2::-moz-selection,
h1::-moz-selection,
strong::-moz-selection,
em::-moz-selection,
a::-moz-selection,
img::-moz-selection {
    background: #dbdbdb;
    /* WebKit/Blink Browsers */
}

p::selection,
li::selection,
h2::selection,
h1::selection,
strong::selection,
em::selection,
a::selection,
img::selection {
    background: #dbdbdb;
    /* WebKit/Blink Browsers */
}

.strike{
    text-decoration: line-through;
}

.small{
    font-size: 12px;
}

#overlay {
    position: fixed;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(8px);
    filter: blur(8px);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.6;
    overflow: hidden;
}

#navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: white;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
    padding: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99;
}

#navbar h1 {
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    float: left;
    padding: 4px;
}

#navbar a {
    text-decoration: none;
    color: black;
    float: right;
    margin: 0px 15px;
    padding: 4px;
    font-weight: 500;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#navbar a:hover {
    color: #9d9d9d;
}

#navbar img {
    float: left;
    height: 30px;
    margin-right: 8px;
}

#main {
    padding-top: 0px;
    background: rgba(255, 255, 255, 0.9);
}

#main .row {
    padding: 30px;
}

#main #icon {
    text-align: center;
}

#main hr {
    width: 80%;
    margin: 15px auto;
}

#main iframe {
    width: 100%;
}

#main .section {
    margin-top: 20px;
}

#main .section img {
    width: 40%;
}

#main .section h1,
#main .section h2,
#main .section p {
    text-align: left;
}

#main .section h1 {
    font-size: 28px;
    font-weight: 500;
}

#main .section h2 {
    font-size: 22px;
    font-weight: 500;
}

#main .section p {
    font-size: 16px;
    line-height: 24px;
}

#main .section img.social {
    width: 35px;
    margin: 0px 6px;
}

#main .section li {
    font-size: 16px;
}

#main .section#services,
#main .section#location,
#main .sectionfooter {
    clear: both;
}

#main .section#services p,
#main .section#location p,
#main .sectionfooter p {
    line-height: inherit;
    margin-top: 0px;
}

#main .section#footer {
    padding-top: 0px;
    text-align: center;
}

#main .section#footer p {
    text-align: center;
}

#main .section#footer img {
    width: 45px;
}

#main .section p.desc {
    line-height: 35px;
}

#header {
    text-align: center;
    padding-top: 100px;
}

#header h1 {
    font-weight: 500;
    font-size: 36px;
    text-align: center;
    margin-bottom: 0px;
    letter-spacing: 0.06em;
}

#header img {
    width: 120px;
}

#header p.mobile {
    display: none;
}

#about {
    margin-top: 50px;
}

#about p {
    margin: 0px;
}

.content {
    width: 80%;
    max-width: 960px;
    margin: auto;
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    #main {
        width: 100%;
        background: rgba(255, 255, 255, 0.8);
    }
    .content {
        width: 100%;
    }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    #main {
        width: 100%;
    }
    .content {
        width: 100%;
    }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 650px) {
    #navbar a {
        display: none;
    }
    #navbar a.mobile {
        display: block;
    }
    #main .six.columns {
        margin-bottom: 20px;
    }
    #main .section.row {
        padding-bottom: 0px;
    }
    #header p.mobile {
        display: block;
        margin: 0px;
    }
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 360px) {
    #navbar a.mobile {
        display: none;
    }
    #main {
        text-align: center;
    }
    #main .section.row {
        padding: 12px;
    }
    #main .section h2 {
        text-align: center;
    }
    #main .section p.desc,
    #main .section li,
    #main .section p {
        font-size: 14px;
        text-align: left;
    }
}

/* PLUGIN */

a.feed-powered-by-es, a.es-poweredby, .es-free.table-cell{
    display: none !important;
}
