@import url("https://fonts.googleapis.com/css?family=Montserrat");
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
header {
    display: block
}
a {
    background-color: transparent;
    color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
a:active,
a:hover {
    outline: 0
}
img.logo {
    width: 400px;
    /* margin-bottom: 50px; */
}
@media (max-width: 767px) {
  img.logo {
    width: 300px;
    /* margin-bottom: 50px; */
}
}
img {
    border: 0
}
*:focus {
    outline: 0
}
a:hover,
a:active,
a:focus {
    outline: 0;
    color: #c4903c;
    text-decoration: none;
}
header {
    display: block
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 24px;
    font-family: Montserrat, "Helvetica", "Arial", sans-serif;
    color: #fff
}
html,
body {
    height: 100%;
    width: 100%;
    display: block;
    position: relative
}
header {
    position: relative;
    overflow: hidden
}
img {
    max-width: 100%
}
p {
    margin-top: 0;
    margin-bottom: 1rem
}
.p-2 {
    padding-top: 7em !important;
    padding-bottom: 7em !important
}
.text-muted {
    color: #f5f5f5 !important;
    font-weight: 600;
}
.header {
    min-height: 600px;
    width: 100%;
    height: 100%;
    position: relative;
    display: table
}
.header .container {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle
}
#background {
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
    transform: scale(1.1) !important
}
.background {
    padding: 0px;
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
    z-index: -1;
    backface-visibility: hidden
}
.background .image {
    background-image: url("../img/bg.jpg");
    background-color: #dddddd;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%
}

.links {
    margin-top:10px;
    display:inline-block;
}
.links a {
    border: 1px solid #fff;
    padding: 5px 10px;
    margin: 0 5px;
}

.links a:hover, .links a:active, .links a:focus {
    outline: 0;
    background-color: #c4903c;
    color:#fff;
    border:1px solid #c4903c;
    text-decoration: none;
}