﻿body {
    font-family: 'Libre Franklin','Nunito Sans',Georgia, 'Times New Roman', Times, serif;
    font-size: 13px;
    height: 100%;
    margin: 0;
    padding: 0;
}


html {
    height: 100%;
}

h1 {
    font-family: 'IBM Plex Serif','Patua One', sans-serif;
    font-size: 2.5em;
    font-weight: bold;
    margin-top: 10px;
}

h2 {
    font-family: 'IBM Plex Serif','Patua One', Verdana, sans-serif;
    font-size: 1.6em;
    font-weight: bold;
    line-height:1.8em;
    margin-top: 10px;
}

h3 {
    font-family: 'IBM Plex Serif','Patua One',sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 10px;
}

.Main {
    /*background-image: url('concord/Images/BackgroundTile.jpg');*/
    width: 892px;
    margin: 0 auto;
    background-color: #e4f1ea91;
}

@media (max-width : 1000px) {
    .Main {
        width: 100%;
    }

    .cuplinks {
        display: block;
        font-size: 2.5rem;
    }
}

.cuplinks ul {
    list-style-type: none;
    padding: 0;
}

.cuplinks li {
    line-height: 1.5;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
}


.Stats {
    width: 100%;
    margin: 0 auto;
}

section {
    padding-top: 10px;
    padding-bottom: 10px;
}

.Article {
    padding-top: 10px;
    padding-bottom: 10px;
}



.StatDiv {
    width: 100%;
    max-height: 350px;
    overflow-y: auto;
    font-size: 1.3rem;
}

    .StatDiv td {
        font-family: 'Nunito Sans',Arial;
        font-size: 2rem;
        padding-top: 1em;
        padding-bottom: 1em;
        padding-left: 5%;
        padding-right: 5%;
    }

.StatHistory {
    max-height: 250px;
    overflow-y: auto;
}




#RosterTable {
    min-width:700px;
    width:100%;
    /*border: 2px solid black;
    border-collapse: collapse;*/
}

#ScheduleTable td {
    color: floralwhite;
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: bold;
    border: none;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 2.0rem;
}

#navbar li {
    display: inline;
}

#navbar ul {
    padding: 0;
    list-style-type: none;
}


#RosterTable td {
    font-size: 1.4em;
   font-family: 'Nunito Sans',Arial, Verdana, Geneva, Tahoma, sans-serif;
    padding:8px;
    min-width:100px;
}

#ScheduleTableNew {
    position: relative;
}

div#ScheduleBackground {
    background-image: url(concord/images/Wide16.jpg);
    background-size: cover;
    opacity: 0.4;
    height: 450px;
}

div#ScheduleForeground {
    color: black;
    font-weight: bold;
    width: 100%;
    height: 450px;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: bold;
    border: none;
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 2.0rem;
}


div#HandicapBackground{
    background-color:lightsteelblue;
    background-image:url(concord/images/Art.Three.Sergio.jpg);
    background-size:cover;
    opacity:0.2;
    height:700px;
   
}

div#HandicapForeground {
    height: 700px;
    position: absolute;
    top: 20px;
    left: 10%;
        font-weight: bold;
    border: none;
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size:1.4em;
}


div#ScheduleForeground td {
    color: black;
    font-family: 'IBM Plex Serif','Patua One', Verdana, sans-serif;
    ;
    font-weight: bold;
    border: none;
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 20px;
}

#ScheduleTableNew td {
    color: floralwhite;
    font-family: 'IBM Plex Serif','Patua One', Verdana, sans-serif;; font-weight: bold;
    border: none;
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 20px;
}



.StatLabel {
    height: 100%;
    width: 100%;
}

.RedTeam {
    color: darkred;
    font-weight: 900;
}

.BlueTeam {
    color: darkblue;
    font-weight: 900;
}

.MatchNumber {
    font-family: sans-serif;
    margin-right: 8px;
    font-weight: 900;
    color: black;
    font-size: 1.0em;
}


         

.PlayerRecord {
    color: black;
    font-family: Verdana;
    text-indent: 0;
    margin-left: 0;
    margin-top: 0;
}

.HistoryDescription {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}


.HistoryTitle {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 5pt;
}

.Blue {
    color: #000080;
    font-weight: 600;
}

.Red {
    color: #800000;
    font-weight: 600;
}

.NewsArticle {
    padding: 20px;
    padding-left: 50px;
    padding-right: 50px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 500;
    text-align: left;
    font-size: 1.1rem;
}

.Dropdown {
    font-size: 2em;
    padding: 10px;
}

.HoleWriteup {
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.4em;
    font-size: 1.2em;
    margin-top: 20px;
}

    .HoleWriteup p {
        padding-bottom: 15px;
        text-indent: 2.5em;
    }

.HoleInfo {
    text-align: left;
    padding-left: .3em;
    font-weight: 800;
}


.HoleDiagram {
    width: 45%;
}

.WhiteBox {
    width: 100%;
}

.HolePhoto {
    width: 100%;
}

.HoleHeader {
    display: inline-block;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.5rem;
}

.RecordPage {
    table-layout: fixed;
    width: 100%;
    font-size: 2em;
    background-color: antiquewhite;
}

.HoleHeader label {
    display: inline-block;
    width: 140px;
    text-align: right;
}

.Tout{font-style:italic;}

.WideTable {
    table-layout: fixed;
    width: 100%;
}
img {
    max-width: 75%;
    padding-right:10%;
    padding-left:10%;
}
.NewsCopy {font-family: 'Libre Franklin','Nunito Sans',sans-serif; font-size: 0.9em; margin-left:4px; margin-top:10px; line-height:1.5em;}
.NewsCopy2{	font: 'Nunito Sans',small Georgia, serif;
	}
