@charset "UTF-8";
/* CSS Document */
/* latin-ext */
@font-face {
  font-family: 'Sarina';
  font-style: normal;
  font-weight: 400;
  src: local('Sarina'), local('Sarina-Regular'), url(https://fonts.gstatic.com/s/sarina/v7/-F6wfjF3ITQwasLRJ0rVjCNAxhAL.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Sarina';
  font-style: normal;
  font-weight: 400;
  src: local('Sarina'), local('Sarina-Regular'), url(https://fonts.gstatic.com/s/sarina/v7/-F6wfjF3ITQwasLRKUrVjCNAxg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
 --default-text-color: #111111;
 --header-text-color: #000000;
 --main-background-color: #FFFFFF;
 --second-background-color: #FAFAFA;
 --border-color: #E3E3E3;
}

/*
:root {
 --default-text-color: #cccccc;
 --header-text-color: #FFFFFF;
 --main-background-color: #000000;
 --second-background-color: #121212;
 --border-color: #313131;
}
*/
@font-face {
    font-family: system;
    font-style: normal;
    src: local(".SFNSText"), local(".HelveticaNeueDeskInterface"), local(".LucidaGrandeUI"), local("Ubuntu"), local("Segoe UI"), local("Roboto"), local("DroidSans"), local("Tahoma");
}
html {
    height: 100%;
    width: 100%;
}
body {
    /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: var(--main-background-color);
    color: var(--default-text-color);
    height: 100%;
    width: 100%;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}
.navbar-inverse {
    background-color: #FFFFFF;
    border-color: transparent;
}
.navbar-brand {
	color: var(--header-text-color) !important;
	font-weight: 500 !important;
	font-family: 'Sarina', cursive;
	font-size: 24px;
}
.navbar-inverse .navbar-nav > li > a {
    color: var(--default-text-color);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: var(--default-text-color);
    background-color: transparent;
}
.tablediv {
    display: table;
    width: 100%;
}
.intablediv {
    display: table-cell;
    vertical-align: middle;
}
.hero-section {
    height: 100%;
    background-color: var(--main-background-color);
}
.hero-text {
    font-size: 44px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
    color: var(--header-text-color);
    letter-spacing: -.025em;
}
.portfolio-section {
    padding: 75px 0;
    background-color: var(--main-background-color);
}
.portfolio-section h2 {
    font-size: 44px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
    color: var(--header-text-color);
    margin-bottom: 50px;
    letter-spacing: -.025em;
}
.portfolio-section .col-md-6 {
    margin-bottom: 50px;
}
.portfolio-section h3 {
    color: var(--header-text-color);
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: -.025em;
}
.contact-section {
    background-color: var(-main-background-color);
    padding: 100px 0;
}
.contact-section h2 {
    font-size: 44px;
    line-height: 53px;
    font-weight: 700;
    color: var(--header-text-color);
    letter-spacing: -.025em;
}
.contact-section h2, .contact-section h3 {
	margin-top: 0px;
}
.no-bottom {
	margin-bottom: 5px;
}
.email {
	font-weight: 500;
}
.email a {
	color: var(--header-text-color);
}
.social {
	position: absolute;
    margin-top: -10px;
    margin-left: 10px;
}
/* Form Styles */
.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
}
.form-control {
	border-bottom: 2px solid var(--border-color);
    -webkit-appearance: none;
    appearance: none;
    color: var(--default-text-color);
	background-color: var(--main-background-color);
	padding-left: 0px !important;
}
.form-control, select {
    border-color: transparent;
	border-bottom: 2px solid var(--border-color) !important;
    height: 49px;
    font-size: 17px;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: .8em;
    padding-right: 2.5em;
    box-shadow: none;
	margin-bottom: 10px;
}
select {
    background-image: url(../imgs/ic_caret.png) !important;
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 24px;
}

@media (min-width: 768px) {
	.form-inline .form-group {
		padding-right: 5px;
	}
	.form-inline .form-group:last-child {
		padding-right: 0px;
	}
}
/* Floating Labels */

.has-float-label {
    display: block;
    position: relative
}
.has-float-label label, .has-float-label>span {
    position: absolute;
    cursor: text;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: -.5em;
    left: 0;
    z-index: 3;
    line-height: 1;
    padding: 0 1px;
    font-size: 14px;
    font-weight: 400;
}
.has-float-label label::after, .has-float-label>span::after {
    content: " ";
    display: block;
    position: absolute;
    background: var(--main-background-color);
    height: 2px;
    top: 50%;
    left: -.2em;
    right: -.2em;
    z-index: -1;
}
.has-float-label .form-control::-webkit-input-placeholder {
	 opacity:1;
	 -webkit-transition:all .2s;
	 transition:all .2s;
}
.has-float-label .form-control::-moz-placeholder {
	opacity:1;
	transition:all .2s;
	border-bottom: 2px solid var(--border-color);
}
.has-float-label .form-control:-ms-input-placeholder {
	opacity:1;
	transition:all .2s;
	border-bottom: 2px solid var(--border-color);
}
.has-float-label .form-control::placeholder {
	opacity:1;
	-webkit-transition:all .2s;
	transition:all .2s
}
.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
	opacity:0
}
.has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
	opacity:0
}
.has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
	opacity:0
}
.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
	opacity:0
}
.has-float-label .form-control:placeholder-shown:not(:focus)+* {
	opacity: 1;
	font-size: 17px;
	top: 16px;
	font-weight: 400;
	color: #666666;
	
}
.input-group .has-float-label {
    display: table-cell
}
.input-group .has-float-label .form-control {
    border-radius: 0px;
	border-bottom: 2px solid var(--border-color);
}
.input-group .has-float-label:not(:last-child) .form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.input-group .has-float-label:not(:first-child) .form-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px
}


/* Checkboxes CSS */


.modern-Checkbox {
  display: inline-block;
  margin: 0 auto;
	margin-bottom: 10px;
}
.modern-Checkbox [type="checkbox"] {
  display: none;
}
.modern-Checkbox [type="checkbox"]:not(:checked) + label,
.modern-Checkbox [type="checkbox"] :not(:checked) + label:hover {
  color: var(--default-text-color);
  background-color: var(--main-background-color);
  border-color: var(--border-color);
}
.modern-Checkbox [type="checkbox"]:checked + label:before {
  transform: rotate(45deg);
  font-size: 24px;
}
.modern-Checkbox label {
  background-color: var(--border-color);
  color: var(--default-text-color);
  border-color: var(--border-color);
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 2px;
  transition: all 144ms ease-in-out;
}
.modern-Checkbox label:before {
  float: left;
  margin-top: -0.75rem;
  margin-bottom: -1rem;
  margin-right: 0.4rem;
  margin-left: -0.2rem;
  font-weight: 400;
  font-size: 24px;
  transition: transform 200ms ease-in-out;
  content: "+";
}

.btn-default {
	background-color: transparent;
	color: var(--default-text-color);
	border:2px solid  var(--default-text-color);
	border-radius: 30px;
	font-size: 17px;
	padding: 10px 30px;
	padding: 10px 40px;
	font-weight: 500;
	transition: all ease-in-out 0.2s;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
	background-color: var(--default-text-color);
	color: #FFFFFF;
	border:2px solid  var(--default-text-color);
}
.credits {
	background-color: var(--header-text-color);
	color: var(--border-color);
	text-align: center;
	padding: 50px 0 40px;
}



.wave {
	opacity: .05;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: #000;
	width: 400px;
	height: 400px;
	transform-origin: 50% 48%;
	border-radius: 43%;
	animation: drift 3000ms infinite linear;
	z-index: 0 !important; 
}
@media (max-width:768px) {
	.wave {
		height: 300px;
		width: 300px;
	}
}
.wave.-three {
  animation: drift 5000ms infinite linear;
}

.wave.-two {
  animation: drift 7000ms infinite linear;
  opacity: .1;
  background: black;
}
@keyframes drift {
  from { transform: rotate(0deg); }
  from { transform: rotate(360deg); }
}
@keyframes drift {
  from { transform: rotate(0deg); }
  from { transform: rotate(360deg); }
}