@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,700';

/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
    background-color: rgb(20, 20, 20);
    font-family: 'Open Sans', sans-serif;
}

body {
    margin: 0;
    margin-bottom: 60px;
    background-color: transparent;
    color: white;
}

h1 {
    font-weight: 700;
}

h1 a {
    color: white;
    text-decoration: none;
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .5s;
    -webkit-transition: .4s;
    transition: .4s;
}

h1 a:hover {
    color: rgb(214, 180, 70);
    text-decoration: none;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.6);
}

*:focus {
    outline: 0 !important;
}

.modal-content {
    border-radius: 0;
    background-color: rgba(40, 40, 40, 0.8);
}

.modal-header {
    border: none;
    padding: 30px 30px 15px 30px;
}

.modal-body {
    border: none;
    padding: 15px 30px;
}

.modal-footer {
    border: none;
    padding: 15px 30px 30px 30px;
}

.btn {
    border-radius: 0;
}

.btn-success {
    background-color: rgb(114, 191, 72);
    border: 0;
}

.btn-default {
    background-color: rgb(240, 240, 240);
    border: 0;
}

.btn-default:hover {
    background-color: rgb(200, 200, 200);
}

.modal input {
    border: 0;
    border-radius: 0;
    background-color: rgb(240, 240, 240);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal input:focus {
    outline: none;
}

.close {
    color: white !important;
    opacity: 0.8;
}

.close:hover {
    opacity: 0.6;
}


/* Custom page CSS
-------------------------------------------------- */


/* Not required for template or sticky footer method. */

.container {
    width: auto;
    max-width: 1100px;
    padding: 0 15px;
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
}

.container .text-muted {
    margin: 20px 0;
}

.col-md-4 {
    text-align: center;
}

.page-header img {
    padding-bottom: 8px;
}

.menu-item {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .5s;
    -webkit-transition: .4s;
    transition: .4s;
    border: 5px solid transparent;
    background-color: rgb(200, 200, 200);
    color: #fff;
    display: block;
    height: 180px;
}

.menu-item p {
    font-size: 25px;
}

.menu-item i {
    font-size: 50px;
    padding-bottom: 20px;
}

.menu-item img {
    height: 50px;
    padding-bottom: 20px;
    text-align: center;
}

.menu a:hover {
    text-decoration: none;
}

.menu a:hover>.menu-item {
    border: 5px solid rgb(255, 255, 255);
}

.menu a:hover>.menu-item>.working {
    color: white;
}

.alert {
    border-radius: 0;
}

.alert-danger {
    background-color: rgb(250, 100, 100);
    color: white;
    border: none;
}

@media (min-width:992px) {
    .col-md-4 {
        text-align: center;
        width: 33.33333333%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
    }
}

.next {
    display: none;
}

.a {
    background-color: rgb(40, 171, 227);
}

.b {
    background-color: rgb(14, 190, 151);
}

.c {
    background-color: rgb(255, 90, 90);
}

.d {
    background-color: rgb(114, 201, 72);
}

.e {
    background-color: rgb(135, 89, 182);
}

.f {
    background-color: rgb(126, 182, 242);
}

.g {
    background-color: rgb(214, 180, 70);
}

.h {
    background-color: rgb(255, 110, 70);
}

.i {
    background-color: rgb(40, 40, 40);
}

.j {
    background-color: rgb(255, 165, 0);
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

#background {
    height: 100%;
    width: 100%;
    z-index: -1;
    position: fixed;
    background-image: url(images/background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.working {
    position: absolute;
    top: 15px;
    left: 30px;
    color: transparent;
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .5s;
    -webkit-transition: .4s;
    transition: .4s;
}

.color {
    color: rgb(214, 180, 70);
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .5s;
    -webkit-transition: .4s;
}

.contact {
    padding-bottom: 10px;
    font-size: 20px;
    display: table;
}

.contact:hover>span>i {
    color: white;
}

a.text {
    color: white;
    font-weight: 700;
    margin-left: 5px;
    padding-top: 5px;
}