@charset "utf-8";
.logoId {
    max-height: 70px;
    margin-left: -27px;
    margin-right: -50px;
}

.navbar-brand
{
    position: relative;
    width: 170px;
    left: 15px;
    max-height: 70px; /* height of the navbar */
}

header .socialNetworkNavBar {
	text-align: center;
	display: block;
	margin-top: 60px;
	clear: both;
}
header .socialNetworkNavBar .socialNetworkNav {
	border-radius: 50%;
	cursor: pointer;
}
header .socialNetworkNavBar .socialNetworkNav img:hover {
	opacity: 0.5;
}
h1, h2, h3, h5
{
	color: #5d0f95;
	font-weight: bold;
}
h5
{
  font-size: xx-large;	
}

h3{
font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"  !important;
}

p
{
	color: #5d0f95;
	font-weight: bold;
}


.my-4
{
	font-size:x-large;
}

.my-5
{
	font-size:xx-large;
}

.logoImg 
{
  position:relative;
  top:-80px;
  z-index:1;
  width:120%;
  height:120%;	
}

.jumbotron {
  position:relative;
  overflow:hidden;
}

.jumbotron .container {
  position:relative;
  z-index:2;
  
  background:rgba(0,0,0,0.2);
  padding:2rem;
  border:1px solid rgba(0,0,0,0.1);
  border-radius:3px;
}

.jumbotron-background {
  object-fit:cover;
  font-family: 'object-fit: cover;';
  position:absolute;
  top:0;
  z-index:1;
  width:100%;
  height:100%;
  opacity:0.35;
}

img.blur {
  -webkit-filter: blur(4px);
  filter: blur(4px);
  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
}

.card {
	height: 100%;
}

.rtJust {
	margin-left:50%;
}

@media screen and (max-width: 1500px) {
.bottomAddress {
	margin-left:10%;
	margin-top:2%;
	}
.bottomImageCenter{
/*	display:flex;*/
/*	height: 40%;*/
	margin-left:35%;
	}	
.topBottomImage{
/*	display:flex;*/
/*	height: 40%;*/
	margin-left:10%;
	}
}

@media screen and (max-width: 1200px) {
.bottomAddress {
	margin-left:15%;
/*	margin-top:-6%;*/
	}
.bottomImageCenter{
/*	display:flex;*/
/*	height: 40%;*/
	margin-left:35%;
	}	
.topBottomImage{
/*	display:flex;*/
/*	height: 40%;*/
	margin-left:10%;
	}
}

@media screen and (max-width: 992px) {
.bottomAddress {
	margin-left:6%;
/*	margin-top:-6%;*/
	}
.bottomImageCenter{
/*	display:flex;*/
/*	height: 40%;*/
	margin-left:5%;
	}	
.topBottomImage{
/*	display:flex;*/
/*	height: 40%;*/
	margin-left:10%;
	}
}

@media screen and (max-width: 768px) {
.bottomAddress {
	margin-left:0%;
/*	margin-top:-6%;*/
	}
.bottomImageCenter{
/*	display:flex;*/
/*	height: 40%;*/
	margin-left:1%;
	}	
.topBottomImage{
/*	display:flex;*/
/*	height: 40%;*/
	margin-left:1%;
	}
}
@media screen and (max-width: 703px) {
.bottomAddress {
	margin-left:-5%;
	padding-left: 18px;
/*	margin-top:-6%;*/
	}
.bottomImageCenter{
/*	display:flex;*/
	height: 0%;
	margin-left:-2%;
	}	
.topBottomImage{
/*	display:flex;*/
/*	height: 40%;*/
	margin-left:-2%;
	}
}


@media screen and (max-width: 576px) {
.bottomAddress {
	margin-left:30%;
/*	margin-top:-6%;*/
	}
.bottomImageCenter{
/*	display:flex;*/
/*	height: 40%;*/
	margin-left:25%;
	}	
.topBottomImage{
/*	display:flex;*/
/*	height: 40%;*/
	margin-left:25%;
	}
}


body {
 background: url("../images/RainbowColorSunsBackground.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;

}
.opacity-0 {
  opacity:0!important;
}
.opacity-1 {
  opacity:0.2!important;
}
.opacity-2 {
  opacity:0.4!important;
}
.opacity-3 {
  opacity:0.6!important;
}
.opacity-4 {
  opacity:.8!important;
}
.opacity-5 {
  opacity:1!important;
}