* {
	margin: 0;
	padding: 0;
	overflow: visible;
	font-family: sans-serif;
	border: 0;
}

html {
	font-size: 1vw;
}

body{
	background-color: #05053b;
	overflow-x: hidden;
}

#navbar{
	height: 10vh;
	width: 100vw;
	overflow: hidden;
	display: flex;
    flex-grow: 1;
	justify-content: center;
	align-items: center;
	background-color: #05053b;
	top: 0;
	position: fixed;
	padding: 1vh 0;
    transition: 0.4s;
	z-index: 99;
	/*font-size: 1.7vw;*/
	font-size: 2vw;
	border-bottom: 3px solid rgb(251, 225, 102);
}

#logoContainer{
	height: 10vh;
	width: 20vw;
	flex-grow: 1;
	transition: 0.4s;
	position: fixed;
	overflow: hidden;
	z-index: 100;
}

#headerLogo{
	height: 100%;
	width: 100%;
	object-fit: contain;
}

#navButtonsContainer{
	width: 100%;
	height: 60%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}

.navButtonsSideContainer{
	display: inline-flex;
	justify-content: space-between;
	/*width: 35vw;*/
	width: 38vw;
}

#navButtonsLeft{
	margin-left: 3vw;
}

#navButtonsRight{
	margin-right: 3vw;
}

.navbarButton{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.navbarButton:hover{
	text-decoration: underline;
	color: lightgrey;
	font-weight: bold;
}

/*
================
  MAIN CONTENT
================

*/

#mainContainer{
    top: 20vh;
    width: 100vw;
    max-width: 2000px;
    min-width: 1000px;
    height: 100vh;
    /*border: 1px solid red;*/
    overflow: visible;
    margin: auto;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}

.sectionTitle{
    color: white;
    font-size: 50px;
    text-align: center;
}

#firstTitle{
    margin-top: -20px;
}

#SHCBCAtPubImg{
    display: block;
    object-fit: contain;
    height: 600px;
    width: 900px;
    margin: auto;
    margin-top: -10px;
}

#SHCBCAtPubCaption{
    color: white;
    margin: auto;
    width: 700px;
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: -63px;
    margin-bottom: 80px;
    font-style: italic;
}

.sectionText{
    color: white;
    font-size: 25px;
    text-align: justify;
    width: 85vw;
    margin: 30px auto 0 auto;
    line-height: 1.6;
}

#womenSkirtsImg{
    width: 500px;
    height: auto;
    object-fit: contain;
    float: right;
    margin-right: 7.5vw;
    margin-top: 50px;
    padding: 0 0 20px 40px;
    transition: width 0.3s;
}

#womenSkirtsImg:hover{
    width: 900px;
    height: auto;
}

.floatHelper{
    height: 200px;
    float: left;
    clear: both;
}

#firstWomensBoatRace{
    height: 800px;
    width: auto;
    object-fit: contain;
    margin-left: 7.5vw;
    margin-bottom: 20px;
    padding: 20px 40px 0 0;
    float: left;
    clear: both;
    transition: height 0.2s;
}

#firstWomensBoatRace:hover{
    height: 1200px;
    width: auto;
}

#shcbcBoat1921{
    width: 1000px;
    height: auto;
    display: block;
    padding-top: 55px;
    margin: auto;
    padding-bottom: 10px;
}

#shcbcBoat1921Caption{
    color: white;
    margin: auto;
    width: 900px;
    display: block;
    text-align: center;
    font-size: 16px;
    padding-bottom: 200px;
    font-style: italic;
}

/*
===================
  MOBILE SETTINGS
===================
*/

/*
@media all and (max-width: 500px){
    #navbar{
    	font-size: 2.1vw;
    }
    
    .navButtonsSideContainer{
    	width: 37vw;
    }
    
    #navButtonsLeft{
    	margin-left: 2vw;
    }
    
    #navButtonsRight{
    	margin-right: 2vw;
    }
    
    #mainContainer{
        width: 100vw;
        height: auto;
        overflow: visible;
        margin: auto;
        margin-bottom: 200px;
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
    }
    
     #textTitle{
        text-align: center;
        font-size: 30px;
        margin-top: 10px;
    }
    
    #introText{
        font-size: 12px;
        margin: 14px auto auto auto;
        width: 330px;
        text-align: justify;
        border-left: 2px solid rgb(251, 225, 102);
    }
} /*



