/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/template-overviews/full-width-pics)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)
 */
body {
    overflow-x: hidden;
}

#chatbot-div{
	visibility: hidden;
	height: 100%;
	width: 100%;
}

#d8iframe{
    position: absolute;
	bottom: 0;
	border-width: 0;
	padding: 0px;
	height: 100%;
	width: 100%;
}

#chatbot-container {
    position: fixed;
    bottom: 0;
    right: 0;
	width: 30vw;
	height: 30vw;
	z-index: 99;
}

#chatbot-img {
    width: 6vw;
	height: auto;
	position: absolute;
	bottom: 4vw;
	right: 5vw;
}

#chatbot-minimizeButton {
    width: 4vw;
	height: auto;
	position: absolute;
	z-index: 100;
	top: 0;
	right: 1vw;
}

.bubbleEffect:hover {
    transform:scale(1.3,1.3);
    -webkit-transform:scale(1.3,1.3);
    -moz-transform:scale(1.3,1.3);
}
.bubbleEffect:active {
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
}

#header-text {
	font-size: 10vw;
	color: #FDFDFF;
	font-weight: bold;
    z-index: 10;
    position: relative;
}

#subheader-text {
	font-size: 5vw;
	color: #FDFDFF;
	font-weight: 5;
    z-index: 10;
    position: relative;
}


#subsubheader-text {
	font-size: 3vw;
	color: #FDFDFF;
	font-weight: 5;
    z-index: 10;
    position: relative;
	margin: 0;
}

.standard-table{
	table-layout: fixed;
}

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.section-bg-image{
    width: 100vw;
    height: 100vh;
    background-size: cover;
	filter: brightness(50%);
    z-index: -1;
    position: absolute;
    object-fit: cover;
}

.normal-section-header-div{
    width: 100vw;
    background-size: cover;
    z-index: 1;
    position: relative;
    bottom:0px;
    left:0px;
    width:100%;
    height:50px;
	margin-bottom: 0px;
	background-color: black;
}

.section-bg-div{
    width: 100vw;
    background-size: cover;
    z-index: 1;
    position: relative;
}


.expertise-image{
    height: 10vw;
	width: auto;
    z-index: 0;
    position: relative;
	padding: 0;
	margin: 0;
}
.partners-side-image{
    object-fit: cover;
    height: 100%;
    width: 50vw;
    background-size: cover;
    z-index: 0;
    position: relative;
}
