body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif
}

body {
    background: #00192d;
    color: #ffffff;
}

.w3-bar,
h1,
button {
  font-family: "Montserrat", sans-serif
}
#navslide-toggle {
    margin-top: 12px;
}
#navslide-toggle span,
#navslide-toggle span::before,
#navslide-toggle span::after {
    background: #ffffff;
}
.fa-anchor,
.fa-coffee {
  font-size: 200px
}

.w3-card, .w3-card-2 {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 39%), 0 2px 10px 0 rgb(0 0 0 / 54%);
}

.w3-container {
    padding: 10px 16px 10px !important;
    line-height: 30px !important;
    color: #02bbff !important;
    font-weight: bold !important;
}

.w3-padding-32 {
    padding-top: 10px !important;
    padding-bottom: 20px !important;
}

.w3-black, .w3-hover-black:hover {
    color: #ffffff !important;
    background-color: #00213b !important;
}

.w3-bar, h1, button {
    color: white !important;
}

.w3-container .w3-container {
    color: #ffffff;
    font-weight: bold;
}

.w3-margin {
    margin: 16px !important;
    margin-bottom: 30px !important;
}

.w3-jumbo {
    font-size: 2.1rem !important;
    font-weight: bold;
    line-height: 3rem;
}

/* .col-xs-7 {
    width: 150px !important;
    margin: auto;
} */

.div_btn_goToHome {
    text-align: center;
}

.btn_goToHome {
    position: relative;
    margin: auto;
    padding: 4px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    border: 2px solid #797070;
    border-radius: 10px;
    background: linear-gradient(#008eff, #012847);
    transition: all 0.3s;
    cursor: pointer;
    margin-top: 20px;
    min-width: 160px;
}

.btn_goToHome a {
    margin: 0 !important;
    display: block;
    height: 100%;
    padding: 0;
}

.btn_goToHome a:hover {
    color: #ffdd00;
}

a {
    text-decoration: none;
}

h3 {
    font-size: 16px;
    font-weight: bold;
}
.div_social .img_social {
    width: 40px;
}
.container-footer {
    background: #232323;
}
@media (min-width: 601px) {
    .w3-col.m8, .w3-twothird {
        width: 100%;
    }
}
@media (max-width: 420px) {
    .div_social .img_social {
        width: 35px;
    }
}
@media (max-width: 370px) {
    .w3-jumbo {
        font-size: 1.1rem !important;
    }

    .w3-twothird h2 {
        font-size: 1.3rem !important;
    }

    .w3-twothird h3, .w3-twothird span {
        font-size: 1.1rem !important;
    }
}