﻿:root {
  font-size: 16px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  min-height: 100%;
}
#wrapper {
  max-width: 522px;
  margin: 0.75rem auto;
  border: 1px solid #231F20;
  padding: 0 0 0.5rem;
  background-color: #E7E7E8;
  color: #231F20;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
}
article {
  padding: 0.5rem 1.5625rem 0;
}
footer {
  padding: 0 1.5625rem;
  position: relative;
}

footer img {
    position: absolute;
    bottom: -1.125rem;
    right: 0.8125rem;
    z-index: 200;
}
p {
  margin: 0 0 0.6875rem;
  text-align: justify;
}
h1 {
  margin: 0 0 0.5rem;
  font-size: 3.75rem;
  line-height: 2.75rem;
  color: #2A2979;
  text-align: center;
}

h1 small {
    display: block;
    font-size: 2.5625rem;
}
h3 {
  margin: 1rem 0 1rem 0;
  padding: 0 0 0 0;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 400;
}

h3 + p {
    font-size: 0.6875rem;
    line-height: 0.875rem;
    font-weight: 500;
}

h3 strong {
    color: #2A2979;
}
a {
  color: #231F20;
  text-decoration: none;
}
ul {
  padding: 0 0 0.6875rem;
  list-style: none;
}
ul li {
  padding-left: 1.0625rem;
}
li:before {
  content: '\25A0';
  color: #2A2979;
  float: left;
  margin-top: -0.0625rem;
  font-size: 1.125rem;
  text-indent: -1.125rem;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
  border: none;
}

@media all and (max-width: 521px) {
  #wrapper {
    width: 100%;
    min-width: 200px !important;
    padding: 0.5rem 0.5rem 0;
    margin: 0;
    border: none;
  }
  header {
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
  }
  article {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
  }
  footer {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
  }
  h1 {
    font-size: 2.75rem;
    line-height: 2.125rem;
	margin-top: 1rem;
  }
  h1 small {
    font-size: 1.875rem;
  }
  p {
    text-align: left;
  }
  footer img {
    position: static;
    vertical-align: middle;
  }
  h3 br {
    display: block;
  }
  br {
    display: none;
  }
}
