@charset "UTF-8";
/************************
 * *
 * *Brutal Pelican Theme for mamcmanus.com
 * *© 2018 Matt McManus
 * *
 * ***********************
 * */

 body a {
  text-decoration: none;
}

h1 {
  font-size: 3rem;
      font-weight: 800;}

img {
  max-width: 100%;
  display: block;
}

/* MIXINS */
.highlight {
  background: #f8f8f8;
}
.highlight .hll {
  background-color: #ffffcc;
}
.highlight .c {
  color: #408080;
  font-style: italic;
}
.highlight .err {
  border: 1px solid #FF0000;
}

.highlight .k {
  color: #008000;
  font-weight: bold;
}
.highlight .o {
  color: #666666;
}
.highlight .ch, .highlight .cm {
  color: #408080;
  font-style: italic;
}
.highlight .cp {
  color: #BC7A00;
}
.highlight .cpf, .highlight .c1, .highlight .cs {
  color: #408080;
  font-style: italic;
}
.highlight .gd {
  color: #A00000;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #FF0000;
}
.highlight .gh {
  color: #000080;
  font-weight: bold;
}
.highlight .gi {
  color: #00A000;
}
.highlight .go {
  color: #888888;
}
.highlight .gp {
  color: #000080;
  font-weight: bold;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #800080;
  font-weight: bold;
}
.highlight .gt {
  color: #0044DD;
}
.highlight .kc, .highlight .kd, .highlight .kn {
  color: #008000;
  font-weight: bold;
}
.highlight .kp {
  color: #008000;
}
.highlight .kr {
  color: #008000;
  font-weight: bold;
}
.highlight .kt {
  color: #B00040;
}
.highlight .m {
  color: #666666;
}
.highlight .s {
  color: #BA2121;
}
.highlight .na {
  color: #7D9029;
}
.highlight .nb {
  color: #008000;
}
.highlight .nc {
  color: #0000FF;
  font-weight: bold;
}
.highlight .no {
  color: #880000;
}
.highlight .nd {
  color: #AA22FF;
}
.highlight .ni {
  color: #999999;
  font-weight: bold;
}
.highlight .ne {
  color: #D2413A;
  font-weight: bold;
}
.highlight .nf {
  color: #0000FF;
}
.highlight .nl {
  color: #A0A000;
}
.highlight .nn {
  color: #0000FF;
  font-weight: bold;
}
.highlight .nt {
  color: #008000;
  font-weight: bold;
}
.highlight .nv {
  color: #19177C;
}
.highlight .ow {
  color: #AA22FF;
  font-weight: bold;
}
.highlight .w {
  color: #bbbbbb;
}
.highlight .mb, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .mo {
  color: #666666;
}
.highlight .sa, .highlight .sb, .highlight .sc, .highlight .dl {
  color: #BA2121;
}
.highlight .sd {
  color: #BA2121;
  font-style: italic;
}
.highlight .s2 {
  color: #BA2121;
}
.highlight .se {
  color: #BB6622;
  font-weight: bold;
}
.highlight .sh {
  color: #BA2121;
}
.highlight .si {
  color: #BB6688;
  font-weight: bold;
}
.highlight .sx {
  color: #008000;
}
.highlight .sr {
  color: #BB6688;
}
.highlight .s1 {
  color: #BA2121;
}
.highlight .ss {
  color: #19177C;
}
.highlight .bp {
  color: #008000;
}
.highlight .fm {
  color: #0000FF;
}
.highlight .vc, .highlight .vg, .highlight .vi, .highlight .vm {
  color: #19177C;
}
.highlight .il {
  color: #666666;
}

/********VIEWPORT SETTINGS*******/
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* html5doctor.com/html-5-reset-stylesheet/ */
/* http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, object, iframe, h1, h2,
h3, h4, h5, h6, p, blockquote, pre, abbr, address,
cite, code, del, dfn, em, img, ins, kbd, q, samp, small,
strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr,
th, td, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  font-family: "Mulish", sans-serif;
  font-size: 1.25rem;
  color: #262524;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/********HTML5 ELEMENT DECLARATIONS*******/
section, article, header, footer, nav, aside, hgroup {
  display: block;
}

/********END HTML5 ELEMENT DECLARATIONS*******/
/* END MIXINS */
/* VARIABLES */
/* END VARIABLES */
/* FONTS */

/* END FONTS */
/* MAIN CONTENT CONTAINER */
.page{
  /*max-width: 50.5em;*/
  /* 680/16 = 42.5 */
/*  margin: auto;*/
  line-height: 1.5;
  max-width: 95%;
}






article .related-posts .blog-card-text p{
margin-bottom: 0px;
  font-size: 15px;
  font-weight: bold;
color: #1e4356;
  transition: 0.3s;
}

article .output{
  background-color:#e1dcdc
}

/* END MAIN CONTENT CONTAINER */
/* LINKS */
a {
  text-decoration: underline;
  color: #232a2e;
}


#navbarSupportedContent .d-flex  button{
  color:#fc9045;
  border-color:#fc9045;
}
#navbarSupportedContent .d-flex  button:hover{
  background-color:#ffffff;
 
}

#navbarSupportedContent > ul{
  margin-right: 20px;
}



.menu ul .dropdown ul li{
  margin:15px 0
}

@media screen and (max-width: 767px) {
.menu ul .nav-item{
  margin:8px 0px;
}
}


/* FOOTER */
footer {
      background: #0d2735;
    border-top: 1px solid #17455e;
    border-bottom: 1px solid #123649;
    padding: 60px 0 30px 0;
}

footer p {
  font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #fff;
}

footer ul a{
  color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}


footer h4 {

  font-size: 18px;
    font-weight: 600;
    color: #a2cce3;
    position: relative;
    padding-bottom: 12px
}

footer li {

  padding: 10px 0;
    display: flex;
    align-items: center;
}


footer li i{
  padding-right: 6px;
    color: #a2cce3;
    font-size: 12px;
    line-height: 1;
}

footer .social-media i{
  color:#fff;
  font-size:20px;
}

footer .social-media, footer .links, footer .info{
  margin-bottom: 30px;
}

footer  svg {
  fill: currentColor;

}

footer .social-links svg{
  width: 23px;
  color:#f9fafb;
  
}

footer .links svg{
  width: 12px;
  color:#f9fafb;
  padding-right: 6px;
}


/* END FOOTER STYLES */
/* ARTICLES */
.articles {
  text-align: left;
  padding: 1.5em;
}
.articles ol li {
  padding-bottom: 4em;
  padding-top: 1em;
}

.article article p::first-letter{
  text-transform: uppercase;
}


.articles h2{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0px;
}

.articles  a {
    text-decoration: none;
}
/*.articles  a:hover {
    color:#d65d09;
}*/



/*@media (min-width: 55em) {
  .articles {
    padding: 2em;
    padding-top: 4.25em;
  }
}*/
.articles article {
  line-height: 2em;
}
.articles article footer {
  padding-bottom: 0.25em;
  margin-bottom: 0;
  margin-top: 0;
}
.articles article header {
  padding-bottom: 1em;
}
.articles article header a {
  text-decoration: none;
}
.articles article header h2 {
  font-size: 2em;
  line-height: 1.3em;
}
.articles article .summary {
  padding-bottom: 1em;
  font-size: 1.125em;
  font-weight: 100;
}
.articles article .readmore {
  color: #39739d;
  float: right;
  text-decoration: underline;
}
.articles article .tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.articles article .tags li {
  float: left;
  padding: 0;
}


.articles .article-list{
  margin-top:80px;
  text-align:center;
}


.post_list .read-more{
  margin-bottom:30px;
}

.post_list .read-more p {
    color: #706f6e;
    margin-bottom: 15px;
    font-size: 15px;
}

.articles .article-list img{
width: 100%;
height:550px
}


/* END ARTICLES */

/* ARTICLE */
article img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%; width: 100%; display:block;
}


article {
  font-size: 1.125em;
  /* 18/16 = 1.125 */
  font-weight: 500;
  /* article headers */
  /* article lists */
  /* italics */
  /* code blocks */
}
article .post-meta svg, .post_list .post-meta svg{
  width: 16px;
  fill: currentColor;
  color: #72afce;
  margin-right: 8px;

}

article p {
  font-size: 1.25rem;
  line-height: 1.75;
  margin-bottom: 1.75rem;
  font-weight: 400;
  
}

article li {font-size:17px}

article .green-bg {

  padding: 5px;
  background-color: #f2f2f2;
}

article h1{
      font-size: 3rem;
      font-weight: 800;
      margin-bottom: 0.5rem;

}


article h2 {
  font-size: 1.8rem;
    margin-bottom: 1.75rem;
    margin-top: 4.5rem;
  font-weight: 800;
  line-height: 1.5;
}
article h2:first-child {margin-top: 0px;}
article h3 {
  font-size: 1.75rem;
  padding-bottom: 0.75em;
  padding-top: 1.5em;
  font-weight: 900;
}
article  h4 {
  font-size: 1em;
  padding-bottom: 1.25em;
  padding-top: 1em;
  font-weight: 900;
}

article a{
  color: #ef5123;
}

article a:hover{
 text-decoration:underline; 
}

article ul, article ol {
  width: 85%;
  margin: 0 auto;
  line-height: 2;
  padding-bottom: 0.5em;
}
article ul {
  list-style-type: square;
}
article ol {
  list-style-type: decimal;
}
article em {
  font-style: italic;
  font-size: 0.8em;
}
article .highlight {
  margin-bottom: 1.5em;
}
article .terminal{
  background-color: #272822;
  font-family:monospace;
  color: #fff;
  font-size: 16px;
  padding: 17px;
}

article pre {
  padding-bottom: 0;
  padding-top: 0;
  display: block;
  font-size: 17px;
  /*background-color: #f5f5f5;*/
  /*border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25em;*/
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  margin: .5em 0;
  margin-bottom: 1.75rem!important;
  
}


article pre code{
  font-size: 17px!important;
}

article span.nv {
  color: #c65d09;
  font-weight: 900;
}
article span.article-masthead-icon {
  display: none;
}
article .embedded-tweet {
  margin-top: 1em;
  margin-bottom: 2em;
}



article .post-meta ul {
margin: 0px;
}




.page article .post-meta{
margin-bottom:50px

}



article .image-cover img{
  width:100%;
}


article .related-posts{
  padding-top:80px;

}

article .related-posts h2{
  border-left: 4px solid orange;
  padding-top:0px;
  padding-left: 27px;
  
}

 .related-Posts{
  background-color:#f3f4f6;
  padding:1rem;
}

 .related-Posts ul{
  padding-top: .75rem;
}

 .related-Posts ul li {
margin-top:10px
}

.related-Posts ul li a {
  text-decoration: none;
}


.article article .output, .article article .output p {
  font-size: 14px;
  margin: 11px 0 12px 0;
    padding: 20px;
    background-color: rgba(0,0,0,0.05)!important;
    font-family: sans-serif;
    font-weight: bold;
    padding: 15px!important;
}

article .related-posts .collection-item a{text-decoration: none;}

.result p {font-size:1.5em}
.result a{
  text-decoration: none;
}



.back-to-top {
  padding-top: 2em;
  text-align: center;
  margin-bottom: 6em;
  margin-top: 2em;
}
.back-to-top a {
  font-size: 1.5em;
  /* 24/16=1.5 */
  font-weight: 900;
}

/* END ARTICLE */
/* TAGS */
.tag {
  background: #E1ECF4;
  border-radius: 3px;
  color: #39739d;
  display: inline-block;
  height: 2em;
  line-height: 2em;
  padding: 0 1em;
  position: relative;
  margin: 0 1em 1em 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}
.tag:hover {
  background-color: #8906c0;
  color: white;
}
.tag:hover::after {
  border-left-color: #8906c0;
}

.category-tag {
  font-style: italic;
  color: #39739d;
  text-decoration: underline;
}

/* END TAGS */
/* PAGINATION */
.paginator {
  font-size: 3em;
  text-align: center;
}
.paginator span {
  font-size: 0.5em;
}
.paginator a.previous {
  float: left;
}

.paginator a.next {
  float: right;
}

.pagination{margin-top: 70px;margin-bottom: 70px;font-size: 16px;}

.pagination .sr-only{
  position: static;
}

/* END PAGINATION */
/* TAGS/CATEGORIES */
.page-title {
  border-bottom: 2px solid black;
  /* margin: 0 2em; */
}
.page-title h1 {
  font-size: 3em;
  padding-bottom: 0.75em;
  /* padding-top: 1.5em; */
  text-align: left;
  margin: 14px 0;
}

.count {
  float: right;
}

/* TAGS/CATEGORIES */
/* SOCIAL ICONS */
.icon {
  width: 2em;
  height: 2em;
  display: inline-block;
  padding: 0 0.5em;
}

.icons {
  margin: 2em auto;
}

/* DISQUS COMMENTS */
#disqus_thread {
  margin-bottom: 10em;
}

/* GRAVATARS */
.gravatar {
  border-radius: 50%;
}

/* END GRAVATARS */
/* EMOJIS */
img.emoji {
  margin: 0;
  vertical-align: -0.3em;
  display: inline;
  padding-right: 0.5em;
}

/* END EMOJIS */

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

header nav ul li {
    padding: 2px 6px;


}

header nav ul li a {
  /*font-size: .89rem;*/
    letter-spacing: .79px;
    /*text-transform: uppercase;*/
    /*font-family:fantasy;*/

}

.pagination .page-item a{
  color:#3f3f3f
}

.pagination .page-item.active .page-link{

  background-color:#fc9045;
  border-color:#fc9045;

}


strong, .green-bg{
  
    background-color: #eaeaea;
    padding-left: 4px;
    padding-right: 4px;
    font-weight: normal;
    font-weight: 500;
    padding: 0.245rem 0.5rem;
}

/* contents table */

div#contents-table{
  color: #262524;
  background: #fafafa;
  border: 1px solid orange;
  width: 50%;
  margin-bottom: 65px;
}

div#contents-table .title p {
  padding: 0em 0;
  color: #454546;
  text-align: center;
  font-size: 1.2em;
}

#contents-table > ul > li a{
  color: #262524!important;
}

#contents-table {
  margin-top:23px;
  background: #f9f9f9;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  display: table;
  margin-bottom: 1em;
  padding: 10px;
  position: relative;
  width: auto;

}

div#contents-table ul{
  list-style-type: circle;
}

div#contents-table ul li a,{
  color: #262524;
}

div#contents-table ul li {
font-size: 15px;
  margin-top: 3px;
  


}

div#contents-table ul li a{
  text-decoration: auto;
}



b {
 font-style: italic;

}

header .bg-light{
height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: #1e4356!important;

}

.menu ul li a, footer li a{
  font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #fff!important;
}

.post_list h2 {
    
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px 0;
}

.post_list h2 a{
  text-decoration:none;
  }

.post-meta ul{
  display: flex;
}

.post-meta ul li{
   margin-right: 16px;
}

.post-meta ul li i{
  font-size: 13px;
    margin-right: 8px;
    line-height: 0;
  color: #72afce;
}

.post-meta ul li{
text-decoration:none;
color: #777777;
    font-size: 11px;
    display: inline-block;
    line-height: 1;
}

.post_list, .search-bar, .category-bar, .posts-bar, .page article {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
}

.post_list .post-img{
  max-height:440px;
  margin: -30px -30px 34px -30px;
  overflow: hidden;

}

.post_list .post-img img{
    height: 300px;
    width: 100%;
}

.side-bar h3 {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #1e4356;
    position: relative;
}



body .page{
  padding-top:50px
}

.side-bar .search-bar form{
background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative;

}

.side-bar .search-bar form input[type=text] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
}

.side-bar .search-bar form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #42a1c9;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    line-height: 0;
}

.side-bar .categories ul li{
  padding-top:10px;
}

.side-bar .categories ul li a, .side-bar .recent-posts h4 a{
    color: #1e4356;
    transition: 0.3s;
    font-size: 17px;
  }

.side-bar .recent-posts h4 a{
    font-size: 15px;
    
    font-weight: bold;
  
}

.side-bar .recent-posts time {
    display: block;
    
    font-style: italic;
    font-size: 14px;
    color: #aaaaaa;
}



.side-bar .recent-posts .post-item{
  padding-top:10px;
}

.side-bar .tags ul {
    list-style: none;
    padding: 0;
}

.side-bar .tags ul li {
    display: inline-block;
}

.side-bar .tags ul a {
    color: #42a1c9;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #e4eff5;
    display: inline-block;
    transition: 0.3s;
}

a:hover, .nav-link, #contents-table > ul > li a:hover{
  color:orange!important;
  transition: 0.3s!important;
}

/* article */


/* menu  */


@media only screen and (max-width: 767px) {
  .navbar-collapse{
background-color: #1e4356;
}

.navbar-toggler{
background-color: #f9f9f9e0;
}
}


article .blog-card-text {
  padding: 24px;
}

article .collection-item {
  margin-bottom: 20px;
  border: 1px solid #f1f1f1;
  margin-right:22px
                         
                         }


/* Search */


#results ul li {
  margin-top:15px;
  font-size: 15px;
    font-weight: bold;
}

#results ul li a{

    color: #1e4356;
    transition: 0.3s;
}

/* media query */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 700px) {
  
  .side-bar .tags ul a{
    margin: 0 11px 25px 0;
  }

  article p{
    font-size: 15.3px;
  }

  article div#contents-table{width: 100%;}

  article h1{font-size: 1.875rem}



.post_list h2 {
  font-size: 24px;
}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
/* @media only screen and (min-width: 600px) {
  article div#contents-table{width: 100%;}
} */