html {
  overflow: -moz-scrollbars-vertical; 
  overflow-y: scroll;
  overflow-x: hidden;
}  
  
a{
  color: yellow;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.low-gutters {
  margin-right: 5px;
  margin-left: 5px;
}
.row.low-gutters > [class^="col-"],
.row.low-gutters > [class*=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.crnotice{
  font-size: 80%;
  margin-bottom: 0px;
}
  
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.headerbox{
  background-color: #F6F6F6;
}

.nav {
  display:table;
  background-color: #70B0FF;
}
.nav > li{
  width:15.8%;
  display:table-cell;
  color: white;
}

.navli{
  text-align: center;
  font-weight: 600;
  padding: 14px;
  cursor: pointer;
  color:white;
}

.navli:hover{
  color:black!important;
  background-color: #E8E8E8!important;
}

.bordernav-sm{
  border-bottom: 1px white solid;
}

.clickHome{
  background-color: #B7D3F7;
}

.clickHome2{
  cursor: pointer;
}

.clickDesign2{
  cursor: pointer;
}

.clickArt2{
  cursor: pointer;
}

.clickAbout2{
  cursor: pointer;
}

.clickContact2{
  cursor: pointer;
}

#home{
  background-color: #70B0FF;
  color: white;
  padding: 20px;
}

#design{
  background-color: #FC555B;
  color: white;
  padding: 20px;
}

#art{
  background-color: #00BB3F;
  color: white;
  padding: 20px;
}

#about{
  background-color: #F78604;
  color: white;
  padding: 20px;
}

#contact{
  background-color: #9D03BC;
  color: white;
  padding: 20px;
}

#hometext-lg{
  z-index: 100;
  color: white;
  text-align: center;
  font-family: Tahoma, Geneva, sans-serif;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
  position: absolute;
  font-size: 500%;
  left: 260px;
  bottom: 120px;
  opacity: 0;
}

#hometext-md{
  z-index: 100;
  color: white;
  text-align: center;
  font-family: Tahoma, Geneva, sans-serif;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
  position: absolute;
  font-size: 450%;
  left: 190px;
  bottom: 95px;
  opacity: 0;
}

#hometext-sm{
  z-index: 100;
  color: white;
  text-align: center;
  font-family: Tahoma, Geneva, sans-serif;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
  position: absolute;
  font-size: 350%;
  left: 138px;
  bottom: 67px;
  opacity: 0;
}

.socialtable{
  position: absolute;
  bottom: 5px;
  right: 18px;
  float: right;
}

.relative{
  position:relative;
}

.mouseicon{
  width: 90px;
  -webkit-transition:.4s all;
}

.mousesite{
  -webkit-transition:.4s all;
}

.mouseart{
  -webkit-transition:.3s all;
  margin-bottom: 10px;
  border: 1px solid black;
}

.mousesite-lg{
   max-width: 320px;
}

.mousesite-md{
   max-width: 280px;
}

.mousesite-sm{
   max-width: 200px;
}

.mouseresume{
  -webkit-transition:.2s all;
}

.transition {
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.transitionart {
    -webkit-transform: scale(1.03); 
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.transitioncircle {
    -ms-transform: translateY(100px); /* IE 9 */
    -webkit-transform: translateY(100px); /* Safari */
    transform: translateY(100px);  
}

.expheader{
  font-size:122%;
  color: black;
  background: white;
  border: 1px solid black;
  padding: 15px;
}

.socialicon:hover{
  opacity: 0.6;
}

.sitelinks{
  color: white!important;
  text-decoration: none!important;
}

.sitelinks:hover{
  color: white!important;
}

.langimg{
  margin-bottom: 5px;
}

.logotooltip{
  font-size: 110%;
}

.tooltip{
  font-size: 120%;
  font-weight: bold;
}

.portraitimg{
  float:right;
  margin-left: 15px;
}

.abouthead{
  margin-top: 5px;
}

.abouttext{
  font-size: 119%;
}

.contacttext{
  font-size: 120%;
  padding:5px;
}

.circle-xs{ 
    width: 200px;
    height: 200px;
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    border: 3px solid white;
    position: relative;
}

.circle1{
    top: 0;
    z-index: 999;
}

.circle2-xs{
    top: -100px;
    z-index: 998;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .contactrow{
     max-height: 235px;
    }
  
    .circle{
      width: 125px;
      height: 125px;
      border-radius: 50%;
      behavior: url(PIE.htc); /* remove if you don't care about IE8 */
      border: 3px solid white;
      position: relative;
    }
    
    .circle2{
      top: -125px;
      z-index: 998;
     -webkit-transition: all .5s;
     -moz-transition: all .5s;
     -o-transition: all .5s;
     transition: all .5s;
    }
    
    .socialinfo-email{
    font-size: 100%;
    bottom:15px;
    left:10px;
}

   .socialinfo-phone{
     font-size: 110%;
     bottom: 25px;
     left: 10px;
}

   .socialinfo-twitter{
     font-size: 110%;
     bottom: 25px;
     left: 12px;
}

   .socialinfo-facebook{
     font-size: 90%;
     bottom: 30px;
     left: 8px;
}

   .socialinfo-linkedin{
     font-size: 110%;
     bottom: 25px;
     left: 22px;
}
    
    .col-sm-15 {
        width: 20%;
        float: left;
    }
    
    .computerimg{
      margin-top: 65px;
    }
}
@media (min-width: 992px) {
    .contactrow{
     max-height: 280px;
    }
  
    .circle{
      width: 170px;
      height: 170px;
      border-radius: 50%;
      behavior: url(PIE.htc); /* remove if you don't care about IE8 */
      border: 3px solid white;
      position: relative;
    }
    
    .circle2{
      top: -170px;
      z-index: 998;
     -webkit-transition: all .5s;
     -moz-transition: all .5s;
     -o-transition: all .5s;
     transition: all .5s;
    }
    
    .socialinfo-email{
    font-size: 109%;
    bottom: 35px;
    left:10px;
}

   .socialinfo-phone{
     font-size: 120%;
     bottom: 25px;
     left: 25px;
}

   .socialinfo-twitter{
     font-size: 120%;
     bottom: 25px;
     left: 30px;
}

   .socialinfo-facebook{
     font-size: 120%;
     bottom: 30px;
     left: 20px;
}

   .socialinfo-linkedin{
     font-size: 120%;
     bottom: 25px;
     left: 40px;
}
    
    .col-md-15 {
        width: 20%;
        float: left;
    }
    
    .computerimg{
      margin-top: 35px;
    }
}
@media (min-width: 1200px) {
    .contactrow{
     max-height: 320px;
    }
    
    .circle{ 
    width: 200px;
    height: 200px;
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    border: 3px solid white;
    position: relative;
 }
    
    .circle2{
    top: -200px;
    z-index: 998;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

   .socialinfo-email{
    font-size: 112%;
    bottom: 35px;
    left:18px;
}

   .socialinfo-phone{
     font-size: 120%;
     bottom: 30px;
     left: 40px;
}

   .socialinfo-twitter{
     font-size: 120%;
     bottom: 25px;
     left: 45px;
}

   .socialinfo-facebook{
     font-size: 120%;
     bottom: 25px;
     left: 35px;
}

   .socialinfo-linkedin{
     font-size: 120%;
     bottom: 25px;
     left: 55px;
}

    .col-lg-15 {
        width: 20%;
        float: left;
    }
    
    .computerimg{
      margin-top: 0px;
    }
}

.circle-email{
  background-color: #FFA500;
}

.circle-phone{
  background-color: #4CEF3E;
}

.circle-twitter{
  background-color: #1DA1F2;
}

.circle-facebook{
  background-color: #3B5998;
}

.circle-linkedin{
  background-color: #0073b1;
}

.socialinfo-email-xs{
  font-size: 112%;
  bottom: 35px;
  left:18px;
}

.socialinfo-phone-xs{
  font-size: 120%;
  bottom: 30px;
  left: 40px;
}

.socialinfo-twitter-xs{
  font-size: 120%;
  bottom: 25px;
  left: 45px;
}

.socialinfo-facebook-xs{
  font-size: 120%;
  bottom: 25px;
  left: 35px;
}

.socialinfo-linkedin-xs{
  font-size: 120%;
  bottom: 25px;
  left: 55px;
}

.socialmargin-xs{
  height: 320px;
}

.socialinfo{
  position: absolute;
  color: white;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px rgba(0,0,0, 0.5)
}

.formdesc{
  padding:2.5px;
  font-weight:bold;
  text-align: center;
  background-color: #e2e2e2;
  color:black;
  border-radius: 4px;
  border: 1px solid black;
  cursor: default;
}

.formbox{
  width: 100%;
  color: black;
  background-color: white;
}

.submitbutton{
  color:black;
  padding: 7px 12px;
  font-weight: bold;
}

.formrow{
  margin-bottom: 6px;
}

.disabledBtn{
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.reqfielddesc{
  background: white;
  padding: 5px 10px;;
  float: left;
  color: black;
}

img {
    border: none;
}

#thumbnail img {
    cursor: pointer;    
}
#large {
    display: none;
    position: absolute;        
    background: #FFFFFF;    
    padding: 5px;
    z-index: 10;
    min-height: 200px;
    min-width: 200px;
    color: #336699;
}
#imgback{
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;    
    z-index: 1;
}