body {
    margin:0;font-family:Sorial, serif;
    background-color: hsl(250, 13%, 65%);
}

#headerplaceholder {
    padding-top:90px; padding-bottom:90px
}
.siteheader {
    display: inline-block;
    position: fixed;
    top:0;
    left:90;
    width: 100%;
    padding-top: 50px;
    padding-left:60px; padding-right:40px;
    z-index: 100;
}

.sitetitle {
    display : inline-block;
    padding-top : 2px;
}

.sitetitle a {
    text-decoration: none;
    color: hsl(150, 20%, 100%);
    text-shadow: 0px 0px 4px hsl(150, 20%, 30%), 0px 0px 4px hsl(150, 20%, 30%);
}

.topnav {
  display: inline-block;
  float: right;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
}

.sociallinks {
  display: inline-block;
  float: right;
  overflow: hidden;
  padding-left: 35px;
  padding-top:0px;
}

.sociallinks a {
  display : inline-block;
  padding-left: 0px;
  padding-right: 0px;
}

.topnav a {
  float: left;
  display: block;
  color: hsl(230, 0%, 100%);
  text-shadow: 0px 0px 4px hsl(150, 20%, 30%), 0px 0px 4px hsl(150, 20%, 30%);
  text-align: center;
  padding-left: 16px;
  padding-bottom: 6px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  color: red;
}

.topnav .menuicon {
  display: none;
  font-size:25px;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  color: orange;
  text-decoration: underline
}

.SocialLinks-link-svg path {
  fill: white;
}

.SocialLinks-link-svg path:hover {
  fill: orange
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 950px) {
  .topnav a, .dropdown .dropbtn {
    display: none;
  }
  .sociallinks {
    display: none;
  }
  .topnav a.menuicon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 950px) {
  .topnav.responsive {
     position: relative;
   }
  .topnav.responsive .menuicon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    position: relative;

    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  .topnav.responsive .sociallinks {
     display: block;
     float: left;
     padding-left: 0px;
  }
}


#carouselExampleFade {
    top: 5;
}


.images-visdev img {
  width:100%; padding-bottom:20px;
}


* {
  box-sizing: border-box;
}

.misc-column img {
  width: 100%;
}

.misc-column {
  float: left;
  width: 25%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.misc-row::after {
  content: "";
  clear: both;
  display: table;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1500px) {
  .misc-column {
    width: 33.33%;
  }
}
@media screen and (max-width: 1000px) {
  .misc-column {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .misc-column {
    width: 100%;
  }
}