@charset "utf-8";
/* CSS Document */

body {
    background-color: #E3EDEF;
}
  

.navbar {
    font-family:boogaloo, comfortaa, "source-sans-pro";
    font-size: 1em;
    height: 5em;
    display: block;
    background-color:#FCF9F9;
    position: fixed;
    top: 0px;
    min-width: 100%;
}

.nav-link {
    list-style-type: none;
    float: left;
    padding-right: 20px;
	font-family:boogaloo, comfortaa, "source-sans-pro";
    font-size: 1.8em;
    text-decoration: none;
    top: 0px;
    background-color: #FCF9F9; 
}


.nav-item .dropdown {
	font-size: 3em;
	font-family:boogaloo, comfortaa, "source-sans-pro";
	background: #E4EEF0;
}

.nav-item {

	padding-left: 1.5em;
    color: #93002c;
}

.nav-link .dropdown-toggle {
	font-size: 3em;
	font-family:boogaloo, comfortaa, "source-sans-pro";
	background: #E4EEF0;
}

.dropdown-menu {
	font-family:boogaloo, comfortaa, "source-sans-pro";
	font-size: 2.5em;
	color: #3A2228;
	background: #E4EEF0;
}


.navbar-brand {
    font-family:boogaloo, comfortaa, "source-sans-pro";
    font-size: 2em;
    color: #93002C;
    float: right;
	position: relative;
    font-variant: normal;
    font-weight: 600;
	
}

.page-title {
   
    font-size: 3em;
    font-family: boogaloo, comfortaa, "source-sans-pro";
    font-weight: bold;
    color: #93002C;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: rgba(227, 237, 239,0.6);
    width: 100%;
    text-align: center;
}

.iframe_with_text {
    text-align: center;
    font-family: boogaloo, comfortaa, "source-sans-pro";
    font-size: 1.5em;
    margin-bottom: 3em;
}

.christmas-iframe_with_text {
    width: 100%;
    text-align: center;
    font-family: boogaloo, comfortaa, "source-sans-pro";
    font-size: 1.5em;
    margin-bottom: 3em;
}

    .subheader {
        margin-left: 2em;
        color: #93002c;    
    }

    .jam-subheader {
        margin-left: 3em;
        color: #93002c;    
    }

.form {
    width: 40%;
	height: 1250px;
	margin-left: 30%;
	margin-right: 30%;
	
}

.contact-form
{
    background-image: -webkit-linear-gradient(270deg,rgba(227,237,239,0.51) 0%,rgba(227,237,239,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(227,237,239,0.51) 0%,rgba(227,237,239,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(227,237,239,0.51) 0%,rgba(227,237,239,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(227,237,239,0.51) 0%,rgba(227,237,239,1.00) 100%);
    border-radius: 5px;
    width: 80%;
    margin-left: 10%;
    margin-top: 0px;
    margin-right: 10%;
    margin-bottom: 20px;
    padding-bottom: 30px;
}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #EF2B00;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #00B0E0;
}

/* Add a background color and some padding around the form */
.form-container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 30px;
}

.form-label {
	font-family: "CoconPro-Regular", "Source Sans Pro";
	font-size: 1.3em;
}

.form-control {
    width: 50em;
}


.contact-text {
  text-align: center;
font-size: 1.3em;
margin-left: 10%;
margin-right: 10%;   
}

.title {
    font-size: 5em;
    font-family: boogaloo, comfortaa, "source-sans-pro";
    font-weight: bold;
    color: #93002C;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: rgba(227, 237, 239,0.6);
    width: 40%;
    margin-left: 30%;
    margin-bottom: 30px;
    
}

.landing-title {
    font-size: 2em;
    font-weight: bold;
    font-family: boogaloo, comfortaa, "source-sans-pro";
    text-decoration: none; 
    color: #93002C;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: rgba(227, 237, 239,0.6);
    width: 40%;
    margin-left: 30%;
    margin-bottom: 30px;
    
}

.landing-header {
    
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    padding-top: 150px;
    
}

.header {
    
    margin-top: 75px;
    margin-bottom: 0px;
    text-align: center;
    padding-top: 150px;
}

.subheading {
    text-align: center;
    font-weight: normal;
    color: #93002C;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 2em;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #e3edef;
	}

.landing-title-link {
    font-size: 2.5em;
    font-weight: bold; 
    color: #93002C;

}
	

.main_text {
    color: #3A2228;
    font-size: large;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    font-family:DagnyPro, "Open Sans";

}

.main_text_left {
    color: #3A2228;
    font-size: large;
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 1.5em;

}

.header-content {
    background-image: url("../Images/header_background_pale.png");
    border-radius: 5px;
    width: 100%;
    margin-left: 0%;
    margin-top: 0px;
    margin-right: 0%;
    margin-bottom: 2em;
    
   
}

.row {
display: flex;
flex-wrap: wrap;
margin-right: 0%;
margin-left: 0%;
margin-bottom: 4em;
margin-top: 5em;
	
}

.zoom-jams-row {
display: flex;
flex-wrap: wrap;
margin-right: 0%;
margin-left: 0%;
margin-bottom: 4em;
margin-top: 5em;
	
}

.services-row {
display: flex;
flex-wrap: wrap;
margin-right: 0%;
margin-left: 0%;
margin-bottom: 2em;
margin-top: 5em;
	
}

  .zoom-jams-column {
    flex: 50%;
    max-width: 50%;
}

  .benefits-column {
    flex: 50%;
    max-width: 50%;
}

.bullet-list {
  font-family: boogaloo, comfortaa, "source-sans-pro";
    font-size: 1em;
    margin-top: 2em;
    margin-right: 5%;
}

.call-to-action {
    font-family: boogaloo, comfortaa, "source-sans-pro";
    margin-right: 5%;
    margin-top: 2em;
}


.site-link {
	font-family:boogaloo, comfortaa, "source-sans-pro";
	font-weight: 400;
	font-size: 1em;
	color: #EF2B00;
	padding-left: ;
}

.internal-link {
	font-family:boogaloo, comfortaa, "source-sans-pro";
	font-weight: 400;
	font-size: 1em;
	color: #EF2B00;
	padding-left: ;
}

.site-link-text {
  	font-family:DagnyPro, "Open Sans";
	font-weight: 400;
	font-size: 1.2em;
	color: #3A2228;
	padding-left: 3em;
    align-content: center;
}


  .column {
    flex: 50%;
    max-width: 50%;
}

  .services-column {
    flex: 50%;
    max-width: 50%;
}

.responsive-iframe {
  margin-left: 10%;
  margin-bottom: 0em;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 80%;
  height:100vh;
  border: none;
	
}

      img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
     
      }

@media (max-width: 1250px){

    .iframe_with_text {
    text-align: center;
    font-family: boogaloo, comfortaa, "source-sans-pro";
    font-size: 1.2em;
    margin-bottom: 3em;
}
    
    .title {
    font-size: 4em;
    font-family: boogaloo, comfortaa, "source-sans-pro";
    font-weight: bold;
    color: #93002C;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: rgba(227, 237, 239,0.6);
    width: 60%;
    margin-left: 20%;
    margin-bottom: 30px;
	
    }

    .site-link {
	font-family:boogaloo, comfortaa, "source-sans-pro";
	font-weight: 400;
	font-size: 1em;
	color: #EF2B00;
}

.site-link-text {
  	font-family:boogaloo, comfortaa, "source-sans-pro";
	font-weight: 400;
	font-size: 1em;
	color: #3A2228;
	padding-left: 3em;
}
}
    
@media (max-width: 1000px){

    .title {
    font-size: 4em;
    font-family: boogaloo, comfortaa, "source-sans-pro";
    font-weight: bold;
    color: #93002C;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: rgba(227, 237, 239,0.6);
    width: 60%;
    margin-left: 20%;
    margin-bottom: 30px;
    }
	
        .subheader {
        margin-left: 2em;
        color: #93002c; 
        font-size: 1.5em;
    }

    .jam-subheader {
        margin-left: 2em;
        color: #93002c;  
        font-size: 1.5em;
    }

.header {
    font-weight: normal;
    margin-top: 100px;
    text-align: center;
    padding-top: 50px;
}
.subheading {
    text-align: center;
    font-weight: normal;
    padding-bottom: 0px;
    font-size: 1.5em;
    padding-right: 0px;
    padding-left: 0px;
	}
.main_text {
    color: #3A2228;
    font-size: 1em;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
}

.row {
display: flex;
flex-wrap: wrap;
margin-right: 0%;
margin-left: 0%;
margin-bottom: 4em;
margin-top: 0.5em;
	
}
    
.services-row {
display: flex;
flex-wrap: wrap;
margin-right: 0%;
margin-left: 0%;
margin-bottom: 0em;
margin-top: 0.5em;
	
}

    }

@media (max-width: 750px){
    
    .iframe_with_text {
    text-align: center;
    font-family: boogaloo, comfortaa, "source-sans-pro";
    font-size: 1em;
    margin-bottom: 3em;
}
    
   
    
    .subheading {
        font-size: 1.3em;
    }
    
    .site-link {
	font-family:boogaloo, comfortaa, "source-sans-pro";
	font-weight: 400;
	font-size: 1em;
	color: #EF2B00;
	
}

.site-link-text {
  	font-family:boogaloo, comfortaa, "source-sans-pro";
	font-weight: 400;
	font-size: 0.8em;
	color: #3A2228;
	padding-left: 3em;
}
}

@media (max-width: 650px){
	
	    .iframe_with_text {
    text-align: center;
    font-family: boogaloo, comfortaa, "source-sans-pro";
    font-size: 0.8em;
    margin-bottom: 3em;
}
    
         .subheader {
        margin-left: 2em;
        color: #93002c; 
        font-size: 1.5em;
    }

    .jam-subheader {
        margin-left: 1em;
        color: #93002c;  
        font-size: 1.5em;
    }   
    
    .content {
    width: 80%;
    margin-left: 10%;
    margin-top: 0px;
    margin-right: 10%;
    margin-bottom: 0px;
    padding-bottom: 30px;
}
	
.title {
    font-size: 3em;
    padding-right: 10px;
    padding-left: 10px;
    width: 60%;
    margin-left: 20%;
    margin-bottom: 20px;
}
	
    
.header {
    margin-top: 100px;
    text-align: center;
    padding-top: 20px;
    
}
.subheading {
    text-align: center;
    font-weight: normal;
    padding-bottom: 20px;
    font-size: 1em;
    padding-right: 20px;
    padding-left: 20px;
	}
.main_text {
    color: #3A2228;
    font-size: 0.7em;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
}
    
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 4em;
}
    
    .services-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 0em;
}
	
	.column {
    flex: 100%;
    max-width: 100%;
  }
    
    .services-column {
    flex: 100%;
    max-width: 100%;
  }
	
    .site-link {
	font-family:boogaloo, comfortaa, "source-sans-pro";
	font-weight: 400;
	font-size: 0.9em;
	color: #EF2B00;
	
}

.site-link-text {
  	font-family:boogaloo, comfortaa, "source-sans-pro";
	font-weight: 400;
	font-size: 0.7em;
	color: #3A2228;
	padding-left: 3em;
}
    }
	@media (max-width: 530px){
        
        .title {
    font-size: 2em;
    padding-right: 10px;
    padding-left: 10px;
    width: 60%;
    margin-left: 20%;
    margin-bottom: 20px;
}
	
	
.header {
    margin-top: 100px;
    text-align: center;
    padding-top: 20px;
    
}
.subheading {
    text-align: center;
    font-weight: normal;
    padding-bottom: 20px;
    font-size: 0.8em;
    padding-right: 20px;
    padding-left: 20px;
	}
	
		.navbar-brand{
			font-size: 2em;
		}
	}
