#landing{
    display: flex;
    background-image: url(../../images/BPMOffice_Panorama1.jpg);
    background-size: cover;
    justify-content: center;
    height: 70vh;
    min-width: 100%;
    padding: 0 6em;
}

#landing-column {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: #fff;
    text-align: center;
    width: 60vw;
}

.landing-left {
    position: relative;
    opacity: 0;
}

.landing-right {
    position: relative;
    opacity: 0;
}

.landing-blurb{
    max-width: 40vw;
    align-self: center;
    position: relative;
    opacity: 0;
}

.motto{
    font-family: 'Eaglefeather';
    font-size: 4em;
    font-weight: bold;
}

.mottoreg{
    font-family: 'Raleway';
    font-size: 1rem;
}

#landing-row:before {
    background: #000;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    opacity: .6;
    height: 70vh;
}

#uspto-title {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    text-align: center;
}

div.feed-article a {
    color: inherit;
}

div.feed-article a:hover {
    text-decoration: none;
    color: #0056b3;
}

div.sticky a {
    color: inherit;
}

div.sticky a:hover {
    text-decoration: none;
    color: #0056b3;
}

.feed {
    /* unused, needed for scrollable list */
    /* overflow-y: auto; */
    overflow-y: hidden;
    height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feed-item {
    width: 90%;
    align-items: center;
    justify-content: space-evenly;
    margin: 20px 0;
}

/*Currently unused, but might be in the future
/*.feed-copyright{
    border-left: 5px solid #464F11;
    background-color: #464F1154;
}*/

/* .feed-patent{
    background-color: #18367154;
} */

/* .feed-trademark{
    background-color: #7D1C2654;
} */

/* .feed-patent .feed-item {
    border-left: 5px solid #183671;
    background-color: #18367130;
} */
/* 
.feed-trademark .feed-item {
    border-left: 5px solid #7D1C26;
    background-color: #7D1C2630;
} */

.feed-icon {
    width: 10%;
}

.logo-icon{
    width: 100%;
}

.feed-article {
    width: 70%;
}

.sticky {
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    background-color: #f7f4e8;
    width: 100%;
    padding: 22px 0;
    font-size: 2rem;
}

.sticky-icon{
    margin-left: 10px;
}

.feed-patent .sticky {
    color: #183671;
}
.feed-trademark .sticky {
    color: #7D1C26;
}

.contacts {
    display: flex;
    flex-direction: column;
	justify-content: space-around;
}

.contacts h3 {
	text-align: center;
}

.resources {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 100%;
}

@media (max-width: 938px) {
    .landing-left{
        display: none;
    }
    .landing-right{
        display: none;
    }
}

@media (max-width: 1333px) {
    .landing-blurb{
        max-width: 60vw;
        align-self: center;
    }
}

@media (max-height: 620px) {
    .landing-left{
        display: none;
    }
    .landing-right{
        display: none;
    }
    .landing-blurb{
        max-width: 100vw;
        overflow-y: auto;
    }
    #landing-column{
        width: 95vw;
        max-height: 70vh;
        overflow-y: auto;
    }
}

@media (max-width: 768px) {
    .feed-item {
        margin: 0;
        margin-top: 5px;
    }
}

@media (max-width: 580px){
    .feed{
        max-width: 70%;
    }
    .row{
        justify-content: center;
    }
    .feed-icon{
        display: none;
    }
    .feed-article a:nth-child(2) {
        display: none;
    }
    #landing{
        padding: 0 10px;
    }
    .landing-blurb{
        max-width: 100vw;
        overflow-y: auto;
    }
    #landing-column{
        width: 95vw;
        max-height: 70vh;
        overflow-y: auto;
    }
    
}

#uspto-row {
    margin-top: 20px;
}

.areas-blurb {
    font-size: 1.2em;
}

#areas-title{
    text-align: center;
    font-weight: bold;
    font-size: 2.5rem;
}

.card a {
    color: inherit;
}

.card a:hover {
    color: inherit;
    text-decoration: none;
}

.card {
    transition: .3s;
}

.card:hover {
    transform:scale(1.1);
}

.card-title {
    font-family: 'Eaglefeather';
    font-size: 2em;
}

.card-patent {
    /* border: 3px solid #183671; */
    background-color: #18367130;
}

.card-patent:hover {
    /* border: 3px solid #183671; */
    background-color: #18367160;
}

.card-trademark {
    /* border: 3px solid #7D1C26; */
    background-color: #7D1C2630;
}

.card-trademark:hover {
    /* border: 3px solid #183671; */
    background-color: #7D1C2660;
}

.card-copyright {
    /* border: 3px solid #464F11; */
    background-color: #464F1130;
}

.card-copyright:hover {
    /* border: 3px solid #464F11; */
    background-color: #464F1160;
}

.card-general {
    height: 90%;
    justify-content: center;
    background-color: #FFFFFF90;
}

.card-body h4 {
    margin-bottom: 0;
}

.container.content {
    min-width: 80%;
}

.news {
    position: sticky;
	bottom: 0px;
}

.news-item {
    display: inline-flex;
    justify-content: center;
    width: fit-content;
    padding: 0px 5vw;
    white-space: nowrap;
    z-index: 9;
}

.news-title.news-item {
    position: sticky;
    left: 0px;
    padding: 0px 5vw;
    margin: 0;
    width: 12vw;
    z-index: 10;
    background-color: white;
    font-weight: bold;
}

.news-feed {
	border: 2px solid black;
	display: flex;
	overflow-x: hidden;
	background-color: white;
}
