/*

Bulls Bay Group
Baysys

Color theme:
X
Y
Z

*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Gruppo&display=swap');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poiret+One&display=swap');
@import url('https://fonts.googleapis.com/css?family=Syncopate:400,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Viga&display=swap');


@font-face {
  font-family: gotham-bold;
  src: url('https://baysys-demo.s3.amazonaws.com/static/pages/assets/fonts/gotham-bold.otf');
}

@font-face {
  font-family: gotham-regular;
  src: url('https://baysys-demo.s3.amazonaws.com/static/pages/assets/fonts/gotham-regular.otf');
}

@font-face {
  font-family: gotham-book;
  src: url('https://baysys-demo.s3.amazonaws.com/static/pages/assets/fonts/gotham-book.otf');
}

body {
font-family: "gotham-book", "Helvetica Neue", Arial, sans-serif;
}

a
{
color: #023b59;
}

.title {
    font-family: gotham-bold;
    font-weight: 300;
}

.card-title {
    font-family: gotham-book;
}

.sidebar .logo .simple-text, .off-canvas-sidebar .logo .simple-text {
    text-transform: none;
    font-weight: 600;
}
.bg-primary
{
    background-color: #ccd600 !important;
}

.bg-secondary
{
    background-color: #023b59 !important;
}

.blockquote-secondary
{
    border-color: ##023b59;
    color: ##023b59;
}

.jumbotron
{
	margin-bottom: 0rem;
	padding-top: 10px;
	padding-bottom: 10px;
}

.container-fluid
{
	padding-left: 15px;
	padding-right: 15px;
	max-width: 95%;
}

.bbg_header_image
{
	background-image: url(../img/baysys_bg_001.jpg);
	background-repeat: no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size: cover;
	background-position: center;
	min-height: 32rem;

}

.bbg_header
{
	border: 0px solid black;
	opacity: 1.0;
	background-color: rgba(0,0,0,0.2);
	min-width: 17.75rem;
	margin-top: 0.1rem;
	margin-left: 1rem;
}

.page-header {
  min-height: 32rem;
  max-height: 999px;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-login-header {
  max-height: 999px;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.bbg-logo-sm {
    max-width: 10rem;
}

.btn-primary {
    background-color: #ccd600;
    color: #343a40!important;
}
.display-1
{
	font-family: 'Viga', cursive;
	font-size: 3.2rem;
	font-weight: 400;
	padding-top: 1.2rem;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0rem;
	color: #f9f9f9 !important;
}

.display-5
{
	font-family: 'Viga', 'Gruppo', 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 3.2rem;
	color: #f9f9f9;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.lead-1
{
	font-family: 'Viga', sans-serif;
	font-size: 0.9rem;
	color: #212529 !important;
	margin-bottom: 0px;
	margin-left:0px;
	padding-left: 1.5rem;
	background-color: #f2f2f2a1;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.footer
{
	padding-top:0.75rem;
	padding-bottom: 0.75rem;
}

.panel-header-sm {
    height: 135px;
}

.panel-header-md {
    height: 185px;
}

.panel-header-md .header{
    padding-left: 42px;
}

.card label
{
font-size: 0.8571rem;
}

.table
{
font-size: 0.82rem;
}

.table>thead>tr>th
{
font-size: 0.8571rem;
}

.form-group input[type=file].skov-form-file-upload
{
    opacity: 1;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.skov-icon
{
font-size: 1.6rem;
}


.badge {
    border-radius: .875rem;
    padding: 3px 4px;
    text-transform: uppercase;
    font-size: .7142em;
    font-weight: 400;
    line-height: 1;
    background-color: #ccd600;
    border: 0px solid;
    color: #343a40;
    margin-top: 1px;
    margin-bottom: 4px;
    vertical-align: middle;
    text-align: center;
}

.alert.alert-info {
    background-color: #1a395d75;
}

.alert.alert-success {
    background-color: #1174846e;
}

.alert.alert-warning {
    background-color: #d69f46b8;
}

.section.section-about-us{
    padding: 2.8rem 0;
}
