body {
    background-color: black;
    margin: 0px;
    scroll-behavior: smooth;
}

.navRight {
    text-decoration: none;
    color: white;
    font-size: larger;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    padding-right: 10%;
}

.navRight a{
    text-decoration: none;
    color: white;
}

.navAll {
    display: flex;
    justify-content: space-between;
    padding: 45px 45px 0px 45px;
    width: 100%;
    background-color: black;
    position: fixed;
    z-index: 99;
    box-shadow: 0px 10px 10px black;
    text-align: center;
    height: 7%;
}

.navLeft {
    display: flex;
}

.navCon {
    padding-right: 20px;
    padding-bottom: 55px;
    color: grey;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.5s;
}

.navCon a{
    text-decoration: none;
    color: grey;
    font-size: larger;
    transition: color 0.5s;
}

.navCon a.active {
    color: white !important;
    border-bottom: 2px solid white;
}

.navCon :hover{
    border-bottom: 2px solid white;
}

.navCon a:hover {
    color: white;
}

.homePic{
    background-image: url("images/bridge.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.yellow {
    background-color: white;
    
}

.homeCon{
    padding-top: 175px;
}

.homeText{
    font-size: 4em;
    font-family: 'Times New Roman', Times, serif;
    padding: 3% 15% 30% 15%;
    text-align: center;
}

.picCap {
    color: white;
    padding-top: 50px;
    padding-bottom: 100px;
    text-align: center;
    justify-content: center;
    font-size: large;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.pic {
    max-width:800px;
    max-height:400x;
    width: auto;
    height: auto;  
    transition: opacity 0.5s;
}

.pic1{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: auto;
    height: auto;
    transition: opacity 0.5s;
}

.pic1:hover{
    opacity: 0.5;
}

.pic1:hover .down{
    opacity: 1;
}

.back{
    position: fixed;
    bottom: 30px;
    text-align: center;
    right: 25px;
    scroll-behavior: smooth;
}

.galleryCon {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 175px;
    color: white;
}

.collectCon{
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: white;
    padding-top: 50px;
}

.collectTitle{
    padding-top: 170px;
    color: white;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}


.down {
    height: auto;
    width: 10%;
    margin: 20%;
    opacity: 0;
    transition: opacity 0.5s;
}

.pic:hover {
    opacity: 0.25;
}

.aboutcon{
    color: white;
    font-family: 'Times New Roman', Times, serif;
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.aboutdis{
    padding-right: 10%;

}

.aboutimg{
    width: 80%;
    height: auto;
    float: left;
    padding-left: 10%;
    padding-right: 10%;
}

.collectPic{
    max-width: 70%;
    height: auto;
    transition: opacity 0.5s;
}

.collectPic:hover{
    opacity: 0.5;
}

.collect{
    text-align: center;
    color: white;
    font-size: large;
    padding-bottom: 100px;
}

.footer {
    width: 100%;
    color: white;
    display: flex;
    text-align: center;
    background-color: black;
    align-items: baseline;
    justify-content: center;
    border-bottom: 1px solid transparent; 
}

.flink{
    padding: 0px 25px 0px 25px;
}

.footer a{
    text-decoration: none;
    color: white;
}

footer:hover{
    border-bottom: white;
}
.footer a:hover {
    border-bottom: white solid 1px;
}


.cc{
    color: white;
    padding: 15px;
    margin-right: 50px;
    margin-left: 50px;
    display: flex;
    border-top: 1px white solid;
}

.popup{
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    z-index: 90;
    top: 7%;
    color: white;
    background-color: black;
    display: none;
}

.popimg{
    height: 60%;
    width: auto;
    z-index: 90;
    padding-bottom: 1%;
}

.label{
    padding-top: 50px;
}

.downButton{
    float: left;
    text-align: center;
    margin-left: 30%;
}

.xSym{
    width: 1.5%;
    height: auto;
    position: fixed;
    margin-top: 74px;
    top: 7%;
    right: 3%;
}

.right{
    position: fixed;
    top: 50%;
    right: 3%;
    height: 5%;
}

.left{
    position: fixed;
    top: 50%;
    left: 3%;
    height: 5%;
}



html {
    scroll-behavior: smooth;
}

.awardPic{
    width: 50%;
    height: auto;
}

.awardContent{
    padding-top: 5px;
    text-align: center;
    color: white;
}

.awardType{
    font-size: large;
    color: gold !important;
}

.awardInfo{
    padding-top: 25px;
}