html,
body,

.font {
    font-family: Times, serif;
    font-size: 20px;
    
    
}


.header {
    float: right;
    padding: 0 20% 0  0;
    font-size: 200%;
}

.topbanner
{
    width:100%;
    padding: 0 20%;
    
    
    
}

#topbannertext {
    color: #386d7d;
    text-align: center;
    font-size: 300%;
    
}

.nav.navbar {
    background: white;
    border: none;
    padding-bottom: 5px;
    color: #386d7d;
}

nav.navbar a  {
    
    color: #4b0082;
}

.box1 {
    Background: #386d7d;
    color: white;
    height: 250px;
    width: 285px;
    margin: 30px auto;
    padding: 18px;
    box-sizing: border-box;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
   
    
}
 <--float: left;-->
.box2 {
    Background: #386d7d;
    color: white;
    height: 225px;
    width: 375px;
    margin: 40px auto;
    padding: 25px;
    box-sizing: border-box;
   
    
}
 <--float: right;-->
.testimonial {
    background: #222;
}

blockquote {
    border: none;
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 32px;
    color: white;
}

blockquote cite {
    display: block;
    text-align: right;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    color: #888;
    margin-top: 40px;
}

section {
    padding: 25px;
}

.contactinfo {
    text-align: center;
    
}

h1 {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #386d7d;
}

h2 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 60px;
}

h3 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 20px;
}


h2 + p {
    text-align: center;
    margin-top: -60px;
}

p.clear{
    clear: both;
}

#team {
    background: url('img/fan.jpg') top left no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
}

footer {
    background: #386d7d;
    color: white;
    text-align: center;
    padding: 20px;
     font-family: Times, serif;
}

img.align-left{
    
    float:left;
    margin-right: 15px;
}

img.align-center{
    
    float:left;
    margin-right: 40%;
    margin-left: 40%;
}


img.medium {
    
    width: 50%;
    height: 50%:
}

img.toplogo {
    
    width: 25%;
    height: 25%:
}

img.icon {
    
    width: 30px;
    height: 30px;
}

footer a:link {
    color: #C0C0C0;
    
    
}

footer a:visited {
    color: #e6e6e6;
    
    
}

footer a:hover {
    color: indigo;
    
    
}
/* Media Queries */

@media only screen and ( max-width : 568px ) {
    .cover h1 {
        font-size: 40px;
    }
    section {
        padding: 20px;
    }
    
}


@mixin clearfix() {
  &::after {
    display: block;
    content: "";
    clear: both;
  }
}



























