/*
Theme Name: LANG Theme 2.0 Parent
Theme URI: http://www.vaticancatholic.com
Description: Lang theme 2.0 Parent
Author: Jonathan
Author URI: http://www.vaticancatholic.com
Template: lang-theme-2.0
Version: 2.0
*/
@import "css/reset.css";
html {
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color: black;
  margin-top: 10px;
  font-size: 18px;
}

body {
  background-color: black;
  max-width: 1100px;
  margin: 0px auto;
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

#wrapper {
  max-width: 1100px;
  margin: 0px auto;
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

button {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

@media screen and (max-width: 1100px) {
  html {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 1000px) {
  body {
    width: 100%;
  }
}

div {
  box-sizing: border-box;
}

a {
  outline: none;
}

p, ol {
  text-align: justify;
  font-weight: normal;
  line-height: 28px;
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

ul {
  list-style-type: disc;
  list-style-position: inside;
}

li {
  font-size: 18px;
}

#navigation-menu ul, .widget-page ul {
  list-style-type: none;
}

h1, h1 a {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: black;
  line-height: 1.3;
}

h2 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}

h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.35;
}

h4 {
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  line-height: 1.35;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 15px;
}

figure {
  text-align: center;
}

figcaption {
  margin-top: 5px;
  font-size: 16px;
  font-style: italic;
  text-align: center;
  margin-right: 50px;
  margin-left: 50px;
  text-align: center;
  line-height: 1.3;
}

blockquote {
  font-style: normal;
  margin-left: 5%;
  margin-right: 5%;
  line-height: 22px;
}

#main-content ol {
  list-style-type: decimal;
}

sup {
  vertical-align: super;
  font-size: 13px;
}

b {
  font-weight: bold;
}

i {
  font-style: italic;
}

hr {
  width: 30%;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: black;
}

strong {
  font-weight: bold;
}

u {
  text-decoration: underline;
}

em {
  font-style: italic;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}
