.adCode {
	margin-top: 20px;
	font-size: small;
}
#itemTitleSpan {
	color: #830100;
	font-weight: bold;
}
#belowText {
	margin-top: 20px;
}


/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (http://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

.carousel-item {
  height: 65vh;
  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;
}

video-frame { width:100%;height:400px;margin:20px 0; }
@media ( max-width:500px ) {
 .video-frame { height:315px; }
}

.faux {
    width: 100%;
    height: auto;
}
.sharer2 {
	border: 1px solid #eee;
	border-left: none;
	border-right: none;
	margin: 10px 0;
	padding: 10px 0;
	background-color: #3B63C2;
	color: #FFF;
	width: 100%;
	text-align: center;
	font-size:20px;
	letter-spacing:1px;
	font-family:"Helvetica Neue";
	border-radius: 5px;
}



/* Tutorial @ http://www.w3schools.com/howto/howto_css_modals.asp */
/* Code Source @ http://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_modal2 */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 200px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 30%; /* width of modal popup window */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: black;
    float: right;
    font-size: 18px;
    font-weight: bold;
}
.close2 {
    color: black;
    font-size: 18px;
    font-weight: bold;
	text-decoration: underline;

}

.close:hover,
.close:focus {
	color: black;
    text-decoration: none;
    cursor: pointer;
}


.modal-header {
	color: black;
    padding: 2px 16px;
    color: black;
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.modal-body {
	padding: 2px 16px;
	font-size: 18px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	}

.modal-footer {
    padding: 2px 16px;
    color: black;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (max-width : 500px) {
	.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 100%; /* width of modal popup window */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

}
