/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.container-fluid{margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}.row{box-sizing:border-box;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex:0 1 auto;-webkit-box-flex:0;flex:0 1 auto;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem}.row.reverse{-ms-flex-direction:row-reverse;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse}.col.reverse{-ms-flex-direction:column-reverse;-webkit-box-orient:vertical;-webkit-box-direction:reverse;flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-xs{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xs-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-xs-2{-ms-flex-preferred-size:16.667%;flex-basis:16.667%;max-width:16.667%}.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-xs-5{-ms-flex-preferred-size:41.667%;flex-basis:41.667%;max-width:41.667%}.col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-xs-8{-ms-flex-preferred-size:66.667%;flex-basis:66.667%;max-width:66.667%}.col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-xs-11{-ms-flex-preferred-size:91.667%;flex-basis:91.667%;max-width:91.667%}.col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xs-offset-1{margin-left:8.333%}.col-xs-offset-2{margin-left:16.667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.333%}.col-xs-offset-5{margin-left:41.667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.333%}.col-xs-offset-8{margin-left:66.667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.333%}.col-xs-offset-11{margin-left:91.667%}.start-xs{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-xs{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-xs{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-xs{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-xs{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-xs{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-xs{-ms-flex-pack:distribute;justify-content:space-around}.between-xs{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-xs{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-xs{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}@media only screen and (min-width:48em){.container{width:46rem}.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-sm{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-sm-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-sm-2{-ms-flex-preferred-size:16.667%;flex-basis:16.667%;max-width:16.667%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-sm-5{-ms-flex-preferred-size:41.667%;flex-basis:41.667%;max-width:41.667%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-sm-8{-ms-flex-preferred-size:66.667%;flex-basis:66.667%;max-width:66.667%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-sm-11{-ms-flex-preferred-size:91.667%;flex-basis:91.667%;max-width:91.667%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sm-offset-1{margin-left:8.333%}.col-sm-offset-2{margin-left:16.667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.333%}.col-sm-offset-5{margin-left:41.667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333%}.col-sm-offset-8{margin-left:66.667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.333%}.col-sm-offset-11{margin-left:91.667%}.start-sm{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-sm{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-sm{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-sm{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-sm{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-sm{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;justify-content:space-around}.between-sm{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-sm{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-sm{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}}@media only screen and (min-width:62em){.container{width:61rem}.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-md{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-md-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-md-2{-ms-flex-preferred-size:16.667%;flex-basis:16.667%;max-width:16.667%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-md-5{-ms-flex-preferred-size:41.667%;flex-basis:41.667%;max-width:41.667%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-md-8{-ms-flex-preferred-size:66.667%;flex-basis:66.667%;max-width:66.667%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-md-11{-ms-flex-preferred-size:91.667%;flex-basis:91.667%;max-width:91.667%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-md-offset-1{margin-left:8.333%}.col-md-offset-2{margin-left:16.667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.333%}.col-md-offset-5{margin-left:41.667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333%}.col-md-offset-8{margin-left:66.667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.333%}.col-md-offset-11{margin-left:91.667%}.start-md{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-md{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-md{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-md{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-md{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-md{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;justify-content:space-around}.between-md{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-md{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-md{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}}@media only screen and (min-width:75em){.container{width:71rem}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-lg{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-lg-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-lg-2{-ms-flex-preferred-size:16.667%;flex-basis:16.667%;max-width:16.667%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-lg-5{-ms-flex-preferred-size:41.667%;flex-basis:41.667%;max-width:41.667%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-lg-8{-ms-flex-preferred-size:66.667%;flex-basis:66.667%;max-width:66.667%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-lg-11{-ms-flex-preferred-size:91.667%;flex-basis:91.667%;max-width:91.667%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-lg-offset-1{margin-left:8.333%}.col-lg-offset-2{margin-left:16.667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.333%}.col-lg-offset-5{margin-left:41.667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333%}.col-lg-offset-8{margin-left:66.667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.333%}.col-lg-offset-11{margin-left:91.667%}.start-lg{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-lg{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-lg{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-lg{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-lg{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-lg{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;justify-content:space-around}.between-lg{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-lg{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-lg{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}}
:root{
  --main-gradient: linear-gradient(136.69deg, #5855FF 1.92%, #8C47FE 69.76%);
  --main-color: rgba(88, 85, 255, 0.8);
  --dark-color: rgb(59,61,75);
  --bold-color: #FF5C45;
  --btn-color: #007AFF;
  --network-support-color: #91CCF6;
  --computer-repair-color: #009d85;
  --web-design-color: #d74ed4;
  --grey: #f1f1f1;
}
body{
  margin: 0;
  overflow-x: hidden;
  color:var(--dark-color);
  font-family: 'Open Sans', sans-serif;
}
#logo{
  left: 1em;
  position: absolute;
  z-index: 10;
  top: 1em;
}
#logo img{
  height:40px;
}
#welcome{
  position: relative;
  width:100%;
  height:75vh;
  min-height: 500px;
  overflow: hidden;
  background-image: var(--main-gradient);
}
#welcome h1{
  line-height: 45px;
  width:120px;
  color:white;
  margin:0;
  padding-bottom:1em;
  /*padding-top:45%;*/
  animation-name: moveUp;
  animation-duration: 0.8s;
  animation-fill-mode:both;
  animation-delay: 0.7s;
}
#welcome h1, #welcome #content > a{
  margin-left:20px;
}
#welcome #content > a{
  display: block;
  position: relative;
  width:90px;
  color:white;
  /*background-color: var(--dark-color);*/
  background-color: mediumvioletred;

  border-radius:5px;
  padding:0.8em 1em;
  font-size:16px;
  text-decoration: none;
  font-weight: bold;
  z-index: 10;
  animation-name: moveDown;
  animation-duration: 0.8s;
  animation-fill-mode:both;
  animation-delay: 0.8s;

}
#welcome #img-wrapper{
    line-height: 0;
    /* vertical-align: text-bottom; */
    /* font-size: 0; */
    /*height: 310px;*/
    height: 50%;
    width: 100%;
    box-sizing: border-box;
    /* overflow-y: hidden; */
    overflow: hidden;
    position: absolute;
    bottom: 0;
    text-align: right;
   /* animation-name: moveLeft;
    animation-duration: 0.8s;
    animation-fill-mode:both;
    animation-delay: 0.7s;*/
}
#welcome img{
/*  position: absolute;
  bottom: 0;
  right:0;*/
/*  width:100%;*/
  position: absolute;
  bottom:0;
  right:-80%;
  height:100%
}
#welcome #content{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  height: 256px;
  margin: auto;
}
/* Mobile menu */

#menu-btn{
  width:28px;
  cursor:pointer;
  position: fixed;
  top:0.5em;
  right:0;
  z-index:1000;
  margin:1em;
}
#menu-btn div{
  height:2px;
  width:100%;
  margin-bottom:5px;
  background-color: white;
  transition: 0.4s;
}
.change .bar1{
  -webkit-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}
.change .bar2{
    opacity: 0;
}
.change .bar3{
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
.padding{
  padding:4em 1em;
}
#skills{
  text-align: center;
}
#skills h2{
  margin-top: 0;
  margin-bottom: 2px;
}
#line{
  width: 187px;
}
#skills > p{
  color: #82838D;
  font-weight: bold;
  margin-bottom: 3em;
  margin-top: 2.5em;
}
.service-box{
  color: #3B3D4B;
  border-radius:5px;
  width: 245px;
  background-color: white;
  box-shadow: 5px 8px 50px 5px rgba(1,1,1,0.1);
    /* height: 255px; */
  padding: 2em 2em;
  box-sizing: border-box;
  text-align: left;
  margin:0 auto;
  margin-top:1em;
  cursor:pointer;
}
.service-box img{
  height:32px;
}
.service-box p{
  font-size: 14px;
  color:rgba(1,1,1,0.5);
  font-weight: bold;
}
.service-box:hover{
/* background-image: linear-gradient(146.69deg, #00B8FE 5.24%, rgba(42, 196, 255, 0.42) 90.35%);*/
  background-color:rgb(98,215,244);
  color:white;
}
.about-text{
  font-weight: bold;max-width: 600px;margin:0 auto;line-height: 28px;
  padding-bottom: 1em;
  font-size: 18px;
}
#services-link:hover{
  color:white !important;
}

#overview{
  background-color:white;
  text-align: center;
}
#overview h2{
  margin-top:0;
  margin-bottom:2em;
  color:white;
}
#overview p{
  margin-bottom:2.5em;
  color: whitesmoke;;
  font-weight: 600;
}
#overview img{
  width:111px;
  height:102px;
}
#overview a{
  text-decoration: none;
  font-size: 14px;
  padding:0.5em 1em;
  font-weight: bold;
  border:3px solid white;
  color:var(--main-color);
}
#find-us{
  text-align: center;
}
#find-us h2{
  color:var(--dark-color);
  margin-top:0;
  margin-bottom:2.5em;
}
#find-us p{
  font-weight: bold;
  color:var(--dark-color);
}
#find-us a{
  text-decoration: none;
  font-weight: bold;
  color:var(--dark-color);
}
.contact-info#one{
  margin-bottom: 5em;
}
footer{
  background-color: var(--dark-color);
  padding:4em 1em;
  text-align: center;
}
footer a{
  display: block;
  margin:2em 0;
  text-decoration: none;
  color:white;
  font-size: 14px;
  text-align: center;
}
.bold{
  font-weight: bold;
}
footer img{
  height:16px;
  width:16px;
  margin-top:3em;
}
footer #logo-name{
  display: block;
   width: 85px;
    height: 16px;
    margin: 1em auto;
}
footer p{
  color:white;
  font-size: 14px;
}
#mobile-menu{
  position: fixed;
  width:100%;
  height: 100vh;
  top:0;
  transition: 0.4s;
  background-color: var(--dark-color);
  z-index:100;
  opacity: 0;
  display: none;
}
.show{
  opacity:1 !important;
  display: block !important;
}
ul li{
  list-style-type: none;
  padding:1em;
}
#mobile-menu ul{
  margin-top: 6em;
}
#mobile-menu .current{
  /*background-image: var(--main-gradient);*/
  background-color: var(--bold-color);
}
#mobile-menu ul > li:last-child > a{
  border-bottom: 2px solid var(--bold-color);
  padding-bottom:5px;
}
#black-underline{
   border-bottom: 2px solid var(--main-color) !important;
}
#mobile-menu li a{
  color:white;
  text-decoration: none;
  font-weight: bold;
}
#mobile-menu ul > li{
  opacity: 0;
  transition:0.4s;
  transform: translateY(20px);
}
.fadeUp{
  opacity:1 !important;
  transform: translateY(0px) !important;
}
.animate{
  transition: 1s;
  opacity:0;
}
.doSomething{
  opacity: 1 !important;
}

@keyframes moveUp{
  0%{
    opacity:0;
    transform: translateY(20px);
  }
  100%{
    opacity: 1;
    transform:  translateY(0px);
  }
}
@keyframes moveDown{
  0%{
    opacity:0;
    transform: translateY(-20px);
  }
  100%{
    opacity: 1;
    transform:  translateY(0px);
  }
}
@keyframes moveLeft{
  0%{
    opacity:0;
    transform: translateX(20px);
  }
  100%{
    opacity: 1;
    transform:  translateY(0px);
  }
}
@keyframes fadeIn{
  0%{
    opacity:0;
  }
  100%{
    opacity: 1;
  }
}


/*@keyframes fadeUp{
  0%{
    opacity:0;
    transform: translateY(20px);
  }
  100%{
    opacity: 1;
    transform:  translateY(0px);
  }
}
.animate{
  animation-duration: 1.5s;
  animation-fill-mode:both;
}
.fadeUp{
  animation-name: fadeUp;
}*/

/*CONTACT-PAGE */

.headline-container{
  height:100vh;
  width:100%;
  position: relative;
  text-align: center;
}
.headline-container#contact{
  background: url("assets/contact-bg.jpg");
  background-size: cover;
  background-position: center;
}
.headline-container content{
  padding-top: 30vh;
  display: block;
}
.headline-container h1{
  margin:0;
  color:white;
  /*margin-bottom: 15vh;*/
}
.headline-container ul{
  padding:0;
  color:white;
  margin-bottom: 2em;
}
.headline-container ul li{
  padding:0.5em;
}
.headline-container a{
  text-decoration: none;
  color:white;
  background-color: var(--btn-color);
  font-weight: bold;
  padding:1em 1em;
  border-radius: 8px;
  font-size:12px;
}
.headline-container img{
  margin-right: 10px;
  vertical-align: bottom;
}
.headline-container #phone-number{
  font-weight:bold;
}
.headline-container #hours{
  font-size: 14px;
  color:#E5E5E5;
  font-weight: bold;
}
#contact-info{
  text-align: center;
}
#contact-info div{
  margin-bottom:3em;
}
#contact-info div:last-of-type{
  margin-bottom: 0;
}
#contact-info p{
    font-weight: 800;
    color: var(--dark-color);
    font-size:14px;
}
#contact-info img{
  height:30px;
}
#form{
  padding-top:0;
}
#form h3{
  text-align: center;
  color:var(--dark-color);
}
#form #line{
  margin:0 auto;
  display: block;
}
form{
  margin-top:3em;
}
form p{
  font-size:14px;
  font-weight: bold;
  margin-bottom:0;
  color: var(--dark-color);
}
form input, select{
  width:100%;
  height:50px;
  margin:0 auto;
  display: block;
  margin-bottom:2.5em;
  padding-left:1em;
  box-sizing: border-box;
}
form select{
  background-color:white;
}
form input::placeholder, select::placeholder,textarea::placeholder{
  color:#B1ADAD;
}
form input, select, textarea{
  font-size:12px;
  font-weight: bold;
  border:1px solid lightslategrey;
}
textarea{
  width:100%;
  height:100px;
  padding:1em;
  box-sizing: border-box;
}

input[type="submit"]{
  /*background-image:var(--main-gradient);*/
  background-color: var(--bold-color);
  color:white;
  font-weight: bold;
  border:0px;
  margin-top:2em;
  font-size:14px;
}
/* SERVICE PAGES*/
.service-intro{
  width:100%;
  height: 360px;
  /*background-color: var(--dark-color);*/
  background-color: var(--main-color);
  color:white;
  /*overflow-x: hidden;
  overflow-y: hidden;*/
  position: relative;
  display: block;
  margin-bottom: 3em;
}

.service-intro h1, .service-intro p{
  padding-left:13vw;
}
.service-intro h1 > img{
  height:40px;
  width:40px;
  vertical-align: middle;
  padding-left:0.5em;
}
.service-intro h1{
  text-align: left;
  margin:0;
 /* padding-top:18vh;*/
 padding-top:110px;
}
.service-intro p{
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  width:270px;
  color: #E5E5E5;
}
#svg{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  left:0;
  transform: translateY(10px);
}
.content.padding{
 /* padding-top: 2em;*/
  position: relative;
}
.content h2{
  margin-top:0;
  text-align: center;
}
.content ul{
    font-weight: 600;
    font-size: 14px;
    color: rgba(0,0,0,0.8);
    margin:0 auto;
    display: block;
    max-width:400px;
    padding-top:1.5em;
}
.content ul li::before{
  content: "•";
  color: red;
  display: inline-block; width: 1em;
  margin-left: -1em;
}
.button{
  padding:0.5em 0.8em;
  text-align: center;
  border:2px solid white;
  color:white;
  text-decoration: none;
  font-weight: bold;
}
.banner{
  /*background-image: var(--main-gradient);*/
/*  background-image: linear-gradient(146.69deg, #00B8FE 5.24%, rgba(42, 196, 255, 0.42) 90.35%);*/
  background-color: var(--main-color);
  color:white;
  text-align: center;
}
.banner p{
  margin-bottom: 2.5em;
}
.banner h2{
  margin-top:0;
}
#mobile-menu button{
 /*   float: right;*/
    border: 0;
    background-color: white;
    color: black;
    font-weight: bold;
    /*padding:2px 8px 2px 8px;*/
    vertical-align: middle;
    font-size:13px;
    margin-left: 0.5em;
}
.sub-links{
  padding-left: 3em;
  display: none;
  font-size:14px;
}
.highlight{
  color:var(--bold-color) !important;
}
.content-pic{
  width:145px;
  height:99px;
}
.left{
  float: left;
  margin: 0 0.5em 0.5em 0;
}
.right{
  float: right;
  margin: 0 0 0.5em 0.5em;
}
.content-text{
    font-family: sans-serif;
    color: rgba(0,0,0,0.7);
    width:290px;
    margin:0 auto;
    margin-top: 3em;
}
#network-support-btn{
  border: 2px solid var(--network-support-color);
  color: var(--network-support-color);
  margin:0 auto;
}
#network-support-btn:hover{
  background-color: var(--network-support-color);
  color:white !important;
}
#computer-repair-btn{
  border: 2px solid var(--computer-repair-color);
  color: var(--computer-repair-color);
  margin:0 auto;
}
#computer-repair-btn:hover{
  background-color:var(--computer-repair-color);
  color:white!important;
}
.center-btn{
  text-align: center;
    margin-top: 3em;
    margin-bottom: 1em;
}
.service-type{
  text-align: center;
}
.service-type:not(:last-of-type){
  margin-bottom: 3.5em;
}
.service-type:first-of-type{
  margin-top: 3.5em;
}
.service-type p{
  font-size:14px;
}
#semi-circle-svg{
  width:100vw;
  height:100%;
  transform: translateY(4px);
}
#semi-circle-svg path{
  fill: var(--grey);
}
.grey-bg{
  background-color: var(--grey);
}
.grey-bg h3{
  color: var(--dark-color);
}
.product-info h2{
  text-align: center;
  margin-bottom:1.5em;
}
.product-info p{
  /*max-width: 274px; desktop*/
  width:274px;
  margin:0 auto;
}
.two-moving-pics{
  /*max-height:300px;  desktop*/ 
  width:226px;
  height:163px;
  position: relative;
  margin:0 auto;
  margin-top:2em;
}
.back{
  position: absolute;
  z-index:1;
  height:80%;
  top:0;
  right:0;
  transform: translateY(60px);
  transition:0.4s;
}
.front{
  position: absolute;
  z-index: 2;
  height: 72%;
  top:20%;
  /*left:0;*/
  transform: translateY(50px);
  transition: 1s;
}
.moveUp{
/*  transition-delay:1s*/;
  opacity: 1 !important;
  transform: translateY(0px) !important; 
}
.border{
  padding:1em;
  border:1px solid #B1ADAD;
  box-sizing: border-box;
  border-radius: 4px;
}
.product-info#one p{
  box-shadow: 5px 10px 20px rgba(177, 173, 173,0.5);
}
.product-info#two p{
  box-shadow: 5px 10px 50px rgba(177, 173, 173,0.5)
}
.product-info#two{
  margin-top:3.5em;
}
#gallery-container{
  margin-top:4em;
}
#gallery-container img{
  width:190px;
  height: 190px;
  margin:0 auto;
  display: block;
}
#welcome #service-options-svg{
  display: none;
  position: relative;
  z-index: 10;
}
#navbar{
  display: none;
}
/*computer repair*/
.center-content > img{
    display: none;
}
.center-content{
  height:auto;
}
.anchored.left{
  float:none;
}
.banner .button:hover{
  background-color: white;
  color:var(--main-color);
}
/*contact*/
#contact content ul:last-of-type{
  display: none;
}
.service-intro div{
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
}
#voice-and-data-row{
  padding-top:1.5em;
}
#voice-and-data-row ul{
  padding-top:0;
}
#contact content{
  opacity:0;
  transition: 0.4s;
   animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0.1s;
}
#services-page .service-box{
  float: none;
}
.underline-btn{
  text-decoration: underline;
  cursor: pointer;
  text-underline-position: under;
}
/* 
*
* TABLET 
*
*/
#special-btn{
  visibility: hidden;
}
.subpage-content-padding{
  padding-top:1em;
}
@media only screen and (min-width: 425px){
  #welcome img {
    /* width: 100%; */
    position: absolute;
    bottom: 0;
    right: -50%;
    height: 100%;
  }
}
@media only screen and (min-width: 768px){
  /*index page*/
  #welcome{
    height:100vh;
    max-height: 1000px;
   background: linear-gradient(114.31deg, #5855FF 1.44%, #901FE8 60.47%);
  }
  #welcome img{
    right:-20%;
  }
  #welcome h1, #welcome #content > a, #welcome #service-options-svg{
    margin-left:5vw;
  }
  #welcome h1{
    margin-left:45px;
    width:420px;
  }
  #welcome #service-options-svg{
    display:inline-flex;
    font-weight:bold;
    color:white;
    font-size:16px;
    margin-top:1em;
    margin-bottom: 3em;
    margin-left:0em;
    animation-name: moveUp;
    animation-duration: 0.8s;
    animation-fill-mode: both;
    animation-delay: 0.9s;

  }
  #welcome #service-options-svg a{
    margin: 0;
    padding-top: 1em;
    font-size:14px;
    color:white;
    text-decoration-line: none;
    text-decoration:none;
    display: block;
    transition: 0.5s;
  }
  #welcome #service-options-svg a:hover{
    transform: translateY(-8px);
  }
  .text-line-divider{
    height: 45px;
    width: 1px;
    background-color: rgba(255,255,255,0.5);
  }
  #skills > p{
    width:350px;
    margin-left:auto;
    margin-right:auto;
  }
  #skills #wrapper{
    position: relative;
    width:530px;
    margin:0 auto;
  }
  .service-box{
    float:left;
    height: 255px;
  }
  .service-box:nth-child(even){
    margin-top: 3em;
    margin-left: 2em;
  }
  .clear:after{
    content:"";
    display: block;
    clear:both;
  }
  #overview p{
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  /* contact page*/
  #form form{
    width:600px;
    margin-left:auto;
    margin-right: auto;
  }
  /* voice and data */
  .service-intro h1 > img{
     position: absolute;
    transform: scale(2.5);
    right: 15vw;
  }
  .banner p{
    width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
  /* network support */
   #semi-circle-svg{
    height: max-content;
    transform: translateY(3px);
  }
  #semi-circle-svg path{
    transform: translateY(30%);
  }
  /*Web Design*/
  #one.product-info{
    margin-top: 3em;
  }

}
@media only screen and (min-width: 1024px){
  #logo{
    left: 5vw;
    top: 1.3em;
  }
  h1{
    font-size:48px;
  }
  h2{
    font-size:32px;
    font-weight: bolder;
  }
  h3{
    font-size:28px;
  }
  h4{
    font-size:18px;
  }
  p{
    font-size:18px;
  }
  /*index*/
  .service-box h3{
    font-size:18px;
  }
  #skills .center-container{
    width: 100%;
    max-width: 1100px;
  }
  #skills .center-container h2{
    font-size:32px;
  }
  #welcome #img-wrapper{
    height:90%;
  }
  .dropdown:hover .dropdown-content{
    display: block !important;
  }
  #navbar{
    display: block;
    position: relative;
    z-index:10;
  }
  #navbar > ul li:nth-child(3){
    position: relative;
    margin-right: 3em;
  }
  .dropdown-content{
    display: none;
    position: absolute;
    top:3em;
  }
  #navbar > ul{
    position:absolute;
    display: inline-flex;
    right:5vw;
  }
  #navbar > ul a{
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color:white;
  }
  #welcome #content > a:hover{
    background-color: #b3076a;
    z-index:100;
  }
  #navbar > ul a:hover{
    color: #edecea;
  }
  #navbar > ul li:last-of-type a{
      border-bottom:2px solid white;
      padding-bottom:0.5em;
  }
  .dropdown-content a{
      border-bottom:0 !important;
      font-size:14px !important;
  }
  .dropdown-content li a:hover{
    /*color:var(--main-color) !important;*/
      color: #9c13e6 !important;
  }
  .dropdown-content ul{
    padding-left:0;
    background-color: var(--dark-color);
  }
  #menu-btn{
    display: none;
  }
  #welcome h1{
    width:500px;
    line-height:1.3em;
padding-bottom:0.5em;
  }
  #welcome h1, #welcome #content > a{
    margin-left:10vw;
  }
  #welcome #service-options-svg{
    margin-left: 7vw;
  }
  .center-container{
    margin:0 auto;
    position: relative;
  }
  #skills #wrapper{
    margin:0;
  }
  .text-wrapper-right{
    position: absolute;
    right: 0;
    text-align: right !important;
    top:8em;
    height:280px;
  }
  #line{
    width:314px;
  }
  .text-wrapper-right p{
    width:264px;
    font-size:18px;
    font-weight:bold;
    color:#82838D;
    margin-left: 3em;
    position: absolute;
    right:0;
    line-height: normal;
  }
  .button, #overview a{
    padding:1em 2em;
    transition: 0.4s;
  }
  .text-wrapper-right .button{
    position: absolute;
    bottom: 0;
    right: 0;
    border-color: var(--bold-color);
    color: var(--bold-color);
  }
  .text-wrapper-right .button:hover{
    background-color: var(--bold-color);
    color:white;
  }
  #overview{
    position: relative;
    height:450px;
  }
  #overview a:hover{
    background-color: var(--main-color);
    color:white;
  }
  #overview h2{
    margin-bottom:1em;
  }
  #overview p{
    font-size:18px;
    margin-left:0;
    width: 425px;
    padding-bottom:1.5em;
  }
  #overview div{
    height:250px;
    width:800px;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    text-align: left;
  }
  #overview img{
    position: absolute;
    right: 0;
    transform-origin: right top;
    transform: scale(3);
    top: -10px;
  }
/*Network Support*/
  .service-intro h1{
    font-size: 42px;
  }
 /* #navbar.service-page > ul a:hover{
    color:white;
    text-decoration-line: underline;
    text-underline-position: under;
  }
  #navbar.service-page .dropdown-content li a:hover{
    color:white !important;
 }
*/
  .service-intro{
    height:520px;
  }
  .service-intro h1{
    padding-top: 250px;
  }
  .service-intro h1 > br {
    display: none;
  }
  .service-intro h1 > img{
   /* transform: scale(2.7);
    right: 19vw;
    padding-top:20px;*/
    transform: scale(5);
    opacity: 0.2;
    z-index: 0;
    right:unset;
    padding-left: 0;

  }
  #network-design-pic{
    padding-left: 0.5em;
  }
  .service-intro p{
    width:400px;
    font-size:18px;
    font-weight: bold;
    position: relative;
    z-index: 2;
  }
  .service-intro #svg{
    transform: scaleX(-1) translateY(20px);
   /* display: none;*/
  }
  .info-container{
    position: relative;
    /*background-color:yellow;*/
    width: 836px;
    margin: 0 auto;
  }
  .text-wrapper{
    width: 403px;
    /*background-color: pink;*/
    text-align: left !important;
    margin-left: 52%;
    padding-top: 5em;
  }
  .text-wrapper h2, .text-wrapper p{
    text-align: left;
    width:auto;
  }
  .text-wrapper .center-btn{
    text-align: left;
  }
  .info-container img{
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(2.5);
    transform-origin: top left;
    box-shadow: 5px 10px 20px rgba(177,173,173,0.5)
  }
  #semi-circle-svg{
    height: max-content;
  /*  transform: scale(2) translateY(10px);*/
  }
  #semi-circle-svg path{
    transform: scaleX(2) translateY(10px);
    transform-origin: top;
  }
  .grey-bg h2{
    font-size:24px;
    margin-bottom:2em;
  }
  .text-wrapper h2{
    font-size:24px;
  }
  .text-wrapper .content-text{
    font-size: 18px;
    margin-top: 2em;
  }
  .service-type:first-of-type{
    margin-top: 0;
  }
  .row{
    max-width: 1100px;
    margin: 0 auto;
  }
  /*Computer Repair*/
  .center-content{
    height:450px;
    width:850px;
    margin:0 auto;
    position: relative;

  }
  .center-content > .anchored{
    position: absolute;
    right:0;
    top: 7em;
  }
  .center-content > .anchored.left{
    left:0;
  }
  .center-content > .anchored.left .content-text{
    margin-left:0;
  }
  .center-content > .right{
    right:0;
    box-shadow: -5px 10px 20px rgba(177, 173, 173,0.5);
  }
/*  .center-content .content-pic.right{
    right:0;
  }*/
  .center-content h2{
    text-align: left;
  }
  .center-content .content-pic{
    display: none;
  }
  .center-content > img{
    display: block;
    width:453px;
    height:308px;
    position:absolute;
    box-shadow: 5px 10px 20px rgba(177, 173, 173,0.5);
  }
  .content-text{
    margin-top:2em;
  }
  .center-btn{
    text-align: left;
  }
}
@media only screen and (min-width: 1200px){
    #special-btn{
      visibility: visible;
    }
    #welcome img{
      right:0;
    }
    .headline-container#contact{
      min-height:700px;
    }
    #strategy-product-info-box{
      transform: translateY(-50px);
    }
    #voice-and-data-row ul li{
      font-size:18px;
    }
    #form h3{
      display: none;
    }
    #form #line{
      display: none;
    }
    #form input, #form select{
      height:40px;
    }
    #form textarea{
      height:120px;
    }
    #form input[type="submit"]{
      padding: 0;
      width: 95px;
      margin-right:0;
      cursor: pointer;
    }
    #form{
      width:50%;
      position: absolute;
      top:0;
      right:0;
      bottom:0;
      margin: auto;
      height:550px;
      box-sizing: border-box;
    }
    #form form{
      width:100%;
    }
    #form.padding{
      padding-left: 3em;
      padding-right: 3em;
    }
    .contact-content-container{
      position: relative;
      max-width:2000px;
      background-color:white;
      margin:0 auto;
    }
    form input, select{
      margin-bottom:1em;
    }
    .banner{
      height: 250px;
    }
    .banner h2{
      margin-top:1em;
    }
    .banner p{
      font-weight: bold;
      margin-top: 2em;
      margin-bottom: 4em;
    }
     .center-container{
      width:1200px;
      margin:0 auto;
      position: relative;
    }
    .center-content{
      width:960px;
    }
    #overview div{
      width:1100px;
    }
    #overview img{
      transform: scale(3.8);
      top:-50px;
    }
    #contact-info{
      display: none;
    }
    #contact{
      width:50%;
    }
    #form{
      width:50%;
      position: absolute;
      top:0;
      right:0;
    }
    #navbar.contact-us a{
      color: var(--dark-color);
    }
    #navbar.contact-us a:hover{
      color:#9c13e6 !important;
    }
    #navbar.contact-us .dropdown-content a{
      color:white;
    }
    /*contact*/
    #contact content{
      width: 250px;
      height: 441px;
      text-align: left;
      /*padding-left: 65%;*/
      padding-top: 0;
      position: absolute;
      top: 0;
      padding-right:4em;
      right: 0;
      bottom: 0;
      margin: auto;
    }
    #contact content ul:first-of-type, #contact a{
      display: none;
    }
    #contact content ul:last-of-type{
      display: block;
    }
    #contact content p{
      font-weight: bold;
      font-size: 16px;
    }
    .headline-container h1{
      margin-bottom: 120px;
    }
    /*web design*/
    .content-wrapper{
      position: relative;
      width: 100%;
      max-width: 1000px;
      margin:0 auto;
      z-index:10;
      height:400px;
    }
    .product-info{
      width: 400px;
      padding-top:2em;
      /*background-color:yellow;*/
    }
    .product-info h2{
      text-align: left;
      margin-bottom:1em;
    }
    .product-info p{
      width:270px;
      line-height: 1.5em;
    }
    .back{
      width: 342px;
      height: 241px;
    }
    .front{
      width:132px;
      height:265px;
    }
    .two-moving-pics{
      position: absolute;
      top: 0;
      right: 0;
      width: 400px;
      height: 250px;
    }
    #opposite-side .product-info{
      float:right;
    }
    #opposite-side .two-moving-pics{
      position: absolute;
      top:4em;
      left:0;
      margin-left:0;
      width:400px;
    }
    #opposite-side .back{
      width:324px;
      height:216px;
    }
    #opposite-side .front{
      width:185px;
      height:264px;
    }
    #opposite-side.content-wrapper:after{
      content="";
      display: block;
      clear:both;
    }
   /* #three.content-wrapper{
      height:600px;
    }*/
    .content-wrapper #two{
      position: absolute;
      top: 0;
      right: 0;
      margin-top: 0em;
    }
    #gallery-container{
      width: 699px;
      height: 454px;
      position: relative;
      margin: 0 auto;
    }
    #gallery-container img{
      width:100%;
      height:100%;
    }
    #gallery-container a:first-of-type{
      width:454px;
      height:454px;
      display: block;
    }
    #gallery-container a:nth-child(2){
      height: 217px;
      width: 217px;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
    }
    #gallery-container a:last-of-type{
      height: 217px;
      width: 217px;
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
    }
}
@media only screen and (min-height: 900px){
  #contact{
    height:100%;
  }
  .contact-content-container{
    height:900px;
  }
  .headline-container content{
    padding-top:30%;
  }
}
@media only screen and (min-width: 1440px){
  .service-intro{
    height: 45vh;
    min-height: 520px;
  }
  .service-intro h1{
    padding-top: 15%;
  }
  #semi-circle-svg path{
    transform: scaleX(2.5) translateY(10px);
  }
}
@media only screen and (min-width:2560px){
  .contact-content-container{
    margin:0 auto;
  }
  #contact-page-body{
    background-color:var(--grey);
  }
  /*index*/
  #welcome h1, #welcome #content > a{
    margin-left:25%;
  }
  #welcome #service-options-svg{
    margin-left:23%;
  }
  #welcome img {
    right: 15vw;
  }
}