@charset "utf-8";
/* CSS Document for finbar mallon's web comic */


/* tag changes */

.dark-blue {
	background-color: #00030C;
}
.navy {
	background-color: #00133e;
}
.mid-blue {
	background-color #020e27;
}
.light-blue {
	background-color #91afdb;
}
.other-blue {
	background-color #01325a;
}


body{
background-color: #000000;
font-family: 'Noto Sans', sans-serif;
color: #cccccc;
}
a{
color: #56AAFF;
font-size: 16px;
}
.intro-text{
color: #cccccc;
text-align: center;
background-color: rgba(0, 0, 0, 0.7);
padding-top: 2px;
padding-bottom: 10px;
margin-bottom: 10px;
padding-right: 30px;
padding-left: 30px;}

.intro-text h1{
font-size: 28px;
font-weight: normal;
height: auto;
line-height: 28.8px;}
.intro-text p{

text-align: center;
font-size: 16px;
width: 80%;
position: relative;
margin-left: auto;
margin-right: auto;
}

.fb-like{
clear: both;
float: right;
margin-bottom: 13px;
padding-bottom: 5px;
}

.twitter-share-button
{margin-left: 29%;}
.gallery-fin li{
list-style-type: none;
}
.hide-bullets .thumbnail{
padding: 0px;
border-radius: 0px;
border: 1px solid #020e27;}
.pointy
 {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
}
.shrink{
display: none;}
.issue-cover{
    
}
.issue-cover img{
	    width: 60%;
    overflow-y: hidden;
    overflow-x: scroll;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 50%;
}

.issue-text{
	width: 60%;
	float: left;
	color: #eeeeee;
}
.the-comic{margin-top: 55px;}
.the-comic img{
width: 100%;
max-width: 800px;
  margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 3px
    
}
.use-btn-group-vertical > .btn{
    width: 100%;
    max-width: 100%;
    margin-bottom: -1px;
    color: #ccc;
    background-color: #0a0a0a;}
    
    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #91afdb;
    background-color: #00030C;
    border-color: #91afdb;
    -webkit-box-shadow:inset 0 1px 7px 0 #91afdb;
box-shadow:inset 0 1px 7px 0 #9
}

/* reusable stuff */
.margin-top-twenty{
margin-top: 20px;
}
.margin-top-twenty-five{
margin-top: 25px;
}
.padding-top-twenty-five{
padding-top: 25px;
}
.black-back{
background-color: #000000;}
.block{
display: block;}
.social li{
float: left;}

.social > .nav > li > a {
padding: 5px 10px;
}
.center-stuff{
	margin-left: auto;
	margin-right: auto;
}

/* classes */
.navbar-brand {
    padding: 0px 15px;
 }
.brand{
width: 162px;
}
.nav-pills{
margin-bottom: 15px;
margin-top: 15px;
}
.social{

margin-top: 15px;}
.social i{
color: #56AAFF;
margin: 10px;
font-size: 19px;
}
.social a:hover i{
color: #222222;
}
.big-bg{
	background-image: url("../img/background-sky-flip.jpeg");

}
 .intro-panel{
 height: 800px;}
/*bootstrap overrides */
.panel {
padding:10px;
    background-color: rgba(0, 0, 0, 0.7);
    border: solid 1px #020e27;
    color: #fff;
    border-radius: 3px;
}

.panel-heading > h2 {
    margin-top: 7px;
 }
 
 .full-width{
 width: 100%;
 margin-bottom: 15px;
margin-top: 15px;}

.stories > h2 {
text-decoration: underline;
text-align: left;}
.stories > p {
	text-align: left;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color:#56AAFF;
    color: #000000;
}
.btn-group-vertical{
clear: both;}
.call-to-action{
padding-bottom: 8px;
padding-top: 8px;
background-color: #00030C;
border: 1px solid #91AFDB;
border-radius: 4px;
min-width: 223px;
margin-bottom: 20px;
font-size: 18px;
margin-top: 10px;

}
.call-to-action:hover{
background-color: #91AFDB;
color: #00030C;
-webkit-box-shadow: 0px 0px 5px 1px #1290FF;
box-shadow: 0px 0px 5px 1px #1290FF;
}
.panel-default > .panel-heading {
    color: #cccccc;
    background-color: transparent;
    height: 8em;
    border-color: transparent;
}

@media (min-width: 768px){
.top-padding-intro {
    padding-top: 82px;
    padding-bottom: 100px;
}
}

@media (max-width: 1200px){
.nav-pills > li > a {
     font-size: 14px;
}
.the-comic, .top-padding-intro {
    margin-top: 116px;
}
.nav >  a {
   
}

}

@media (max-width: 768px){

.the-comic, .top-padding-intro {
    margin-top: 51px;
    }

    }