﻿ * {
     box-sizing: border-box;
     margin: 0rem;
     padding: 0rem;
 }

 html {
     min-height: 100%;
 }

 img {
     max-width: 100%;
     height: auto;


     border: none;
 }

 body {
     color: #000;

     /* font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; */
     /* font-family: 'Roboto', sans-serif; */
     /* font-family:"Times New Roman", Times, serif;  */

 }

 #wrapper {
     position: relative;
     max-width: 900px;
     margin: 0.625rem auto;
     border: 1px solid #777;
     padding: 0rem;
     overflow: hidden;
     text-align: left;
     color: #000;
     font-size: 15px;
     line-height: 20px;
     font-family: 'Roboto', sans-serif;
     background-color: #fff;
 }

 h1 {
     margin: 1rem 0rem 1rem 0rem;
     padding: 0;
     font-size: 25px;
     line-height: 28px;
     text-align: left;
     color: #E6190F;
 }

 h2 {
     font-size: 22px;
     line-height: 24px;
     margin: 1rem 0rem;

 }

 h3 {
     font-size: 15px;
     line-height: 20px;
     margin: 1rem 0rem 0;

 }

 p {
     margin: 0rem 0rem 1rem 0rem;
     padding: 0;
 }

 header {
     margin: 0;
     padding: 0;
 }

 article {
     margin: 0;
     padding: 0rem 30px 3rem 20px;
     width: 50%;
     float: left;
 }

 footer {
     margin: 0;
     padding: 0;
     width: 50%;
     float: right;
 }


 a {
     color: #000;
     text-decoration: none;
 }

 a:hover {
     text-decoration: underline;
 }

 ul {
     margin: 0rem 0rem 1rem 20px;
     padding: 0;
     list-style: none;
 }

 ul li {
     padding-left: 1rem;
 }

 ul li:before {
     content: "\2022";
     color: #000;
     float: left;
     margin-left: 0rem;
     font-size: 1.5625rem;
     text-indent: -1rem;
 }

 .clear {
     clear: both;
     margin: 0px;
     display: block;
     padding: 0rem;
 }

 header img {
     position: relative;
     top: 0rem;
     left: 0rem;
 }

 .box1 {
     background: #000;
     color: #FFF;
     padding: 16px 20px;
     background: #E6190F;
 }

 footer p {
     margin: 0;
 }

 .box2 {
     background: #DFDFDF;
     color: #444444;
     padding: 30px 20px;
     margin-bottom: 15px;
 }

 .link {
     color: #A01448;
     text-decoration: none;
 }

 .link:hover {
     color: #E6190F;
     text-decoration: underline;
 }

 .linktop {
     color: #A01448;
     text-decoration: none;
 }

 header p {
     margin: 0;
 }

 header aside:nth-of-type(1) {
     background: #4D4D4D;
     width: 50%;
     font-weight: bold;
     color: #FFF;
     padding: 40px 20px;
     font-size: 35px;
     letter-spacing: 1px;
     line-height: 1.2;
     float: left;
 }

 header aside:nth-of-type(2) {
     background: #A01432;
     width: 50%;
     padding: 40px 20px;
     font-weight: bold;
     color: #FFF;
     font-size: 35px;
     letter-spacing: 1px;
     line-height: 1.2;
     float: right;
 }

 header section {
     padding: 20px;
 }

 .img {
     display: block;
 }

 .button {
     position: absolute;
     bottom: 25px;
     right: 25px;
 }

 .button a {
     display: inline-block;
     padding: 10px 15px;
     background: #E6190F;
     color: #fff;
     border-radius: 5px;
     transition: .3s;
     -o-transition: .3s;
     -moz-transition: .3s;
     -webkit-transition: .3s;
 }

 .button a:hover {
     color: #A1142F;
 }

 .top p {
     margin-bottom: 0;
 }

 .text {
     margin-top: 20px;
 }

 @media all and (max-width: 889px) {
     #wrapper {
         width: 100%;
         min-width: 200px !important;
         padding: 0rem;
         border: none;
     }

     header {
         height: auto;
         padding: 0.625rem;
         width: auto;
         margin: 0rem;
     }

     header br {
         display: inline;
     }

     article {
         height: auto;
         padding: 0.625rem;

         margin: 0rem;
     }

     footer {
         height: auto;
         padding: 0.625rem;

         margin: 0rem;
     }

     h1 {
         margin: 1rem 0rem 1rem 0rem;
         font-size: 1.125rem;
         line-height: 1.375rem;
     }

     a:hover {
         text-decoration: underline;

     }

     ul li {
         padding-left: 0.9375rem;
     }

     ul li:before {
         text-indent: -0.9375rem;
     }

     p {
         margin: 0rem 0rem 0.625rem;
         text-align: left;
     }

     br {
         display: none;
     }

     footer br {
         display: block;
     }

     .button {
         position: static;
         bottom: 25px;
         right: 25px;
     }

 }

 @media all and (max-width: 660px) {

     header aside:nth-of-type(1) {
         background: #4D4D4D;
         width: 100%;
         font-weight: bold;
         color: #FFF;
         padding: 40px 20px;
         font-size: 35px;
         letter-spacing: 1px;
         line-height: 35px;
         float: left;
     }

     header aside:nth-of-type(2) {
         background: #A01432;
         width: 100%;
         padding: 40px 20px;
         font-weight: bold;
         color: #FFF;
         font-size: 35px;
         letter-spacing: 1px;
         line-height: 35px;
         float: right;
     }

     article,
     footer {
         width: 100%;
         float: none !important;
     }
 }