/*
 * Globals
 */
 
 /* Font */
 @import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville');
 
 h1, h2, h3, h4, h5, h5 {
font-family: 'Libre Baskerville', serif;
 }

/* Links */
a,
a:focus,
a:hover {
  color: #5FC5C2;
}

/* Custom default button */
.btn-secondary{
  color: #fff;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #1C3C6C;
  border: .05rem solid #1C3C6C;
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: #fff;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #BEA473;
  border: .05rem solid #BEA473;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background: #fff;

}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #161616;
  font-family: 'Raleway', sans-serif;
}

main {
text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
color: #fff;
	}

//.cover-container {
//  max-width: 42em;
//}


/*
 * Header
 */
.masthead {
      padding-left: 30px;
    padding-right: 30px;
    border-bottom: solid 3px #BEA473;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: #BEA473;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom: solid 3px #5FC5C2;
  color: #5FC5C2;
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #BEA473;
  border-bottom: solid 3px #5FC5C2;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .nav-masthead {
    float: right;
    margin-top: 25px;
  }
  .masthead {
    background: linear-gradient(45deg,#fff 20%,#1C3C6C 20%);
}
}

.goldborder {
	  border-bottom: solid 3px #BEA473;
	}

/*
 * Cover
 */
.cover {
      margin-top: 15%;
      margin-bottom: 15%;
    padding: 0 1.5rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * header background image
 */
.wide {
  width:100%;
  height:100%;
  background-image:url("../images/stadium.jpg");
  background-size:cover;
}

.wide img {
  width:100%;
}

/*
 * Title space
 */
.titlespace {
padding-top:30px;
padding-bottom: 30px;
background-color: #1C3C6C;
color: white;	
}

.automargin {
	margin-right:auto;
	margin-left:auto;
	}
	
.blue {
	background-color: #1C3C6C;
	}
	
.white {
		background-color: #fff;
		padding-top: 10px;
	}

.darkblue {
	background-color: #10213A;
	}

/*
 * Calendar
 */

.googleCalendar{
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 45%;
}

.googleCalendar iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
}


/*
 * Form
 */

input[type=text], textarea {
    width: 100%;
    padding: 14px;
    border: 2px solid #BEA473;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    background-color: #1C3C6C;
}

input[type=submit] {
    background-color: #1C3C6C;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid #BEA473;
}

input[type=submit]:hover {
    background-color: #10213A;
    border: 2px solid #BEA473;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5FC5C2;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #5FC5C2;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #5FC5C2;
}
:-moz-placeholder { /* Firefox 18- */
  color: #5FC5C2;
}

/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
  background-color: #1C3C6C;
}

footer {
	    border-top: solid 3px #BEA473;
	    color:white;
	}
.footerpadding
{
	padding-top: 20px;
	padding-bottom: 20px;
	}
/*
 * Media Query
 */
 
 @media (min-width: 769px) {
 	.notmobile{
 	display: none;
 	}
 	.container {
    max-width: 1100px;
}

 	}
 	
@media (max-width: 768px) {
	.mobile {
 	display: none;
	}
	.cover {
	    margin-top: 10%;
    margin-bottom: 15%;
    padding: 0 5px;
    margin-left: auto;
    margin-right: auto;
	}
    h1 {
    font-size:30px;
    }
    .lead {
    font-size:16px;
    }
    .googleCalendar{
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 70%;
}
 	}
 	
 @media (max-width: 500px) {
 .googleCalendar{
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
 }
 	