/*html {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

html {
    background-image:url("../images/P7043048.JPG");
}

html.scrolled {
    background-image:url("../images/P7042999.JPG");
}
*/
body {
  margin: 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  padding: 0px;
  /*	background-color:#ffffff;*/
  /*	background:#444444 url(../images/top-bg.png) repeat-x fixed;*/
}
.link-button {
  width: 100%;
  cursor: pointer;
  background-color: #b70000;
  color: #dddddd;
  border: 0;
}
.link-button:visited {
  color: #dddddd;
}
.link-button:hover {
  background-color: #858585;
  color: #dddddd;
}
.link-button:clicked {
  background-color: #b70000;
}
p {
  margin: 10px 0px;
}

a {
  text-decoration: none;
  color: #b70000;
}
a:hover {
  color: #858585;
}
a:visited {
  color: #b70000;
}
.padded {
  padding: 50px 10px 50px 10px;
}
.img-title {
  margin-bottom: 40px;
}
#slider {
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  margin-top: 60px;
}
#slider img {
  width: 100%;
}
#imgMap {
  width: 100%;
}

.blue {
  color: #b70000;
}
.green {
  color: #858585;
}
.grey {
  color: #666666;
}
.lightgrey {
  color: #f7f7f7;
}
.darkblue {
  color: #b70000;
}
.newline {
  clear: both;
}
.hidden {
  display: none;
}
.centered {
  text-align: center;
}
.tabbed {
  text-indent: 10px;
}
.smalltext {
  font-size: 0.7em;
}
.info {
  padding: 10px;
  text-align: left;
  color: #333;
}
#share em {
  font-size: 1em;
  color: #f7f7f7;
}

.scrollable {
  position: relative;
}
.bg-grey {
  background-color: #e6e6e6;
}
.bg-seaweed-green {
  background-color: #ccf4cc; /*#C2D1B2;*/
}
.bg-powder-blue {
  background-color: #d5eafd; /*#D4E9FF;*/
}
.bg-white {
  background-color: #ffffff;
}
.bg-deepdarkgrey {
  background-color: #333;
  color: #e6e6e6;
}
.bg-darkgrey {
  background-color: #666;
  color: #e6e6e6;
}
.bg-mediumgrey {
  background-color: #848484;
  color: #e6e6e6;
}
.bg-lightgrey {
  background-color: #a3a3a3;
  color: #444;
}
.bg-verylightgrey {
  background-color: #c1c1c1;
  color: #444;
}

.bg-black {
  background-color: #000000;
}

.copyright {
  line-height: 30px;
  color: #666;
  font-size: 0.8em;
}

.navbar-brand img {
  height: 30px;
  margin-top: -4px;
}

.section-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  font-size: 32px;
  margin-bottom: 30px;
}
a.anchor {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}

.slogan {
  text-align: center;
  font-size: 1.1em;
}
.skills {
  margin: 0px;
  padding: 0px;
}

.skills li {
  list-style-type: none;
  margin-left: 0px;
  margin-right: 5px;
  width: 100%;
  float: left;
}

.bullets {
  list-style-image: url(../images/bullet.png);
}

.free-skills {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.free-skills div {
  flex: 1;
  flex-basis: 24%;
  text-align: center;
  padding: 10px;
  margin: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #b5aaa5;
  background-color: rgb(227, 225, 225, 0.6);
  -webkit-box-shadow: #303030 1px 1px 1px;
  -moz-box-shadow: #303030 1px 1px 1px;
  box-shadow: #303030 1px 1px 1px;
}

.skills-free-white {
  margin-left: 10px;
  float: left;
  padding: 0px;
  width: 100%;
}
.skills-free-white li {
  list-style-type: none;
  margin: 5px;
  width: 260px;
  text-align: center;
  float: left;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #b5aaa5;
  background-color: #ffffff;
  -webkit-box-shadow: #303030 2px 2px 2px;
  -moz-box-shadow: #303030 2px 2px 2px;
  box-shadow: #303030 2px 2px 2px;
}
.skills-free-white li img {
  max-width: 98%;
  max-height: 50px;
}

.menu {
  clear: both;
  float: left;
  margin-top: 10px;
  width: 100%;
}

.btn {
  margin: 4px;
}

#map {
  width: 100%;
  height: 400px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #b5aaa5;
  -webkit-box-shadow: #303030 2px 2px 2px;
  -moz-box-shadow: #303030 2px 2px 2px;
  box-shadow: #303030 2px 2px 2px;
}

.pad-no-bottom {
  padding-bottom: 0px;
}

#contact-dets {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #b5aaa5;
  -webkit-box-shadow: #303030 2px 2px 2px;
  -moz-box-shadow: #303030 2px 2px 2px;
  box-shadow: #303030 2px 2px 2px;
  background-color: #fff;
}

.three-col {
  display: flex;
}
.three-col .one-col {
  flex: 1;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-item img {
  max-height: 545px;
}

.img-pointer {
  cursor: pointer;
}
.single-card {
  margin-bottom: 30px;
}

.card-row {
  margin-bottom: 0px;
}

.card-image {
  min-height: 120px;
}

.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 1050;
  display: none;
}

#viewer {
  z-index: 1051;
  display: none;
}

#viewer-img {
  max-width: 100%;
}

@media (min-width: 1100px) {
  #slider img {
    width: 60%;
  }
  .slogan {
    text-align: center;
    font-size: 3.5em;
  }
  #viewer-img {
    max-height: 550px;
  }
  .single-card {
    margin: 0px;
  }
  .card-row {
    margin-bottom: 30px;
  }
  .card-image {
    max-height: 172px;
  }
  .skills li {
    width: 48%;
  }
}

@media (min-width: 841px) and (max-width: 1099px) {
  .slogan {
    font-size: 2.8em;
  }
}

@media (min-width: 500px) and (max-width: 840px) {
  /*  .card-image {
    width: inherit;
    min-height: 240px;
  }*/
  .slogan {
    font-size: 2em;
  }
  .skills li {
    width: 48%;
  }
}
