/* 768px / 16px = 48em */
/* Extra Small Only */
/* Small Devices, Tablets */
/* Grooter as phone 414px 26em */
/* 768px / 16px = 48em */
/* was 58em*/
/* 860px */
/* Extra Small Only */
/* Small Devices, Tablets */
/* waar on col begin kry */
/* Menu full Screen*/
/***************************
****************************
Reset
****************************
***************************/
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 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 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * 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 style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * 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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  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;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button, [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 */
}

/**
     * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none;
}

/* Change all elements to use border-box */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

@font-face {
  font-family: Montserratt;
  src: url(../font/Montserrat-Medium.ttf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Montserratt;
  src: url(../font/Montserrat-SemiBold.ttf);
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Montserratt;
  src: url(../font/Montserrat-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}

html {
  font-family: Montserratt, sans-serif, 'Trebuchet MS', 'Lucida Sans Unicode',  Verdana;
  color: #020B16;
  line-height: 1.4em;
}

body {
  background-color: white;
}

a {
  text-decoration: none;
}

a:active {
  color: #020B16;
}

a:visited {
  color: #020B16;
}

#homeHeader {
  height: 100vh;
}

/***************************
****************************
Base Styles
****************************
***************************/
/*Button Modules*/
.btn {
  /* display: inline-block; 
    vertical-align: middle; - dis net vir inline elements*/
  display: block;
  text-align: center;
  white-space: nowrap;
  color: #020B16;
  background-image: none;
  background-color: #1B81FF;
  border: none;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.2em;
  padding: .5em 0 .5em 0;
  font-size: 1.5em;
  border-radius: 2px;
  margin: 0em .9em .9em .9em;
  height: 50px;
  max-width: 205px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 1px 1px 4px rgba(2, 11, 22, 0.25);
          box-shadow: 1px 1px 4px rgba(2, 11, 22, 0.25);
}

.btn:hover {
  background-color: #68A6F3;
}

.btn:active {
  background-color: #105CB9;
}

@media only screen and (min-width: 860px) {
  .btn:hover {
    background-color: #68A6F3;
  }
  .btn:active {
    background-color: #5A8AC4;
  }
}

/***************************
****************************
Layout Styles
****************************
***************************/
/* Content Container max-width: 1170px; */
.container {
  padding-right: 1em;
  padding-left: 1em;
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
}

/* Row */
.row {
  margin-right: -1em;
  margin-left: -1em;
}

/* Row Clear Float*/
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Media Query excludes extra small devices and includes small and above */
[class*='col-'] {
  width: 100%;
  /*padding-left: 15px;
  padding-right: 15px;*/
}

@media (min-width: 47.1em) {
  [class*='col-'] {
    float: left;
  }
  /* Column Two Thirds */
  .col-2-3 {
    width: 66.6666%;
  }
  /* Column Third */
  .col-1-3 {
    width: 33.3333%;
  }
  .col-1-2 {
    width: 50%;
  }
}

/***********************************************  NAV *******************************************************/
/*********** BAR ****************/
#bar {
  position: fixed;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  height: 40px;
  width: 100%;
  background-color: #0E3769;
}

#bar #hamburger {
  margin-top: 7px;
  margin-right: 7px;
  float: right;
  cursor: pointer;
}

#bar a {
  text-decoration: none;
  float: left;
  margin-top: 10px;
  margin-left: 13px;
  font-weight: 500;
  font-size: 18px;
  color: #1B81FF;
}

@media only screen and (min-width: 860px) {
  #bar {
    display: none;
  }
}

/*********menu*******************/
nav {
  position: fixed;
  top: 0;
  display: inline-block;
  left: -270px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  overflow-y: auto;
  background-color: #E5ECF5;
  height: 100%;
  width: 265px;
  z-index: 1;
  /* menu full screen NAV*/
}

nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

nav #sideBar {
  position: relative;
  height: 100%;
  width: 15px;
  background-color: #020B16;
  float: right;
}

nav #menulogo {
  margin-top: 20px;
  margin-left: 20px;
}

nav #menulogo p {
  margin-top: 60px;
  margin-bottom: 2px;
  float: right;
  margin-right: 40px;
  font-size: 16px;
  font-weight: 600;
}

nav #menulogo #pty {
  position: relative;
  margin-top: 0;
  top: -15px;
  font-size: 9px;
  font-weight: 200;
}

nav .btnMenu:first-child {
  margin-top: 1em;
}

nav .btnMenu:last-child {
  margin-bottom: 5px;
}

nav .btnYellow {
  background-color: #E2CD11;
}

nav img {
  -webkit-filter: drop-shadow(1px 1px 4px rgba(2, 11, 22, 0.3));
  filter: drop-shadow(1px 1px 4px rgba(2, 11, 22, 0.3));
}

@media only screen and (min-width: 860px) {
  nav {
    left: 0;
    width: 100vw;
    height: auto;
    background: #0E3769;
  }
  nav li {
    float: right;
  }
  nav .btnYellow {
    display: none;
  }
  nav .btnMenu {
    height: 2em;
    width: 132px;
    font-size: 1em;
    background: #AAC2DF;
    margin: 9px 9px 9px 0;
  }
  nav .btnMenu:first-child {
    margin-top: 9px;
  }
  nav .btnMenu:last-child {
    margin-bottom: 9px;
  }
  nav #menulogo img, nav #pty {
    display: none;
  }
  nav #menulogo {
    margin: 9px;
    float: left;
  }
  nav #menulogo p {
    margin: .5em 0 0 0;
    color: #1B81FF;
    font-weight: 400;
  }
  nav #menuContainer {
    padding-right: 1em;
    padding-left: 1em;
    margin-right: auto;
    margin-left: auto;
  }
}

/************ Current page ************/
.current {
  background-color: #105CB9;
}

@media only screen and (min-width: 860px) {
  .current {
    background-color: #5A8AC4 !important;
  }
  .current:hover {
    background-color: #68A6F3 !important;
  }
}

/************BLUR************/
#blur {
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  z-index: 1;
}

.blurOn {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.blurOff {
  background: rgba(0, 0, 0, 0);
}

/*-----------------   Hero Modules*/
.hero {
  text-align: center;
}

.hero-body {
  position: relative;
}

.hero-body #logo {
  margin-top: 5em;
  -webkit-filter: drop-shadow(1px 1px 4px rgba(2, 11, 22, 0.3));
  filter: drop-shadow(1px 1px 4px rgba(2, 11, 22, 0.3));
}

@media only screen and (min-width: 47.1em) {
  .hero-body #logo {
    display: table;
    float: right;
    width: 250px;
    height: 250px;
  }
}

.hero-body .CompanyName {
  max-width: 202px;
  margin: 1em auto 1em auto;
}

@media only screen and (min-width: 47.1em) {
  .hero-body .CompanyName {
    margin-top: 22em;
    margin-left: .01em;
  }
}

.hero-body .CompName {
  margin: 0;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 2px;
}

.hero-body .pty {
  font-size: 12;
  text-align: right;
  margin-top: 0;
}

.hero-body .HeroText {
  margin-top: 5vh;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2em;
}

.hero-body .MoveSlogan {
  font-size: 20px;
}

.hero-body #logo-otherPage {
  margin-top: 4em !important;
  -webkit-filter: drop-shadow(1px 1px 4px rgba(2, 11, 22, 0.3));
  filter: drop-shadow(1px 1px 4px rgba(2, 11, 22, 0.3));
}

@media only screen and (min-width: 47.1em) {
  .hero-body #logo-otherPage {
    display: table;
    float: right;
  }
  .hero-body .CompanyNameOther {
    margin-top: 8em;
  }
  .hero-body .center-logo {
    margin-top: 2em;
  }
}

/************Hero animation**************transition: all 0.3s ease 0s*/
.HeroConstruction {
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
  opacity: 0;
  -webkit-animation: HeroPosition 500ms ease-out 4500ms forwards;
          animation: HeroPosition 500ms ease-out 4500ms forwards;
}

.HeroSlogan {
  -webkit-transform: translateY(-10rem);
          transform: translateY(-10rem);
  opacity: 0;
  -webkit-animation: HeroPosition 500ms ease-out 1500ms forwards;
          animation: HeroPosition 500ms ease-out 1500ms forwards;
}

.HeroCompanyName {
  -webkit-transform: translateY(10rem);
          transform: translateY(10rem);
  opacity: 0;
  -webkit-animation: HeroPosition 500ms ease-out 500ms forwards;
          animation: HeroPosition 500ms ease-out 500ms forwards;
}

@-webkit-keyframes HeroPosition {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes HeroPosition {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/*------------------------Background Modules*/
.bg-image {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.bg-image-otherPage {
  height: 20em;
}

.bg-image > img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  min-width: 100%;
  opacity: .5;
}

/*---------------------- Danger Tape*/
.DangerTape {
  background: url(../images/DangerTape.svg) no-repeat -75px 0px;
  background-size: cover;
}

.TapeHero {
  position: relative;
  height: 30px;
  background-color: yellow;
  top: -30px;
}

/*-------------------- Services ---------------------*/
#services {
  padding-top: 3.5em;
}

#services h2 {
  margin-top: 0;
}

figure {
  margin: 1.5em 1em;
}

#services img, #operate img, #Regard, #team img {
  display: block;
  width: 125px;
  height: 125px;
  border: 4px solid #0058C4;
  background-color: #0058C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 125px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 2px 2px 4px rgba(2, 11, 22, 0.5);
          box-shadow: 2px 2px 4px rgba(2, 11, 22, 0.5);
}

@media only screen and (min-width: 47.1em) {
  #services img, #operate img, #Regard, #team img {
    width: 220px;
    height: 220px;
  }
  #services .col-1-2:nth-child(even) {
    margin-top: 15em;
  }
}

figcaption {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#services, #question, #operate, #about, #contact, #form, #gallery, #quote, #Facebook, #testimonial, #team {
  text-align: center;
}

#services h2, #question h2, #operate h2, #about h2, #contact h2, #form h2, #gallery h2, #quote h2, #Facebook h2, #testimonial h2, #team h2 {
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.2em;
}

#services h3, #question h3, #operate h3, #about h3, #contact h3, #form h3, #gallery h3, #quote h3, #Facebook h3, #testimonial h3, #team h3 {
  font-size: 1.2em;
  font-weight: 600;
}

#services p, #question p, #operate p, #about p, #contact p, #form p, #gallery p, #quote p, #Facebook p, #testimonial p, #team p {
  font-size: 1em;
  text-align: left;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 47.0375em) {
  #renovation, #handyman {
    margin-top: 3em;
  }
}

/* About */
#about {
  background: #DBE5F1;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 2em;
}

#about figure {
  margin-bottom: 4em !important;
}

/*---------------------------- Team -------------------------*/
#team {
  margin-top: 4em;
}

#team figure {
  margin-bottom: 5em;
}

#team figure p {
  text-align: center;
  font-style: italic;
  margin-top: 0;
}

#team figure h3 {
  margin-bottom: .5em;
}

#team figure:first-of-type {
  margin-bottom: 3em;
}

/*---------------------------- ask a Question -------------------------*/
#question, #quote, #testimonial {
  background: #DBE5F1;
  padding: 1em;
  margin: 1em -1em 0 -1em;
}

#question > .btn {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 47.0375em) {
  .mediumCall {
    display: none;
  }
}

/*---------------------------- Where we Operate -------------------------*/
#operate {
  margin-left: -1em;
  margin-right: -1em;
}

#operate > figure {
  margin-top: 4em;
  margin-bottom: 4em;
}

/*--------------------------------- quote ------------------------------*/
#quote span {
  font-size: 150px;
  line-height: 0.6em;
  opacity: 0.2;
  text-align: left;
  display: block;
  margin-top: 20px;
}

#quote p {
  margin-top: -40px;
}

/*--------------------------------- testimonial ------------------------------*/
#testimonial {
  margin-top: 3em;
}

#testimonial span {
  font-size: 150px;
  line-height: 0.6em;
  opacity: 0.2;
  text-align: left;
  display: block;
  margin-top: 45px;
}

#testimonial p {
  margin-top: -40px;
}

#testimonial h2 {
  margin-top: 1em;
}

/*--------------------------------- FaceBook ------------------------------*/
#Facebook {
  margin-top: 4em;
}

#Facebook h2 {
  font-size: 1.5em;
}

#Facebook a {
  height: 120px;
  width: 120px;
}

#Facebook svg {
  height: 120px;
  width: auto;
}

/*------------------------------ Contact us ----------------------------*/
#contact h2 {
  margin-bottom: 2em;
}

#contact > .btn {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

#contact :last-child {
  margin-bottom: 2em;
}

form {
  background-color: #DBE5F1;
  margin: 2em 0 2em 0;
  padding: 2em 1em 2em 1em;
}

form > h2 {
  margin-bottom: 1em;
}

form > .btn {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  width: 90vw;
}

form input, form textarea {
  margin: .5em auto .5em auto;
  width: 90vw;
  border-radius: 2px;
  border: none;
  padding-left: .5em;
  padding-right: .5em;
  max-width: 25em;
}

form input {
  height: 2em;
}

form textarea {
  line-height: 1.2em;
}

/* Change autocomplete styles in WebKit  */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #020B16;
  -webkit-text-fill-color: #020B16;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

#robotContainer {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}

/*-------------------------------Gallery ------------------------------*/
.my-gallery figure {
  display: inline-block;
  margin: 5px;
  padding: 5px;
  border: 1px solid #ddd;
}

.my-gallery img {
  width: 200px;
  height: auto;
}

/*------------------------------ Footer --------------------------------*/
footer {
  clear: both;
  background-color: #020B16;
  padding-bottom: .5em;
  margin-top: 3em;
}

footer #FB {
  height: 2em;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

footer #TapeFooter {
  position: relative;
  height: 30px;
}

footer .footerCompName {
  color: #105CB9;
  margin-right: auto;
  margin-left: auto;
  max-width: 11em;
  margin: 2.5em auto 0 auto;
}

footer .footerCompName .CompName {
  margin: 0;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 2px;
}

footer .footerCompName .pty {
  font-size: 12;
  text-align: right;
  margin-top: 0;
}

footer .col-2-3 {
  margin-top: 2em;
  max-width: 50em;
}

footer .col-2-3 > .row {
  margin: .5em 0;
}

footer .col-2-3 .col-1-3 {
  padding-right: 1em;
}

footer a {
  color: #105CB9;
  font-size: .8em;
}

footer a:visited {
  color: #105CB9;
}

footer a:hover {
  color: #68A6F3;
}

footer .row {
  width: 100%;
}

@media only screen and (max-width: 47.0375em) {
  footer .col-2-3 {
    display: none;
  }
}

footer #Copyright {
  color: #105CB9;
  display: table;
  margin-right: auto;
  margin-left: auto;
  font-size: 10px;
  text-align: center;
}

footer #Copyright a {
  font-size: 10px;
  color: #2981ec;
}

footer #Copyright a:visited {
  color: #2981ec;
}

footer #Copyright a:hover {
  color: #87b8f5;
}

footer .rowCopyright {
  margin: 0;
  padding: .5em;
}
/*# sourceMappingURL=style.css.map */