html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
.logo{width: 60px;}

.teertype a{text-decoration: none;color:#000;margin-bottom: 15px;display: block}
.teertype img{margin-bottom: 5px;}
.teertype .col-6{padding: 5px;}
@media (max-width: 768px) {
    h1{font-size:24px; }
    h3{font-size: 18px;}
}
.bg-black{background-color: #000!important;}
footer{background: #000;color:#fff;font-size: 20px;}
footer small{padding-bottom: 40px;}
#mydream{padding: 5px 10px;color:#fff;margin-right: 10px;border-radius: 50%;font-size: 22px;display:inline-block;}
#mydreambig{padding: 5px 15px;color:#fff;margin-right: 10px;border-radius: 50%;font-size: 40px;display:inline-block;margin-bottom: 5px;}
.socialbox{padding: 5px;margin-right: 5px;background-color: #000;color:#fff;display: inline-block}
.socialbox:hover{color:#fff;text-decoration: none;}
footer span{font-size: 14px;padding: 25px 0px;}
