.container {
    width:65%;
    max-width: 1200px;
    margin: auto;
    padding: 0 5rem 5rem 5rem;
    overflow: hidden;
}

p {
    margin-bottom: 2rem;
    display: block;
}

h2, h3 {
    margin-top:  3rem;
}

h4 {
    margin-top: -1.5rem;
    margin-bottom: 3rem;
    font-size: 1.2rem;
}


body {
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.6;
    background-color: #d3d3d3;
}

a {
    color: black;
}

#header {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
}

.droth {
    padding:  2rem 4rem 2rem;

    margin-top: -30px;
    float: right;
}

.drothimg {
    width: 500px;
    height: auto;
}

figcaption {
    font-style: italic;
    font-weight: 600;
    margin-left: 5rem;
    margin-bottom: 3rem;
    max-width: 60%;
 }

 figcaption.nomargin {
    margin-left: 0;
 }

 figcaption.small {
    max-width:90%;
 }

 .quote {
    font-size: 2rem;
    font-weight: 700;
    margin: 4rem 0 6rem 0;
    padding: 3rem;
  }

 .quote span {
    font-size: 1rem;
    margin-top: .5rem;
    float: right;
    margin-right: 20%;

 }

 .experience span {
    margin-left: 3rem;
    color: blue;
 }

 .greyback {
    background: lightgrey;
    margin: 3rem;
    padding: 1rem;
 }


 div.droth figcaption {
    max-width: 100%;
}

.sag {
    margin-left: -100px;
}

.home a {
    font-size: 1.4rem;
}

 /* Start Responsive Media Phone  */

@media screen and (max-width: 600px) {
    .container {
        width: 97%;
        padding: .25rem 0 .25rem .25rem;
        font-size: 1.1rem;
        max-width: 390px;
    }

  .drothimg {
    width: 80vw;
    height: auto;
  }

img.logo {
    width: 200px;
    margin-left: 20%;
}

.droth {

    float: none;
    padding: 1rem 0 0 1.5rem;
    margin-top: 0;
    margin-bottom: -1.5rem;
    background: black;
}  

figcaption {
    font-size: .9rem;
    color: black;
    max-width: 90%;
    margin-left: 1rem;
    margin-bottom: 5rem;
}

div.droth figcaption {
    max-width: 100%;
    color: red;
}

.quote {
    padding: 1rem;
    margin: 3rem 0rem;
}

h1 {
    margin-top:  0;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 1.8rem;
}

h2, h3 {
    margin-top:  2rem;
    font-size: 1.2rem;
}

h4 {
    margin-bottom: 2rem;
    font-size: 1rem;
}

#countuptimer {
    scale: 50%;
    margin-left: -50px;
}

.dayscap {
    font-size: 1rem;
}

img {
    width: 100%;
}

#countdown {
    font-size: 2rem;
}

.disburse {
    padding: 1rem;
    width: 70%;
}


h2.days span {
    font-size: 8rem;
}

#countuptimer.countup {
    
    margin-bottom: 20px;
    font-size: 2rem;
}

div#countdown {
    font-size: 3rem;
}



 #menu {
    width: 93%;
    margin-top: 0;
    margin-bottom: 1rem;
    z-index: 999999;

 }

 .fencevid {
    margin: 0;
 }

 .smallvid {
    width: 400px;
 }

}


/* End Responsive Media Phone  */



.status span {
   margin-left: 3rem;
}

span.red, .disburse h3  {
    color: red;
}




/* countup timer  */

.countup {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.6rem;
}

.countup .pitiyacountup {
    padding: 10px;
    background: #151515;
    margin: 0;
    color: white;
    min-width: 2.6rem;
    margin-left: 13px;
    border-radius: 10px 0 0 10px;
}
   

.countup span[class*="timeRef"] {
    border-radius: 0 10px 10px 0;
    margin-left: 0;
    background: lightgrey;
    color: black;
}

#countuptimer {
    width: 50%;
    margin-top: 7rem;
}


/* nav  */


nav {
	font-size: 14px;
	background-color: #24262b;
	box-shadow: 0 1px 2px rgba(19, 51, 61, 0.5);
	margin: 0;
	padding: 0 1em;
	height: 44px; /* Menu height */
	overflow: hidden; /* Don't show anything outside the nav */
    z-index: 9999999;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	max-height: 88px; /* Menu height x 2 */
	position: relative; /* Position the menu button relative to this item */
    z-index: 0;
}

nav li {
	display: inline-block;
    padding-left: .25rem;
    border-right: 2px solid #d3d3d3;
}

nav a {
	display: inline-block;
	padding: 0 1em;
	color: rgb(236, 236, 236);
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	line-height: 44px; /* Menu height */
	height: 44px; /* Menu height */
}

nav a:hover {
	background-color: #3c3c3c;
}

nav li:last-child { /* The menu button */
	position: absolute; /* Move the menu button out of flow */
	right: 0;
	bottom: 44px; /* Move upwards, the same distance as the menu height */
	background-image: linear-gradient(to right, rgba(19, 51, 61, 0) 0, rgba(19, 51, 61, 1) 2em);
	padding-left: 3em;
}

nav li:nth-last-child(2) { /* The close button */
	display: none;
}

.menu {
    width: 100%;
}

nav#menu:target {
	height: auto;
	padding: 0;
}

nav#menu:target ul {
	max-height: none;
}

nav#menu:target li {
	display: block;
}

nav#menu:target a {
	display: block;
	padding: 0 2em;
	background-color: rgba(255, 255, 255, 0.05);
}

nav#menu:target a:hover {
	background-color: rgba(255, 255, 255, 0.08);
}

nav#menu:target li:not(:first-child) {
	margin-top: 2px;
}

nav#menu:target li:last-child {
	display: none;
}

nav#menu:target li:nth-last-child(2) {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border-left: 2px solid rgb(19, 51, 61);
}

.fencevid {

    margin: 3rem;
    
}

#countdown {
    font-size: 7rem;
}

.dayscap {
    font-weight: 800;
    margin: 0 0 5rem 10%;
}

.law {
background-color: #F0F0F0;
padding: 5%;
}

.disburse {
background-color: black;
padding: 3rem 5rem 1rem 5rem;
margin-top: 2rem;
margin-bottom: 5rem;
}

.law h2 {
margin-bottom: 0;
padding: 1rem;
color: red;
background-color: black;
}

.disburse h2 {
margin-bottom: 0;
color: white;
}

.disburse h3 {
margin-bottom: 0;
color: white;
font-size: 8rem;
}

.logo {
position: relative;
margin-left: -25px;
}

h2 span {
font-size: 15rem;
}

.days {
margin-bottom:  2rem;
}

.yellow {
background-color: yellow;
font-weight: 600;
font-size: 1.2rem;
padding: .2rem;
}

.yellow p {
    padding: 1rem;
}

.bank  {
    width: 80%;
    background-color: white;
    padding: 2rem;
    margin-bottom: 3rem;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}


.bank h4 {
    background-color: black;
    color: white;
    width: 105%;
    padding: .5rem .5rem .5rem 1rem;
}

.fencevid figcaption {
    width: 400px;
    margin-left: .5rem;
}

.question h4 {
    background-color: #C8C8C8;
    margin: 0;
    padding: 1rem 0.5rem;
    box-shadow: -0.15rem 0.15rem 0.6rem rgba(0,0,0,.2);
}

.question p {
    padding: 0.5rem 1rem 0.5rem 1rem;
    box-shadow: -0.15rem 0.15rem 0.6rem rgba(0,0,0,.2);
    width: 80%;
    margin-left: 3rem;
}

.question p::before {
    content: 'A';
    font-size: 1.75rem;
    color: black;
    font-weight: 700;
    line-height: 1rem;
    margin-right: 1.5rem;
}

.question h4::before {
    content: 'Q';
    font-size: 1.75rem;
    color: black;
    font-weight: 700;
    line-height: 1rem;
    margin-right: 1.5rem;
}

#list li:first-child {
   list-style-type: none; 
   margin-bottom: 2rem;
   font-weight: 800;
   margin-top: 4rem;
}

#list li:first-child {
    text-indent: -1rem;
 }
 
 .droth.margbot {
    margin-bottom: 1rem;
 }

 .margtop {
    margin-top: 15rem;
 }

 .bigbutton button {
    font-size: 22px;
    padding: 30px 40px 60px 40px;
    background-color: #000080;
    color: white;
    height: 56px;
    width: fit-content;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 700;
    margin: 8px 0;
}

.side-banner {
    display: none;
    position: fixed;
    bottom: 0;
    right:  10px;
    margin-bottom: 2rem;
    z-index: 1;
}

.x-mark {
    position: absolute;
    color: black;
    top: -30px;
    right: 0;
    margin: 0 0 0 0;
    padding: 0 0 20px 0;
    font-size: 22px;
    font-weight: 700;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.banner-open {
    top: 0;
    z-index: 10;
}

.floatright {
    float: right;
    margin: 1rem 0 1rem 1rem;
}

.highlight{
    background-color: yellow;
    font-weight: 600;
    font-size: 1.2rem;
    box-shadow:5px 0 0 yellow, -5px 0 0 yellow;
    padding: .5rem 1rem;
}

.highlight2{
    background-color: yellow;
    font-weight: 600;
    padding: 5px;
 }

.update {
    max-width: 50%;
    background-color: yellow;
    padding:0 5px;
    font-weight: 700;
    box-shadow:5px 0 0  yellow, -5px 0 0 yellow;
    box-shadow: 0 0 0 5px yellow;
}



.reverse {
    color: white;
    font-weight: 700;
    background-color: black;
    padding: 10px;
    margin-left: -10px;
}

.scale {
    width: 100%;
    height: auto;
}

/* Footer*/

footer .container {
    overflow: visible;
}
.row{
    display: flex;
    flex-wrap: wrap;
  }
  ul{
    list-style: none;
  }
  .footer{
    background-color: #24262b;
      padding: 70px 0;
  }

  .footer h4 {
    color: white;
  }

  .footer-col{
     width: 30%;
     min-width: 300px;
     padding: 10px 5px 10px 5px;
     margin-bottom: 2rem;
  }

 
  .footer-col h4{
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
  }
  .footer-col h4::before{
    content: '';
    position: absolute;
    left:0;
    bottom: -10px;
    background-color: white;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
  }
  .footer-col ul li:not(:last-child){
    margin-bottom: 10px;
  }
  .footer-col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
  }
  .footer-col ul li a:hover{
    color: #ffffff;
    padding-left: 8px;
  }
  .footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255,255,255,0.2);
    margin:0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
  }
  .footer-col .social-links a:hover{
    color: #24262b;
    background-color: #ffffff;
  }

  span.large {
    font-size: 3rem;
   }
  
  /*responsive*/
  @media(max-width: 767px){
    .footer-col{
      width: 50%;
      margin-bottom: 30px;
  }
  }
  @media(max-width: 574px){
    .footer-col{
      width: 100%;
  }
  }
  

  h2.num:before {
    content: attr(data-number);
    display: inline-block;
    font-size: 1.2em;
    margin-right: 0.6em;
    width: 1.6em;
    line-height: 1.6em;
    text-align: center;
    border-radius: 50%;
    color: #FFF;
    background: black;
}

#images {
    font-size: 2rem;
    background-color: yellow;
    padding: 10px;
}



.sidenav {


    position: fixed;
    z-index: 1;
    top: 45%;
    left: 0;
    background: #24262b;
    overflow-x: hidden;
    padding: 5px 8px;
    box-shadow: 0px 3px 3px 0px #d3d3d3;
    }
  
  .sidenav a {
    padding: .5rem 1rem 3px 1rem;
    max-width: 12rem;
    text-decoration: none;
    font-size: 1rem;
    color: white;
    display: block;
    margin: 0;
  }

  .sidenav.quick a {
    padding: 5px 1px 8px 1px;
    text-decoration: none;
    font-size: 1rem;
    color: white;
    display: block;
    margin: 0;
  }

  .sidenav h3 {
    color: red;
  }
  
  .sidenav a:hover {
    color: white;
  }
  
  .main {
    margin-left: 200px; /* Same as the width of the sidenav */
  }
  
  @media only screen and (max-width: 1200px) {
    .sidenav {
            position: sticky;
            top: 0;
            left: 0;
            margin-bottom: 2rem; 
    }

    .sidenav.quick a {
        max-width: 25rem;
        font-size: 1rem;
      }
  }

