/* Custom CSS Styles to override Bootstrap */
/* 273E47
  BD632F
  D8973C
  EDE6D1
  A4243B

  light bg
  #E9ECEF

  #273e47;

/*
  ========================================
  SASS Variables
  ========================================
*/
/*
  ========================================
  Custom styles
  ========================================
*/

body {
  background-color:rgb(48, 46, 49);
  color: #273e47;
  font: 300 16px/22px "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
p {
  color: #fcfbfd;
  font-weight: 550;
}
hr{
  border-color: #fcfbfd;
}

h1 {
  font-size: 36px;
  line-height: 44px;
}

h2 {
  font-size: 28px;
  line-height: 44px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
}

strong {
  font-weight: 400;
}

cite,
em {
  font-style: italic;
}

.text-muted {
  color: #273e47;
}

/*
==========================
NAVBAR
==========================
*/
#navbar {
  font-weight: 400;
  background-color: #000000;
}

#logo {
  color: #750080;
}

#logo:hover {
  color: #8f00c7;
}

/*
==========================
JUMBOTRON
==========================
*/
.jumbotron {
  padding-bottom: 0;
  margin-top: 15px;
}
.jumbotron .lead {
  font-size: 18px;
}


.cat-img {
  display: block;
  max-width: 720px;
  width: 100%;
  border-radius: 20px;
  margin: auto;
  margin-bottom: 20px;
  border: 1px rgb(124, 124, 124) solid;
}
/*
==========================
Card-body
==========================
*/
.card-body{
  color: #690083;
  background-color: #080014;
}


/*
==========================
FOOTER
==========================
*/
#footer {
  color: #fbfbfc;
  background-color: #080014;
}

/*
===========================
CONTAINER
===========================
*/
#Container_a{
  background-color: #0d001f;
}

.container .cat-info {
  margin-bottom: 40px;
}

#main_blocks{
  margin-top: 0px;
  margin-bottom: 0px;
}

/*
===========================
BUTTONS
===========================
*/
.btn-primary, .btn-primary:hover {
  color: #750080;
  background-color: #000005;
  border-color: #273e47;
}

.btn-primary:hover {
  color: #8f00c7;
}

.new-nick {
  margin-bottom: 20px;
}

/*
==========================
TABLES
==========================
*/
table.table {
  margin-bottom: 5px;
}

th,
td {
  font-size: 12px;
  line-height: 12px;
}

/*
==========================
BLOG
==========================
*/
.blog-main {
  margin-top: 100px;
  margin-bottom: 100px;
}

/* Inherit from cat img */
.blog-post img.blog-img.center {
  display: block;
  max-height: 300px;
  max-width: 100%;
  margin: auto;
  border: 1px gray solid;
}

img.blog-img + p,
table + p {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

/*
==========================
PROJECTS
==========================
*/
p.tech-icons {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-size: 24px;
}

.tech-icons img {
  display: inline-block;
  max-height: 28px;
  padding-bottom: 6px;
}

.tech-icons img.larger {
  max-height: 30px;
}

/*
=============================
RESPONSIVE
=============================
*/
@media print {
  .nickname-gen {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .blog-post img.blog-img.center {
    max-width: 90vw;
    min-width: 300px;
  }
}

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