/**
 * @file
 * This file is used to style the banner block.
 */

 
/*.block-block-content .field--name-field-image-cover{
	display:none;
}*/
 
.block-block-content {
  background-size: 0 0;
  margin-bottom:20px;
}

.block-block-content .summary {
  margin: 1em;
}

.block-block-content .field--name-field-title-cover {
  margin: 0 0 0.5em 0;
  /*font-family: "Scope One", Georgia, serif;*/
  font-family:Futura;
  font-size: 1.777em;
  font-weight: 400;
  line-height: 1.2em;
}

.block-block-content .field--name-field-summary-cover {
  margin-bottom: 1.28em;
  font-size: 1.188em;
  line-height:1.1;
  text-align:justify;
}

.block-block-content .field--name-field-content-link-cover{
	text-align: right;	
}

.block-block-content .field--name-field-content-link-cover a {
  display: inline-block;
  padding: 0.7em 1.3em;
  cursor: pointer;
  transition: background-color 0.5s ease;
  text-align: center;
  text-decoration: none;
  color: #fff;
  /*border: 2px solid #d93760;*/
  border: 2px solid #c0ba82;
  border-radius: 3px;
  /*background-color: #d93760;*/
  background-color: #c1b753;
  /*font-family: "Scope One", Georgia, serif;*/
  font-size: 1.2rem;
  font-weight: 400;
  /*margin-left:300px;*/
  width:50%;
}

.block-block-content .field--name-field-content-link-cover a:focus,
.block-block-content .field--name-field-content-link-cover a:hover {
  /*color: #000;*/
  color: #fff;
  /*border-color: #d93760;*/
  border-color:#00a757;
  outline-color: #fff;
  outline-offset: 2px;
  background-color: #00a757;
}

@media screen and (min-width: 48rem) { /* 768px */
  .block-block-content {
    background-color: #464646;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    /* Image ratio 7:3 */
  }

  .block-block-content .block-inner {
    display: flex;
    align-items: center;
    max-width: 1200px;
    height: 0; /* Required for flexbox vertical centering in IE11. Min-height will take precedence. */
    min-height: 54vw;
    margin: 0 auto;
    padding: 0 1em;
  }

  .block-block-content .summary {
    flex: 0 0 50%;
    margin: 0;
    padding: 1.777em;
    color: #fff;
    /*border: 1px solid #464646;*/
    background: rgba(0, 0, 0, 0.42);
  }

  .block-block-content .field--name-field-media-image-cover {
    /**
     * We need to ensure that the alt text on the image is accessible to
     * screenreaders, so, when on large screens, let's give this the same CSS
     * as the .visually-hidden class has.
     */
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
  }
}

@media screen and (min-width: 60rem) { /* 960px */
  .block-block-content .summary {
    flex: 0 0 41%;
  }
  .block-block-content .block-inner {
    min-height: 43vw;
  }
}

/* 77em == the max width of .container + 1em either side */
@media screen and (min-width: 77rem) {
  .block-block-content .summary {
    /*margin-left: -1em;*/
	margin-left:600px;
  }
}
