/* color picked red = #c0392b*/


/*************************/
/*  Basic  Setup         */
/************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    background-color: #fff;
    color: #555;
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

/* ----------------------------------------------- */
/* REUSABLE COMPONENTS */
/* ----------------------------------------------- */


.row {
    max-width: 1140px;
    margin: 0 auto;
}


/* ----------------------------------------------- */
/* HEADER */
/* ----------------------------------------------- */

header {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../pictures/CapitolPic.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../pictures/CapitolPic.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-attachment: fixed;
}

.inner-top {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../pictures/InnerBannerCapitol.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../pictures/InnerBannerCapitol.jpg);
    background-size: cover;
    background-position: center;
    height: 20vh; 
}

.hero-text-box {
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.logo {
    height: 100px;
    width: auto;
    float: left;
    margin-top: 20px;
}

.logo-black { 
    display: none;
    height: 50px;
    width: auto;
    float: left;
    margin: 5px 0;
}

/* Main navi */
.main-nav {
    float: right;
    list-style: none;
    margin-top: 55px;
}

.main-nav li {
    display: inline-block;
    margin-left: 40px;
}

.main-nav li a:link,
.main-nav li a:visited {
    padding: 8px 0px;
    margin-right: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.2s;
    transition: border-bottom 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active {
    border-bottom: 2px solid #c0392b;
}

/* ----- HEADINGS ----- */
h1,
h2,
h3 {
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 30px;
}

h1 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 240%;
    word-spacing: 4px;
    letter-spacing: 1px;
}

.nonheader1 {
  text-align: center;
  color: #555;
}


.nonheader1:after {
    display: block;
    height: 2px;
    background-color: #3467eb;
    content: " ";
    width: 400px;
    margin: 0 auto;
    margin-top: 30px;
}

h2 {
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

h3 {
    margin-top: 20px;
    font-size: 110%;
    margin-bottom: 15px;
}

h2:after {
    display: block;
    height: 2px;
    background-color: #c0392b;
    content: " ";
    width: 200px;
    margin: 0 auto;
    margin-top: 30px;
}

/* ----- BUTTONS ----- */
.btn:link,
.btn:visited,
input[type=submit] {
    background-color: #d3483a;
    border: 1px solid #d3483a;
    color: #fff;
    margin-right: 15px;
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn:hover,
.btn:active,
input[type=submit]
{
    background-color: #c0392b;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    
}


.flex-box-container {
    display:flex;
    align-items: center;
    justify-content: center;
}

.signup {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   }

.logo-link{
    width:300px;
    }

   
/*    Foooter  */
footer {
    background-color: #333;
    padding: 50px;
    font-size: 80%;
    width:100%;
}


.footer-nav {
    list-style: none;
    display:flex;
    align-items: center;
    justify-content: center;
    
}

.footer-nav li {
    display: inline-block;
    margin-right: 20px;
}

.footer-nav li a{
    color: #d6d6d6}

footer p {
    display:flex;
    align-items: center;
    justify-content: center; 
}


/*   Signin form */
.signin-form {
    padding-bottom: 100px;
    padding-top: 100px;
    margin: 30px;
}

.signup-form {
    margin: 30px;
}

/* unordered list with circle */
.circlebullets {
    margin:30px;
    list-style: circle;
}

/*Text control*/
.statepickernormal {
    margin: 30px;
    
}

.statepickerwhite {
    margin: 30px;
    color: #ffffff;
}

.PartyName {
    color: #c0392b;
    font-size: 2em;
}

/*Dashboard */
.new-tournament-btn-container  {
    padding-top: 30px;
    padding-bottom: 30px;
}

.dashboard-table-container {
    margin-left: 20px;
    margin-right: 20px;
}

.dashboard-table {
    width:100%;
    box-shadow: 3px 6px;
    border-radius: 10px;
    font-size: 25px;
    background: #cccbcb;
    border: solid;
}

.dashboard-table td {
    text-align: center;
    border: solid;
    border-width: thin;
    border-radius: 5px;
}


/* padding so that writing doesn't go to the edge */
.writingwidth {
    padding-right: 10%;
    padding-left: 10%;
}

/* Display information on hover */
.federalhovereffect {
    display: none;
}

.federalinfopic {
   float:right
}

.federalinfopic:hover + .federalhovereffect {
    display: block;
}

.statehovereffect {
    display: none;
}

.stateinfopic {
   float:right
}

.stateinfopic:hover + .statehovereffect {
    display: block;
}
     


/*schedule*/
#nextMonthdayList ul {
    list-style: none;
}