html {
        font-size: 0.7rem;
    }
/* 
    h1.main-heading {
        font-size: 2.8em;
    } */

body > header h1 {
	font-size: 4.8rem;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
    line-height: 1.1;

    /*style to make h1 adjust to size */
    white-space: nowrap;
    font-size: 10.5vw;
}

body > header h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 1.6rem;
	text-align: center;
	color: #666;
    line-height: 1.1;
}

/* reduce heading font sizes on small devices */
/* @media (max-width: 767px) {
	body > header h1 {
		font-size: 50px;
	}
	
	body > header h2 {
		font-size: 18px;
	}
}
*/
.navbar-dark {
    background-color: #222 !important;
    border-color: #080808;
}

.navbar .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
/*
@media (min-width: 768px){
	.navbar-nav > li {
		float: none;
	}
} */

.carousel .carousel-item {
	background-size: 100% 100%;
}

.carousel-inner .carousel-item > img {
	width: 100%;
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}

.carousel-heading {
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 0px;
	font-size: 25px;
	background: #333;
	color: #fff;
	padding: 10px 20px;
	padding-left: 40px;
	display: inline-block;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	border-radius: 0;
	position: absolute;
	left: -20px;
	bottom: 0px;
	transform: skew(-30deg);
}

.carousel-heading > span {
	transform: skew(30deg);
	display: inline-block;
}

.carousel-subheading {
	font-size:19px;
	background:#f54828;
	display:inline-block;
	padding:5px 20px;
	color:#fff;
	border-radius:0;
	margin-bottom:15px;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	font-weight:600;
}

.carousel-text {
	font-size:14px;
	display:inline-block;
	padding:0px 10px;
	color:#fff;
	border-radius:5px;
	font-weight:900;
	text-transform:uppercase;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
}

section#content {
	padding-bottom: 0.1em;
}

.shadow-container {
	box-shadow: -3px -3px 10px #333,
				-3px 3px 10px #333,
				3px -3px 10px #333,
				3px 3px 10px #333;
	margin: 2em auto;
	border-radius: 4px;
	padding: 2em;
}

.card {
    margin-bottom: 20px;
}

.card .card-header h3 {
    font-weight: bold;
    margin-bottom: 0px;
}

.card .card-header h3 a:not(.btn) {
    color: inherit;
}

/*
.block .card-header {
	border-bottom: none;
}

.block .card-header h3 {
	margin: 0px;
	font-weight: bold;
}
*/

#blog img {
    margin-bottom: 1rem;
}

blockquote p:before {
    content: "“";
    font-size: 300%;
    position: absolute;
	left: 15px;
	top: -20px;
}

blockquote p:after {
	content: "”";
    font-size: 300%;
    position: absolute;
}

blockquote.blockquote p,
footer.blockquote-footer {
	padding-left: 20px !important;
}

body > footer {
	padding: 1.5em;
	background-color: black;
}
/*
body > footer .breadcrumb {
  padding: 0px;
  margin-bottom: 0px;
  background-color: inherit;
  border-radius: 0px;
}

body > footer .breadcrumb > li + li:before {
  content: "|";
}

body > footer .breadcrumb > .active {
  color: #777;
} */

/**************************************************************************************************/
/************************************** Media Queries - Start *************************************/
/**************************************************************************************************/

/* @media (min-width: 1200px) {
  html {
    font-size: 18px;
  }
}

@media (min-width: 1550px) {
	body:not(.lg-on) {
		box-sizing: border-box;
		transform: scale(1.3);
		transform-origin: 0 0 0;
		width: 76.923%; * actually it is oldwidth/scale for example here its 100%/1.3 = 76.923% *
		margin-left: 0px;
		margin-right: 0px;;
	}
    
    #myModal > .modal-dialog {
		box-sizing: border-box;
		transform: scale(1.3);
		transform-origin: center top;
	}
}

@media (min-width: 1920px) {
	body:not(.lg-on) {
		box-sizing: border-box;
		transform: scale(1.5);
		transform-origin: 0 0 0;
		width: 66.667%; * actually it is oldwidth/scale for example here its 100%/1.5 = 66.667% *
	}
    
    #myModal > .modal-dialog {
		box-sizing: border-box;
		transform: scale(1.5);
		transform-origin: center top;
	}
} */

/**************************************************************************************************/
/************************************** Media Queries - Ends **************************************/
/**************************************************************************************************/

/* responsive sizing - start */
@media (min-width: 576px) { /* sm size */
    html {
        font-size: 0.8rem;
    }

    body > header h1 {
	    /* font-size: 5.6rem !important; */
    }

    body > header h2 {
	    /* font-size: 1.8rem; */
    }

    h1.main-heading {
        font-size: 2.8em;
    }

    header.frame-border {
        -moz-border-radius: 10px 10px 0px 0px;
        border-radius: 10px 10px 0px 0px;
    }

    .container {
        max-width: 90%;
    }

    #content > div.container {
        -moz-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
    }

    footer.frame-border {
        -moz-border-radius: 0px 0px 10px 10px;
        border-radius: 0px 0px 10px 10px;
    }

    /* reset navbar-brand behaviour to default */
    .navbar .navbar-brand {
        width: auto;
        overflow: visible;
    }

    /* reset navbar-toggler behaviour to default */
    .navbar .navbar-toggler {
        position: static;
        /* right: 0px; */
    }

    /* body {
        padding-top: 60px; /* since navbar is fixed-top. styling for all except xs *
    }

    .headings {
        margin-bottom: 40px; /* styling for all except xs *
    }

    fieldset.block {
        margin-bottom: 40px; /* styling for all except xs *
    }

    .attached .modal-dialog.modal-lg {
        max-width: 90%;
    } */
}

@media (min-width: 768px) { /* md size */
    html {
        font-size: 0.8rem;
    }

    body > header h1 {
	    font-size: 5.6rem !important;
    }

    h1.main-heading {
        font-size: 2.312em;
        text-shadow: #386553 -3px -3px 1px, /* lighter #469877 */
                    #386553 -2px -3px 1px,
                    #386553 0px -3px 1px,
                    #386553 2px -3px 1px,
                    #386553 3px -3px 1px,
                    
                    #386553 -3px -2px 1px,
                    #386553 -2px -2px 1px,
                    #386553 0px -2px 1px,
                    #386553 2px -2px 1px,
                    #386553 3px -2px 1px,
                    
                    #386553 -3px 0px 1px,
                    #386553 -2px 0px 1px,
                    #386553 2px 0px 1px,
                    #386553 3px 0px 1px,
                    
                    #386553 -3px 2px 1px,
                    #386553 -2px 2px 1px,
                    #386553 0px 2px 1px,
                    #386553 2px 2px 1px,
                    #386553 3px 2px 1px,
                    
                    #386553 -3px 3px 1px,
                    #386553 -2px 3px 1px,
                    #386553 0px 3px 1px,
                    #386553 2px 3px 1px,
                    #386553 3px 3px 1px,
                    
                    #666 -3px 3px 3px;
    }

    blockquote p:before {
	    content: "“";
        font-size: 300%;
        position: absolute;
	    left: -15px;
	    top: -20px;
    }

    blockquote p:after {
	    content: "”";
        font-size: 300%;
        position: absolute;
    }

    blockquote.blockquote p,
    footer.blockquote-footer {
	    padding-left: 0px !important;
    }
}

@media (min-width: 992px) { /* lg size */
    html {
        font-size: 0.9rem !important;
    }

    h1.main-heading {
        font-size: 2.9em;
        text-shadow: #386553 -3px -3px 2px, /* lighter #469877 */
                    #386553 -2px -3px 2px,
                    #386553 0px -3px 2px,
                    #386553 2px -3px 2px,
                    #386553 3px -3px 2px,
                    
                    #386553 -3px -2px 2px,
                    #386553 -2px -2px 2px,
                    #386553 0px -2px 2px,
                    #386553 2px -2px 2px,
                    #386553 3px -2px 2px,
                    
                    #386553 -3px 0px 2px,
                    #386553 -2px 0px 2px,
                    #386553 2px 0px 2px,
                    #386553 3px 0px 2px,
                    
                    #386553 -3px 2px 2px,
                    #386553 -2px 2px 2px,
                    #386553 0px 2px 2px,
                    #386553 2px 2px 2px,
                    #386553 3px 2px 2px,
                    
                    #386553 -3px 3px 2px,
                    #386553 -2px 3px 2px,
                    #386553 0px 3px 2px,
                    #386553 2px 3px 2px,
                    #386553 3px 3px 2px,
                    
                    #666 -3px 3px 3px;
    }

    .navbar-light {
        font-size: 0.9em;
    }
}

@media (min-width: 1200px) { /* xl size */
    html {
        font-size: 1.0rem;
    }

    h1.main-heading {
        text-shadow: #386553 -4px -4px 2px, /* lighter #469877 */
                    #386553 -2px -4px 2px,
                    #386553 0px -4px 2px,
                    #386553 2px -4px 2px,
                    #386553 4px -4px 2px,
                    
                    #386553 -4px -2px 2px,
                    #386553 -2px -2px 2px,
                    #386553 0px -2px 2px,
                    #386553 2px -2px 2px,
                    #386553 4px -2px 2px,
                    
                    #386553 -4px 0px 2px,
                    #386553 -2px 0px 2px,
                    #386553 2px 0px 2px,
                    #386553 4px 0px 2px,
                    
                    #386553 -4px 2px 2px,
                    #386553 -2px 2px 2px,
                    #386553 0px 2px 2px,
                    #386553 2px 2px 2px,
                    #386553 4px 2px 2px,
                    
                    #386553 -4px 4px 2px,
                    #386553 -2px 4px 2px,
                    #386553 0px 4px 2px,
                    #386553 2px 4px 2px,
                    #386553 4px 4px 2px,
                    
                    #666 -3px 3px 3px;
    }

    .navbar-light {
        font-size: 0.8em;
    }
}

/* custom breakpoint added */
@media (min-width: 1367px) {
    html {
        font-size: 1.0rem;
    }

    #content > .container, .navbar .container, .navbar + .container {
        max-width: 1310px !important;

    }

    h1.main-heading {
        text-shadow: #386553 -4px -4px 2px, /* lighter #469877 */
                    #386553 -2px -4px 2px,
                    #386553 0px -4px 2px,
                    #386553 2px -4px 2px,
                    #386553 4px -4px 2px,
                    
                    #386553 -4px -2px 2px,
                    #386553 -2px -2px 2px,
                    #386553 0px -2px 2px,
                    #386553 2px -2px 2px,
                    #386553 4px -2px 2px,
                    
                    #386553 -4px 0px 2px,
                    #386553 -2px 0px 2px,
                    #386553 2px 0px 2px,
                    #386553 4px 0px 2px,
                    
                    #386553 -4px 2px 2px,
                    #386553 -2px 2px 2px,
                    #386553 0px 2px 2px,
                    #386553 2px 2px 2px,
                    #386553 4px 2px 2px,
                    
                    #386553 -4px 4px 2px,
                    #386553 -2px 4px 2px,
                    #386553 0px 4px 2px,
                    #386553 2px 4px 2px,
                    #386553 4px 4px 2px,
                    
                    #666 -3px 3px 3px;
    }

    /* .attached.modal-lg {
        max-width: 1400px;
    } */
}

/* custom breakpoint added */
@media (min-width: 1680px) {
    html {
        font-size: 1.0rem;
    }

    #content > .container, .navbar .container, .navbar + .container {
        max-width: 1600px !important;

    }
}
/* responsive sizing - end */