/*=============================================
    Please add all custom CSS to this file
 =============================================*/

.toplogo {
    display: inline-block;
    margin: 5px 0 0 0;
}
.toplogo img {
    width: 70%;
}

.topPhone {
    display: inline-block;
    margin: 105px 0 10px 0;
    color: #666;
    font-weight: bold;
    font-size: 26px;
    font-family: Oswald, sans serif;
}

.button {
    background: #4778B9;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 30px;
    letter-spacing: 2px;
    border-radius: 3px;
    border: 2px solid #4778B9;
}
.button:hover {
    background: none;
    color: #477889 !important;
    text-decoration: none !important;    
}

.breakout {
  background-image:url(/wp-content/uploads/parallax.jpg);
  background-attachment:fixed;
  padding:100px 0;
}
.flexcont {
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    justify-content:center;
}
.flex-item {
background: #4778B9;
    background-image: url(/wp-content/uploads/egg-shell.png);
    color: #fff;
    margin: 2px;
    text-align: center;
    width: 180px;
    padding: 10px 10px;
    flex: auto;
}
.flex-item ul {text-align:left;}
.flex-item h3 {font-size:1.5em;}

footer.footer {
    background: #4778B9;
}

.socialicons {
    text-align: left;
}
.bottomicon {
    text-align: left;
}


@media only screen and (min-width:0px) {
  .topPhone {
    margin: 0px 0 13px 0;
    font-size: 20px;
  }
}

@media only screen and (min-width:480px) {
  .topPhone {
    margin: 0px 0 13px 0;
    font-size: 20px;
  }
}

@media only screen and (min-width:768px) {
  .topPhone {
    margin: 105px 0 10px 0;
    font-size: 26px;
  }
}

.bottomicon {
    max-width: 40px !important;
}