@font-face {
font-family: "museosansrounded-1000-webfont";
src: 
url("museosansrounded-1000-webfont.woff") format("woff"),
url("museosansrounded-1000-webfont.woff2") format("woff2");

}

#myNavbar {
	font-family: 'museosansrounded-1000-webfont', Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
}

h2.muso {
	font-family: 'museosansrounded-1000-webfont', Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	color: white;
}

h4.muso {
	font-family: 'museosansrounded-1000-webfont', Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	color: white;
}

h2.muso2 {
	font-family: 'museosansrounded-1000-webfont', Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
}

h3.muso {
	font-family: 'museosansrounded-1000-webfont', Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	color: white;
}

h3.muso2 {
	font-family: 'museosansrounded-1000-webfont', Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
}

p.muso2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: white;
	font-size: 16px;
}

p.muso3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
}

p.muso4 {
	font-family: 'museosansrounded-1000-webfont', Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	color: white;
}

p.muso5 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:normal;
	font-style:normal;
	color: white;
}

h5.muso {
	font-family: 'museosansrounded-1000-webfont', Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	color: white;
}

#topdiv1 {
	max-width: 1440px;
	padding-top: 34.88%;
	background-image: url("header-background2.jpg");
	background-repeat: no-repeat;
	background-position: center; 
	background-size: cover;
}

#topdiv3 {
	max-width: 1440px;
}

div.fixedratio {
                padding-top: 34.88%;  /* 450px/800px = 0.5625 */
              
                background-image: url(header-background2.jpg);
                background-size: cover;
                -moz-background-size: cover;  /* Firefox 3.6 */
                background-position: center;  /* Internet Explorer 7/8 */
              }

#div2container {
	background-color: #3bb1e5;
}

#divblue {
	background-color: #3bb1e5;
}
#div2 {
	
	//color: white;
	max-width: 1500px;
	margin: auto;
}

.centermobileman {
	padding: auto;
    width: 100%;
    
}

#div2width {
	
}

.button-color {
	background-color: #223149;
	color: white;
	border: 3px solid white;
}


.wrapper {
  width: 100%;
  /* whatever width you want */
  display: inline-block;
  position: relative;
}

.wrapper:after {
  padding-top: 34.88%; /* addjust precentage to icnrease height */
  /* 16:9 ratio */
  display: block;
  content: '';

}
.bg2 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  /* fill parent */

  /* let's see it! */

/*  background-image: url(https://cloudinary-a.akamaihd.net/holdmyticket/image/upload/w_700,h_700,c_fit,c_limit,q_68,dn_72,f_auto/v6/uploads/flyers2/l2wlbtdbq8tlu59ti45x.jpg); */
  background-image: url(header-background2.jpg);
    background-size: cover;
    background-position: center;
}



.margtophead {
	margin-top: 150px;
}

.testme {
	position: relative;
	
}

.testme2 {
	position: absolute; 
	bottom: 0;
	
}



.testme3 {
  display: flex;
  justify-content: center;
}

#bannerbottom {
	background-image: url(womancard.jpg);
	height: 400px;
	background-size: cover;
	background-position:75% 25%;
}
.aspect-ratio-box {
  background-image: url(header-background3.jpg);
  background-size: cover;
                -moz-background-size: cover;  /* Firefox 3.6 */
                background-position: center;  /* Internet Explorer 7/8 */
}
.aspect-ratio-box::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 34.88%;
  
}
.aspect-ratio-box::after { /* to clear float */
  content: "";
  display: table;
  clear: both;
}


.textcolorheads {
	color: white;
}



#footerdiv {
	background-color: #1e2c41;
	color: #85adad;
	font-size: 12px;

}

#footerdiv2 {
	max-width: 1000px;
	margin: auto;
}


#content-desktop {display: block;}
#content-mobile {display: none;}

@media screen and (max-width: 768px) {

#content-desktop {display: none;}
#content-mobile {display: block;}

}


.buttongrad{
  display:inline-block;
  padding:7px 20px;
  text-transform:uppercase;
  font-weight:600;
  letter-spacing:1.5px;
  text-align:center;
  line-height:17px;
  background:#FFF;
  color:#F58549;
  border:4px solid;
  border-image-source: linear-gradient(to right,#08fdd8,#F58549, red);
  border-image-slice:1;
  cursor:pointer;
 }


/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  .responsetext {
    font-size: 30px;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  .responsetext {
    font-size: 30px;
  }
}


/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  .responsetextsmall {
    font-size: 15px;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  .responsetextsmall {
    font-size: 15px;
  }
}



.margintophead {
    padding-top: 80px;
 }


/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 780px) {
  .fontsizemenu {
    font-size: 1.2em;
    padding-right: 30px;
  }
}

/* If the screen size is 1025px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 1300px) {
  .fontsizemenu {
    font-size: 1.2em;
    padding-top: 30px;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 779px) {
  .fontsizemenu {
    font-size: .7em;
    padding-right: 40px;
  }
}



input.starterform[type=text], select {
    width: 280px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid white;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 25px;
    font-family: 'museosansrounded-1000-webfont', Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
}

input.starterform[type=button] {
    width: 280px;
    height: 60px;
    background-color: #3bb1e5;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'museosansrounded-1000-webfont', Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size: 21px;
}



div.starterform {
    
}

#showme {
    display: none;
}


#showme2 {
    display: none;
}







input.starterform2[type=text], select {
    width: 280px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid white;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 25px;
    font-family: 'museosansrounded-1000-webfont', Arial, sans-serif;
    font-weight:normal;
    font-style:normal;
}

input.starterform2[type=submit] {
    width: 280px;
    height: 65px;
    background-color: #3bb1e5;
    color: white;
    padding: 14px 20px;
    margin: 8px 0px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'museosansrounded-1000-webfont', Arial, sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size: 21px;
}



div.starterform2 {
    
}









/* If the screen size is 600px wide or more, set the font-size of <div> to 30px */
@media screen and (min-width: 601px) {
  .margintophead {
    padding-top: 80px;
  }
}

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 1300px) {
  .margintophead {
    padding-top: 150px;
  }
}

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 1920px) {
  .margintophead {
    padding-top: 200px;
  }
}

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 2700px) {
  .margintophead {
    padding-top: 300px;
  }
}
