html, body {
    background-image: url('../images/background.png');
}

/*Header*/

header .container-fluid {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a4d9bc+0,a4d9bc+50,ffffff+51,ffffff+100 */
    background: #a4d9bc; /* Old browsers */
    background: -moz-linear-gradient(left,  #a6d8bc 0%, #a6d8bc 30%, #ffffff 30%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #a6d8bc 0%,#a6d8bc 30%,#ffffff 30%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #a6d8bc 0%,#a6d8bc 30%,#ffffff 30%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4d9bc', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    -webkit-box-shadow: 0px 3px 5px 0px rgba(87,87,87,0.5);
    -moz-box-shadow: 0px 3px 5px 0px rgba(87,87,87,0.5);
    box-shadow: 0px 3px 5px 0px rgba(87,87,87,0.5);
}

header .container-fluid .container {
    max-width: 950px;
}

header .container-fluid p {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    color: #0a603a;
    float: right;
    height: 100%;
    transform: translate(0, 50px);
}

header #responsive {
    display: none;
}

/*Main*/

main.container {
    height: 100%;
    max-width: 950px;
    margin-top: 50px;
}

main.container div.row.top {
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    color: white;
    font-size: 20px;
    text-align: center;
    background-color: rgba(51, 159, 97, 0.4);
    height: 45px;
    line-height: 45px;
}

main.container div.row {
    background-color: white;
}

main.container .row.border {
    border: 2px solid #a4d9bc;
}

main.container img {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

main.container .bottomdiv {
    margin-top: 30px;
}

main.container .bottomdiv .row.top {
    font-size: 17px;
}

main.container div.bottomdiv iframe {
    margin-top: 20px;
    margin-left: 5px;
}



main.container div.bottomdiv span {
    font-weight: bold;
}

main.container div.bottomdiv p {
    font-family: "Raleway", sans-serif;
    line-height: 15px;
    font-size: 13px;
    color: #275949;
    margin-top: 15px;
    margin-left: 5px;
    margin-bottom: 10px;
}

@media (max-width: 480px) {
    main.container div.bottomdiv iframe {
        width: 100%;
    }
    
    #responsive {
    	width: 100% !important;
    	display: block !important;
    }
    
    main.container img {
    	width: 100%;
    }
    
    body > main > div.topdiv > div.row.top > div {
    	line-height: 20px;		font-size: 18px;
    }
}

@media (min-width:464px) and (max-width:760px) {
    #responsive {
    	width: 100% !important;
    	display: block !important;
    	    }
    	    
    	main.container img {
    	width: 100%;
    }
    
        body > main > div.topdiv > div.row.top > div {
    	line-height: 18px;
    }
}

#gform_1 {
	font-family: "Raleway", sans-serif;
	font-size: 12px;
}

#gform_1 > div.gform_body ul li div {
	margin-top: 0;
}

#gform_1 > div.gform_body ul li div .medium {
	width: 100%;
	background-color: #dbf0e3;
	border: 0;
}

#gform_1 > div.gform_footer.top_label {
	margin-top: 0;
	padding-top: 5px;
}

#gform_submit_button_1 {
	background-color: #14633a;
	border: thin solid #004c1d;
	color: white;
	width: 60px;
	height: 30px;
}

/*Footer*/

footer.container-fluid#footer {
    text-align: center;
    background-color: white;
    margin-top: 50px;
}

footer.container-fluid#footer p {
    padding-top: 5px;
}

footer a {
    color: black;
}

.noDecoration:hover {
    text-decoration: none;
    color: black;
}