@charset "UTF-8";
/* CSS Document */

body{
  background-color:#ffffff;
  margin: auto;
  max-width: 1200px;
}

/* Fonts */
@font-face {
  font-family: "NexaBook";
  src: url("font/Montserrat-Regular.otf");
}

@font-face {
  font-family: "NexaHeavy";
  src: url("font/BebasNeue.otf");
}

@font-face {
  font-family: "NexaBookItalic";
  src: url("font/Montserrat-Regular.otf");
}

/* Title Text */
h1 {
  font-family: NexaHeavy;
  line-height: 40px;
  font-size: 60px;
  letter-spacing: 0.05em;
  color: #262a2c;
}

/* Nav Text */
h2 {
  font-family: NexaBook;
  line-height: 14px;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #262a2c;
  margin-bottom: 0px;
}

h2 a {
    text-decoration: none;
    color: #262a2c;
}

h2 a:hover {
    text-decoration: none;
    color: #ff49bd;
}

/* Paragraph Text */
h3 {
  font-family: NexaBook;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.3em;
  color: #262a2c;
}

h3 a:hover {
    text-decoration: none;
    color: #ff49bd;
}

/* Footer Text */
h5 {
  font-family: NexaBook;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  margin-bottom: 0px;
}

h5 a {
    text-decoration: none;
    color: #ff8a00;
}

h5 a:hover {
    text-decoration: none;
    color: #ff49bd;
}

/* Title Text */
h6 {
  font-family: NexaBook;
  line-height: 40px;
  margin-bottom: 0px;
  font-size: 40px;
  letter-spacing: 0.01em;
  color: #262a2c;
}

a {
    text-decoration: none;
    color: #ff49bd;
}

a:hover {
    text-decoration: none;
    color: #ff49bd;
}

::selection {
    color: #ff49bd; 
    background: #ffffff;
}

ul {
  overflow: hidden;
}

ul li {
  float: left;
}

/* Navigation top */
#navbar {
  overflow: hidden;
  background-color: #ffffff;
  padding: 5px 5px;
  transition: 0.4s;
  position: fixed;
  width: 95%;
  max-width: 1180px;
  top: 0;
  z-index: 99;
}

#navbar a {
  float: left;
  color: black;
  text-align: center;
  padding: 5px;
  margin-left: 0px;
  text-decoration: none;
  line-height: 20px;
  border-radius: 4px;
}

#logo {
  font-size: 35px;
  margin-top: 10px;
  font-weight: bold;
  transition: 1.4s;
  width: 180px;
}

#navbar a:hover {
  background-color: #ffffff;
  color: black;
  color: #f368a0;
}

#navbar a.active {
  background-color: #ffffff;
  color: white;
}

#navbar-right {
  float: right;
}

/* logo top middle */
.image-head {
  background-image:url(images/logo_blue.png);
  background-repeat: no-repeat;
  background-position: top center;
  width: auto;
  height: 165px;
  margin: auto;
  margin-top: 80px;
  padding: 0;
  transition: .15s ease, width 2s;
  backface-visibility: hidden;
}

/* slideshow */
.mySlides {display:none;}

*{outline:0}@-moz-keyframes fade-it{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fade-it{0%{opacity:0}100%{opacity:1}}@keyframes fade-it{0%{opacity:0}100%{opacity:1}}

	.js-fade-in-verb{
		animation-name:fade-it;
		animation-duration:0.5s;
		animation-fill-mode:forwards;-webkit-animation-name:fade-it;-webkit-animation-duration:0.5s;-webkit-animation-fill-mode:forwards}

/* word swap */
	.verb.js-block{
		display:inline-block
	}

	.verb.js-hide{
		display:none;opacity:0
	}

	.verb{
		display:inline-block;visibility:visible;
    font-size: 22px;
	}

/* slideshow images */
#content_pic {
	position: relative;
	clear: left;
	max-width: 100%;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	overflow: hidden;
	opacity: 1;
}

#content_pic img {
	max-width: 100%;
	height: auto;
  padding: 0px;
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
	outline-offset: -1px;
	outline: 1px solid #262a2c;
}


#bio {
  position: relative;
  clear: left;
  padding: 0px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
}

#bio_text {
  position: relative;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: hidden;
}

/* title container */
#header {
  position: relative;
  clear: left;
  max-width: 100%;
  height: auto;
  height: auto;
}

.container {
    position: relative;
    float: left;
  max-width: 100%;
  height: auto;
  padding: 0px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.pic {
  position: relative;
  max-width: 830px;
  height: auto;
  padding: 0px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  outline-offset: -1px;
	outline: 1px solid #262a2c;
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: -0%;
  left: -0%;
  transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  text-align: center;
}

.container:hover .image {
  opacity: 1;
  filter: contrast(100%) brightness(100%) blur(0px);
}

.container:hover .middle {
  opacity: 1;
}

.text {
  font-family: NexaBookItalic;
  background-color: #00acc8;
  font-size: 60px;
  letter-spacing: 0.05em;
  line-height: 1em;
  color: #ffffff;
  margin-top: 0px;
  padding-left: 500px;
  padding-top: 500px;
  padding-bottom: 500px;
  padding-right: 500px;

}

#bio2 {
	position: relative;
	clear: left;
	padding: 0px;
	margin: auto;
	margin-top: -20px;
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
	overflow: hidden;
}

#bio2_text {
	position: relative;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}

#clients {
	position: relative;
	padding: 0px;
	margin: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	width: auto;
	overflow: hidden;
}

#clients_images {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	overflow: hidden;
	opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
}

#clients_images:hover {
	opacity: 0.6;
}

#footer_text {
	position: relative;
	clear: left;
	padding: 0px;
	margin: auto;
	margin-top: 60px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	overflow: hidden;
}

label {
    display:block;
    margin-top:20px;
    letter-spacing: 0.01em;
}

/* Centre the form within the page */
form {
    margin:0 auto;
    width: 459px;
    font-family: NexaBook;
    line-height: 13px;
    font-size: 16px;
    letter-spacing: 0.01em;
}

/* Style the text boxes */
input, textarea {
	width:439px;
    height:27px;
    background:#efefef;
    border:1px solid #dedede;
    padding:10px;
    margin-top:3px;
    font-size:0.9em;
    color:#3a3a3a;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

textarea {
	height:213px;
	background: #efefef;
}

input:focus, textarea:focus {
    border:1px solid #97d6eb;
}

#submit {
    width:127px;
    height:38px;
    background:url(images/submit.jpg);
    text-indent:-9999px;
    border:none;
    margin-top:20px;
    cursor:pointer;
}

	#submit:hover {
	    opacity:.9;
	}

/* Media Queries */
@media screen and (max-width: 1199px) {

  body{
  background-color:#ffffff;
  margin-left: 20px;
  margin-right: 20px;
  max-width: 1200px;
}

#content_pic img {
  max-width: 98%;
}

  .container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.image {
  opacity: 1;
  display: block;
  width: auto;
  height: auto;
  margin-left: 10px;
  transition: .5s ease;
  backface-visibility: hidden;
  outline-offset: -1px;
  outline: 0px solid #262a2c;
  overflow: hidden;
}

.text {
  font-family: NexaBookItalic;
  background: none;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1em;
  color: #262a2c;
  margin-top: 0px;
  padding-left: 500px;
  padding-top: 500px;
  padding-bottom: 500px;
  padding-right: 500px;
}

.middle {
  transition: .3s ease;
  margin-left: 10px;
  opacity: 0;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container:hover .image {
  opacity: 0.3;
  filter: contrast(50%) brightness(110%) blur(1px);
}

.container:hover .middle {
  opacity: 1;
}


}

@media screen and (max-width: 580px) {
  #navbar {
    padding: 20px 10px !important;
  }
  #navbar a {
    float: left;
    display: block;
    text-align: left;
  }
  #navbar-right {
    float: none;
  }

  .text {
  font-size: 15px;
}

}

