@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    height: 100vh;
    margin: 0;
}

h1, h3 {
    font-weight: 200;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 48px;
    font-weight: 100;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}

.panel, .well, .btn, .navbar {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.well, .btn {
    border-radius: 12px;
}

.well {
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.well::after {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
}

.well:hover {
    background-color: #008080 !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

/* Fade in the pseudo-element with the bigger shadow */
.well:hover::after {
  opacity: 1;
}

.well {
    border: 0px solid #000;
}

[v-cloak] {
  display: none;
}

.panel-heading {
    font-size: 18px;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.navbar-default, .dropdown-menu {
    background-color: #088a85;
    border-color: #088a85;
    color: #fff !important;
}

.navbar-default .navbar-nav>li>a, .navbar-brand {
    color: #fff !important;
}

.dropdown-menu>li>a {
    color: #fff !important;
}

.dropdown-menu>li>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background: #428bca !important;
}

.btn-video{background-color: #428bca; color: white; font-weight: 700;}
