/*
    DEMO STYLE
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,200;1,200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@1,200&display=swap');

body {
    font-family: 'Lato', sans-serif;
   /* background-color: red;*/
	/*background-color: #F2F2F2; */
}

p {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.7em;
    color: black !important;
    font-family: 'Noto Sans', sans-serif;
}


h1{
    font-family: 'Lato', sans-serif;
    font-size:  3em !important;
    color: #285468 !important;
}


h2{
    font-family: 'Lato', sans-serif;
    font-size:  1.7em !important;
    color: #285468 !important;
}

h3{
    font-family: 'Lato', sans-serif;
    font-size:  1.5em !important;
    color: #285468 !important;
}


.h3Footer{
    font-family: 'Lato', sans-serif;
    font-size:  1.5em !important;
    color: white !important;
}


h4{
    font-family: 'Lato', sans-serif;
    font-size:  1.2em !important;
    color: #285468 !important;
}


/* First attempt - Top Button Start*/

#btnTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10%;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #285468;
  color: white;
  padding: 10px;
  border-radius: 4px;
  opacity: 0.5;
}

#btnTop a {
  color: #f2f2f2;
}

#btnTop:hover {
  background-color: white;
  transition: all 0.5s ease-in-out;
}


/* Top Button End - First Attempt */


/* Start 2021-07-29 */





dt{
    font-family: 'Lato', sans-serif;
    color: #285468 !important;
}

dd{
    font-family: 'Noto Sans', sans-serif;
    font-size:  1.2em !important;
}


legend{
    font-family: 'Noto Sans', sans-serif;
    color: #285468 !important;
}



button{
    display:inline-block !important;
    padding:0.35em 1.2em;
    background-color: #548ba1 !important;
    color: #FFFFFF !important;
    border:0.1em solid #548ba1;
    border-radius:0.5em;
    box-sizing: border-box;
    cursor: pointer;
    margin: 10px !important;
}

button:hover{
color: #548ba1 !important;
background-color:#FFFFFF !important;
transition: all 0.5s ease-in-out;
}


#button-toggle{
       /* background-color: #548ba1 !important;*/
         color: white !important;
}

.container .nvbar{
      width:auto;
    height: auto;
        background-color: #548ba1 !important;
        color: white;
}


ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-size:  1.5em !important;
 }

li a{
   color: white !important;
}

li a:hover {
  background-color: #9abfcd;
  color: #285468 !important;
  transition: all 0.5s ease-in-out;

}


#toggle1{
    width:auto;
    height: auto;
    background-color: #548ba1 !important;
      }
      
 #toggle1 ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #548ba1 !important;
 }

#toggle1 li a{
   color: white !important;
    font-family: 'Lato', sans-serif;
}  
      
      
      

.container{
    width:auto;
    height: auto;
    /*margin: 0px;*/
       /* background-color: red !important;*/
        
      }

label {
display: flex;
    align-items: center;
    	margin-top: 5px !important;
    	 font-family: 'Lato', sans-serif;
    	 font-size:  1em !important;
    	 padding-left:2px !important;
}	 

input {
	margin-top: 5px !important;
	position: relative;
	top: -1px;
	overflow: hidden;
}

.radio-inline{
  position: absolute;
  margin-left: 0px !important;
  padding-top: 0 !important;
    height: auto;
 width: auto;
 font-family: 'Lato', sans-serif;
}