/* Enter Your Custom CSS Here */
.a {
  position: relative;
  width: 110%;
  height: 300px;
  background-color: #6dcec6;
  border: 0px solid none;
  padding:20px;
}
.b {
  position: absolute;
  left: auto;
  width: 300px;
  border: 0px solid none;
  color:white;
  text-align: left;
    padding:20px;
} 

.c {
  position: absolute;
  left: 300px;
  width: 200px;
  height: 120px;
  border: 0px solid none;
  color:white;
  text-align: left;
  padding:20px;
}
.d {
  position: absolute;
  left: 600px;
  width: 200px;
  height: 120px;
  border: 0px solid none;
  color:white;
  text-align: left;
  padding:20px;
}


@media only screen and (max-width: 600px) {

.a {
    display: block;
    background-color: none;
    width: 300px;
    height: 500px;
    color:white;
    text-align: left;
    }
    
.b {
  position: relative;
  width: 300px;
  height: 200px;
  border: 3px solid none;
  left: 00px;
    }
    
.c {
position: absolute;
  top: 200px;
  left: 20px;
  width: 300px;
  height: 200px;
  border: 3px solid none;
    } 
.d {
  position: absolute;
  top: 350px;
  left: 20px;
  width: 300px;
  height: 200px;
  border: 3px solid none;
    } 
}

.formcolor{
    background: gray; 
    Color: #36556a; 
}


.mind {
    margin-left: 30px;
}
.themefont {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 20px;
}
.red {
    color: red;
    
}
.themefontg {
    font-family: "Georgia", sans-serif;
    font-size: 20px;
}

 /* Padding etc for New to Wesley */
 .padnew {
     color: darkblue;
     padding: 15px;
}

.form {
    color:white;
    font-size: large;
}

.sub {
    color: white;
    
}

.buttonwidth {
    width: 200px;
    color: red;
}
    
a:link {
  text-decoration: none;
}

.backgray{
    background: #dcdcdc;
    color: red;
    }
    
.formpadding {
    padding: 20px;
    
}
@media only screen and (max-width: 600px) {
  .colorbox {
    background-color: lightblue;
    color: white;
  }
}


