
body, div, a, li, span, p, td {
  font-family: 'Source Sans Pro', sans-serif;
}

h3 {
  font-size:28px;
  font-weight: 300;
  letter-spacing: 1px;
  font-family: 'Playfair Display', serif;
  color:#fff;
}

h5 {
  font-size:22px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'Raleway', sans-serif;
  color:#303030;
}

.heading {
  font-size:18px;
  font-weight: 700;
  text-transform: uppercase;
  color:#303030;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 2px;
}

.bg2 {
  background:#e6e4df;
}

.bg3 {
  background: #d5f1ee;
}

.header {
  width:100%;
  max-width:1322px;
  position:absolute;
  top:0;
  padding: 42px 20px 0 20px;
  text-align: center;
  z-index: 2;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.header .logo {
  position: absolute;
  left:20px;
  top:40px;
}

.header nav {
  width:100%;
  margin:0px auto;
}

.header nav ul {
  margin:0;
  padding:8px 0 0 0;
  list-style: none;
}

.header #nav li {
  display: inline-block;
  padding:0 8px;
}

.header #nav a {
  display: block;
  padding:0 12px;
  line-height: 30px;
  color: #fff;
  font-size: 24px;
}

.header #nav a:hover {
  color:#dadada;
}

.header #nav a.active {
  background: #3e51b5;
}

.header .login {
  position: absolute;
  right:20px;
  top:40px;
  display:block;
  line-height: 50px;
  background: #fff;
  color: #303030;
  padding:0 26px;
  font-size:24px;
  border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}

#mobile-nav {
  width:100%;
  position: absolute;
  text-align: center;
  background:#303030;
  top:0;
  display: none;
}

#mobile-nav a {
  display: block;
  color: #fff;
  line-height: 44px;
  font-size: 18px;
  border-bottom: solid 1px #5d6364;
}

#show-menu {
  display: none;
}

.header .show-menu {
  position: absolute;
  right:20px;
  top:20px;
  color:#fff;
  font-size: 36px;
}

.slideshow-wrapper {
  position: relative;
}

.slideshow {
  overflow: hidden;
  position: relative;
  z-index:1;
}

.slideshow, .slideshow img {
  width:100%;
}

.slideshow div {
  position: relative;
  width: 100%;
}

.slideshow .caption {
  position:absolute;
  top:31%;
  display: block;
  width:100%;
  margin:0px auto;
  text-align: center;
  color:#fff;
  font-size:26px;
  padding:0 11%;
}

.slideshow h3 {
  font-family: 'Playfair Display', serif;
  font-size: 62px;
  line-height:70px;
}

.slideshow .caption p {
  margin:0;
  padding:0 0 57px 0;
  line-height:36px;
}

.slideshow .caption span {
  background:#3e51b5;
  padding:0 12px;
}

.slideshow .slider-control {
	display:block;
	width:80px;
	line-height: 36px;
	text-align: center;
	color:#fff;
	font-weight: 600;
	font-size: 18px;
	background: #3e51b5;
}

.action-link {
  border:solid 2px #fff;
  line-height: 46px;
  text-transform: uppercase;
  display: inline-block;
  padding:0 63px;
  margin:0px auto;
  color: #fff;
  border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}

.action-link:hover {
  color:#fff;
}

.slideshow-scroll {
  width:30px;
  height:16px;
  background:url('../img/sprite.png') no-repeat center 0;
  margin:0px auto;
  position: absolute;
  z-index:5;
  bottom:8.6%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.section-wrapper {
  width:100%;
}

.section-container {
  width:100%;
  max-width:1180px;
  padding:20px 20px;
  font-size: 32px;
  font-weight: 300;
  margin:0px auto;
  color:#6c6c6c;
}

.section-container p {
  width:80%;
  margin:0px auto;
  padding-bottom: 42px;
}

.section-container .action-link {
  color:#fff;
  font-size:18px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 600;
  padding:0 50px;
  display: inline-block;
  background: #3e51b5;
  border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}

.portfolio {
  padding:102px 0 80px 0;
}

.portfolio .columns {
  border:solid 1px #f6f6f6;
  padding:0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: -1px 4px 7px 0px rgba(153,153,153,.5);
  -moz-box-shadow: -1px 4px 7px 0px rgba(153,153,153,.5);
  box-shadow: -1px 4px 7px 0px rgba(153,153,153,.5);
  margin: 0 1.5% 22px 1.5%;
  width:22%;
}

.portfolio h3 {
  color:#303030;
}

.portfolio img {
  display:block;
  margin-bottom: 13px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width:100%;
  height: auto;
}

.portfolio p {
  font-size:21px;
  font-weight: 500;
  line-height: 26px;
}

#section-3 {
  padding:90px 0;
  background-image:url('../img/macbook.jpg');
  background-repeat: no-repeat;
  background-position: 0 90px;
}

#section-3 .content {
  height:600%;
  font-family: 'Noto Serif', serif;
  width:48%;
  float:right;
  padding:0 20px 0 0;
  display: block;
  clear:both;
}

#section-3 .content ul {
  width:100%;
  list-style: none;
  margin:0;
  padding: 0;
}

#section-3 .content ul li {
  width:50%;
  float:left;
  padding-right:15px;
}

#section-3 .content p {
  font-family: 'Noto Serif', serif;
  padding:0 0 45px 0;
  font-size: 20px;
  width:100%;
}

#section-3 .content ul li p {
  font-size:18px;
  line-height:25px;
  padding-bottom: 32px;
}

#section-3 .content ul li .heading {
  padding:0;
  margin:0;
  display: block;
}

#section-3 .content ul li img {
  margin:0 0 20px 0;
  display: block;
}

#section-3 .action-link {
  margin-top:60px;
  border:none;
}

.testimonials {
  padding:50px 0;
}

.testimonials p {
  font-size:31px;
  font-family: 'Playfair Display', serif;
  color:#303030;
  padding-top:14px;
}

.testimonials .author {
  font-size:21px;
}

/* FOOTER */
.footer .section-container {
  max-width:1200px;
  border-top:solid 2px #fff;
}
.footer ul {
  margin:0;
  padding:0;
  list-style: none;
  text-align: right;
}

.footer li {
  display:inline-block;
  padding:0 20px;
}

.footer li a {
  font-size:24px;
  font-weight: 600;
  color:#fff;
}

/* FORMS */
.section-container #frmStart, .section-container #frmStart p {
  font-size:15px!important;
  text-align: left;
  font-family: arial, helvetica, sans-serif!important;
  color:#303030;
}

.section-container #frmStart h3 {
  color:#303030!important;
  font-size:24px;
  text-align: center;
}

#frmStart h2 {
	font-size:20px;
}

#frmStart .slideshow .col-1, #frmStart .slideshow .col-2, #frmStart .slideshow .col-3 {
	width:32%!important;
	float:left!important;
	padding-right:1%;
}

#frmStart .themes .columns {
	width:50%;
}


/* EXTRA */
.hidden {
  display: none;
}

.border {
	border:solid 1px #000;
}


@media (max-width: 80em) {
  .slideshow h3 {
    font-size: 52px;
  }
}

@media (max-width: 70em) {
  .header nav a {
    font-size: 20px;
  }

  .slideshow h3 {
    font-size: 32px;
    line-height: 36px;
  }

  .slideshow .caption p {
    font-size: 20px;
    line-height: 28px;
  }
  #section-3 {
    background-size: 50% auto;
  }
}

@media (max-width: 60em) {
  .header {
    padding-top: 30px;
  }
  .header .logo, .header .login {
    top:20px;
  }
  #show-menu {
    display: block;
  }
  #nav, .header .login {
    display: none;
  }
  .slideshow .action-link {
    border:solid 1 px #fff;
    line-height: 34px;
    text-transform: uppercase;
    padding:0 43px;
    margin:0px auto;
    border-radius: 25px;
  	-moz-border-radius: 25px;
  	-webkit-border-radius: 25px;
    font-size: 24px;
  }
  .slideshow .caption p {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 20px;
  }
  .portfolio .columns {
    width:30.3%;
  }
  #section-3 .content {
    width:65%;
    display: block;
    clear:both;
  }
  #section-3 {
    background-size: 35% auto;
  }

}

@media (max-width: 55em) {
  #section-3 {
    background-size: 65% auto;
  }
  #section-3 .section-container {
    padding-top:580px;
  }
  #section-3 .content {
    width:100%;
  }
}

@media (max-width: 50em) {
  #section-3 {
    background-size: 78% auto;
  }
  .portfolio .columns {
    width:47%;
  }
  .section-container p {
    font-size:24px;
  }
}

@media (max-width: 40em) {
  .slideshow h3 {
    font-size: 22px;
    line-height:26px;
  }
  .slideshow .caption p {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 24px;
  }
  .slideshow .action-link {
    border:solid 1 px #fff!important;
    line-height: 26px;
    padding:0 23px;
    font-size: 16px;
  }
  #section-3 .section-container {
    padding-top:560px;
  }
  #section-3 {
    background-size: 94% auto;
  }
  #section-3 .content ul li {
    width:100%;
    float:none;
    display:block;
    clear: both;
    text-align: center;
    padding-bottom: 16px;
  }
  #section-3 .content ul li img {
    margin:0px auto;
    margin-bottom: 14px;
  }
}

@media (max-width: 35em) {
  #section-3 .section-container {
    padding-top:520px;
  }
}

@media (max-width: 30em) {
  .slideshow h3 {
    font-size: 18px;
  }
  .slideshow .caption p {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 12px;
  }
  .slideshow .action-link {
    border:solid 1 px #fff!important;
    line-height: 22px;
    padding:0 23px;
    font-size: 14px;
  }
  .portfolio {
    padding: 60px 50px 50px 50px;
  }
  .portfolio .columns {
    width:100%;
    margin-bottom:40px;
  }
  .section-container p {
    font-size:20px;
  }
  #section-3 .section-container {
    padding-top:440px;
  }
}

@media (max-width: 25em) {
  #section-3 .section-container {
    padding-top:400px;
  }
  .portfolio {
    padding: 80px 10% 40px 10%;
  }
}

@media (max-width: 25em) {
  #section-3 .section-container {
    padding-top:360px;
  }
}
