img {
  width: 100%; }

a {
  color: black; }

body {
  padding: 0px;
  background-image: url("../img/subtlenet21.png");
  -webkit-font-smoothing: antialiased;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  height: 100%; }

.col-lg-6 {
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden; }

.frosted {
  overflow: hidden; }

.color {
  width: 50%;
  height: 80%;
  display: block;
  background: #FFF;
  opacity: 0.85;
  /* position: relative; */
  z-index: 2;
  margin: auto;
  vertical-align: middle;
  object-position: midd;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.catimg {
  position: relative;
  text-align: center;
  top: -510px;
  z-index: 1;
  height: 110%;
  width: 110%;
  object-fit: cover;
  object-position: 50% 70%;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  margin: -15px -10px -10px -15px; }

#categories .col-lg-6 {
  color: white;
  height: 650px;
  padding: 0px;
  overflow: hidden;
  text-align: center; }

#categories .row {
  height: 500px; }

#categories {
  background: white;
  height: 650px; }

#catTex {
  text-align: center;
  position: relative;
  z-index: 3;
  width: 25%;
  margin-left: auto;
  margin-right: auto; }

.cattit {
  text-align: center;
  margin: auto;
  width: 50%;
  font-size: 24pt;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  position: relative;
  top: -1125px;
  z-index: 3;
  color: black;
  padding: 25px; }
  .cattit h1 {
    text-align: center; }

#banner, #catscont {
  background-color: #fff;
  border-bottom: darkred solid 2px; }

ul {
  list-style-image: url("../img/dmond.png"); }

#logo {
  margin-top: 8px;
  height: auto;
  min-width: 300px; }

.welcome {
  color: #000;
  margin: 15px;
  text-align: center;
  font-weight: 200; }

h3 {
  float: right; }

.wrapper {
  min-height: 100%;
  height: auto !important;
  /* This line and the next line are not necessary unless you need IE6 support */
  height: 100%;
  margin: 0 auto -155px;
  /* the bottom margin is the negative value of the footer's height */ }

.footer, .push {
  height: auto;
  margin-top: 15px;
  /* .push must be the same height as .footer */ }

#copy {
  color: #000; }

#nav {
  text-align: center;
  min-width: 300px; }
  #nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center; }
  #nav li:nth-child(1) {
    border-bottom: darkred 2px solid;
    font-size: 24pt;
    margin: 20px; }
  #nav li {
    font-size: 24pt;
    margin: 20px; }
  #nav li:hover {
    border-bottom: darkred 2px solid; }

#content {
  height: 100%; }

#info {
  height: 300px;
  margin: 4px;
  font-size: 24pt; }

@media screen and (max-width: 1200px) {
  #info {
    width: 100%; } }
.collogo {
  background: #fff;
  border-bottom: darkred 2px solid; }

h1 {
  font-size: 31pt; }

h2 {
  font-size: 26pt; }

#info h1 {
  margin-bottom: 18px; }

.img-circle {
  height: initial;
  width: 20%; }

#nav a {
  color: darkred;
  font-size: 16pt;
  text-align: center; }

@media screen and (max-width: 383px) {
  .cattit {
    padding: 5px; } }
@media screen and (min-width: 1024px) {
  .col-lg-6 {
    width: 50%;
    float: left; } }
@media screen and (max-width: 1320px) {
  .color, .cattit {
    width: 80%; } }
@media screen and (max-width: 740px) {
  .color, .cattit {
    width: 95%; } }
@media screen and (min-width: 500px) {
  .col-lg-2 {
    width: 16.66666667%;
    display: inline-block;
    float: left; }

  .col-lg-10 {
    width: 83.33333333%;
    display: inline-block;
    float: left; } }
@media screen and (max-width: 500px) {
  .col-lg-10 {
    display: inline-block;
    /* float: right; */
    /* text-align: -webkit-center; */
    clear: both;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%; }

  h3 {
    float: none; } }
a:hover, a:visited {
  text-decoration: none;
  color: black; }

/*# sourceMappingURL=main.css.map */
