/**************************
partial imports
***************************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
   * Remove default margin.
   */
body {
  margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none;
}

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * Improve readability when focused and also mouse hovered in all browsers.
   */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold;
}

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic;
}

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000;
}

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0;
}

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px;
}

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto;
}

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible;
}

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none;
}

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal;
}

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
   *    (include `-moz` to future-proof).
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * Define consistent border, margin, and padding.
   */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto;
}

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold;
}

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Lists
     ========================================================================== */
/**
   * Remove default list styles, margins and padding.
   */
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

*,
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/**************************
colors
***************************/
/**************************
border test
***************************/
/**************************
center
***************************/
/**************************
Primary style
***************************/
/**************************
portfolio circle hover style
***************************/
/**************************
fonts
***************************/
body {
  font-family: Hiragino Kaku Gothic Pro, Verdana, sans-serif;
  text-align: center;
  color: #555;
}

/**************************
Document Styles
***************************/
header {
  background: #158CBA;
  color: #fff;
  background: rgba(21, 140, 186, 0.95);
  border-bottom: 5px solid #127ba3;
}

.content-wrapper {
  width: 80%;
  margin: 30px auto 0;
  line-height: 1.75;
}

.content-wrapper .circle {
  margin-left: auto;
  margin-right: auto;
}

.page-divider {
  border: 2px solid #127ba3;
}

#welcome-div,
#services,
#portfolio-div {
  margin-bottom: 6rem;
}

/**************************
anchors
***************************/
a {
  width: 100%;
  text-decoration: none;
  color: #fff;
}

/**************************
circles
***************************/
.circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 200px;
  border: 5px solid #127ba3;
  border-radius: 50%;
  background: #158CBA;
  color: #fff;
}

/**************************
buttons
***************************/
.btn {
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
}

.body-btn {
  background: #fff;
  color: #158CBA;
  border-color: #0f6181;
  padding: 5px 8px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.body-btn:hover {
  background: #75CAEB;
  color: #fff;
  border-color: #5fc1e8;
}

/**************************

Form Styles
***************************/
/**************************
Navbar
***************************/
.main-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 65px;
  z-index: 5;
}

.main-nav {
  opacity: 0;
  height: 0;
  z-index: -1;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.main-nav li {
  margin: 20px;
}

.main-nav a {
  padding: 5px 8px;
}

.main-nav a:hover {
  color: #c9c9c9;
}

.main-nav .contact-btn {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.main-nav .contact-btn:hover {
  background: #fff;
  color: #158CBA;
  border-color: #0f6181;
}

nav.show-nav {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 1;
  height: 100vh;
  width: 100%;
  z-index: 6;
  background: rgba(16, 106, 140, 0.9);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

nav.show-nav ul {
  margin-top: 40px;
}

.mobile-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 40px;
  width: 40px;
  border: 2px solid #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 8px;
  z-index: 10;
}

.bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.bar:first-child {
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

.bar:nth-child(2) {
  opacity: 1;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.bar:last-child {
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

.show-nav .bar:first-child {
  -webkit-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}

.show-nav .bar:nth-child(2) {
  opacity: 0;
  height: 0;
}

.show-nav .bar:last-child {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

/**************************
Hero Image
***************************/
.hero-image {
  position: relative;
  height: 300px;
  margin-top: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 123, 163, 0.15))), url("../img/mds800.jpg") no-repeat center center;
  background: linear-gradient(rgba(18, 123, 163, 0.15)), url("../img/mds800.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
}

.hero-overlay {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-image h1 {
  color: #fff;
  text-shadow: .5px 1px black;
  padding-top: 1rem;
}

.f-weight {
  font-weight: normal;
}

/**************************
Services Section
***************************/
#services-div .body-btn {
  display: inline-block;
  margin-top: 1.5rem;
  width: 45%;
}

#services-div li {
  margin: .5rem;
}

/**************************
About Section
***************************/
#about {
  background: #158CBA;
  color: #fff;
  padding: 1rem 0 3rem;
}

#about p {
  color: #ddd;
  margin-bottom: 1rem;
}

/**************************
Portfolio
***************************/
#portfolio-div .body-btn {
  display: inline-block;
  width: 45%;
}

#port-logo {
  position: fixed;
  top: 1.5%;
  left: 10%;
  margin: 0;
}

.port-content {
  margin-top: 100px;
}

.portfolio-logo {
  height: 0;
  opacity: 0;
}

.ck-info,
.cad-info {
  margin-top: 75px;
  margin-bottom: 75px;
}

.mds-logo {
  opacity: 0;
  height: 0;
}

/**************************
Portfolio Circles
***************************/
.port-circles {
  margin-top: 25px;
  margin-bottom: 25px;
}

.ck-circle {
  background: url("../img/ck-circle.jpg") no-repeat center;
  background-size: 100%;
}

.ck-code-img {
  background: url("../img/CK-Homes-CSS.jpg") no-repeat center;
  background-size: 110%;
}

.cad-circle {
  background: url("../img/cad-circle.jpg") no-repeat center;
  background-size: 110%;
}

.cad-code-img {
  background: url("../img/cad-html.jpg") no-repeat center;
  background-size: 125%;
}

.port-div a {
  height: 100%;
  border-radius: 50%;
  z-index: 2;
  background-color: rgba(21, 140, 186, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color .4s ease-in;
  transition: background-color .4s ease-in;
}

.port-div a h2 {
  margin: 0;
}

.port-div a:hover {
  background-color: rgba(117, 202, 235, 0.3);
}

/**************************
Footer
***************************/
footer {
  height: 50px;
  margin-bottom: 1rem;
  padding: 1rem;
}

footer a {
  color: #158CBA;
  margin: 0 .75rem;
}

footer i {
  font-size: 2rem;
}

.footer-divider {
  width: 100%;
  border: 1px solid #158CBA;
  margin: 0 1rem auto;
}

footer a:hover {
  color: #75CAEB;
}

/**************************
breakpoint imports
***************************/
@media (min-width: 600px) {
  /**************************
    Hero Image 600px
    ***************************/
  .hero-image {
    height: 350px;
    margin-top: 65px;
  }
  /**************************
    body-btn 600pox
    ***************************/
  #services .body-btn,
  #portfolio-div .body-btn {
    width: 35%;
  }
}

@media (min-width: 630px) {
  /**************************
    content 630px
    ***************************/
  .port-circle-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .port-div {
    width: 50%;
    margin: 0 2rem;
  }
  .circle-offset {
    margin-top: 6rem;
  }
}

@media (min-width: 700px) {
  /**************************
    ck-hom Port-flex-height fix  700px
    ***************************/
  .ck-info .port-circle-flex {
    min-height: 350px;
  }
  .ck-info .port-circle-flex .circle-offset {
    margin-top: 6rem;
  }
}

@media (min-width: 768px) {
  /**************************
    header resizeing 768px
    ***************************/
  .main-header {
    height: 80px;
  }
  .hero-image {
    margin-top: 75px;
  }
  /**************************
    body-btn 768px
    ***************************/
  #services .body-btn,
  #portfolio-div .body-btn {
    width: 65%;
  }
  /**************************
    Portfolio Header 768px
    ***************************/
  .portfolio-header {
    height: 150px;
  }
  .mds-logo {
    position: fixed;
    top: 60px;
    right: 50px;
    opacity: 1;
  }
  /**************************
    Navbar 768px
    ***************************/
  .mobile-icon {
    opacity: 0;
    height: 0;
  }
  .main-nav {
    opacity: 1;
    height: 100%;
    z-index: 0;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  .main-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 15px 25px 0 0;
  }
  .main-nav li {
    margin: 10px;
  }
  .main-nav a {
    font-size: 1.25rem;
  }
  /**************************
    Main Logo 768px
    ***************************/
  #main-logo {
    font-size: 3rem;
  }
  /**************************
    content 768px
    ***************************/
  .content-wrapper {
    margin-top: 10%;
  }
  .port-content {
    margin-top: 200px;
  }
  .port-content .port-info-div {
    margin-bottom: 5rem;
  }
  .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5rem;
  }
  .info-div {
    width: 50%;
    margin: 0 2rem;
  }
  #services-div {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  #about .content-wrapper {
    margin-top: 0;
  }
}

@media (min-width: 800px) {
  /**************************
    Hero 800px
    ***************************/
  .hero-image {
    height: 100vh;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 123, 163, 0.15))), url("../img/mds1300.jpg") no-repeat center center;
    background: linear-gradient(rgba(18, 123, 163, 0.15)), url("../img/mds1300.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
  }
  /**************************
    circles 800px
    ***************************/
  .circle {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  #about .content-wrapper {
    max-width: 800px;
  }
  /**************************
    footer 800px
    ***************************/
  footer {
    height: 75px;
  }
  footer a {
    margin: 1rem;
  }
}

@media (min-width: 1150px) {
  #services-div .body-btn,
  #portfolio-div .body-btn {
    width: 200px;
  }
}

@media (min-width: 1400px) {
  .content-wrapper {
    width: 65%;
  }
}
/*# sourceMappingURL=main.css.map */