/*
@reference bootstrap.min.css
*/

@font-face {
  /*font-family: 'Montserrat';*/
  src: url('/cassette.axd/file/fonts/montserrat-regular-webfont-d59dc18fa0d73818f328b4d1049bfed7bbbc4914.woff2') format('woff2'), url('/cassette.axd/file/fonts/montserrat-regular-webfont-43959f2b92959966234623788a3f291349f9f811.woff') format('woff'), url('/cassette.axd/file/fonts/Montserrat-Regular-9ca420aa453eb243037970c0c1c1adfe289f510f.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* General styles ----------------------- */

body {
  font-family: Montserrat, Verdana, Tahoma, Arial;
  font-size: 14px;
  color: #414a50;
  background-color: white;
  -ms-overflow-style: scrollbar;
  /*letter-spacing:0.5px;*/

}
h1,
h2 {
  color: #414a50;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 26px;
  line-height: 42px;
  font-weight: bold;
}
h2 {
  font-size: 30px;
  line-height: 26px;
}
p {
  line-height: 30px;
  margin: 20px 0 20px 0;
  font-size: 18px;
}
a {
  color: #5fb5e2;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
a:hover {
  color: #ff5b82;
  text-decoration: underline;
}
a:visited {
  color: #ff5b82;
  text-decoration: none;
}
a:link {
  color: #ff5b82;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
hr {
  border-color: #dddddd;
}
section {
  text-align: center;
  padding: 85px 25px 10px 25px;
  display: block;
  min-height: 101vh;
}
section span.icon {
  display: block;
  width: 70px;
  height: 60px;
  background-color: transparent;
  color: #414a50;
  /*border:solid 4px @dark-grey;*/
  margin: 0 auto 10px auto;
  /*border-radius:50%;*/
  font-size: 50px;
}
.button {
  font-size: 18px;
  width: 210px;
  height: 54px;
  margin: 20px auto 20px auto;
  background-color: #ff5b82;
  color: white;
  line-height: 54px;
  display: block;
}
.button:hover {
  cursor: pointer;
  color: white;
  background-color: #ff4874;
  text-decoration: none;
}
.button:visited,
.button:focus {
  color: white;
  text-decoration: none;
}
div.divider {
  display: block;
  width: 25%;
  height: 5px;
  margin: 20px auto 20px auto;
  background-color: #cccccc;
}
div.divider.grey {
  background-color: #e8e7e7;
}
div.divider.white {
  background-color: white;
}
div.divider.black {
  background-color: #414a50;
}
/* Navigation ----------------------- */

.navbar {
  min-height: 60px;
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.3);
}
.nav.navbar-nav a {
  border-top: 0;
}
.navbar-default {
  background-color: #414a50;
  border-color: #414a50;
}
.navbar-default .navbar-nav > li > a {
  color: white;
  text-align: center;
  border-top: solid 1px #525d63;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-default .navbar-nav > li > a:hover {
  color: white;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-default .navbar-nav > .active > a:hover {
  background-color: #414a50;
  color: white;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-default .navbar-toggle:hover {
  background-color: #414a50;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-default .navbar-nav > li > a:hover {
  color: white;
}
.navbar-default .navbar-nav li:first-child {
  display: none;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-default .navbar-form {
  border: 0;
}
.navbar-default .navbar-toggle {
  border: none;
  margin-right: 10px;
  margin-top: 13px;
}
.navbar-default .navbar-toggle:hover {
  background-color: #414a50;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-logo {
  position: absolute;
  left: 50%;
  top: 13px;
  display: none;
}
.navbar-collapse {
  box-shadow: none;
}
/*#section0{
	background-image: url(/images/2.jpg);
}*/

/* Page header ----------------------- */

#header {
  position: fixed;
  top: 0px;
  height: 60px;
  display: block;
  width: 100%;
  z-index: 9;
  color: white;
}
#header a.logo {
  display: block;
  height: 34px;
  width: 32px;
  left: 50%;
  border: 0;
  position: absolute;
  margin: 12px auto auto -16px;
}
/* Homepage specific CSS ----------------------- */

section.home {
  position: relative;
  padding-top: 114px;
}
section.home .logo {
  width: 58%;
  max-width: 200px;
}
section.home h2 {
  font-size: 22px;
  line-height: 34px;
  font-weight: bold;
}
section.home p {
  display: none;
}
section.home .skyline {
  display: block;
  width: 90%;
  max-width: 380px;
  margin: 30px auto 26px auto;
}
section.home .button {
  position: relative;
  left: 0;
  right: 0;
  margin-top: 35px;
  letter-spacing: 2px;
  font-size: 16px;
  color: white;
}
section.home .button:link {
  color: white;
}
section.home div.divider {
  display: block;
  width: 25%;
  height: 5px;
  margin: 20px auto 20px auto;
}
/* About specific CSS ----------------------- */

section.about {
  background-color: #f0eceb;
}
section.about p span.highlight {
  display: inline-block;
  color: #337ab7;
}
section.about p:first-of-type {
  /*font-size:20px;*/
  font-weight: bold;
  /*line-height:32px;*/

}
/* Services specific CSS -----------------------*/

section.services {
  background-color: #bcd5d1;
}
section.services hr {
  border-color: white;
}
section.services span {
  font-size: 46px;
  color: #333333;
}
section.services span.ss-info {
  padding-top: 0px;
  font-size: 44px;
}
section.services .row div {
  background-color: white;
  padding: 25px;
  margin-bottom: 10px;
}
section.services .row div h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
section.services .row div p {
  font-size: 18px;
  line-height: 30px;
  margin: 15px 0;
}
section.services .row div div {
  padding: 0px;
}
/* Work specific CSS -----------------------*/

section.work span.ss-share {
  padding-top: 3px;
  padding-right: 3px;
  font-size: 38px;
}
section.work .row div {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 10px;
}
section.work .row div img {
  width: 100%;
}
/* Expeience specific CSS ----------------------- */

section.experience {
  background-color: #fefee1;
}
section.experience img {
  display: none;
}
/* Fees specific CSS --------------------------- */

section.fees {
  background-color: #f4f1fa;
}
/* Contact specific CSS ----------------------- */

section.contact {
  background-color: #666666;
}
section.contact span.ss-mail {
  padding-top: 8px;
  font-size: 32px;
  border-color: white;
  color: white;
}
section.contact h1,
section.contact p {
  color: white;
}
section.contact p.message {
  display: none;
  color: white;
}
section.contact p.message a {
  color: #5fb5e2;
}
section.contact p.message.pink {
  color: #ff5b82;
  font-weight: bold;
}
/* Contact form */

#contactform {
  max-width: 600px;
  margin: 0 auto;
}
#contactform input,
#contactform textarea {
  border: solid 1px #dddddd;
  color: #dddddd;
  width: 80%;
  background-color: transparent;
  padding: 8px;
  margin-top: 5px;
}
#contactform input.highlight,
#contactform textarea.highlight {
  border: solid 1px #ff5b82;
}
#contactform input {
  margin-bottom: 5px;
}
#contactform textarea:focus,
#contactform input:focus,
#contactform input[type]:focus,
#contactform .uneditable-input:focus {
  border: solid 1px #dddddd;
  box-shadow: none;
  outline: 0 none;
}
#contactform textarea {
  resize: none;
  height: 120px;
}
#contactform .button {
  margin-top: 10px;
  border: 0;
}
#contactform img {
  display: none;
  margin: 10px auto;
  clear: both;
}
#contactform ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #dddddd;
}
#contactform :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #dddddd;
  opacity: 1;
}
#contactform ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #dddddd;
  opacity: 1;
}
#contactform :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #dddddd;
}
.button.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
}
