/* Import */

@import url("//fonts.googleapis.com/css?family=Fira+Sans:300,600,900");

/* Global */

::-webkit-scrollbar-track,
::-webkit-scrollbar {
    background: white;
}

::-webkit-scrollbar {
    width: 4px;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #aaa;
}

a,
button,
.btn,
[ng-click] {
    cursor: pointer;
    outline: 0 !important;
    text-decoration: none !important;
}

body {
    font-family: "Fira Sans", sans-serif;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}


/* Footer */

footer {
    background: #eee;
    text-transform: uppercase;
    padding: 50px 0;
}

footer a {
    margin-left: 20px;
}


/* Manzel button */

.btn-manzel {
    border-width: 2px;
    font-weight: 600;
    border-radius: 1000px;
    padding: 10px 20px;
    font-size: 1.05rem;
}

.btn-manzel.btn-outline-warning.active,
.btn-manzel.btn-outline-warning:hover {
    color: #fff !important;
}

.navbar-btn.up {
    margin-top: -300px;
}

section.cover .btn-manzel {
    background: #fff;
}


/* Navbar */

.navbar {
    border-bottom: 1px solid #eee;
    background: rgba(255, 255, 255, 0.9);
}

.navbar .navbar-brand {
    font-size: 1.5rem;
    padding: 1rem 0;
}


/* Warning color */

.bg-warning,
.btn-warning,
.btn-outline-warning.active,
.btn-outline-warning:hover,
.btn-outline-warning:active {
    background-color: #FF8C00 !important;
}

.btn-outline-warning,
.text-warning {
    color: #FF8C00;
}

.btn-outline-warning,
.text-warning,
.btn-outline-warning.active {
    border-color: #FF8C00;
}


/* Section */

section {
    padding-top: 120px;
    padding-bottom: 120px;
}

section h1 {
    font-size: 3rem;
    font-weight: bold;
}

section h3 {
    line-height: 2.8rem;
}

section .images,
section .images-window {
    text-align: center;
}

section .images img {
    box-shadow: 0 0 0 12px rgb(234, 237, 241);
    width: 540px;
    transition: all 0.2s;
}

section .images-window .header {
    background: rgba(0, 0, 0, 0.1);
    text-align: left;
    width: 100%;
    padding: 8px 15px;
    cursor: default;
    border-radius: 4px 4px 0 0;
}

section .images-window .header span {
    background: rgba(0, 0, 0, 0.1);
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    margin-top: 7.5px;
    margin-right: 4px;
}

section .images-window .header span:hover {
    background: rgba(0, 0, 0, 0.3);
}

section .images-border img {
    border: 10px solid rgba(255, 255, 255, 0.5);
    box-sizing: content-box;
    transition: all 0.2s;
}

section.gray {
    background: #f2f2f4 !important;
}

section.cover {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    box-shadow: inset 0 0 0 10000px rgba(255, 255, 255, 0.8);
}

section.bg {
    background-position: center;
    background-size: cover;
}

@media (min-width: 767px) {
    section.cover {
        position: relative;
        background-position-y: 0px;
    }
    section.cover .content {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }
}


/* Section: GoNevis */

#gonevis {
    min-height: 500px;
}


/* Section: SEO */

#seo .icon {
    border: 10px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    line-height: 170px;
}


/* Section: Apperance */

#apperance {
    background-attachment: fixed;
    box-shadow: inset 0 0 0 1000px rgba(23, 162, 184, 0.8);
}

#apperance img {
    width: 512px;
    max-width: 100%;
}


/* Section: Team */

#team {
    box-shadow: inset 0 0 0 1000px rgba(0, 150, 95, 0.8);
}


/* Section: CTA */

#cta {
    background-color: #24292e;
    background-size: 0;
    text-align: center;
}

@media screen and (min-width: 992px) {
    #cta {
        height: 700px;
        background-size: initial;
        background-position: 80% 100px;
        background-repeat: no-repeat;
        text-align: left;
    }
}

#cta h1,
#cta a {
    background: #24292ebb !important;
    display: inline-block;
}

#cta h1 {
    padding: 15px;
    padding-left: 0;
}

#cta a {
    margin-top: 50px;
    padding: 15px 30px;
    font-size: 1.2em;
}

#cta a:hover,
#cta a:focus {
    background: #fff !important;
    color: #24292e !important;
}


/* Carousel */

.carousel-indicators {
    top: -30px;
    left: initial;
    right: 12px;
    margin: initial;
}

.carousel-indicators li {
    background: rgba(0, 0, 0, 0.1);
    height: 15px;
    cursor: pointer;
}

.carousel-indicators .active {
    background-color: darkorange;
    cursor: default;
}


/* Cover inset */

.cover-inset {
    height: 450px;
    margin-bottom: -150px;
    background-position: center;
    background-size: cover;
    margin-top: -85px;
}


/* Markdown */

.markdown h1,
.markdown h2,
.markdown h3 {
    margin-top: 3rem;
    margin-bottom: 1rem;
}
