@font-face {
    font-family: 'angrybirdsregular';
    src: url('assets/fonts/angrybirds-regular-webfont.woff2') format('woff2'),
         url('assets/fonts/angrybirds-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'avengeance_mightiest_avengeRg';
    src: url('assets/fonts/avengeance_mightiest_avenger-webfont.woff2') format('woff2'),
         url('assets/fonts/avengeance_mightiest_avenger-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@media (min-width: 1280px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px;
}
}

/*.container-fluid{
    width: 100%;
    padding-right: var(--bs-gutter-x,0rem);
    padding-left: var(--bs-gutter-x,0rem);
    margin-right: auto;
    margin-left: auto;
}*/
body{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
    font-weight: 300;
}
/* remove spacing between columns */
.row.no-gutter [class*='col-'] {
  padding-right:0;
  padding-left:0;
}
.navbar-brand {
    font-weight: 500;
}
.navbar a.navbar-brand img {
    width: 100px;
    height: auto;
}
.top-section {
    padding-top: 103px;
    padding-bottom: 52px;
    background: #122b4d;
}
.top-section h1 {
    color: #fff;
    font-family: 'angrybirdsregular', sans-serif;
    font-size: 80px;
    text-transform: capitalize;
}
.logo-section img {
    width: 500px;
    max-width: 100%;
    height: auto;
}
.digital-section-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.the-digital-screen-section{
	background: #122b4d;
}
.the-digital-screen-section h2 {
	color: #fff;
    font-family: 'angrybirdsregular', sans-serif;
    font-size: 80px;
}
.the-digital-screen-section p {
    color: #fff;
    text-transform: lowercase;
    letter-spacing: 14px;
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

/**
/* About Us
**/
.about-heading {
    padding-top: 100px;
    padding-bottom: 15px;
}
.about-heading img {
    width: 400px;
    height: auto;
    max-width: 100%;
}
.viewthescreen-heading{
	padding-top: 15px;
    padding-bottom: 15px;
}
.viewthescreen-heading img {
    width: 400px;
    height: auto;
    max-width: 100%;
}
a.emaillink {
    text-decoration: none;
    color: #0e75bb;
    font-weight: 400;
    transition: all 0.8s ease;
}
/*a.emaillink:hover{
	color: #122b4d;
}*/
p.skyblue-italic {
    font-style: italic;
    font-weight: 300;
    color: #0e75bb;
}
/**
/* benefits-of-digital-screen
**/ 
.lease-this-screen img {
    max-width: 100%;
}
ul.benefits-of-degital-screens-list li {
    list-style: disc;
}
ul.benefits-of-degital-screens-list li::marker {
    color: #0e75bb;
}
/**
/* contact
**/
.contact-top-section {
    background: #0e75bb;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
}
.contact-top-section img {
    max-width: 100%;
    height: auto;
    margin-bottom: 36px;
}
.contact-top-section h1 {
    color: #fff;
    font-weight: 500 !important;
    font-family: 'Roboto', sans-serif;
}
.contact-top-section a.emaillink{
	color: #fff;
	transition: all 0.8s ease;
}
/*.contact-top-section a.emaillink:hover {
    color: #122b4d;
}*/
.your-store-front-heading img {
    max-width: 100%;
}
.contact-text-inner-wrapper {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}
/**
/ * submission form 
**/
.submission-form {
    margin-top: 100px;
    margin-bottom: 40px;
}
.marginbottom {
    margin-bottom: 25px;
}





.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 6px;
    -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1)
}

.form-control {
    border-color: transparent transparent #0e75bb transparent;
    background: transparent;
    outline: 0 !important
}

.form-control:focus {
    border-color: transparent transparent blue transparent;
    background: transparent;
    outline: 0 !important;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25)
}

.form-control {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.form-control>input[type=text] {
    border: none;
    border-bottom: 3px solid red;
    outline: none
}

.underline-animation {
    transition: all 1s;
    display: inline-block;
    bottom: 0;
    left: -100%;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #0e75bb;
}

.form-control>input[type=text]:focus+.underline-animation {
    left: 0
}

.send-button {
    float: right
}

.send-button .button {
    font: inherit;
    line-height: normal;
    cursor: pointer;
    background-color: #0e75bb;
    color: white;
    padding: 11px;
    border: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.14286em;
    transition-duration: 0.4s
}

.send-button .button:hover,
.form .button:focus,
.form .button:active {
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1)
}
.send-button .button:active {
    position: relative;
    top: 1px;
    left: 1px
}
a.submission-form-link {
    color: #fff;
}

a.submission-form-link:hover {
    color: #ddd;
    text-decoration: none;
}
svg.bi.bi-check2-circle {
    color: #87D185;
    width: 150px;
    height: 150px;
}
/**
/* Portfolio
**/
.portfolio-wrapper{
    margin-top: 100px;
    margin-bottom: 0;
}
.portfolio-wrapper h2 {
    margin-bottom: 30px;
}

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}
.image-grid-wrapper .column {
    margin-bottom: 20px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  padding-bottom: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, .4);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  height: auto;
}
.modal-content a.prev, .modal-content a.next{
    text-decoration: none;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #f00;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 22px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
.portfolio-page-title {
    margin-top: 100px;
    text-align: center;
}
.slick-slider{
    margin-top: 25px;
    margin-bottom: 90px;
}
.slick-initialized .slick-slide {
    display: block;
    padding: 0 15px;
}


/**
/* Responsive
**/
/* ----------- iPad Pro 10.5" ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1112px)
  and (-webkit-min-device-pixel-ratio: 2) {
  	.top-section h1 {
    font-size: 80px;
}
}
/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
  	.top-section h1 {
    font-size: 58px;
}
.top-section {
    padding-top: 111px;
    padding-bottom: 52px;
}
.logo-section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.logo-section img {
    width: 420px;
}
.your-store-front-heading img {
    margin-top: 50px;
}
.contact-text-inner-wrapper {
    width: 90%;
}
}
/* ----------- iPhone X ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
  	.the-digital-screen-section p {
    letter-spacing: 4px;
    font-size: 22px;
}
.top-section h1 {
    font-size: 30px;
}
.the-digital-screen-section h2 {
    font-size: 40px;
}
.contact-top-section img {
    width: 90%;
}
.contact-text-inner-wrapper {
    width: 90%;
}
.your-store-front-heading img {
    margin-top: 37px;
}
.top-section {
    padding-top: 103px;
    padding-bottom: 30px;
}
.logo-section {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}
.logo-section img {
    width: 300px;
}
.the-digital-screen-section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.image-grid-wrapper .column {
    display: block;
    width: 100%;
}
}
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
  	.the-digital-screen-section p {
    letter-spacing: 1px;
    font-size: 24px;
}
.the-digital-screen-section h2 {
    font-size: 35px;
}
.logo-section img {
    width: 250px;
}
.top-section h1 {
    font-size: 26px;
}
.top-section {
    padding-top: 98px;
    padding-bottom: 24px;
}
.logo-section {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.the-digital-screen-section {
    padding-top: 20px !important;
    padding-bottom: 13px !important;
}
.your-store-front-heading img {
    margin-top: 60px;
}
.contact-text-inner-wrapper {
    width: 90%;
}
.image-grid-wrapper .column {
    display: block;
    width: 100%;
}
}


