@font-face {
  font-family: 'Montaga';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montaga/v13/H4cnBX2Ml8rCkEO_4gEa7ZG6iqY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*{
  font-family: Montaga;
}

body{
  display: flex;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-image: url(https://www.georgerrmartin.com/theme/overall-bg.jpg), url(https://www.georgerrmartin.com/theme/content-bg.jpg);
  background-position: center 790px, center 790px;
  background-repeat: no-repeat, repeat;
}

h3 a{
  font-family: Montaga;
  text-decoration: none;
  color: #204C73;
}

p{
  color: #000;
  padding-bottom: 20px;
}

p a{
  text-decoration: underline;
  color: #000;
}

p a:hover{
  color: #000;
}

.container{
  display: flex;
  justify-content: center;
  min-width: 100%;
  height: 100vh;
}

header{
  display: flex;
  justify-content: center;
  width: 100%;
  height: 136px;
  background-image: url(https://www.georgerrmartin.com/theme/header-bg.jpg);
  background-color: grey;
  background-position: center top;
}

.header-content{
  position: absolute;
  display: flex;
  justify-content: center;
  width: 995px;
  height: 102px;
}


.shield{
  position: relative;
   top: 15px;
  background-image: url(https://i.imgur.com/LFQPWGl.gif);
  width: 6.5%;
  height: 75px;

}

.grrm{
  background-image: url(https://georgerrmartin.com/wp-content/themes/GRRM/images/header-2.jpg);
  width:65%;
  height: 102px;
}

.social{
  width: 15%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.social img{
  position: relative;
  bottom: 45px;
  left: 150px;
  width: 50px;
  height: 50px;
}

.textsearch{
  position: relative;
  width: 80px;
  height: 20px;
  left: 10px;
}

.hdr-menu{
  margin: 0;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
}

.hdr-menu li{
  display: inline-flex;
  font-size: 16.5px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 7px;
}

.hdr-menu li a{
  text-decoration: none;
  color: inherit;
}

.hdr-menu a:hover{
  background-color: #fff;
  padding: 6px;
  position: relative;
  top: 6px;
}

.main{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 960px;
  height: 100vh;
/*   background-color: #fff; */
  margin-top: 142.5px;
}

.gallery{
 margin: auto;
 margin-top: 5px;
 justify-content: center;
 align-items: center;
 width: 950px;
 height: 300px;
 background-color: #bbb;
}

.gallery img{
  display: flex;
  width: 950px;
  height: 300px;
  margin-top: 2px;
  justify-content: center;
  align-items: center;
}

.cards{
margin-top: 10px;
display: flex;
justify-content: center;
align-items: center;
}

.cards article{
width: 310px;
height: 140px;
background-color: green;
margin-left: 5px;
margin-right: 5px;
border: 2px solid #aaa;
 box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.card1{
  background-image: url(https://georgerrmartin.com/wp-content/uploads/2016/09/GRRM-SMALL-cocteau3.jpg);
}

.card2{
  background-image: url(https://georgerrmartin.com/wp-content/uploads/2019/02/newsletter-home.png);
}

.card3{
  background-image: url(https://georgerrmartin.com/wp-content/themes/GRRM/images/callout-sample-3.jpg);
}

.grid-item{
  /* no display flex here */
  margin-top: 3px;
  width: 66%;
  /* height: 1300px; */
  padding: 30px;
  box-sizing: border-box;
  background-color: #D9D9D9;
  font-family: Verdana, Geneva, sans-serif;
}

.grid-wrapper {
display: flex;
padding-top: 15px;
justify-content: space-between;
}
.aside {
width: 33%;
box-sizing: border-box;
}
/* .grid-item{
width: 66%:
} */

.aside img{
  width: 100%;
}

.footer{
  margin-top: 30px;
  width: 100%;
  /* width: 999.98px;
  height: 154.48px; */
  justify-content: center;
  align-items: center;
  background-position: center bottom;
  /* @media (max-width: 1024px) */
  /* padding: 2px 0 120px 0; */
}

.footer-content{
  display: flex;
  justify-content: center;
  margin-top: 30px;
  width: 960px;
}

.footer-text{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -150px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #000;
}

/* Mobile Styles */
@media only screen and (max-width: 480px){
  body {

  }

  .header{

  }
  .cards{
    flex-direction: column;
  }
  .grid-wrapper{
    flex-direction: column;
  }
  .grrm{
    display: flex;
    max-width: 75%;
    width: 75%;
    height: auto;
    object-fit: contain;
  }
  .shield{
    display: flex;
    max-width: 10%;
    width: 10%;
    height: auto;
    object-fit: contain;
  }
  /* .Banner-Images{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  } */

.social{
  max-width: 10%;
  width: 10%;
  height: auto;
  object-fit: contain;
  align-items: center;
  }
  /* form{
    margin-top: 0;
  } */
  .hdr-menu{
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 5%;
    padding-right: 5%;
  }
  .header-content{
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
}
