
/*-------------------------------------------------
=  Import Google Fonts */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* =  1.Reset
/*-------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-------------------------------------------------*/
/* =  3.General
/*-------------------------------------------------*/
body {
  font: 100% "Montserrat", sans-serif;
  color: #333;
  background-color: #1b2625;
}

img {
  height: auto;
  max-width: 100%;
}

p {
  color: #c28a4c;
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

a {
  color: #fff;
  outline: inherit;
}

a.link {
  text-transform: uppercase;
}

.no-margin {
  margin: 0 !important;
}

.opacity {
  opacity: 1 !important;
}


/*-------------------------------------------------*/
/* =  4.Main Border
/*-------------------------------------------------*/
#main-border-left, #main-border-right, #main-border-top, #main-border-bottom {
  background-color: #1b2625;
  position: fixed;
  z-index: 999999;
}

#main-border-left {
  top: 0;
  left: 0;
  bottom: 0;
  width: 40px;
}

#main-border-right {
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
}

#main-border-top {
  top: 0;
  left: 0;
  height: 40px;
  width: 100%;
}

/*-------------------------------------------------*/
/* =  5.Main wrap & sections
/*-------------------------------------------------*/
#main-wrap {
  padding: 0 40px 0 40px;
}

#main-wrap #about {
    text-align: center;
}

.paragraph-title {
    font-size: 18px;
    font-weight: bold;
}
