/*---Resets---*/

blockquote,
body,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
pre,
ul {
   margin: 0;
   padding: 0;
}

html {
   background: #000000;
   font-family: "Cutive", serif;
}

/*---Desktop Header---*/

header {
   background-color: #000000;
   background-image: url();
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
}

header h1 {
   color: #78a02d;
   display: block;
   font-size: 3.75rem;
   font-weight: normal;
   letter-spacing: 0.063rem;
   line-height: 2;
   margin: 0 auto;
   text-align: center;
   width: 100%;
}

/*--- Desktop Content---*/

section {
   background: #ffffffff;
   padding: 1%;

}

section h2 {
   display: block;
   font-size: 26px;
   font-weight: normal;
   letter-spacing: 1px;
   line-height: 2;
   margin: 0 auto;
   padding: 13px 0;
   text-align: center;
   width: 50%;
}

section h3 {
   display: block;
   font-size: 22px;
   font-weight: normal;
   letter-spacing: 1px;
   line-height: 2;
   margin: 0 auto;
   padding: 11px 0;
   text-align: center;
   width: 50%;
}

section p {
   color: #000000;
   display: block;
   font-size: 18px;
   letter-spacing: 0.063rem;
   line-height: 2;
   margin: 0 auto;
   padding: 9px 0;
   text-align: left;
   width: 50%;
}

ol {
   color: #000000;
   display: block;
   font-size: 18px;
   letter-spacing: 1px;
   line-height: 2;
   margin: 0 auto;
   text-align: left;
   width: 50%;
}

li {
   padding-bottom: 36px;
}

.numbers {
   padding: 0;
   width: 90%;
}

.disclaimer {
   color: #b40000;
   font-size: 0.75rem;
   font-style: italic;
   letter-spacing: 0.063rem;
   line-height: 2;
   padding-bottom: 3rem;
   text-align: left;
}

.academic {
   color: #78a02d;
   font-family: "Cutive Mono", monospace;
   font-size: 26px;
   letter-spacing: 0;
}

/*---Desktop Footer---*/

footer {
   background: #000000;
   margin: 0 15%;
   padding: 40px;
}

footer h2 {
   color: #ffffff;
   display: block;
   font-size: 26px;
   letter-spacing: 1px;
   line-height: 1;
   margin: 0 auto;
   padding: 20px 0;
   text-align: center;
   width: 60%;
}

footer p {
   color: #ffffff;
   font-size: 12px;
   text-align: center;
}

footer a {
   color: #b77fdb;
   text-decoration: none;
}

#rtt {
   position: fixed;
   bottom: 0;
   margin: 10px 10px;
   right: 0;
   text-align: center;
}

#rtt img {
   width: 50px;
}

/*---Screen Width 1200px---*/

@media screen and (max-width: 1200px) {
   /*---1200 Header---*/

   header h1 {
      color: yellow;
      font-size: 60px;
      letter-spacing: 2px;
      line-height: 2.5;
   }
   section p, section h2, section h3, ol, .disclaimer, .academic {
      width: 80%;
   }
}

/*---Screen Width 1024px---*/

@media screen and (max-width: 1024px) {
   /*---1024 Header---*/

   header h1 {
      color:red; 
      font-size: 60px;
      letter-spacing: 2px;
      line-height: 2.5;
   }

   /*---1024 Navigation---*/

   /*---1024 Content---*/

   section {
      padding: 3% 1% 5% 1%;
   }

   h2 {
      font-size: 40px;
      width: 75%;
   }

   p {
      font-size: 20px;
      width: 75%;
   }

   section p, section h2, section h3, ol, .disclaimer, .academic {
      width: 80%;
   }
   
   /*---1024 Footer---*/

   footer {
      padding: 20px;
   }

   footer h2 {
      color: #ffffff;
      font-size: 26px;
      letter-spacing: 1px;
      line-height: 2;
   }

   footer p {
      color: #ffffff;
      font-size: 12px;
      text-indent: 0px;
   }

   #rtt img {
      width: 40px;
   }
}

/*---Screen Width 768px---*/

@media screen and (max-width: 768px) {
   /*---768px Header---*/

   header h1 {
      color: skyblue;
      font-size: 40px;
      letter-spacing: 2px;
      line-height: 2.5;
   }

   /*---768px Navigation---*/

   /*---768px Content---*/

   h2 {
      font-size: 26px;
      width: 90%;
   }

   p {
      font-size: 16px;
      width: 90%;
   }

   /*---768px Footer---*/

   footer {
      padding: 10px;
   }

   footer h2 {
      color: #ffffff;
      font-size: 20px;
      letter-spacing: 1px;
      line-height: 2;
   }

   footer p {
      color: #ffffff;
      font-size: 10px;
      text-indent: 0px;
   }
}

/*---Screen Width 414px---*/

@media screen and (max-width: 414px) {
   /*---414px Header---*/

   header h1 {
      color: white;
      font-size: 16px;
      letter-spacing: 2px;
      line-height: 2.5;
   }

   /*---414px Navigation---*/

   /*---414px Content---*/

   h2 {
      font-size: 16px;
      width: 90%;
   }

   p {
      font-size: 12px;
      width: 90%;
   }

   /*---414px Footer---*/

   footer {
      padding: 5px;
   }

   footer h2 {
      color: #ffffff;
      font-size: 16px;
      letter-spacing: 1px;
      line-height: 2;
   }

   footer p {
      color: #ffffff;
      font-size: 8px;
      text-indent: 0px;
   }
}
