/*
 * Minimal Application level overrides
 * (things that dont make sense in a toolkit :)
 * copyright @colossal 2015
 */

.block {
    overflow: hidden;
}

/* navbar */
.app-navbar {
    font-size: 13px;
    letter-spacing: .15em;
}

.app-navbar .navbar-brand {
    font-size: 13px;
}

/* intro block */
.app-block-intro {
    padding-top: 20px;
}

.app-block-intro img {
    width: 80%;
    margin-bottom: -45%;
}

/* block img */
.app-block-game img,
.app-block-stats img {
    width: 100%;
}

@media (max-width: 480px) {
    .app-block-game-img {
        transform: scale(1.5) !important;
    }
}

/* stats hr */
.app-block-stats hr {
    width: calc(80% + 60px);
}

/* design block */
.app-block-design > .container > .row {
    z-index: 2;
}

.app-block-design-img {
    margin-top: -60px;
    margin-left: -450px;
    float: left;
    width: 100%;
}

@media (min-width: 768px) {
    .app-block-design-img {
        margin-top: -220px;
        margin-left: 0;
    }
}

/* footer block */
.app-block-footer {
    background-color: rgb(27, 28, 29);
    color: #444;
    color: rgba(116, 119, 123, .5);
}

/* transforms */
.app-translate-15 {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
}

.app-translate-50 {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.app-translate-5 {
    -webkit-transform: translateY(5%);
    -ms-transform: translateY(5%);
    transform: translateY(5%);
}

.app-translate-10 {
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
}

/* brand */

@media (max-width: 400px) {
    .app-myphone-brand {
        font-size: 46px !important;
    }
}

@media (max-width: 350px) {
    .app-myphone-brand {
        font-size: 42px !important;
    }
}

#soc-icons ul {
    margin: 0;
    padding: 0;
}

#soc-icons .soc-icon {
    list-style: none;
    display: inline-block;
}

#soc-icons .soc-icon span {
    width: 24px;
    height: 24px;
    display:  block;
}
#soc-icons .soc-icon a {
    padding: 10px;
    display: block;
    width: 44px;
    height: 44px;
}
#soc-icon-facebook {
    background-image:url("../../images/icon-facebook.svg");
}
#soc-icon-linkedin {
    background-image:url("../../images/icon-linkedin.svg");
}
#soc-icon-instagram {
    background-image:url("../../images/icon-instagram.svg");
}
#soc-icon-twitter {
    background-image:url("../../images/icon-twitter.svg");
}

.content-page table {
    width: 100%;
    margin: 10px 0 30px;
}
.content-page thead tr {
    background: #4472c4;
    color: white;
}
.content-page th, .content-page td {
    padding: 5px;
}
.content-page tbody tr:nth-child(2n-1) {
  background: #d9e1f2;
}
.content-page table a, .content-page table a:hover {
    color: #1865cc;
    white-space: nowrap;
}