@charset "UTF-8";
.dekat a{
    color:whitesmoke;
}
.dekat a:hover{
    color:#1b75bc;
}
.dekat li{
   padding: 8% 0;
    border-bottom:solid thin rgba(137,136,136,1.00);
}
.dekat{
   list-style: none;
   font-size:2.5rem;
   margin-left:20%;
}
 .skip{
    position: absolute;
    left: -10000px;
    top: auto;
    width:1px;
    height: 1px;
    overflow: hidden;
  }
  .skip:focus{
    position:static;
    width: auto;
    height: auto;
  }
/* header{
    height: 80vh;
    position: relative;
} */
/* header:after {
    bottom: 0;
  content: "";
    left: 0;
  position: absolute;
    right: 0;
    top: 0;
} */
.heading{
    color: #033660;
    position: relative;
    font-size: 4em;
    left:0;
    top: 0;
    line-height: 1;
    margin: 0;
    text-align: center;
    /*text-shadow: 0 2px 10px rgba(255,255,255,.5);*/
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
    width: 90%;
    z-index: 10;
}
.dewberry{
    width:95%; 
    font-size: 1.5rem;
}
ol li{
   padding:0;
    border-bottom:none;
}
.info form {
    color:#000;
    margin-left:25%;
}
/*
.info{
    background-image: url(http://localhost:8888/BIG_wp_site/wp-content/themes/BerwickTheme/imgs/Team2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-color:#2e4f72;
}
.info2{
   /* background-color: rgba(20,56,95,0.80);*/
   /* background-image: url("http://localhost:8888/BIG_wp_site/wp-content/uploads/2024/04/Team1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color:#9d7dac;
}
.info3{
   background-color: #4A88F8;
}
.info3b{
    background-image: url("http://localhost:8888/BIG_wp_site/wp-content/uploads/2024/04/Team3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color:#001f00;
}
.info4{
    background-image: url("http://localhost:8888/BIG_wp_site/wp-content/uploads/2024/04/Team4.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color:#861711;
}
.info5{
    background-image: url("http://localhost:8888/BIG_wp_site/wp-content/uploads/2024/04/Team5.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-color:#8f652c;
}*/
.verticalsuc {
    height: 100vh;
    display:flex;
    /*align-items: center;
    justify-content: top; */
    color:#FFF;
    font-size:1.0rem;
    padding:5%;
}
/*---scroll down thingy-----*/
.para .scroll-down {
  width: 80px;
  height: 60px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}

.para .scrollWord {
  width: 80px;
  height: 60px;
  position: absolute;
  bottom: 160px;
  left: 0;
  right: 0;
  margin: auto;
    color: #fff;
    font-weight: 900;
  z-index: 100;
}

.para .scroll-down:before {
  bottom: 20px;
  width: 50px;
  height: 50px;
}

.para .scroll-down:before, .para .scroll-down:after {
  content: '';
  display: block;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.para .scroll-down:before {
  -webkit-animation: scrollDown 0.5s infinite alternate;
  -moz-animation: scrollDown 0.5s infinite alternate;
  -o-animation: scrollDown 0.5s infinite alternate;
  -ms-animation: scrollDown 0.5s infinite alternate;
  animation: scrollDown 0.5s infinite alternate;
}

.para .scroll-down:after {
  width: 30px;
  height: 30px;
  bottom: 30px;
  -webkit-animation: scrollDown 0.5s infinite alternate;
  -moz-animation: scrollDown 0.5s infinite alternate;
  -o-animation: scrollDown 0.5s infinite alternate;
  -ms-animation: scrollDown 0.5s infinite alternate;
  animation: scrollDown 0.5s infinite alternate;
}

@keyframes scrollDown {
  0% {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(0px);
    -ms-transform: rotate(45deg) translate(0px);
    transform: rotate(45deg) translate(0px);
  }

  100% {
    opacity: 0.5;
    -webkit-transform: rotate(45deg) translate(3px, 3px);
    -ms-transform: rotate(45deg) translate(3px, 3px);
    transform: rotate(45deg) translate(3px, 3px);
  }
}

.scrollDown {
  -webkit-animation-name: scrollDown;
  animation-name: scrollDown;
}

/*---end of scroll down-----*/

main {
  overflow-x: hidden;
  display: flex;
  position: sticky;
  top:0;
  background-color: #fff;
}

section {
  min-width: 50vw;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* section:nth-child(even) {
  color: white;
} */
.vassal {
    font-size:3.5rem;
    font-weight: 400;
    color:#fff;
}

/* navigation inside of header include 
 nav ul {
        list-style-type: none;
        margin: 0;
      }*/

      .links {
        text-decoration: none;
        color: #222;
        padding: 2px 2px;
      }

      .links:hover {
        cursor: pointer;
        color: #fff;
        background: hsl(207, 71%, 43%);
        border-radius: 8px;
      }

/*--shoost to da top button--*/
.scrollToTopBtn {
  background-color: red;
  border:none;
  color: white;
  cursor: pointer;
  font-size: 18px;
  line-height: 48px;
  width: 48px;
  /* put it in the bottom right corner */
  position: fixed;
  bottom: 100px;
  right: 20px;
  /* make it on top of everything else */
  z-index: 5000;
  /* hide it until. . . */
  opacity:0;
  /* show the movement */
  transform: translateY(100px);
  transition: all 0.5s ease;
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}
/*-- end of shoost to da top button --*/

.scut1 {
    height:35vh;
}
.scut2 {
    height:35vh;
}
.scut3 {
    height:35vh;
}
/*
.modal{
    position:absolute;
    top:-400px;
    left:10px;
    width:300px;
    height:340px;
    background-color: rgba(36,58,215,0.82);
    color:#fff;
    display:none;
}
*/

.moldwarp td{
    margin-left: 20px;
    padding:10px;
}

.miscreant {
    margin-top: 6em;
}
.codpiece {
    list-style:none;
    margin-left:2%;
    font-size: 1.15rem;
}
.bladder {
    display: inline; 
    position:relative;
    top: 20px;
}
.tequachi {
    font-size: 1.5rem;
}
@media screen and (min-width: 40em) and (max-width:63.9375em) {
.bladder {
    display: inline; 
}
ol.menu li{
   margin-right: -10px;
}
a.links {
        padding:0;
        font-size: 0.75em;
        margin-right:-20px;
      }
a.links:hover {
        border-radius: 4px;
      }
 .para .scroll-down {
  top: 25em;
}

.para .scrollWord {
  top: 19em;
}
      .section-2{
          height: 450px;
      }
    }
@media screen and (min-width: 20em) and (max-width:39.9375em) {
  .links {font-size:12pt;color:#fff;}
  .agent-login-button {
    font-size: 12px;
    width: 75px;
    height: 25px;
  border-radius: 6px;
  margin:5px;
  position: relative;
  top:-100px;
}
 .dekat{
   font-size:1.025rem;
   margin-left:5%;
}
.info form table{
    margin-left: -35px;
}
form{
    color:#000;
}
.verticalsuc {
    padding-top: 20%;
}
.vassal {
    font-size:1.5rem;
    font-weight: 700;
}
section {
  min-width: 100vw;
  min-height: 50vh;
  display: flex;
}
.moldwarp{
    width: 100%;
    align-content: center;
    text-align: center;
    margin: 0 auto;
}
.dewberry{
    width:100%; 
    font-size: 1.5rem;
    line-height: 1.2;
}
.scut2 {
padding-top: 10.5em;
}
.scut3 {
padding-top: 20.5em;
}
.miscreant {
    margin-top: 26em;
}
.codpiece {
    margin-left:10%;
    font-size: 1.0rem;
}
table, thead, tbody, tr, th, td {
    display: block; 
    text-align: left;
    /*width:16em;*/
}
.info form table{
    margin-left: -35px;
}
h5{
    font-size: 0.9em;
}
.footer{
    padding-top: 5px;
    height:10vh;
     width:100%;
}
.para .scroll-down {
  top: 30em;
}

.para .scrollWord {
  top: 33em;
}
      .section-2{
          height: 450px;
      }
.gone{
    display: none;
}
.tequachi {
    font-size: 1.0rem;
}

}
