﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 100px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
/* New Nav Style
-------------------------------------------------- */
.navbar {
    position: relative;
    background-color: #232027;
}


.view, body, html {
   /* height: 100%*/
}

.navbar {
    background: rgb(35,32,39);
    background: linear-gradient(175deg, rgba(35,32,39,1) 0%, rgba(50,46,55,1) 40%, rgba(75,70,81,1) 100%);
}

.page-footer, .top-nav-collapse {
    background-color: #1C2331
}

@media only screen and (max-width:768px) {
    .navbar {
        background-color: #1C2331
    }
}



/* Navbar Buttons
-------------------------------------------------- */
.btn-outline-primary{
    color:white;
    outline-color:white;
    border-color:white;
    margin-right:10px;
    
}
    .btn-outline-primary:hover {
        background-color: white;
        color: black;
        outline-color: black;
        border-color: black;
    }
/* owlcrousel
-------------------------------------------------- */
.slider {
    position: relative;
    left: 20%;
    width: 70%;
    height:400px;
    top:3%;
}

.dropdown-left{
    left:-145px !important;
}
/*.Video-text {
    text-align: center;
    align-content: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-top:10%;
    margin-left:10px;
}
*/