/*
You can add your own CSS here.

Click the help icon above to learn more.

BLUE: #1c447d
ORANGE: #ff4c00

.site-content-contain{
background: url(http:/wp-content/uploads/2017/05/grid_blue1.png) repeat;
}
*/
.site-footer {
  margin-top: 0;
}
.site-header .navigation-top .menu-scroll-down {
  font-size: 16px;
  color: #ff4c00;
}

label { color: #1c447d; }

button, input[type="button"], input[type="submit"] {
	background: -webkit-gradient(linear, left bottom,left top,
	color-stop(0, #d1e3e6), color-stop(1, #f2f7f8));
	color: #1c447d; 
	border-radius: 8px;
	padding: 7px 2em;
  border: 1px solid;
  border-color: #1c447d;
}

body.page:not(.twentyseventeen-front-page) .entry-title {
  color: #1c447d;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.widget ul {
  list-style-type: disc;
  list-style-position: inside;
}

.widget ul li {
  border:none;
  padding:0.25em;
}

h2 {
  color: #1c447d;
}

.widget a,
.widget ul li a {
  color: #1c447d;
  -webkit-box-shadow: inset 0 -1px 0 rgba(28,68,125, 0.7);
  box-shadow: inset 0 -1px 0 rgba(28,68,125, 0.7);
}

.widget a:hover,
.widget ul li a:hover {
  color: #ff4c00;
  -webkit-box-shadow: inset 0 0 0 rgba(255,76, 0, 0), 0 3px 0 rgba(255,76, 0, 1);
  box-shadow: inset 0 0 0 rgba(255,76, 0, 0), 0 3px 0 rgba(255,76, 0, 1);
}

.main-navigation li li:hover,
.main-navigation li li.focus {
  background: #e4e8ee;
}

.site-header .menu-scroll-down {
  color: #ff4c00;
}

/* drop down navigation menu*/
.navigation-top a {
  color: #ff4c00;
  font-weight: 500;
}

.main-navigation li li.focus > a,
.main-navigation li li:focus > a,
.main-navigation li li:hover > a,
.main-navigation li li a:hover,
.main-navigation li li a:focus,
.main-navigation li li.current_page_item a:hover,
.main-navigation li li.current-menu-item a:hover,
.main-navigation li li.current_page_item a:focus,
.main-navigation li li.current-menu-item a:focus {
  color: #ff4c00;
}

.navigation-top.site-navigation-fixed {
  background-color: rgba(27,67,124,1.0);
}
.widget {
  padding-bottom: 0px;
}
.panel-content .wrap {
  padding-bottom: 1.5em;
  padding-top:1.5em;
}
.site-content {
  padding: 1.5em 0 0;
}
.page.page-one-column .entry-header,
.twentyseventeen-front-page.page-one-column .entry-header,
.archive.page-one-column:not(.has-sidebar) .page-header {
  margin-bottom: 1.5em;
}

figure figcaption {
  text-align: center;
}

.has-header-image.twentyseventeen-front-page .site-branding, .has-header-video.twentyseventeen-front-page .site-branding, .has-header-image.home.blog .site-branding, .has-header-video.home.blog .site-branding {
  margin-top: 60px;
  margin-left: -30px;
}

.menu-scroll-down .icon {
  height: 24px;
  width: 18px;
  color: #fff;
}

.menu-scroll-down:hover{
  font-weight: bold;
}

a.my-link-btn{
  font-size: 20px;
  background-color: rgba(27,67,124,0.75);
  border:1px solid #1c447d;
  border-left: 5px solid #fff;
  border-radius:5px;
  color:#fff;
  margin-right:10px;
  margin-top:20px;
  padding:10px 10px 10px 10px;
  float:left;
  width: 280px;
}
a.my-link-btn:active,a.my-link-btn:focus,a.my-link-btn:hover{
  background-color: rgba(27,67,124,0.5);
  margin-left:1px;
}
a.my-link-btn:hover{
  border:1px solid #1c447d;
  border-left: 5px solid #fff;
}
a.my-link-btn,a.my-link-btn:active,a.my-link-btn:focus,a.my-link-btn:hover{
  box-shadow:none;
  -webkit-box-shadow: none;
  transition:none;
  -webkit-transition:none;
}
div.my-link-btn-container{
  width:100%;
  float: left;
  color: white;
  font-size: 36px;
  font-weight: 800;
  position: relative;
  background-size: cover;
  padding: 30px;
  margin-top: 30px;
  text-transform: none;
  margin-bottom: 20px;
}

.site-branding a {
  -webkit-transition: text-decoration 0.2s;
  transition: text-decoration 0.2s;
}
.site-branding a:hover,
.site-branding a:focus {
  opacity: 1;
  text-decoration: underline;
}
body.has-header-image .site-description,
body.has-header-video .site-description {
  opacity: 1.0;
}
.site-title {
  line-height: 1;
}
.site-description {
  padding-top: 0;
}
.site-branding-text {
  background-color: rgba(140,176,202,0.5);
  border-radius: 10px;
  padding-top: 0;
  padding-left: 5px;
	box-shadow: 0 0 20px 20px rgba(140,176,202,0.5);
}

@media screen and ( max-width: 48.875em ) {
  .has-header-image.twentyseventeen-front-page .site-branding, .has-header-video.twentyseventeen-front-page .site-branding, .has-header-image.home.blog .site-branding, .has-header-video.home.blog .site-branding {
    top: 0px;
  }
  a.my-link-btn{
    font-size: 15px;
    width: 200px;
  }
  div.my-link-btn-container{
    font-size: 24px;
  }
}
