﻿.LayoutBody {
  font-family: Sans-Serif;
  padding: 0px;
  margin: 0px;
  font-size: small;
  color: #646464;
  background-image: url('/_Template/images/logonav.jpg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-attachment: fixed;
}



body {
  background-image: url('/_Template/images/logonav.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
}

.div-panel-screen-corp {
  padding-top2: 180px;
  position: absolute;
  align-content: center;
  align-items: center;
  align-self: center;
}

.HomeBar {
  position: fixed;
  opacity: 0.75;
}

a {
  color: darkgrey;
}

  a:hover {
    color: white;
  }

  a.mainlink:hover {
    text-decoration: none;
    color: black;
  }

  a.mainlink:link {
    text-decoration: none;
    color: black;
  }

.img-shadow {
  /*filter: drop-shadow(8px 8px 8px black);*/
  -moz-box-shadow: 8px 8px 8px black;
  -webkit-box-shadow: 8px 8px 8px black;
  box-shadow: 8px 8px 8px black;
}



.div-panel-home {
  background-image: url('/images/home-circle.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  /*min-width: 200px;
  min-height: 200px;*/
  /*width: 200px;
  height: 200px;*/
}

.div-panel-corporate {
  background-image: url('/images/corporate-software-3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 200px;
  min-height: 200px;
  width: 200px;
  height: 200px;
}


.div-panel {
  width: 160px;
  margin: 0px;
  margin-left: 10px;
  margin-top: 10px;
  display: inline-table;
  height: 435px;
  font-size: small;
  border-radius: 25px;
  padding: 20px;
  background-color: white;
  opacity: 0.8;
  text-align: left;
  vertical-align: top;
  transition: all .4s ease 0s;
  text-align:-webkit-right;
  -webkit-transition: all .4s ease 0s;
}

  .div-panel:hover {
    background-color: gray;
    border-radius: 25px;
    padding: 20px;
    opacity: 1;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }



.div-link {
  text-decoration: none;
  color: black;
  margin-top: 0px;
  padding-top: 0px;
  vertical-align: top;
}

.div-panel-screen {
  width: 100%;
  padding-top2: 150px;
}


.balloon-text-main2 {
  vertical-align: middle;
  text-align: left;
}

.div-panel-screen-corp {
  width: 100%;
  /*padding-top: 180px;*/
  position: absolute;
  text-align: center;
}

.div-panel-all {
  width: 100%;
  justify-content: center;
  text-align: center;
  vertical-align: top;
}

.arrow {
  text-align: center;
  margin: 8% 0;
}

.bounce2 {
  -moz-animation: bounce 15s infinite;
  -webkit-animation: bounce 15s infinite;
  animation: bounce 15s infinite;
}

.ease {
  -moz-animation: ease-in 15s;
  -webkit-animation: ease-in 5s;
  animation: ease-in 5s;
}


@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-2px);
  }

  60% {
    transform: translateY(-4px);
  }
}

.div-down-arrow {
  justify-content: center;
  align-self: center;
  align-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  visibility: hidden;
  display: none;
}

.div-down-arrow-main {
  justify-content: center;
  align-self: center;
  align-content: center;
  align-items: center;
  text-align: center;
  padding-right: 85px;
  margin-top: -50px;
  width: 100%;
}

.section-white {
  width: 100%;
  visibility:hidden;
  position: absolute;
  padding: 20px;
  background-color: white;
  opacity: 0.75;
  z-index: 1000;
  /*display: list-item;
  box-sizing: content-box;*/
}

.section-site-map {
  position: absolute;
  visibility: hidden;
  opacity: 0.9;
  background-color: #333333;
  color: white;
  width: 100%;
  display: run-in;
  justify-content: center;
  padding: 15px;
}

.emphasize-section {
  transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
}

  .emphasize-section:hover {
    transform: scale(1.05);
  }

a.mainlink {
  color: black;
  text-decoration: none;
}

h1::before {
  display: block;
  content: " ";
  height: 200px;
  visibility: hidden;
  pointer-events: none;
}

@media (min-width: 0px) and (max-width: 400px) {
  .div-panel-main {
    width: 75%;
    height: 75%
  }

  #JRB-image {
    text-align: center;
    display2: inline-block !important;
  }

  .div-panel-screen-corp {
    padding-top2: 80px !important;
  }

  .div-down-arrow {
    display: none;
    padding-left: 80px;
  }

  .div-panel-main2 {
    width: 250px;
    margin: 0px;
    margin-right: 0px;
    display: inline-flex;
    min-height2: 200px;
    height: 250px;
    font-size: small;
    border-radius: 250px;
    background-color: white;
    opacity: 0.95;
    text-align: center;
    vertical-align: middle;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
  }
}

@media (min-width: 401px) and (max-width: 800px) {
  .div-panel-main {
    width: 75%;
    height: 75%
  }

  .div-panel-screen-corp {
    /*padding-top: 80px;*/
  }


  #JRB-image {
    text-align: center;
    display1: inline-block !important;
  }

  .div-down-arrow-main {
    display: none;
  }

  .div-panel-main2 {
    width: 300px;
    margin: 0px;
    margin-right: 0px;
    display: inline-flex;
    height: 300px;
    font-size: small;
    border-radius: 300px;
    padding: 15px;
    background-color: white;
    opacity: 0.95;
    text-align: center;
    vertical-align: middle;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
  }
}


@media (min-width: 801px) and (max-width: 1200px) and (min-height: 1300px) {
  .div-panel-main2 {
    width: 350px;
    margin: 0px;
    margin-right: 80px;
    display: inline-table;
    height: 350px;
    font-size: small;
    border-radius: 400px;
    background-color: white;
    opacity: 0.95;
    text-align: center;
    vertical-align: middle;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
  }

  .div-panel-screen-corp {
    /**padding-top: 180px;**/
  }

  .div-down-arrow-main2 {
    display: none;
  }

  .div-panel-main:hover {
    background-color: gray;
    padding: 20px;
    opacity: 1;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}

@media (min-width: 1201px) {
  .div-panel-main2 {
    width: 400px;
    margin: 0px;
    margin-right: 80px;
    display: inline-table;
    height: 400px;
    font-size: small;
    border-radius: 400px;
    background-color: white;
    opacity: 0.95;
    text-align: center;
    vertical-align: middle;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
  }


    .div-panel-main:hover {
      background-color: gray;
      padding: 20px;
      opacity: 1;
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
    }

  .div-panel-screen-corp {
    /**padding-top: 180px; **/
  }

}

@media (min-width: 0px) and (max-width: 800px) {
  #SiteMapStripped {
    display: inline;
  }

  #SiteMapFullBottom {
    display: none;
  }

  .div-panel-screen-corp {
    /*padding-top: 180px;*/
  }

}

@media (min-width: 801px) and (max-width: 2000px) {
  #SiteMapStripped {
    display: none;
  }

  #SiteMapFullBottom {
    display: inline;
  }

  .div-panel-screen-corp {
    /*padding-top: 180px;*/
  }

}

#threePointSection
{
  position: absolute;
  text-align: justify;
}

@media (min-width: 0px) and (max-width: 500px) {
  #HeaderElement {
    /*display: none;*/
  }
}


@media (min-height: 0px) and (max-height: 900px) {
  #HeaderElement {
    /*display: none;*/
  }

  .div-panel-screen-corp {
    /*padding-top: 80px;*/
  }

}
