@charset "utf-8";

/* Background color for navbar and dropdown menus */
.navbar-custom, .navbar-custom .dropdown-menu {
    background-color: #6B6AB7;
}
/* Text color for navbar and dropdown menus */
.navbar-custom .navbar-brand, .navbar-custom .navbar-text,
.navbar-custom .navbar-nav .nav-link,
.navbar-custom .dropdown-item {
    color: #ecf0f1;
}
/* Background and text colors for current page link and links on hover and focus */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .dropdown-item:hover, 
.navbar-custom .dropdown-item:focus {
    background-color: #21317B;
    color: #fff;
}
/* Border and text colors for menu icon on small screens */
.custom-toggler.navbar-toggler {
    border-color: #ecf0f1;
    color: #fff;
}
/* Hamburger icon - use same rgb values as previous rule for stroke */
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(236,240,241, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.col-12 h1 {
    color: #120090;
    font-size: 1.75rem;
}

footer {
    text-align: right;
    background-color: #6B6AB7;
    color: #FFFFFF;
}
h1 {
    color: #424187;
    font-size: 2rem;
    font-weight: bold;
}
h2 {
    color: #424187;
    font-weight: bold;
    font-size: 1.5rem;
}
h3 {
    color: #424187;
    font-weight: bold;
    font-size: 1.25rem;
}
h4 {
    color: #424187;
    font-weight: bold;
    font-size: 1rem;
}

.col-lg-6 .figure {
    width: 80%;
}

.col-lg-4 .figure {
    width: 100%;
}

.bb {
	font-weight: bold;
	font-size: larger;
}
.row .col-12 blockquote {
    width: 80%;
    background-color: #D4D4D4;
    margin-left: 5%;
}


@media (min-width:576px) {
	.figure {
    	width: 70%;
    }  
	#portrait {
    	width: 40%;
	}
	#pano {
		width: 90%
	}
}

@media (min-width:768px) {
	.figure {
    	width: 49%;
    }  
	#portrait {
    	width: 30%;
	}
	#pano {
		width: 90%
	}
}

@media (min-width:992px) {
	.figure {
    	width: 40%;
    }  
	#portrait {
    	width: 25%;
	}
	#pano {
		width: 80%
	}
}


@media (min-width:1200px) {
	.figure {
    	width: 30%;
    } 
	#portrait {
   	 width: 20%;
	}
	#pano {
		width: 80%
	}
}
