/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
    padding-top: 54px !important;
    background-color: rgb(229,238,254);
    background-image: url(../img/sky.jpg);
    background-repeat: no-repeat;
    background-position: 0% 5%;
}
p {
    margin-top: 25px;
}

.bde_btab {
	color: #32F200;
	font-weight: bolder;
	text-shadow: 2px 2px 2px #000;	
}
.featured {
    padding: 1em 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .7rem;
    border: rgb(226,66,52) solid 3px;
    font-weight: bold;
    font-style: italic;
    font-size: 1.1rem;
}
.hdr-logo {
    position: absolute;
    right: 75%;
    top: 10px;
    z-index: 1;
}
.hdr-flag {
    position: absolute;
    right: 50px;
    top: 75px;
    z-index: 2;
}
.img-rt {
    float: right;
    margin: 0px 0px 20px 20px;
    max-width: 500px;
    border-radius: .5rem;
    border: rgba(0,0,0,1.00) solid 2px;
}
.img-rt-noradius {
    float: right;
    margin: 0px 0px 20px 20px;
    max-width: 500px;
}
.navbar-hgt {
    margin-top: -50px;
}
.back-grey-trans {
    background-color: rgba(52,58,64,0.50);
}
.head-txt {
    background-color: rgba(110,110,110,0.5);
    border-radius: .5rem;
    border: 2px solid #000;
    max-width: 300px;
    margin: 0px auto 0px auto;
}
.content-border {
    border-left: #000 solid 2px;
    border-right: #000 solid 2px;
    margin-top: -25px !important;
    padding: 20px 40px 20px 40px;
    background-color: rgba(244,244,244,0.84);
}
.img-right {
    float: right;
    margin-left: 20px;
}
.nav-top {
    position: absolute;
    z-index: 1000 !important;
}
.cntr-txt {
    text-align: center;
}
/*---Horizontal List---*/


/* =Inline bulleted lists
-------------------------------------------------------------- */
.list-horizontal li {
    display: inline-block;
}
.list-horizontal li:before {
    content: '\00a0\2022\00a0';
    color: #999;
    color: rgba(0,0,0,0.5);
    font-size: 2rem;
}
/*.list-horizontal li:first-child:before {
	content: '';
}*/

/*Responsive Youtube Video*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 40px !important;
    left: 0;
    width: 100%;
    height: 100%;
}
/*--- CRAZY FONT FORMATTING ---*/
.orange {
    color: #EB8A38;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
}

.big-orange {
    color: #EB8A38;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
    font-size: 3rem;
}
.big-red {
    color: rgb(193,31,52);
    font-weight: bold;
    text-shadow: 1px 1px 1px #454444;
    font-size: 1.75rem;
}
.big-red-1 {
    color: rgb(193,31,52);
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
    font-size: 3rem;
}
.big-green {
    color: #00D900;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
    font-size: 2rem;
}
.btab {
    border: rgb(193,31,52) solid 3px;
    border-radius: 10%;    
}
.cntr-img {
    display: block !important;
    margin: 0 auto !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	h1 {font-size: 24px !important;}
}


@media (max-width: 768px) {
.btab {
    display: block;
    height: auto;
    margin: 0 auto;
    float: none !important;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 992px) {
body {
    padding-top: 56px;
}
}
.carousel-item {
    height: 75vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.portfolio-item {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
.img-rt {
    float: none;
    display: block;
    margin: 0px;
    width: 100%;
    border-radius: .5rem;
    border: rgba(0,0,0,1.00) solid 2px;
}
	.hdr-logo {
    position: absolute;
    right: 15px !important;
    top: 10px;	
}
	.logo-sm {
    max-width: 175px !important;
}
.hdr-flag {
	position: absolute;
    right: 50px;
    top: 200px;
    z-index: 2;
}
}

@media (max-width: 1199px) {
.smaller-nav {
    font-size: 18px !important;
}
.logo-sm {
    max-width: 200px;
}
}

@media (min-width: 1600px) {
.container {
    max-width: 1540px;
}
}
@media (max-width: 360px) {

	.hdr-logo {
    position: absolute;
    right: -15px !important;
    top: 10px;	
}
	.logo-sm {
    max-width: 125px !important;
}
.hdr-flag {
	position: absolute;
    right: 10px !important;
    top: 155px;
    z-index: 2;
	max-width: 125px !important;
}
	.flag-sm {
		max-width: 100px !important;
	}
}
