
html,body{font-family:Verdana,Arial,Verdana,sans-serif;font-size:15px;line-height:1.5;}
h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px} 

h1,h2,h3,h4,h5,h6{
/* font-family:"Segoe UI",Verdana,sans-serif,Arial; */
font-weight:400;
margin:0px 0;
color: black;
letter-spacing:4px;
}


p {
  /* text-align:center; */
  color: black;
  }


  img {
    display: block;
  }
  
  body {
      margin: 0;
      
    }




  .d1-black{
    background-color: #4D4D4D;
    opacity: 50;
   
  }

.d1-yellow{
  background-color: rgba(255, 255, 0, 0.603);
}


.d1-gray{
  background-color: gray;
}


.d1-light-grey{
  background-color: lightgray;
}


.d1-red{
  background-color: darkblue;
}

.d1-white{
  background-color: white;
}


.whitesmoke{
  background-color: whitesmoke;
}

.main {
  padding: 20px;
  margin-top: 0px;
  /* background-color: whitesmoke; */
  text-align: center;
  /* color: gray; */
  /* letter-spacing:4px; */
  /* max-width: 900px;  */
  margin: 0px auto;
  
}


.center{
  display: block;
  margin: 0px auto;
  text-align: center;
}

.maxwidth{
  max-width: 1200px;
}



.one{
	/* float:left; */
  /* width:100%; */
  /* left: 2%; */
	padding:15px 15px;
  /* margin: 10px; */
  background-color: whitesmoke;

}


.divcontainer {
  padding: 40px

}




.centerpic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* width: 50%; */
}






.cardsize {width: 70%;}




.overlay {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 0;
  padding-top: 20px;
  background-color: white;
  overflow-x: hidden;
  transition: .8s;
  box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.4);
}

.page-content {
  position: relative;
  background-color: white;
  top: 10%;
  width: 100%;
  text-align: left;
  margin-top: 0px;
padding-left: 40px;
padding-right: 40px;
padding-bottom: 40px;
}







  .nav {
    /* overflow: hidden;
        background-color: #333; */
        position: fixed;
       /* margin-top: -49px;*/
        /* width: 100%; */
        /* opacity: 0.9; */
        z-index: 1;
        /* background-color: #333; */
        background-color: white;
        /* padding-left:35%; */
        display:inline-block;
        width:auto;
        text-align:center!important;
				top: 0px;
				transition: top 0.3s;
        /* box-shadow: 0px 6px 4px 0px rgba(0,0,0,0.2); */
      }


      .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        opacity: 0.7;
      }
      
      .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: whitesmoke;
        display: block;
        transition: 0.3s;
      }
      
      .sidenav a:hover {
        color: #f1f1f1;
      }
      
      .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 35px;
        font-size: 36px;
        margin-left: 50px;
      }
      
      @media screen and (max-height: 450px) {
        .sidenav {padding-top: 15px;}
        .sidenav a {font-size: 18px;}
      }




.button{
border:none;
display:inline-block;
/* padding:8px 16px; */
vertical-align:middle;
overflow:hidden;
text-decoration:none;
/* color:inherit; */
/* color: whitesmoke; */
color: gray;
/* background-color: #333; */
background-color: white;
/* background-color:inherit; */
text-align:center;
cursor:pointer;
white-space:nowrap;
padding:15px 25px;
}


.fafa{
  border:none;
  text-decoration:none;
  font-size: 26px;
  padding:5px;
  
}


@media (min-width:601px){
   .d1-hide-large{display:none!important}
}

.nav a:hover {
  /* background-color: #ddd; */
  color: black;
  
  
}


/*.fafa :hover{
  color: black;
  background-color: #333;
}*/
.nav a.active {
  background-color: white;
  color: white;
}

.nav .icon {
  display: none;
} 




@media screen and (max-width: 600px) {
  .nav a:not(:first-child) {display: none;}
  .nav a.icon {
    float: right;
    display: block;
   
  }
}



@media screen and (max-width: 600px) {
  .nav.responsive {position: fixed;}
  .nav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
		width: 109px;
   
  }
  .nav.responsive a {
    float: none;
    display: block;
    text-align: center;
		
   
   
  }
}











table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
}



table, th, td {
  border: 1px solid black;
  height: 50px;
  text-align: left;
	color: grey;
	border: 1px solid #ccc;
	padding: 10px 8px 10px 14px; 
}



th {
  border: 1px solid #ccc;
  height: 50px;
  text-align: center;
   background-color:lightgrey;
	color: black;
}


/* tr:nth-child(odd) {"background-color: lightgrey;"} */

  .color {
    background-color: lightgrey;
	text-align: center;
	font-weight: bold;
}




.inputbig, .dropdowninput {
    display: none;
}



.labelalt:hover, .labelssmall:hover {
    background: whitesmoke;
}

.labelssmall:after {
    content: '+';
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    right: 18px;
    top: 12px;

}




.dropdowninput:checked + .labelssmall::after {
    content: 'x';
    right: 20px;
    top: 12px;
}

.content {
    background: white;
    padding: 0px 0px;
    margin: 0 0 0px 0;
    border-radius: none;
}

.dropdowninput + .labelssmall + .content {
display: none;    
}






.dropdowninput:checked + .labelssmall + .content {
	display: block;    
}

.labelbig, .labelbigclose {
    display: block;    
    padding: 35px 22px;
    margin: 0 0 0 0;
    cursor: pointer;
    background: #4D4D4D;
    border-radius: none;
    color: white;
    position: relative; /* ADDING THIS IS REQUIRED */
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	transition: ease .5s;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
 
}


.labelbig:after {
    /* content: '+'; */
    font-size: 25px;
    font-weight: bold;
    position: absolute;
	text-align: center;
    right: 18px;
    top: 18px;
}


.labelbigclose:after {
    content: 'x';
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    right: 18px;
    top: 18px;
}




.inputbig:checked + .labelbig::after {
    content: 'x';
    right: 20px;
    top: 20px;
}
	
.labelbig:hover {
    background: gray;	
}

.contentbig {
    background: white;
    padding: 0px 0px; 
    margin: 0 0 0px 0;
    border-radius: none;
	
}

.inputbig + .labelbig + .contentbig {
	display: none;    
}

.inputbig:checked + .labelbig + .contentbig {

    display: block;

}


.labelssmall{
	display: block;    
    padding: 20px 0px;
    margin: 0 0 0 0;
    cursor: pointer;
    background: #f2f2f2;
    border-radius: none;
	border: .1px solid;
	border-color:lightgrey;
    color: black;
    transition: ease 1s;
    position: relative; /* ADDING THIS IS REQUIRED */
	text-align: center;
}







.card {
 border: 1px none;
  padding: 0px;
  box-shadow: 2px 5px 20px #888888;

}





.dh-dropdown{ 
  width: 100%; 
  font-size:14px; 
  padding: 10px 8px 10px 14px; 
  margin: 10px 0; 
  display: inline-block; 
  border: 1px solid #ccc; 
  box-shadow: 1px 1px 0px #999;
  border-radius: 0px; 
  background-color: #fff; 
  overflow: hidden; 
  -webkit-appearance: none; 
  -moz-appearance: none; 
  appearance: none; 
  cursor: pointer; 
 
} 





.rbdiv{
  position: fixed;
  height: 100%;

transition: 5s;
}


.rblabel{
  margin-bottom: 30px;
  text-align: left;

}


/* The container */
.rbcontainer {
  display: block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  color: gray;
}

/* Hide the browser's default radio button */
.rbcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radiocheckmark {
  position: absolute;
  top: 0;
  left: 0px;
  height: 20px;
  width: 20px;
  background-color: darkgray;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.rbcontainer:hover input ~ .radiocheckmark{
  background-color: white;
}

/* When the radio button is checked, add a blue background */
.rbcontainer input:checked ~ .radiocheckmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiocheckmark:after {
  content: "";
  position: absolute;
  display: none;
}



/* Show the indicator (dot/circle) when checked */
.rbcontainer input:checked ~ .radiocheckmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.rbcontainer .radiocheckmark:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: red;
}

    .centerDiv
    {
      width: 90%;
      margin: 0 10%;
    }
	
	
		@media screen and (min-width: 700px) {
  .centerDiv
    {
      width: 80%;
      margin: 0 20%;
     
    }
}
	


	@media screen and (min-width: 900px) {
  .centerDiv
    {
      width: 65%;
      margin: 0 35%;
     
    }
}







.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 18px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: relative;
  background-color: #f1f1f1;
  width: 80%;

  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}






.dropdown a:hover {background-color: #ddd;}

.show {display: block;}








@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}



.closebutton{
  border: none;
  font-size: 60px;
  background-color: white;
  color: #818181;
  position: relative;
  top: 0px;
  left: 0px;
  transition-duration: 0.4s;
}


.closebutton:hover{
  color: red;
}

.header{

  text-align: center;
  color: #818181;
  padding-bottom: 50px;
}


body {
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
 
}

@keyframes fadeInAnimation {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
   }
}



* {
  box-sizing: border-box;
}

/* Float four columns side by side */
.column {
  float: left;
  width: 33.333%;
  padding: 0 10px;
  margin-bottom: 20px;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 800px) {
  .column {
    width: 50%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Responsive columns */
@media screen and (max-width: 500px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}



/* Style the counter cards */
.cards {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 0px;
  text-align: center;
  background-color: white;
  color: #888888;
  transition: 0.4s;
}

.cards:hover {
  box-shadow: 12px 12px 24px 1px rgba(0,0,0,0.2);
}


.cardlabel{

  padding-bottom: 2px;
  color: gray;

}

.cardlink{
  text-decoration: none;
  display:block;
}

.cardimage{
opacity: 0.7;
}




@media screen and (max-width: 600px) {
  .hide-small{

   display: none;}
 
  }

  @media screen and (min-width: 600px) {
    .hide-large{
  
     display: none;}
   
    }
    

    

    

    

    
input[type=text] {
  background-color: white;
  /* background-image: url('searchicon.png'); */
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding-left: 40px;
}

input, select {
  width: 100%;
  padding: 12px 10px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  transition: 0.1s;
  text-align: left;
  /* background-image: url('https://www.w3schools.com/css/searchicon.png');
  background-position: 370px 10px;
  background-repeat: no-repeat; */
}
 

input:focus { 
  outline: none !important;
  border-color: #719ECE;
  border-width: 2px;
  box-shadow: 0 0 4px #7b97b6;
}
textarea:focus { 
  outline: none !important;
  /* border-color: #719ECE; */
  /* box-shadow: 0 0 10px #719ECE; */
}

button[type=submit] {
  width: 100%;
  background-color: lightgray;
  color: gray;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
}



button[type=submit]:hover {
  background-color:grey;
  color: white
}

.logo{
  padding-bottom: 50px;
  height: 182px;
  opacity: 0.6;
  

}
.inputContainer i {
   position: absolute;
}
.inputContainer {
   width: 100%;
   margin-bottom: 10px;
}
 

.icon {
  /* padding-left: 10px; */
  margin-left: 370px;
   padding-top: 12px;
  color: green;
  width: 70px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  display: none;

  /* left: 200px; */

}
    
select
     {

      background-color: white;
      /* border: 1px solid var(#777); */
      padding: 0px 10px;
      margin: 0;
      width: 100%;
      height:40px;
      text-align: left;
      font-family: inherit;
      /* font-size: 12px; */
      cursor: inherit;
      color: gray;
      line-height: inherit;
      z-index: 1;
      outline: none;
      cursor: pointer;
      align-items: center;
        /* webkit-appearance: none; */
  /* -moz-appearance: none; */
  /* appearance: none; */
  box-sizing: border-box;
  border: 1px solid lightgray;
  background-color: white;
  border-radius: 0.25rem;
}

select:focus { 
  outline: none !important;
  border-color: #719ECE;
  border-width: 2px;
  box-shadow: 0 0 4px #7b97b6;
}
    