  body, h1, h2 ,h3 ,h4 ,h5 ,h6 ,div{
        font-family: "Helvetica", Helvetica, serif;
  }
   .sunny{
 background-image: url("images/DD-4300.jpg");
 height: 50px;
 width: auto;
 background-repeat: no-repeat;
 background-size: 50px;

}
.checked {
    color: orange;
}
   #pointer {
      width: 100%;
      height: 40px;
      position: relative;
      background: rgb(162,195,16);
      text-align: center;
      font-size: 25px;
      font-style: bold;
      color:white;
      margin: auto;

    }
   
    #pointer:before {
      content: "";
      position: absolute;
      right: -20px;
      bottom: 0;
      width: 0;
      height: 0;
      border-left: 20px solid rgb(162,195,16);
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;

    }



      #pointer2 {
      width: 100%;
      height: 40px;
      position: relative;
      background: orange;
      text-align: center;
      font-size: 25px;
      font-style: bold;
      color:white;
      margin: auto;

    }
   
    #pointer2:before {
      content: "";
      position: absolute;
      right: -20px;
      bottom: 0;
      width: 0;
      height: 0;
      border-left: 20px solid orange;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;

    }
 
    
body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}
.cardcomputer{
width:115%;
}

.carousel-item {
  height: 95vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.float-right1{
  float: none;
  width: 100%;
}
  
.mobilefontsize12{
  font-size:14px;
}
.onlymobile{
 
    visibility: hidden;
  display: none;
}
.onlycomputer{
   visibility:visible;

}
@media only screen and (max-width: 600px) {
.mobilefontsize12{
  font-size:14px;
}
.onlymobile{
  visibility:visible;
  display: block;

}
.float-right1{
  float: right;
   margin-right: 0px;
    margin-left: 0px;
    width: 90%;
}
.paddingzero{
      padding-right: 0px;
    padding-left: 0px;
}
.onlycomputer{
  visibility:none;
  display: none;
}
.w-100 {
    width: 80px!important;
    height: auto;
}
}

.modal-open{
 height: 100%; 
overflow: hidden; 
width: 100%; 
position: fixed;


top: 0;
left: 0;
right: 0;
bottom: 0;
}
.modal-close{
  overflow: auto;
}






















/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}

.navbar .dropdown-menu {
  border:none;
  background-color:#0060c8!important;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding:.5rem .5rem;
  margin:0 .25rem;
}

/* makes the dropdown full width  */
.navbar .dropdown {position:static;}

.navbar .dropdown-menu {
  width:100%;
  left:0;
  right:0;
/*  height of nav-item  */
  top:45px;
  
  display:block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  
}
  
 

  
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
}
  
  .navbar .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
  }

}

table {
    border-collapse: collapse;
    border-spacing: 1px;
    width: 100%;
    border: 1px solid black;
  }
  .top{
        width:15%;
    }
    @media only screen and (max-width: 600px) {
        .top{
        width:100%;
    } 
    }
  th, td {
    text-align: center;
    padding: 0px;
    border: 1px solid black;

  }
  .SML{
        width: 100%;
    }
  .form-control3 {
      padding: 0;
      margin: 1px;
      border: 1px solid white;
      border-radius: 4px;
      text-align: center;
      width: 98%;
  }
  
  
fieldset{
      border-radius: 5px;
      padding: 0px;
        padding-bottom: 20px;
          padding-top: 20px;
      margin: auto;
      width: 100%;

    }