@font-face {
    font-family: 'imagination_stationregular';
    src: url('../fonts/imagination-station-webfont.woff2') format('woff2'),
         url('../fonts/imagination-station-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'heeboregular';
    src: url('../fonts/heebo-regular-webfont.woff2') format('woff2'),
         url('../fonts/heebo-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

.close{
  position:absolute;
  color:white;
  font-size: 20px;
  right: 0;
  opacity: 100;
}

  /* Home page stuff */
  #main-box{
    height: 600px;
    box-shadow: 5px 5px 5px;
    margin-top: 5%;
    position:relative;
  }

  #centerArea{
    width: 100%;
    height:300px;
    text-align:center;
    position:absolute;
    top:40%
  }
  #centerArea h1{
    color:white;
  }

  #centerArea button{
    border-color:white;
    background-color:transparent;
    width: 140px;
    height:40px;
    font-size: 20px;
    color:white;
  }

  #ship-moonlight{
    background-image: url("../Images/moonlight_marsamxett-lg.png");
    background-position: 0% 65%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
  }

  #stPaulStorm{
    background-image: url("../Images/St_Pauls_Bay-2013-lg.png");
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
  }
  #candleLight{
    background-image: url("../Images/candle_light-2006.png");
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
  }

  #walkingHome{
    background-image: url("../Images/Walking_home-lg.png");
    background-size: cover;
    background-position: 9% 98%;
    background-repeat: no-repeat;
    height: 300px;
  }

#social-nav img{
margin: 10px;
width:16px;

}

#social-nav a{
padding: 0;

}

   #social-nav{
   background-color: #71A8FF;
   padding: 0;
   margin: 0;
   min-height:20px;
  }

  .parrallax{
    background: url('../Images/The_Wall-2012-ex.png') fixed;
    height:500px;
    background-repeat: no-repeat;
    background-size:cover;

  }

  .carousel-control.left, .carousel-control.right{
background:none;
  }

  .navbar-right{
    margin-right:0;
  }

h1{
  font-family:'imagination_stationregular';
  font-size: 100px;
}

p,td{
  font-size: 18px;
  line-height:2;
  letter-spacing:1.8;
}

#about-text,#exhibition-text{
  margin: 5% auto;
}

#about-text p{
  margin: 2% auto;
  text-align:justify;
}

#about-text h2, #exhibition-text h2{
  text-align:center;
  margin:5% auto;
}

h2{
  font-size: 40px;
}
p,h3,h2,h4{
    font-family: 'heeboregular', 'verdana';
}

hr{
  border: solid black 1px;
}

form{
    padding: 5% 0;
    border: 1px black solid;
    margin: 5% 0;
    border-radius: 5%;
}

form h3{
  margin-bottom:5%;
}

tr{
  height:60px;
}

.details h3{
  padding: 5% 0;
  margin-top: 5%;
}

td{
  width:50%;
}

input[type="submit"]{
  background-color:#49D3F2;
  width: 150px;
  font-size:14px;
  color:black;
  margin-top:2%;
  border-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: 3s;
  border:0px;
}

input[type="submit"]:hover{
  color:white;
  border: 0px;
  background-color:#8C141E;

}


#mainBanner, #contactUsBanner{
  height: 619px;
  background-image: url("../Images/Lets try this posterized 2.png") ;
  background-size:cover;
}

#mainBanner h1, #contactUsBanner h1{
  font-weight:300;
  margin-bottom: 5%;
  margin-top: 20%;
  color:white;
}

#mainBanner h2{
  color:white;
}

.color-white{
  color:white;
}


  #mainBanner button {
      margin-top: 2%;
      color: black;
      background: white;
      border: black 2px solid;
      width: 150px;
      height: 40px;
      font-size: 14px;

}

#mainBanner button:hover{
  color: White;
  background-color:#A64B5B

}

#Next, #Previous{
  cursor:pointer;
}

.affix {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
  }



#mycarousel .carousel-control{
  background:none;
}

footer li{
  line-height:2;
  font-size: medium;
}

 footer li:first-child{
  line-height:2;
  font-size: large;
  font-weight:bold;
}

  footer{
  color: white;
  font-size: 12px;
  background-image: url("../Images/Footer-Design.png");
  background-size:cover;
  height: 450px;
}



  footer ul{
  list-style:none;
  padding-inline-start: 0;
  }

  footer h3{
    margin-top: 3%;
    margin-bottom: 2%;
  }

footer li a{
  color:white;
}

  footer hr{
    margin-top:2%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }


  footer img{
    width: 32px;
    height: auto;
  }

  #myCarousel{
  padding: 5% 0 5% 0;
  background-color:#592727;
  }

  #painting-carousel{
    background-color:white;
  }
  .painting-container{
    margin-top:5%;
  }

  .red-Block{
    height:300px;
    text-align: center;

  }

  .red-block h3{
    padding:8% 0 0 0;
    font-size: 20px;
  }

.contact-Block h2{
  margin-top:5%;
}
  .contact-Block{
    height:250px;
    text-align: center;
  }

  .contact-Block button{
    background-color:#49D3F2;
    width: 320px;
    height: 80px;
    font-size:20px;
    color:black;
    margin-top:2%;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    transition: 3s;
    border:0px;
  }

  #contactUsForm span{
    color: red;
    font-size: 14px;
  }

  .contact-Block button:hover{
  color:white;
  border: 0px;
  background-color:#8C141E;
  }

  .red-block p{
    text-align:right;
  }

  .red-block hr{
    margin: 10% 0;
  }

  .blue-Block{
    background-color:#592727;
    height:200px;
    text-align: center;
  }

  .blue-block h3{
    padding:5% 0 2% 0;
    font-size: 20px;
    color:white;
  }

  .blue-block button{
    border-radius:5%;
    border: white 2px solid;
    color: white;
    background: transparent;
    width: 150px;
    height: 40px;
    font-size:14px;
  }

  .blue-block button:hover{
    border-radius:5%;
    border: black 2px solid;
    color: black;
    background: rgba(255,255,255,1);
    width: 150px;
    height: 40px;
    font-size:14px;
  }
  .catelogue-container{
    text-align: center;
    padding-top: 3%;
    padding-bottom: 2%;
  }

  .catelogue-image{
    text-align: center;
    overflow: hidden;
    margin: 0% 0 5% 0;
    padding: 0 0% 0 2%;

  }
  .catelogue-image img{
    width:100%;
  }

.inside-image{

}

.opacity-cover{
  background-color:rgba(0,0,255,0);
  color:rgba(255,255,255,0);
  position:absolute;
  z-index:100;
  top:0;
  width:100%;
  height:100%;
  cursor:pointer;
}

.opacity-cover h2{
  margin-top: 30%;
  margin-right:5%;
}

.opacity-cover:hover{
/*  background-color:#120a8f7D; */
background-color: #8C141E;
color:rgba(255,255,255,255);
}

#abstract img{
  width:100%;
  margin: 5%;
}

#seascape img{
  width:100%;
    margin: 5%;
}

#landscape img{
  width:100%;
    margin: 5%;
}

#portraits img{
  width:100%;
    margin: 5%;
}

#remakes img{
  width:100%;
    margin: 5%;
}

#miscellaneous img{
  width:100%;
    margin: 5%;
}


#abstract, #seascape, #portraits,#landscape,#Still-lives,#remakes{
  display:none;
}

#contactUsForm form{
  width: 80%;
  box-shadow: 5px 5px 5px;
}


#contactUsForm .form-group{
  width: 70%;
  text-align:left;
  color:#71A8FF;
}

#contactUsForm .form-group input[type=text], #contactUsForm .form-group textarea {
  background-color: white;
  border: #71A8FF 1px solid ;
}

.navbar{
  margin-bottom:0;
}

.navbarcenter{
   float: none!important;
    margin: 0 auto;
    display: table;
}

.navbar li a{
  padding: 15px 10px 15px;
}

.navbar-white{
  background-color:white;
  padding: 8px;
  box-shadow:2px 2px 2px;
}
.navbar-white li a{
  color: #8D8D8D;
}

.navbar-white li a:hover{
  color:black;
  background-color: white;
}

#modal-carousel{
  max-height:600px;
}

#navbar-mb{
  display:none;
}

#seascape-Modal .modal-dialog{
  width:100%;
}

#landscape-Modal .modal-dialog{
  width:100%;
}

#abstract-Modal .modal-dialog{
  width:100%;
}

#portrait-Modal .modal-dialog{
  width:100%;
}

#stillLife-Model .modal-dialog{
  width:100%;
}


@media only screen and (max-width: 767px) {

  .navbar a:hover::after {
    content: "";
    position: absolute;
    left: 25%;
    right: 25%;
    bottom: 0;
    border-top: none;
  }

  footer img {
    height: 50px;

  }

  footer{
    height:500px;
  }
#navbar-mb{
  display:block;
  background-color:white
}

#navbar-mb button{
      background-color: black;
      border-radius: 5%;
      border: white 2px solid;
      background-color:transparent;
}

#navbar-dt{
  display:none;
}

#navbar-mb li a{
  font-size: x-large;
  color: black;

}
#navbar-mb li a:hover{
color:red;

}

#navbar-mb li{
  border: white 1px solid;
  padding:2%;
  text-align:center;
}

#navbar-mb li:hover{
  background-color:white;
}

#mainBanner, #contactUsBanner {
    background-image: url(../Images/MobileBannerImage.png);
    background-position: 0;
    background-size: cover;
}

.red-block em{
    letter-spacing: 2;
    line-height: 1.5;
}

.red-block{
  height: 450px;
  text-align:left;
}

#contactUsBanner{
height: 40%;

}
#social-nav{
  display:none;
}

 #mainBanner h1,  #contactUsBanner h1{
  margin-top:40%;
}

#mainBanner{
  height:100%;
}

#mainBanner h2{
  margin-top: 5%;
}

.text-section{
  margin-top:5%;
  margin-bottom:5%;
}

.painting-section{
  text-align:center;
  margin-top:5%;
}

h1{
  font-size: 60px;

}

#portraits img {
    width: 100%;
    margin: 5% 0;
}

.carousel-inner > .item > img{
  width:100%;
}

#about-text p{
  margin: 5% auto;
  text-align:justify;
}

p{
  font-size:15px;
}

.contact-Block h2{
  font-size:30px;
}

.contact-Block button{
  width: 200px;
  height: 60px;
  font-size: 20px;
}

hr{
  margin:40px 0;
}


#exhibition-text tr{
  height:100px
}

#exhibition-text td{
  font-size: 16px;
  width:10%;
}

#Still-lives img{
  width:90%;
  margin-bottom: 5%;
}
#abstract img{
  width:90%;
  margin-bottom: 5%;

}

#seascape img{
  width:90%;
  margin-bottom: 5%;

}

#landscape img{
  width:90%;
  margin-bottom: 5%;

}

#portraits img{
  width:90%;
  margin-bottom: 5%;

}

#remakes img{
  width:90%;
  margin-bottom: 5%;

}

#miscellaneous img{
  width:90%;
  margin-bottom: 5%;

}

.opacity-cover{
  background-color:#8C141E55;
  color:rgba(255,255,255,255);
}

.opacity-cover:hover{
/*  background-color:#120a8f7D; */
background-color: #8C141E55;
  color:#FFFFFFFF;
}


#walkingHome{
  background-image: url("../Images/Walking_home-ex.png");
    background-size: cover;
    background-position: 40% 95%;
    background-repeat: no-repeat;
    height: 110vh;
}

#centerArea {
    width: 100%;
    height: 105vh;
    text-align: left;
    position: absolute;
    padding-right: 20%;
    padding-left: 5%;
    top: 5%;
}

#centerArea h1{
    font-size: 70px;
}

#ship-moonlight, #stPaulStorm, #candleLight{
  display:none;
}

#main-box{
  margin-top:0;
}

#central-Area-Button{
  display: inline-block;
  width: 100%;
  margin-left: 15%;


}

.modal-dialog {
    width: 100%;
    top: 15%;
    right: 3%;
}

}

@media (max-width:922px) and (min-width:768px) {
  .inside-image {
    width: 90%;
    margin: 0 auto;
}

.carousel-inner > .item > img{
  width:90%;
}


.opacity-cover{
  background-color:#8C141E55;
  color:rgba(255,255,255,255);
}

.opacity-cover:hover{
/*  background-color:#120a8f7D; */
background-color: #8C141E55;
  color:#FFFFFFFF;
}

.catelogue-image {
    width: 100%;
    padding:0;
}
  #ship-moonlight, #stPaulStorm,#candleLight{
    display:none;
  }

  #walkingHome{
    background-image: url("../Images/Walking_home-ex.png");
      background-size: cover;
      background-position: 40% 95%;
      background-repeat: no-repeat;
      height: 110vh;
  }

  #centerArea {
      width: 100%;
      height: 100vh;
      text-align: left;
      position: absolute;
      padding-right: 20%;
      padding-left: 5%;
      top: 5%;
  }

  #central-Area-Button{
  margin-left:15%;
}

  #main-box {
    height: 100vh;
    margin:0;
    box-shadow: 5px 5px 5px;
    position: relative;
    width: 100%;
}

#navbar-mb{
  display:block;
  background-color:white
}

#navbar-mb button{
      background-color: black;
      border-radius: 5%;
      border: white 2px solid;
      background-color:transparent;
      display:block;
}

#navbar-dt{
  display:none;
}

#navbar-mb li a{
  font-size: x-large;
  color: black;

}
#navbar-mb li a:hover{
color:red;

}

#navbar-mb li{
  border: white 1px solid;
  padding:2%;
  text-align:center;
}

#navbar-mb li:hover{
  background-color:white;
}
#social-nav{
  display:none;
}



#Still-lives img{
  width:90%;
  margin-bottom: 5%;
}
#abstract img{
  width:90%;
  margin-bottom: 5%;

}

#seascape img{
  width:90%;
  margin-bottom: 5%;

}

#landscape img{
  width:90%;
  margin-bottom: 5%;

}

#portraits img{
  width:90%;
  margin-bottom: 5%;

}

#remakes img{
  width:90%;
  margin-bottom: 5%;

}

#miscellaneous img{
  width:90%;
  margin-bottom: 5%;

}

#mainBanner{
  height: 100%;
    background-image: url(../Images/MobileBannerImage.png);
    background-size: cover;
    background-position: 0%;
    background-repeat: no-repeat;
}

#mainBanner h1 {
    font-weight: 300;
    margin-bottom: 5%;
    margin: 30% 25%;
    color: white;
    font-size: 120px;
}

footer{
  height:100vh;
}

.navbar-header {
  float: none;
}
.navbar-toggle {
  display: block;
}
.navbar-collapse.collapse {
  display: none!important;
}
.navbar-nav {
  float: none!important;
}
.navbar-nav>li {
  float: none;
}
.navbar-collapse.collapse.in{
  display:block !important;
}
}​
