.form-control
{
    width:56%;
}

iframe
{
    max-width: 35%;
    max-height: 35%;
}

p, li
{
    font-size: large;
}

.btn-primary
{
    background-color: #318CB8;
}

.navbar-brand img {
    height: 42px;
    width: auto;
}

.dropdown-content a:hover {background-color: #ddd}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

* {
    box-sizing: border-box;
}

.columns {
    float: left;
    width: 33.3%;
    padding: 8px;
    background-color: white;
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /* font-size: xx-small; */
}

.price:hover {
    box-shadow: 0 14px 18px 0 rgba(0,0,0,0.2)
}

.price .header {
    /* background-color: #111; */
    color: white;
    font-size: 25px;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
    font-size: 14px;
}

.price .grey {
    background-color: white;
    font-size: 20px;
}

.button {
    /* background-color: #4CAF50; */
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

.center {
    margin: auto;
    /* width: 60%;
    border: 3px solid #73AD21; */
    padding: 10px;
}

.zoomable {
    transition: transform .2s;
    margin: 0 auto;
}

.zoomable:hover {
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05); 
}

hr
{
    display: block;
    height: 1px;
    width: 100%;
    border: 0;
    border-top: 1px solid #318CB8;
    margin: 1em 0;
    padding: 0; 
}
.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}