@media screen and (max-width: 800px) {

h1{
	color:black;
}

.lead{
	color:#000;
}

h5{
	color:black;
	font-weight:bold;
}

body {
    font-family: 'Lato', sans-serif;
      background: url(../img/background.jpeg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#Whitebox{
	position:absolute;
	left:1%;
}

#QBBG{

}

#Quotebox{
padding-top:1%;
padding-right:55px;
padding-left:25px;
float:left;
	border:solid 2px;
	background: rgba(122, 117, 117, 0.9);
	border-radius:20px;
	align-content: center;
	background
	color:red;

}

h1 {
    margin-bottom: 40px;
}

label {
    color: #fff;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.help-block.with-errors {
    color: red;
    margin-top: 5px;
}

.row {
margin-left:10px;
}

.container{
	width:100%;
}

.fontcolor{
	color:#114394;
	text-decoration: none;
	font-weight: bold;
}

.fontcolor:hover{
	text-decoration: none;
	color:lightblue;
}

.btn-success{
		background-color:black;
	border-color:black;
}

.btn-success.disabled{
	background-color:black;
	border-color:black;
}


}

@media screen and (min-width: 800px){
h1{
	color:black;
}

.lead{
	color:#000;
}

h5{
	color:black;
	font-weight:bold;
}

body {
    font-family: 'Lato', sans-serif;
      background: url(../img/background.jpeg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#Whitebox{
	position:absolute;
	left:1%;
}

#QBBG{

}

#Quotebox{
padding-top:1%;

float:left;
margin-left:25px;
margin-top:25px;
	border:solid 2px;
	background: rgba(122, 117, 117, 0.9);
	border-radius:20px;
	align-content: center;
	background
	color:blue;
	min-width:600px;
}

h1 {
    margin-bottom: 40px;
}

label {
    color: #fff;
}

form {
	min-width:800px;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.help-block.with-errors {
    color: red;
    margin-top: 5px;
}

.row {
margin-left:10px;
}

.container{
	width:38%;
}

.fontcolor{
	color:#114394;
	text-decoration: none;
	font-weight: bold;
}

.fontcolor:hover{
	text-decoration: none;
	color:lightblue;
}

.btn-success{
		background-color:black;
	border-color:black;
}

.btn-success.disabled{
	background-color:black;
	border-color:black;
}
}