﻿
#header {
  margin-top: 50px;
}
body {
  display: block;
  font-family: verdana;
}
h1 {
  font-weight:bold;
}
a {
  color: #ffd800;
}
a.yellowbg {
    color: #0094ff;
}
/*
line height line-height: 0.8;
text-transform: uppercase;
display: none
display: block
tr:hover {background-color: #f5f5f5}

child selectors
div > p {
    background-color: yellow;
}
*/
/*
Colored Panels
*/
#comicpanel {
    background-color: #000000;
}
#section1, #foreword{
    color: #000000;
    background-color: #ffd800;
}

#foreword .yellow {
    padding-top: 20px;
    height: 500px;
    color: #000000;
    font-family: verdana;
    background-color: #ffd800; 
   
}

#section2  .white{
    padding-top: 10px;
    height: 500px;
    font-family: verdana;
    color: #000000;
    background-color: #ffffff; 
}
#section3 .blue {
    padding-top: 50px;
    height: 500px;
    font-family: verdana;
    color: #ffffff;
    background-color: #0094ff;  
}

 #section4 {
    padding-top: 50px;
    background-color: #ff0000;
    color: #ffffff;

}
#section41, #education {
    padding-top: 10px;
    height: 500px;
    color: #000000;
    background-color: #808080;
}

#section42 {
    padding-top: 50px;
    height: 500px;
    color: #808080;
    background-color: #ffffff;
}
#aurebesh {
        font-family:'aurebesh_font';
        font-size:32px;
        font-stretch:extra-expanded;
}
/* glyphicons */
.logo-tiny {
      color: rgba(0,0,0, .2);
      font-size: 15px;
  }

.logo-small {
      color: rgba(0,0,0, .2);
      font-size: 50px;
  }
.logo {
      color: #000000;
      font-size: 160px;
      margin-left: 15px;
  }

footer .glyphicon {
                font-size: 20px;
                margin-bottom: 20px;
                color: #f4511e;
            }
    .panel {
    border: 1px solid #f4511e;
    border-radius:0;
    transition: box-shadow 0.5s;
    }

.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}

.panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
}

.panel-heading {
    color: #fff !important;
    background-color: #f4511e !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-footer {
    background-color: #fff !important;
}

.panel-footer h3 {
    font-size: 32px;
}

.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}

.panel-footer .btn {
    margin: 15px 0;
    background-color: #f4511e;
    color: #fff;
}
.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.navbar {
    margin-bottom: 0;
    background-color: #000000;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
}

.navbar li a, .navbar .navbar-brand {
    color: #cccccc !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #000000 !important;
    background-color: #fff !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}


/* Animation */
.slideanim {visibility:hidden;}
.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide;
    /* The duration of the animation */
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible;
}


/* FONTS */

@font-face {
    font-family: 'aurebesh_font';
    src: url('/web/20180118160439im_/http://phoenixjenn.com/fonts/Aurebesh.ttf') format('truetype');

}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
  }


  /* carousel for angular */
#slides_control > div{
  height: 200px;
}
img.carousel{
  margin:auto;
  /*width: 400px;*/
}
img.button {
    width:auto;
}
#slides_control {
  width: 400px;
  left:50%;
  top:20px;
}