/* CSS Document */
:root {
  font-size: 100%;
}

body {
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
  text-align: center;
  margin: 0;
  padding: 0;
}

p,
li {
  font-size: 0.85rem;
  line-height: 1.55rem;
}

h1,
h2,
h3,
h4,
h6,
p,
div,
ul,
ol,
li,
table,
td,
a {
  font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
}

button {
	    background: none;
    border: 0;
	padding: 0;
}
p {
  margin-top: 21px;
  margin-bottom: 21px;
}

h1 {
  font-size: 1.5rem;
  font-weight: bolder;
  color: #000;
  margin-bottom: 2rem;
}

h1.sub,
h2 {
  font-size: 1.25rem;
  color: #747474;
  margin-top: 2rem;
}

.middle h1 {
  max-width: 900px;
}

a {
  cursor: pointer;
}

nav {
  top: 40px;
}

nav.fixed-top {
  position: fixed;
	left: 0;
  background: #434343;
  top: 0px;
  width: 100%;
  z-index: 99999;
  text-align: center;
}

nav.fixed-top img {
  max-width: 200px;
  margin-bottom: 5px;
  margin-top: 5px;
}

ul {
  padding-left: 0;
  list-style: none;
}

.blue {
  background: #cdefef;
}

.white {
  background: #fff;
}

.p-30 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.p-30-b {
  padding-bottom: 50px;
}

.p-30-t {
  padding-top: 50px;
}

.img-responsive {
  width: 100%;
  max-width: 590px;
}

nav {
  position: relative;
}

nav ul {
  text-align: center;
  display: none;
  margin: 0px;
}

nav li {
  display: block;
  text-align: center;
  color: #fff;
  background: #252525;
  font-size: 1.25rem;
}

nav li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s background ease;
	padding: 20px 20px;
	display: block;
}
nav li a:hover {
	color: #04bdbb;
}

.sub a{
	color: #747474;
    text-decoration: none;
}

.show {
  display: block;
}

.full-height {
  overflow: hidden;
  position: relative;
}

.middle {
  position: relative;
  padding: 180px 15px 50px;
}

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.bg {
  background-image: url(images/hero-w1920.jpg);
  width: 130%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.end-section {
  margin-top: 2rem;
}

.end-section:before {
  content: "";
  width: 30%;
  height: 1px;
  background: #000;
  position: relative;
  display: inline-block;
  margin: auto;
  max-width: 250px;
  top: -9px;
}

.end-section:after {
  content: "";
  width: 30%;
  height: 1px;
  background: #000;
  display: inline-block;
  margin: auto;
  position: relative;
  max-width: 250px;
  top: -9px;
}

footer {
  height: 5rem;
  background: #4fc8c8;
}

#contact a {
  color: #747474;
  text-decoration: none;
}

/* menu */
.menu {
  position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    margin: 20px;
    right: 0;
    top: 0;
}

.menu span {
  margin: 0 auto;
  position: absolute;
  top: 12px;
}

.menu span:before,
.menu span:after {
  position: absolute;
  content: "";
}

.menu span,
.menu span:before,
.menu span:after {
  width: 30px;
  height: 3px;
  background-color: #fff;
  display: block;
}

.menu span:before {
  margin-top: -12px;
}

.menu span:after {
  margin-top: 12px;
}

.example5 span {
  transition-duration: 0s;
  transition-delay: 0.2s;
}

.example5.clicked span {
  background-color: rgba(0, 0, 0, 0);
  transition-delay: 0.2s;
}

.example5 span:before {
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}

.example5.clicked span:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0s, 0.2s;
}

.example5 span:after {
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}

.example5.clicked span:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition-delay: 0s, 0.2s;
}

@media (min-width: 567px) {
	 :root {
    font-size: 90%;
  }
  .container {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  :root {
	 
    font-size: 130%;
  }
	.colapse-menu {
		display: block !important;
	}
	.middle {padding: 350px 15px 50px;}
  nav.navbar-in-full {
    background: none;
    position: absolute;
	  left: 0;
    top: 10px;
  }

  nav.navbar-in-full img {
    max-width: 550px;
  }

  nav.fixed-top.not-mobile {
    text-align: left;
  }

  .not-mobile img {
    margin-left: 15px;
  }

  .menu.example5 {
    display: none;
  }

  .navbar-in-full .colapse-menu,
  .not-mobile .colapse-menu {
    display: block;
    background: none;
  }

  nav.navbar-in-full li {
    background: none;
    font-size: 0.75rem;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
	margin-top: 15px;
  }

  nav.not-mobile li {
    background: none;
    font-size: 0.85rem;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .container {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .full-height {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }

  section,
  #theCollective article,
  #theCollective .full-height,
  header {
    display: flex;
    align-items: center;
  }

  #theCollective {
    display: block;
  }

  .not-mobile .colapse-menu {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
  }

  .not-mobile .colapse-menu li a {
    font-size: 0.65rem !important;
	  padding: 10px;
  }
	.jContent{
		    justify-content: center !important;

	}
	
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
	
  nav.navbar-in-full {
    background: none;
    position: absolute;
    top: 50px;
  }

  .container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 2400px){
	:root{ font-size: 2vh}
	.container, .middle h1 { max-width: 60%; margin-left: auto; margin-right: auto;}
}