

/*----- IMAGE */
.picThumbnail {
	height: 250px;
	overflow: hidden;
	background-position: center;
	margin: 10px 0 10px 0;
	border: 1px solid #999;
}

/*----- COLOR */

.uvOrange {
	color: #FF7003;
}

.uvBlue {
	color: #0D3268;
	font-weight: 600;
}

.btn-bg {
    background-color: #FF7003 !important;
}

.btn-bg:hover {
    background-color : #0A1432 !important;
}

.intro-bg {
    background-color: rgba(10,20,50,0.75);
}

.uvWhite {
	color: #F5F2DA;
}

.team-headshot-style {
    object-position: 50% 0%; 
    border-radius: 50%;
}

.gray {
	color:#666;
}

.pt-serif-regular {
  font-family: "PT Serif", serif;
  font-weight: 500;
  font-style: normal;
}

.pt-serif-bold {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
}

.pt-serif-regular-italic {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: italic;
}

.pt-serif-bold-italic {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: italic;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.container {
    flex: 1;
    padding-bottom: 70px !important;
}

hr {
    border-top-width: 3px;
    border-top-style: dotted;
    border-top-color: #FF7003;
    background-color: transparent;
    opacity: 1;
}

.page-footer {
	background-color : #0A1432;
	height:70px;
}

.footer-copyright {
	background-color : #ffffff;
}
.copywrite-box {
	height: 70px;
}
@media (max-width: 768px) {
    .align-copywrite {
	    justify-content: center !important;
    }
    .som-logo {
        justify-content: center !important;
    }
}


#footer-email:hover {
	color: #ce93d8;
}
.som-logo {
    max-height:70px; 
    padding:5px;
}

.bg-image-0 {
	background-image: url(../img/uva-som-exterior.jpg);
	background-position: 50% 10%;
	background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100%;
}
.bg-image-1 {
    background-image: url(../img/aerial-hospital.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100%;
}

.bg-image-2 {
    background-image: url(../img/lawn-aerial-scaled.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100%;
}
.bg-image-3 {
    background-image: url(../img/newcomb-hall-resize.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100%;
}

#home-page-header{
    font-weight: 600;
}
.page-header {
	min-height: 200px;
}

@media screen and (max-width: 768px) {
	.display-2 {
		font-size: 3.0rem;
	}
}

.text-color {
    color: #FFFFFF;
}
.text-shadow {
    text-shadow: 
        -1px -1px 0 #000,
        0px -1px 0 #000,
        1px -1px 0 #000,
        1px 0px 0 #000,
        1px 1px 0 #000,
        0px 1px 0 #000,
        -1px 1px 0 #000,
        -1px 0px 0 #000;
}
.text-color a{
    color: #FFFFFF;
}
.text-color a:hover{
    color: #FF7003;
}
.image-color-fix {
    color: #0D3268 !important;
}
.image-color-fix a{
    color: #0D3268;
}


.mobile-menu-icon-fix {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2813, 50, 104, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler-fix {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: .25rem;
  transition: box-shadow .15s ease-in-out;
  border-color: rgba(13, 50, 104, 0.55);
}
.navbar-toggler-fix:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 50, 104, 0.55);
}

@media screen and (min-width: 992px) {
    .mobile-menu-icon-fix {
        display: none;
    }
    .navbar-toggler-fix {
        display: none;
    }
    .navbar-toggler-fix:focus {
        display: none;
    }
}

@media screen and (min-width: 600px) {
    .custom-text-break {
        word-wrap: break-word;
        word-break: break-word;
    }
}

.modal-body {
    max-height: 90vh !important; 
	overflow-y: auto !important;
}

.matteo-gallery {
     max-height: 300px;
}
.modal-img {
    max-height: 80vh !important; 
	overflow-y: auto !important;
}

.home-buttons {
	background-color: #0D3268;
	color: #fff;
}

.home-buttons:hover {
	background-color: #E57200;
	color: #0D3268;
}

.headshot {
    max-width: 50%;
    width: 250px;
}
.hotel-img {
    max-width: 50%;
    width: 600px;
}

.map-aspect {
	--bs-aspect-ratio: calc(2 / 3 * 100%);
}

.page-link {
    color: 	#0D3268;
}

.page-link:hover {
    color: 	#0D3268;
}
.page-item.active .page-link {
	background-color: 	#0D3268;
	border-color: #0D3268;
}
@media (min-width: 992px){
    .newspaper {
        columns: 100px 2;
        -webkit-columns: 100px 2; /* Safari and Chrome */
        -moz-columns: 100px 2; /* Firefox */
        padding-bottom: 20px;
    }
	.center {
		text-align: center;
	}
}
@media (max-width: 993px){
    .container {
        overflow: scroll !important;
    }
}
.media {
    overflow: hidden;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.card-body {
    padding: 0px !important;
}

/** Fancyapps - Beginning **/
.image-fit {
    object-fit: cover;
}

.carousel__slide {
   width: 100%;
   padding: 0px;
}
.carousel__dots {
   top: 100%;
}

/** Fancyapps - Ending **/

/** Nav-Bar - Beginning **/

.nav-tabs {
  font-size: 1.25rem;
  border-bottom: none !important;
}
.navbar-brand {
  font-size: 1.50rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  color: #FF7003 !important;
  background-color: rgba(255,255,255,0) !important;
  border-color: rgba(255,255,255,0) !important;
}

/** Nav-Bar - Ending **/

.row-color {
    background-color: rgba(255, 112, 3, 0.15);
}
.container.paper-data {
    padding-bottom: 0 !important;
}
.paper-data {
    word-wrap: break-word;
}
.paper-box {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #000;
}
.text-border {
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.navbar-toggler-override {
    border-color: rgba(0,0,0,1) !important;
}