@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,400;1,500;1,600&display=swap');


  @font-face {
	
	 font-family:Comfortaa-Regular;
	 
	 src:url(../../../fonts/Comfortaa-Regular.ttf);
	 
 }
 
 @font-face {
	
	 font-family:Nunito-Regular;
	 
	 src:url(../../../fonts/Nunito-Regular.ttf);
	 
 }
 
 @font-face {
	
	 font-family:Raleway-Regular;
	 
	 src:url(../../../fonts/Raleway-Regular.ttf);
	 
 }
 
 
 body, html {
  margin: 0;
  padding: 0;
  font-family: "Robot0","Helvetica","arial",sans-serif;
  background-color: #f9f9f9;
   overflow:visible;
   
}

.header {
        width: 100%;
    border-bottom-right-radius: 25%;
    border-bottom-left-radius: 25%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    background-image: linear-gradient(to right, #f4762c , #f89b38);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    z-index: 9999;
    position: fixed;
    display: none;
}
.title {
    padding: 0px;
      margin: 0 auto;
    text-align: center;
}


.content {
  background-color: #f9f9f9;
  
}


.feed {
    border-radius: 3px;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    background-color:#f9f9f9;
    margin-top: 20px;
}

.card {
   box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    background: #f7f7f7;
    border-radius: 2px;
    display: inline-block;
    height: auto;
    margin: 1rem;
    position: relative;
    width: 92%;
	font-family: "Robot0","Helvetica","arial",sans-serif;
}
.card a {
	color:#000000;
	text-decoration:none;
	font-family: "Robot0","Helvetica","arial",sans-serif;
	text-shadow:0px 1px 1px #fffff;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	     background: rgb(62,184,229);
}

img {
    border-radius: 5px 5px 0 0;
}

.container {
    padding: 2px 16px;
}

.container h4 {
	width: 100%;
	font-weight:bold;
	font-family:Arial;
	
	
}
#container_buttonsb {
	
	
}


.btn {
outline: none;
    margin: 4px auto;
    width: 95%;
    -webkit-box-sizing: border-box;
    position: relative;
    display: block;
    overflow: hidden;
    height: 42px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    line-height: 20px;
    font-size: 16px;
    /* text-shadow: 0px 1px 1px #f7c2c2; */
    font-size: 20px;
    background-color: #ffffff;
    /* padding: 15px; */
    position: relative;
    font-family: 'Comfortaa-Regular', sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #7c7c7c;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,.0975);
    border: solid 1px #ffffff;
    background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(255, 255, 255)), color-stop(1, rgb(255, 255, 255)) );
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #fff;
    -moz-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
    box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    /* border-radius: 20px; */
}


a {
    text-decoration: none;
    color: #ffffff;
    margin: 0 10px;
	padding:10px;
	outline-color:transparent;
	outline:0;
	border:none;
	border-radius: 79px 22px 49px 40px;
}
.btn {
    box-shadow: 0 1px 3px rgb(0 0 0 / 0%), 0 1px 2px rgb(0 0 0 / 13%);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    position: relative;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    color: #1b1b1b;
}

.btn:focus {
outline-color:transparent;
	outline:0;
	border:none;
}

.btn:active {

    width: 90%;
	
}
 
  

.mark {
	text-align: center;
    background-color: #fff;
    padding: 10px;
    margin: 0 auto;
    font-family: 'Raleway-Regular-Regular', sans-serif;
    /* box-shadow: -1px 0px 3px rgba(0, 0, 0, 0), 0px 1px 2px rgba(0, 0, 0, 0.13); */
    box-shadow: 1px 20px 20px #77777738;
}

.mark H1 {
	 font-weight:100;
	font-size:110px;
}

button.accordion {
background-color: #ffffff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0.13); */
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border: none;
    text-align: left;
    outline: none;
    /* border-radius: 20px; */
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    width: 100%;
    /* border-radius: 20px; */
    -moz-border-radius: 20px;
    /* -webkit-border-radius: 20px; */
    font-size: 16px;
    font-size: 20px;
    font-family: 'Comfortaa-Regular', sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #5d5c5c;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,.0975);
    border-radius: 0px;
}

button.accordion.active {
    top: 0%;
    color: #ffffff;
    position: fixed;
    left: 0px;
    /* position: absolute; */
    z-index: 9999;
    height: 55px;
    border: none;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(45deg, black, #333333);
}



div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    box-shadow: inset -1px 1px 17px 0px rgb(221, 221, 221);
    width: 99%;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    transition: 0.70s ease-in-out;
    opacity: 0;
    margin: 5px;
    overflow: scroll;
    font-family: 'Raleway-Regular-Regular', sans-serif;
}


.panel {
	
	background-color:#fff;
	padding:5px;
	width:100%;
	box-shadow: 2px -1px 4px 3px rgba(0, 0, 0, 0.12);
	
	
}




div.panel.show, .panel {
    opacity: 1;
    max-height: 90%;
    position: fixed;
    top: 91px;
    left: -22px;
    z-index: 1;
}

..panel H3 {
	font-weight:100;
	 font-family:monospace;
	
	color:#767;
	text-shadow:1px 1px 1px #565;
	
}
.panel H4 {
    font-family: 'Comfortaa-Regular', sans-serif;
    color: #828282;
    font-size: 14px;
}

.Tip p {
	
	    color: #7d7d7d;
		font-size:14px;
	
}

.answers {
    background-color: #f1f1f1;
    padding: 6px;
    /* font-size: 7px; */
}


.panel2 {
	background-color: #fff;
    padding: 10px;
    width: 100%;
    box-shadow: 3px -1px 8px 5px rgba(0, 0, 0, 0.12);
}

.panel h1 {
	
	font-size:20px;
	
}

.panel h2 {
	
	font-size:12px;
	font-family:roboto;
}


.panel h5 {
	font-size: 11px; 
    /* font-family: monospace; */
    font-family: 'Comfortaa-Regular', sans-serif;
    /* margin: 5px; */
    padding: 10px;
    border-radius: 20px;
}


.chara h5 {
	
	color:#444;
	font-family:monospace;
	font-size:12px;
	
}.panel2 p {
	
	color:#444;
	font-family: 'Raleway-Regular', sans-serif;
	
	
}

.content-panel {
    background: #ffffff;
    box-shadow: 0px 3px 2px #aab2bd;
    padding-top: 15px;
    padding-bottom: 5px;
	
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
	width:100%;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

th b {
	font-family:Arial;
color:#ff3333;
	
}

td b {
	font-size:10px;
	font-size:arial;
}

td i {
	font-weight:300;
	 color:#333;
	 font-family:arial;
	font-size:15px
}

td i:hover{
	  font-weight:bold;
	 color:#000;
	 font-family:arial;
	font-size:15px;
}

table {
    font-size: 12px;
}

td {
	
	padding: 5px;
    line-height: 1.42857143;
    border-top: 1px solid #ddd;
}

tbody {
	
	padding:5px;
	background-color:rgba(239, 233, 233, 0.66);
}


tr:hover {
    background-color: #f5f5f5;
}

.ttile b {
	margin-left:50px;
	font-family:arial;
	color:#ff3333;
	
}
.MTips {
	
	width:100%;
}


.MTips h4 {
	
	width:100%;
	font-family:monospace;
	font-size:12px;
	color:#444;
	
	
	
}

.MTips H1 {
	text-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    transition: 0.70s ease-in-out;
	color:#565;
	
	
}

iframe {
    border-radius: 50px;
    /* display: table-column; */
    box-shadow: 7px 7px 0px 0px rgba(16, 16, 16, 0.28);
}

pre {
	
	font-family: 'Quicksand', sans-serif;
    color: #080808;
    text-shadow: 16px 20px 12px rgba(68, 68, 68, 0.18);
    font-size: 12px;
}

p {
	
	    font-family: 'Raleway-Regular', sans-serif;
   line-height: 25px;
    
}


a.btn2 {
    background-color: #000000;
    box-shadow: -2px -1px 8px rgb(0 0 0 / 13%);
    position: fixed;
    bottom: -2px;
    width: 88%;
    border-radius: inherit;
    text-align: center;
}

#myInput {
    /* box-shadow: 0 5px 0 0 #8b919e; */
    background-color: #ffffff;
    /* background-image: url(../images/searchicon.png); */
    /* background-position: 10px 12px; */
    font-size: 15px;
	    width: 40%;
    /* background-repeat: no-repeat; */
    /* width: 80%; */
    /* font-size: 13px; */
    padding: 6px 2px 10px 30px;
    /* border: 1px solid #ddd; */
    /* border-radius: 20px 2em; */
    /* box-shadow: 1px 1px 0 #f7c2c2, 2px 2px 0 #f7c2c2, 3px 3px 0 #f7c2c2, 4px 4px 0 #f7c2c2, 5px 5px 0 #f7c2c2, 6px 6px 0 #f7c2c2, 7px 7px 0 #f7c2c2; */
    margin: 13px;
    border: 1px solid #33;
    /* border-top: none; */
    /* border-left: none; */
    /* border-bottom: 1px solid #a0a0a0; */
    /* border-right: none; */
    /* box-sizing: border-box; */
    /* border-radius: 26px; */
    /* position: absolute; */
    border-width: 1px;
    border-style: solid;
    border-color: rgb(192, 200, 201);
    /* border-image: initial; */
    border-radius: 35px;
	transition:all 1s;
	font-family: 'Nunito-Regular', sans-serif;
}

input {
    color: black;
    font-size: 16px;
    /* font-weight: bold; */
    font-size: 20px;
    font-family: sans-serif;
	outline: none;
}

	
	#myInput:focus {
   
    width:80%;
	}


#myUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
   box-sizing: border-box;
 
}


#myUL2 {
	
	list-style-type: none;
  padding: 0;
  margin: 0;
   box-sizing: border-box;
	
}
#myUL2 li a {
    width: 90%;
    /* border: 0px solid #ddd; */
    margin: 5px;
    color: #424442;
    /* padding: 10px; */
    /* text-decoration: none; */
    box-shadow: 0px 3px 2px rgba(193, 193, 193, 0.2);
    /* color: white; */
    display: block;
    /* box-sizing: border-box; */
    background-color: #ffffff;
    /* font-weight: bold; */
    /* text-shadow: 0px 1px 1px #888; */
    /* font-size: 18px; */
    /* text-shadow: 1px 1px 0px #607D8B; */
    /* font-family: sans-serif; */
    /* border-radius: 20px; */
    /* border-radius: 6px; */
	font-family: 'Nunito-Regular', sans-serif;
	border-radius: 3px;
}


#myUL li a {
    width: 90%;
    /* border: 0px solid #ddd; */
    margin: 5px;
    color: #424442;
	font-family: 'Nunito-Regular', sans-serif;
    /* padding: 10px; */
    /* text-decoration: none; */
    box-shadow: 0px 3px 2px rgba(193, 193, 193, 0.2);
    /* color: white; */
    display: block;
    /* box-sizing: border-box; */
    background-color: #ffffff;
    /* font-weight: bold; */
    /* text-shadow: 0px 1px 1px #888; */
    /* font-size: 18px; */
    /* text-shadow: 1px 1px 0px #607D8B; */
    /* font-family: sans-serif; */
    /* border-radius: 20px; */
    /* border-radius: 6px; */
	 border-radius: 3px;
}

#myUL li a.header {
    background-color: #fde4e4;
  cursor: default;
   box-sizing: border-box;
}

#myUL li a:hover:not(.header) {
     background-color: #a2a2a2;
  color:#ffffff;
}
	
	#myUL2 li a:hover:not(.header) {
  background-color: #eee;
   box-sizing: border-box;
}

.Tip {
    background-color: #ffffff;
    /* padding: 13px; */
    color: #565656;
    /* box-shadow: 1px 1px transparent; */
    box-shadow: -4px 4px 11px 0px #d2d2d294;
    font-family: 'Nunito-Regular', sans-serif;
}






.btn  {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.btn .infinite {
  animation-iteration-count: infinite;
}

.btn .hinge {
  animation-duration: 2s;
}

.btn .flipOutX,
.btn .flipOutY,
.btn .bounceIn,
.btn .bounceOut {
  animation-duration: .75s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.btn {
  animation-name: fadeInUp;
}


button.accordion  {
  animation-duration: 1s;
  animation-fill-mode: both;
}

button.accordion .infinite {
  animation-iteration-count: infinite;
}

button.accordion .hinge {
  animation-duration: 2s;
}

button.accordion .flipOutX,
button.accordion .flipOutY,
button.accordion .bounceIn,
button.accordion .bounceOut {
  animation-duration: .75s;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

button.accordion {
  animation-name: zoomInUp;

}


p  {
  animation-duration: 1s;
  animation-fill-mode: both;
}

p .infinite {
  animation-iteration-count: infinite;
}

p .hinge {
  animation-duration: 2s;
}

p .flipOutX,
p .flipOutY,
p .bounceIn,
p .bounceOut {
  animation-duration: .75s;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

p {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}


.show_term {
background-color: #FF9800; */
    margin: 41% auto;
    padding: 18px;
    background: radial-gradient(circle at top left, #FF9800, #ffa828, #ff7878);
    /* box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); */
    box-shadow: 0 3px 6px rgba(99, 99, 99, 0.16), 0 3px 6px rgba(224, 224, 224, 0.23);
    /* height: 150px; */
    color: #fff;
    font-family: Comfortaa-Regular;
    /* transform: rotate(-8deg); */
    /* transition: 1s all; */
}

button.next
{
display: inline-block;
    font-weight: 400;
    outline: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* display: block; */
    margin: 0 auto;
    /* float: right; */
    border: 1px solid transparent;
    padding: 6px 12px;
    /* padding: .375rem .75rem; */
    font-size: 14px;
    font-size: .875rem;
    line-height: 1;
    border-radius: .25rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #FF9800;
    border-color: #ffffff;
    font-family: 'Raleway', sans-serif;
}

button.next:active {
	
	    color: #ff7f6e;
    background-color: #f9f9f9;
	
}

.search_term {
    margin: 10px auto;
    width: 100%;
    height: 300px;
    /* background-color: #00BCD4; */
    overflow-y: scroll;
    /* background: radial-gradient(circle at top left, #FF9800, #ffa828, #ff7878); */
}
	
li {
    font-family: 'Raleway-Regular', sans-serif;
    line-height: 20px;
    color: #7d7d7d;
    font-size: 14px;
}

.diagram-label {
    width: 96%;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    font-family: 'Raleway-Regular', sans-serif;
    color: #747474;
    box-shadow: 1px 3px 1px #3333330f;
}

.Dia-image {
    margin: 5px auto;
    padding: 12px;
    width: 95%;
    background-color: #fff;
    box-shadow: 1px 3px 1px #33333314;
	overflow-x: scroll;
}

img.dia-image-self {
    width: 100%;
	transition:1s all;
}

.term {
    width: 90%;
    text-align: center;
    padding: 12px;
    color: #2c2d2d;
    font-size: 15px;
    margin: 8px auto;
    border-bottom: 2px solid;
}

.note {
    padding: 8px;
    background-color: #e6e6e6;
    font-size: 14px;
}


.content2 {
    width: 100%;
    padding: 0;
}

.w3-bar.w3-black {
width: 100%;
    height: auto;
    background-color: #9E9E9E;
    display: flex;
    position: fixed;
    top: 54px;
    box-shadow: 1px 5px 11px #9c27b021;
}

button.w3-bar-item.w3-button {
    padding: 13px;
    width: 50%;
    background-color: #ffffff;
    border: none;
    color: #333333;
    outline: none;
}

button.w3-bar-item.w3-button:focus {
    border-bottom: 2px solid #333333;
}



div#London {
    padding: 5px;
}

img.Questions {
    width: 100%;

}

.Q {
    width: 100%;
    text-align: center;
    padding: 3px;
    font-size: 12px;
    background-color: #161616;
    color: #fff;
    margin: 5px auto;
}

a.btn-back {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0.13);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    font-weight: bold;
    position: fixed;
    font-family: Raleway-Regular, sans-serif;
    text-decoration: none;
    color: #ffffff;
    width: 95%;
    margin-left: 0;
    border-radius: 0px;
    height: 24px;
    font-size: 14px;
    line-height: 20px;
    left: 0;
    text-align: center;
    bottom: 0;
    background-color: #4caf50e6;
}

img.Questions:hover {
 
    transform: scale(1.1);
}
