﻿/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 50px;
    padding-right: 0px;
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 30px;
    }
}

#main {
    height: 100%;
    width: 100%;
    margin: 0px auto;
    border: 10px solid Transparent;
    background: -webkit-radial-gradient(rgba(156,252,248,1),rgba(110,123,251,1));
}
#block {
    padding: 20px;
    border: 0px;
    width: 85%;
    border-radius: 50px;
    background: -webkit-radial-gradient(#fceabb, #f8b500);
}
#rcorners1 {
    border-radius: 75px;
    background: #73AD21;
    padding: 20px;
    width: 200px;
    height: 150px;
}
#footer {
    position: fixed;
    bottom: 0;
    width: 85%;
    background-color: steelblue;
    color: yellow;
}
#webpage {
    color: white;
}