/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/roboto-300-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/roboto-300-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/roboto-400-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/roboto-400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/roboto-700-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/roboto-700-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.header,.page,.footer{
    width: 100vw;
}

body{
    overflow-x: hidden;
}

.header{
    background-image: url("../img/header.png");
    background-size: 100vw 600px;
    background-position: center;
    height: 55vh;
}

@media (max-width: 1450px) {
    .header{
        background-size: auto auto;
        background-position: center;
    }
}


.header .inner{
    position: relative;
      top: 50%;
      transform: translateY(-50%);
}

/** Logo Zoom **/
@-webkit-keyframes logo {
    0%{ -webkit-transform: scale(1); }
    50%{ -webkit-transform: scale(1.08); }
    100%{ -webkit-transform: scale(1); }
}

@keyframes logo  {
    0%{ -webkit-transform: scale(1); }
    50%{ -webkit-transform: scale(1.08); }
    100%{ -webkit-transform: scale(1); }
}

.logo{
    -webkit-animation: logo  4s ease-in-out infinite;
    animation: logo 4s ease-in-out infinite;
}

.page{
    background-color: #FFF;
    position: relative;
}

tbody{
    border-bottom: 1px solid #DDD;
}

#navigation{
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 0px;
    background-color: #e763be;
    border: none;
    height: 60px;
}


.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    background-color: #e763be;
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
    .navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        width: 160px;
        text-align: center;
    }
    .navbar>.container .navbar-brand-centered,
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -80px;
    }
}

.navbar-left{
    margin-left: 25%;
}

.navbar-right{
    margin-right: 24.5%;
}

@media (max-width: 1200px) {
    .navbar-left{
        margin-left: 25%;
    }
    .navbar-right{
        margin-right: 23%;
    }
}

.play{
    display: none;
}

@media (max-width: 766px) {
    .navbar-toggle{
        margin-right: 50px;
        margin-top: 13px;
        background-color: #b84f98;
        border: 1px solid #e763be !important;
    }
    .icon-bar{
        background-color: #e763be !important;
    }
    .navbar-toggle:hover{
        background-color: #111 !important;
    }
    .navbar-brand-centered{
        display: none;
    }
    .navbar-left{
        margin-left: -15px;
    }
    .navbar-right{
        margin-right: 0px;
    }
    .navbar-collapse{
        overflow-y: scroll;
    }
    .play{
        display: block;
    }
}

@media (min-width: 767px){
    .play{
        display: none !important;
    }
}
.navbar-brand-centered a{
    font-size: 30px;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 10.8px 29px 11px 29px;
    line-height: 30px;
    -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear;
}

.nav li a, .nav li{
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: #FFF !important;
    line-height: 30px;
    -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear;
}


.nav li:hover, .nav li:active, .nav li:focus, .navbar-brand-centered a:hover{
    background-color: #cf59ab;
    text-decoration: none;
}

ul.dropdown-menu{
    background-color: #cf59ab;
    border: none;
    border-radius: 0px;
}

.navbar {
    z-index: 9999;
}

ul.dropdown-menu li a:hover{
    background-color: rgba(0, 0, 0, 0.1);
}

#navigation{
    margin-top: -100px;
}

#page{
    margin-top: 100px;
}

.panel-default{
    border-radius: 0px;
    border: none;
    border: 1px solid #42bf91;
}

.panel-default > .panel-heading{
    border-radius: 0px;
    background-color: #42bf91 !important;
}

.panel-warning{
    border-color: #71acd6;
    border-radius: 0px;
}

.panel-warning > .panel-heading{
    background-color: #71acd6;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 30px;
    border-radius: 0px;
    text-align: center;
}

#play .panel-default{
    border: 1px solid #42bf91;
}

h1#play-title{
    font-size: 23px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #111;
}

p#play-sub{
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.btn-danger{
    width: 100%;
    background-color: #42bf91;
    border: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-transition: all 0.1s linear;
            transition: all 0.1s linear;
}

.panel-default{
    background-color: #FAFAFA;
}

#side{
    background-color: #FFF;
}

#play .btn-danger:hover{
    box-shadow: 0 2px 3px rgba(0,0,0,0.12), 0 2px 3px rgba(0,0,0,0.24);
    background-color: #3bab82;
}

#play .panel-default > .panel-heading{
    background-color: #42bf91 !important;
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #FFF;
}

.post-title{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #FFF;
    font-size: 35px;
}

.post-info{
    margin-top: -8px;
    margin-bottom: 5px;
    color: #EEE;
}

.s-release{
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}

.play-title{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 35px;
    text-align: center;
    width: 100%;
}

#b-left{
    border-left: 1px solid #42bf91;
}

.post-info .fa-user{
    margin-left: 5px;
}

.fa-calendar{
    margin-left: 10px;
}

.panel-default .panel-heading{
    border-bottom: none;
}

.panel-default .panel-body{
    padding: 0 0 0 0;
    border: none;
}

.panel{
    padding: 0 0 0 0;
}

.blog-img{
    width: 100%;
    height: auto;
}

.post{
    padding: 20px 10px 20px 10px;
    font-family: 'Roboto', sans-serif;
}

.panel-default .panel-title{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #FFF;
    font-size: 30px;
}

.online{
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    margin-top: 25px;
    margin-bottom: 15px;
}

a:hover{
    text-decoration: none;
}

#ods-button{
    margin-bottom: 15px;
    background-color: #42bf91;
    border-radius: 0px;
    border: none;
    font-size: 17px;
}

.lgn{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.list-group{
    margin-bottom: 0px;
}

p.small{
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

a .s-post-name{
    color: #42bf91;
}

.s-post-name{
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

.p-title{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 35px;
    margin-top: -15px;
    margin-bottom: 30px;
}

.thumbnail{
    padding: 0 0 0 0;
    border-radius: 0px;
}

.thumbnail .caption{
    padding-top: 0px;
}

.thumbnail img{
    height: 200px;
    width: 100%;
}

.caption h3{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.page-header{
    width: 95%;
    margin-left: 15px;
    padding-bottom: 0px;
    border-color: #42bf91;
    margin-top: -15px;
}

.section{
    margin-left: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-top: -10px;
    margin-right: 15px;
}

.page-header h1{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.terms-header{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: 15px 15px 15px 15px;
}

#bb{
    border-radius: 0px;
    border: none !important;
    border-top: 1px solid #42bf91 !important;
}

div.toons{
    background-color: #ef70ba;
    border-top: 5px solid #ef70ba;
    width: 100vw;
}

img.toons{
    width: 100vw;
}

.footer{
    height: 50px;
    background-color: #cf59ab;
    width: 100vw;
}

.copyright{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #FFF;
    line-height: 50px;
}

label{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 20px;
}

input[type=text], input[type=password], input[type=email]{
    border-radius: 0px;
    text-indent: 5px;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #111;
}

.checkContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.checkContainer:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkContainer input:checked ~ .checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkContainer input:checked ~ .checkmark:after {
    display: block;
}

.checkContainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.no-account{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-top: 50px;
    margin-bottom: -25px;
}

.got-account{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: -25px;
}

.no-account a, .got-account a{
    color: #42bf91;
}

.terms a{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #FFF;
    line-height: 50px;
}

#comment{
    width: 100%;
    height: 150px;
    border: none;
    resize: none;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: 5px 5px 5px 5px;
}

#comment:focus{
    outline: none;
}

.comment-info{
    margin-top: -2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
}

.comment-body{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 17px;
}

.cog{
  border-radius: 50px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 90px 90px;
}

p.cog-name{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 5px;
}

p.district{
    font-family: 'Roboto', sans-serif;
  font-size: 23px;
  margin-top: 5px !important;
}

p.special{
  margin-top: 15px !important;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}

p.time{
  margin-top: 5px !important;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
}

.card-content{
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

#no-invasion{
  height: 300px;
}

#no-invasion .cog-name{
  line-height: 175px;
}

.panel-primary{
    border-color: #42bf91;
}

.pagination>li>a, .pagination>li>span{
    background-color: #42bf91;
    border-color: #36a079;
    color: #FFF;
}

.pagination>li>a:hover{
    background-color: #7EC0EE;
    border-color: #7EC0EE;
    color: #FFF;
}

.pagination>li:last-child>a, .pagination>li:last-child>span, .pagination>li:first-child>a, .pagination>li:first-child>span{
    border-radius: 0px;
}

.divider{
    background-color: #ba3b93 !important;
    width: 75%;
}

h1,h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

p{
    font-family: 'Roboto', sans-serif;
}
