﻿@import url(Site.css);

h1 {
color: #000;
}

/*Striped Greek Banner*/
#bannercolor {
    overflow: hidden;
    height: 100px;
    background: linear-gradient(
  to bottom,
  #0D5EAF,
  #0D5EAF 50%,
  #FFFFFF 50%,
  #FFFFFF
);
      background-size: 100% 35px;
}

#bannerimg {
    float: left; 
    display: inline-block;
}

/*Greek Navbar*/
.navbar {
    clear: both;
    border-radius: 0;
}

.logo-box {
    display: inline-flex;
}

#Container {
    background-image: linear-gradient(#abc7e2 0%,#e8f4ff 40%,#ffffff);
}

.footer img {
    max-height:100px;
}