html {
    background-color:#ccc;
}

div.wrapper {
    background-color:#fff;
    overflow:auto;
    padding-left: 20px;
    padding-right: 20px;
}

h1>a {
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    text-decoration: none;
    color:#000;
}

.logo {
    color:red;
    margin-left:1%;
    text-shadow:1px 1px #ccc;
    font-size:1.25em;
}

h2, h3{
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
}

h3{
    font-size: 20px;
    padding-top: 10px;
}

p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 16px;
    line-height: 1.6;
    padding-right: 10px;
    letter-spacing: -.1px;
}

ol{
     font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 16px;
    line-height: 1.6;
    padding-right: 10px;
    letter-spacing: -.1px;
}

ul{
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 16px;
    line-height: 1.6;
    padding-right: 10px;
    letter-spacing: -.1px;
}

address{
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 16px;
    font-style: normal;
    line-height: 1.6;
    padding-right: 10px;
    letter-spacing: -.1px
}

aside>a{
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 16px;
    font-style: normal;
    line-height: 1.6;
    padding-right: 10px;
    letter-spacing: -.1px;
    text-decoration: none;
}

.para-img{
     width: 100%;
    height: auto;
}
/* Embed Responsively Styles*/
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 

.embed-container iframe{ 
     position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* End embed Responsively Styles*/

/*Hide Agenda View*/
.embed-container.agenda-view{
    display: none;
}

/*START Webcam*/
div.dot iframe {
    border: 0;
    width: 500px;
    height: 500px;
    padding-top: 35px;
}
body.webcam{
    margin: 0;
    padding: 0;
}

body.webcame img {
    width: 100%;
}
/*End Webcam*/

/*Start of Form*/
label, fieldset{
    margin-bottom: 10px;
}

label, legend{
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -.1px; 
}

input[type=text],[type=email]{
    width: 100%;
}

textarea{
    width: 100%;
    padding-bottom: 15px;
}

input[type=submit] {
    font-family: 'Open Sans', sans-serif;
    border: none;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.g-recaptcha{
    margin: 10px 0;
}

/*End of form*/

footer {
	clear:both;
    text-align:center;
    padding-top: 5px;
}


/* START RESPONSIVE STYLES */

/* DESKTOP */
@media all and (min-width:1400px) {
	
   div.wrapper {
		width:80%;
		margin:auto;
	}

    section {
		width:65%;
		float:left;
	}
	
     aside {	
		width:34%;
		float:right;
	}
			
	
    img.desktop {
      		 float:left;
       		width:50%;
            padding-top: 10px;
            padding-right: 20px;
        
   	 }
    
    img.tablet, img.phone {
       		 display:none;
    	}  
    
    /* Change background color of navigation on selected page */
    ul.topnav li a.selected {
        		background-color: #ccc;
        	color:#000;
   	 }
}


/* TABLET */
@media all and (min-width:737px) and (max-width:1399px) {
	
	section {
		width:60%;
		float:left;
	}
	
	aside {	
		width:39%;
		float:right;
	}
	
            img.tablet {
       		width:100%;
           }
    
           img.phone, img.desktop {
        		display:none;
           } 
    
    /* Change background color of navigation on selected page */
           ul.topnav li a.selected {
        		background-color: #ccc;
        		color:#000;
          }
  }

/*Calendar Rules for Phone*/
@media all and (max-width:1440px){
    
    /*Show Agenda View Calendar*/
    .embed-container.agenda-view{
    display: block;
}
    
    /*Hide Month View Calendar*/
    .embed-container.month-view{
    display: none;
}
}

/* PHONE */
@media all and (max-width:736px) {
    
    img.phone {
       		width:100%;
    }
    
    img.tablet, img.desktop {
        		display:none;
    }  

}

