@charset "UTF-8";
/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
/* line 2, ../../../../../.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/neat-1.7.0/app/assets/stylesheets/grid/_box-sizing.scss */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, ../../../../../.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/neat-1.7.0/app/assets/stylesheets/grid/_box-sizing.scss */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */
/* line 1, ../sass/base/extends/_button.scss */
button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #477DCA;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
}
/* line 13, ../sass/base/extends/_button.scss */
button:hover,
input[type="submit"]:hover {
  background-color: #2c5999;
  color: white;
}
/* line 18, ../sass/base/extends/_button.scss */
button:disabled,
input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 1, ../sass/base/_typography.scss */
body {
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
}

/* line 11, ../sass/base/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility;
}

/* line 24, ../sass/base/_typography.scss */
h1 {
  /*font-size: 2em;*/
}

/* line 29, ../sass/base/_typography.scss */
h2 {
  /*font-size: 2em;*/
}

/* line 35, ../sass/base/_typography.scss */
h3 {
  /*font-size: 1.75em;*/
}

/* line 40, ../sass/base/_typography.scss */
h4 {
  /*text-transform: uppercase;*/
  /*font-size: 1.4em;*/
}

/* line 46, ../sass/base/_typography.scss */
h5 {
  /*font-size: 1.25em;*/
}

/* line 50, ../sass/base/_typography.scss */
h6 {
  /*font-size: 1em;*/
}

/* line 54, ../sass/base/_typography.scss */
p {
  letter-spacing: .02em;
  margin: 0 0 0.75em;
}

/* line 60, ../sass/base/_typography.scss */
a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: white;
  text-decoration: none;
}
/* line 65, ../sass/base/_typography.scss */
a:hover {
  color: #d44534;
}
/* line 69, ../sass/base/_typography.scss */
a:active, a:focus {
  /*color: #2c5999;*/
  outline: none;
}

/* line 75, ../sass/base/_typography.scss */
hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

/* line 83, ../sass/base/_typography.scss */
img,
picture {
  margin: 0;
  max-width: 100%;
}

/* line 89, ../sass/base/_typography.scss */
blockquote {
  border-left: 2px solid #DDD;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em;
}

/* line 96, ../sass/base/_typography.scss */
cite {
  color: #737373;
  font-style: italic;
}
/* line 100, ../sass/base/_typography.scss */
cite:before {
  content: "\2014 \00A0";
}

/* line 1, ../sass/base/_forms.scss */
fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

/* line 8, ../sass/base/_forms.scss */
input,
label,
select {
  display: block;
  /*font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;*/
  font-size: 1em;
}

/* line 16, ../sass/base/_forms.scss */
label {
  font-weight: bold;
  margin-bottom: 0.375em;
}
/* line 20, ../sass/base/_forms.scss */
label.required:after {
  content: "*";
}
/* line 24, ../sass/base/_forms.scss */
label abbr {
  display: none;
}

/* line 29, ../sass/base/_forms.scss */
textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  /*font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;*/
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
}
/* line 44, ../sass/base/_forms.scss */
textarea:hover,
input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}
/* line 48, ../sass/base/_forms.scss */
textarea:focus,
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
select[multiple=multiple]:focus {
  border-color: #477DCA;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none;
}

/* line 55, ../sass/base/_forms.scss */
textarea {
  resize: vertical;
}

/* line 59, ../sass/base/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* line 63, ../sass/base/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

/* line 69, ../sass/base/_forms.scss */
input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}

/* line 74, ../sass/base/_forms.scss */
select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

/* line 1, ../sass/base/_tables.scss */
table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

/* line 8, ../sass/base/_tables.scss */
th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}

/* line 15, ../sass/base/_tables.scss */
td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0;
}

/* line 20, ../sass/base/_tables.scss */
tr,
td,
th {
  vertical-align: middle;
}

/* line 1, ../sass/base/_lists.scss */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 20, ../sass/base/_lists.scss */
dl {
  margin-bottom: 0.75em;
}
/* line 23, ../sass/base/_lists.scss */
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
/* line 28, ../sass/base/_lists.scss */
dl dd {
  margin: 0;
}

/* line 1, ../sass/base/_buttons.scss */
button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}


/* Generated with https://icomoon.io */
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icons/icomoon.eot?uis4mo");
  src: url("fonts/icons/icomoon.eot?#iefixuis4mo") format("embedded-opentype"), url("fonts/icons/icomoon.ttf?uis4mo") format("truetype"), url("fonts/icons/icomoon.woff?uis4mo") format("woff"), url("fonts/icons/icomoon.svg?uis4mo#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 14, ../sass/base/_icon-fonts.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, ../sass/base/_icon-fonts.scss */
.icon-cross:before {
  content: "\ea0f";
}

/* line 31, ../sass/base/_icon-fonts.scss */
.icon-checkmark:before {
  content: "\ea10";
}

/* line 34, ../sass/base/_icon-fonts.scss */
.icon-google-plus:before {
  content: "\ea8b";
}

/* line 37, ../sass/base/_icon-fonts.scss */
.icon-facebook:before {
  content: "\ea90";
}

/* line 40, ../sass/base/_icon-fonts.scss */
.icon-facebook2:before {
  content: "\ea91";
}

/* line 43, ../sass/base/_icon-fonts.scss */
.icon-twitter:before {
  content: "\ea96";
}

/* line 46, ../sass/base/_icon-fonts.scss */
.icon-dribbble:before {
  content: "\eaa7";
}

/* line 49, ../sass/base/_icon-fonts.scss */
.icon-behance:before {
  content: "\eaa8";
}

/* line 52, ../sass/base/_icon-fonts.scss */
.icon-behance2:before {
  content: "\eaa9";
}

/* line 55, ../sass/base/_icon-fonts.scss */
.icon-linkedin:before {
  content: "\eac9";
}

/* line 58, ../sass/base/_icon-fonts.scss */
.icon-linkedin2:before {
  content: "\eaca";
}

/* line 61, ../sass/base/_icon-fonts.scss */
.icon-instagram:before {
  content: "\ea90";
}

/* line 1, ../sass/modules/_accordian.scss */
.accordion-tabs {
  margin-bottom: 1.5em;
}
/* line 15, ../../../../../.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_clearfix.scss */
.accordion-tabs:after {
  content: "";
  display: table;
  clear: both;
}




/* line 1, ../sass/modules/_scott.scss */
#scott {
  background: url("/img/bg1.jpg") no-repeat;
  background-size: cover;
  background-color: #20201f;
  color: white;
}

/* line 7, ../sass/modules/_scott.scss */
.wrapper {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}
/* line 15, ../../../../../.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_clearfix.scss */
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/* line 10, ../sass/modules/_scott.scss */
.content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
/* line 85, ../../../../../.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/neat-1.7.0/app/assets/stylesheets/grid/_span-columns.scss */
.content:last-child {
  margin-right: 0;
}

/* line 13, ../sass/modules/_scott.scss */
.vcard {
  text-align: center;
}

/* line 22, ../sass/modules/_scott.scss */
h1 {
  margin-bottom: 1.2em;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* line 17, ../sass/modules/_scott.scss */
h2 {
  font-size: 4em;
  line-height: 1em;
  margin-bottom: 10px;
  font-weight:600;
  text-transform: uppercase;
}

@media screen and (max-width: 1000px) {
  h2{
    font-size: 3.5em;
  }
}

/* line 28, ../sass/modules/_scott.scss */
p.services {
  color: #d44534;
  color:rgb(86, 204, 242);
  font-size: 1.8em;
  display: block;
  letter-spacing: -.02em;
}
@media screen and (max-width: 1000px) {
  p.services {
    font-size: 1.4em;
  }
}

/* line 34, ../sass/modules/_scott.scss */
.social {
  margin: 2.5em 0 4em;
  height: 40px;
  text-align: center;
}
/* line 38, ../sass/modules/_scott.scss */
.social a {
  font-size: 1.9em;
  padding: 0 .6em;
  color: white;
  opacity: 0.6;
  transition: all, 0.2s ease-in-out;
}
/* line 42, ../sass/modules/_scott.scss */
.social a:hover {
  opacity: 1;
  -webkit-transition: all, 0.2s ease-in-out;
  -moz-transition: all, 0.2s ease-in-out;
  transition: all, 0.2s ease-in-out;
}

/* line 50, ../sass/modules/_scott.scss */
.button-cta {
  color: white;
  border-radius: 100px;
  /*-webkit-transition: all, 0.4s ease-in-out;*/
  /*-moz-transition: all, 0.4s ease-in-out;*/
  
  background: linear-gradient(104.74deg, rgb(75, 38, 255) 0%, rgb(176, 30, 255) 100%);
  font-weight:700;
  text-transform: uppercase;
  font-size:.85em;
  letter-spacing: 0.03em;
  padding: 1.4em 2.4em;
}

/* line 57, ../sass/modules/_scott.scss */
.button-cta:hover {
  color: #D1C3E9;
  -webkit-transition: all, 0.1s ease-in-out;
  -moz-transition: all, 0.1s ease-in-out;
  transition: all, 0.4s ease-in-out;) 0%);
}

/* line 72, ../sass/modules/_scott.scss */
html, body {
  width: 100%;
  height: 100%;
}

/* line 77, ../sass/modules/_scott.scss */
.outter {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: table;
}

/* line 85, ../sass/modules/_scott.scss */
.inner {
  padding: 0 2em;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

/* line 92, ../sass/modules/_scott.scss */
.item {
  align-self: center;
  margin: 0 auto;
}


@media screen and (min-width: 1000px) {

}



