@charset "utf-8";
body {
    padding-top: 50px;
}
/* Background color for navbar and dropdown menus */
.navbar-custom, .navbar-custom .dropdown-menu {
    background-color: #642f00;
}

/* 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: #FFFFFF;
    font-size: 20px;
    font-style: normal;
    padding-left: 10;
    padding-right: 10;
}
/* 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: #3f372c;
    color: #fff;
}

.navbar-custom .nav-item:focus .nav-link {
    background-color: #642f00;	
}



/*.navbar-default .navbar-nav>.active> a, 
.navbar-default .navbar-nav>.active> a:focus, 
.navbar-default .navbar-nav>.active> a:hover {
  background: #1B5767;
}*/


/* Border and text colors for menu icon on small screens */
.custom-toggler.navbar-toggler {
    border-color: rgba(236,240,241,1.00);
    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");
}
.navbar-brand {
    background-repeat: no-repeat;
    background-size: 66px auto;
    padding-left: 50px;
    background-position: -5% center;
}
.container{
	margin-top: 20px;
}
#hero {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}
#hero h1 {
    position: absolute;
    color: #FFFFFF;
    text-shadow: 3px 2px rgba(27,27,27,0.68);
    font-size: 4em;
    margin-bottom: 30%;
    left: 8%;
    right: 8%;
}
#highlights {
    text-align: center;
}
#highlights img[src$="icon.svg"] {
    width: 50px;
    margin: 10px auto;
    display: block;
}
#highlights h2 {
    color: #4896AA;
	font-size: 1.6rem;
}
h2 {
    color: #8F5848;
}

h1 {
	color: #3f372c;
}

h3 {
	font-size: 1.2rem;
}
article h3 {
    color: #fff;
    font-size: 1.2rem;
    text-align: right;
    text-shadow: 1px 2px 3px rgba(71,71,71,0.73);
}
h4{
    color: #346F7E;
}

.author {
	font-size: 1.4rem;
	
}
.card-img-overlay {
    right: 6%;
    top: -10px;
}
footer {
    color: #fff;
    font-size: 1rem;
    text-align: center;
    background-color: #000;
    margin-top: 20px;
}
.navbar.fixed-top.navbar-expand-lg.navbar-custom #navbarSupportedContent1 .navbar-nav.mr-auto {
    margin: auto;
}
.navbar-nav.mr-auto .nav-item .nav-link {
    padding-left: 10px;
    padding-right: 10px;
}
a:link   {
    color: #642f00;
}
a:visited {
	color: #4896aa;
}
a:hover {
    text-decoration: underline;
    color: #1B5767;
}
a:active {
	background-color: #3f372c;
}
.col-md-4.col-xl-4 h2 a {
}

.intro {
    color: #3f372c;
	text-align: center;
}

hr {
   

margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 2px solid #D8B383;
}

@media screen and (min-width:440px){
#hero h1 {
    font-size: 1.8rem;
	text-align: center;
}

}


@media screen and (min-width:576px){
#hero h1 {
    font-size: 2.5rem;
    bottom: 3%;
    text-align: center;
    left: 10%;
}

}


@media screen and (min-width:960px){
#feature {
    background-color: #316F7F;
    background-image: -webkit-linear-gradient(270deg,rgba(49,111,127,1.00) 0%,rgba(70,151,171,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(49,111,127,1.00) 0%,rgba(70,151,171,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(49,111,127,1.00) 0%,rgba(70,151,171,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(49,111,127,1.00) 0%,rgba(70,151,171,1.00) 100%);
    color: #fff;
}
#hero h1 {
    font-size: 3rem;
    bottom: 8%;
    text-align: center;

}

#feature h2 {
    text-align: center;
}
#feature p {
    font-size: 1.2rem;
}
#articles {
    padding: 20px 0;
}
.highlights {
}
}
