@charset "utf-8";

/* General styles*/
/*Define your own styles in this stylesheet*/
body{
    background-color: rgba(246,246,246,1.00);
   font-family: 'montserrat' , sans-serif;
    font-style: normal;
    font-weight: 400;
  
}
 h2, h3, h4, h5, h6{
    font-family: 'montserrat' , sans-serif;
    color: rgba(75,74,74,1.00);
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
}
p{
    font-size: 1.1rem;
    font-family: 'montserrat', sans-serif;
    font-style: normal;
    font-weight: 100;
    line-height: 1.9;
    color: #6A6A6A;
}


/* Link styles*/
a {
    color: rgba(58,53,53,1.00);
}
a:visited {
    color: rgba(12,12,12,1.00);
}
a:hover {
	color: #f15a24;
}
.linkStyle {
	color: #49301A;
	font-family: 'montserrat', sans-serif;
	font-style: normal;
	font-weight: 900;
	text-decoration: none;
	font-size: 12px;
}
/* Header & HERO styles*/
.logo {
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
	
	width: 20%;

	font-size: 0.9rem;
    font-family: 'montserrat', sans-serif;
   background-color: #e8e3dd;
}


.mainTagline {
	font-family: 'montserrat', sans-serif;
    text-align: center;
	color: rgba(226,225,221,1.00);
	font-size: 140%;
	margin-top: -1%;
	text-shadow: 2px 5px 3px #000000;
	font-weight: 100;
	text-decoration: none;
	text-transform: uppercase;
	/* [disabled]background-color: #010101; */
	letter-spacing: 2px;
	height: 45px;
	padding-top: 10px;
	left: auto;
	right: auto;
}

 .heroHeader {
	
	background-color: rgba(0,0,0,1.00);
	background-image: url("images/quirkartheader.jpg");
	background-size: cover;
     margin-top:0.5%;
  box-shadow: 6px 9px 33px #909090;
}



/* Typography styles*/
.textStyle {
	font-family: 'montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(0,0,0,1.00);
	text-align: center;
	/* [disabled]background-color: #F76405; */
	font-size: medium;
}
.quirkbackground{
    background-color: #f3ece4;
    hidebox-shadow: 8px 8px 10px 8px #000000;
    width:100%;
    height:100%;
    padding-top:5%;
     padding-LEFT:%;
     padding-right:%;
}








.headingStyle {
	/* [disabled]font-family: 'montserrat', sans-serif; */
	/* [disabled]font-style: normal; */
	/* [disabled]font-weight: 400; */
	color: rgba(146,146,146,1.00);
	font-size: 32px;
}
.mainHeading {
    color: rgba(255,255,255,1.00);
    text-align: center;
    margin-top: -1%;
    font-size: 48px;
    text-shadow: 5px 6px 6px #86898D;
    background-image: url(url);
}
.mainTagline {
	text-align: center;
	color: rgba(226,225,221,1.00);
	font-size: 2.2rem;
	margin-top: -3%;
	text-shadow: 2px 5px 3px #000000;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
	/* [disabled]background-color: #010101; */
	letter-spacing: 2px;
	height: 45px;
	padding-top: 10px;
	left: auto;
	right: auto;
}
.sectionText {
	text-align: center;
	font-weight: bold;
}
#sectionOne {
    /* [disabled]text-align: left; */
}
#sectionTwo {
    /* [disabled]text-align: justify; */
}

/* Gallery styles */
.gallery{
    padding-top:20px;
    padding-bottom:30px;
}
.paraContent{
	font-size: 14px;
	font-family: alice, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(69,67,67,1.00);
	line-height: 1.8;
	margin-left: 5%;
	margin-right: 5%;
}
.contentArea{
    font-size: 14px;
    font-family: alice , sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #FFFFFF;
    line-height: 1.8;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    background-color: #D3CAC1;
    padding-bottom: 2%;
    Padding-left: 2%;
    Padding-right: 2%;
}
.showAreaH2 {
	color: #919191;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}
#secondaryStyling {
	padding-top: 20px;
    padding-bottom: 20px;
}
.secondarySection {
	background-color: rgba(223,219,211,1.00);
}
.secondaryHeading {
	color: rgba(255,255,255,1.00);
	text-align: center;
}
/*Footer styles*/
.footerTitle {
    text-align: center;
    font-size: 22px;
}
.footerTextContainer {
	text-align: justify;
	margin-bottom: 10%;
}
.gritgraphicsfont {
	width: 139px;
	background-color: #030303;
	text-align: center;
	float: left;
	border-radius: 0;
	padding: 5px;
	margin-top: 4px;
}
.contentArea{
    background-color: #1C7A82;
    
}

@media screen and (max-width:400px) {
 
     
    .gridContainer {
	width: 100%;
	
	

}
    .H1{
        font-size: 0.8rem;
    }
   
    
    .heroHeader {
    height: 250px;
    background-color: rgba(0,0,0,1.00);
    background-image: url(images/quirkartheader.jpg);
    background-size: cover;
    margin-top: 0.5%;
    box-shadow: 6px 9px 33px #909090;
}
    
    /*gglogo*/
.gglogo{
    width:30%;
    margin-top:10%;
}
/*for the love of design*/   
    .logo {
	visibility: hidden;
	display: none;
    }
    
    /* Navigation styles*/
    .topNav {
    width: 43.729%;
    clear: none;
    margin-left: 25.542%;
}
.topNavUl {
    position: static;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #d2cac1;
    margin-top:0;
  
}
.topNavLI {
	text-align: center;
    width:20%;
    
}

ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul li{
width:200px;

	opacity:.5;
	text-decoration: none;
	line-height: 40px;
	text-align: left;
	font-size: small;
	background-color:#d2cac1;	
	font-family:'montserrat',sans-serif;align-content: center;
}
	



ul li a{
	text-decoraion: none;
	
	display: block;
	text-decoration: none;
	background-color: #d2cac1;
	
	
}

ul li ul li{
	display: none;
	opacity:.8;
	
} 
ul li:hover ul li{
	display: block;

	
	text-align: center;

}
    .linkStyle {
	color: #000000;
	font-family: 'montserrat', sans-serif;
	font-style: normal;
	font-weight: 900;
	text-decoration: none;
	font-size: 12px;
}
   h1{
        text-align:center;
    }
    
    .mainTagline {
	text-align: center;
	color: rgba(226,225,221,1.00);
	font-size: 1rem;
	margin-top: -3%;
	text-shadow: 2px 5px 3px #000000;
	font-weight: 200;
	text-decoration: none;
	text-transform: uppercase;
	/* [disabled]background-color: #010101; */
	letter-spacing: 2px;
	height: 45px;
	padding-top: 10px;
	left: auto;
	right: auto;
}
    .mainHeading {
    color: rgba(255,255,255,1.00);
    text-align: center;
    margin-top: -1%;
    width:100%;
    text-shadow: 5px 6px 6px #86898D;
    background-image: url(url);
}
    .quirklogo{
        width:90%;
        margin-left:5%;
        margin-right:5%;
        
    }
    
    .quirktext{
    font-family:'montserrat', sans-serif;
    position:relative;
    width:80%;
    margin-left:5%;
    margin-right:5%;
    font-size: 0.8rem;
    text-color: #6b6b6b;
    line-height: 2em;
    font-weight: 500;
    color: #474646;
    padding-bottom:2%;
  
}
    .quirkposterpoem{
     width:70%;
    padding-top: 0%;
    box-shadow: 2px 2px 10px 2px #cecece;
    margin-top:5%;

           margin-left:5%;
            amrgin-right:5%;
}


.quirkpaintbox{
    width:40%;
  
     margin-right: 1%;    
    margin-left:3%;
    margin-top:2%;
        box-shadow: 2px 2px 10px 2px #6b6b6b;
       padding-top: 0%;
}
.quirkposterpaint{
   
     width:70%;
    padding-top: 0%;
    box-shadow: 2px 2px 10px 2px #cecece;
    margin-top:5%;
    
           margin-left:5%;
            amrgin-right:5%;
}
   

    .quirklogo{
         box-shadow: 2px 2px 10px 2px #cfcfcf;
    }

        .quirkfabrics{
  
    width:70%;
    padding-top: 0%;
    box-shadow: 2px 2px 10px 2px #cecece;
    margin-top:5%;
    
           margin-left:5%;
            amrgin-right:5%;
}
    .quirkposterjanes{
        width:70%;
    padding-top: 0%;
    box-shadow: 2px 2px 10px 2px #cecece;
    margin-top:5%;
    
           margin-left:5%;
            amrgin-right:5%;
}
  
 
    .quirkposterskat{
       width:70%;
    padding-top: 0%;
    box-shadow: 2px 2px 10px 2px #cecece;
    margin-top:5%;
    
           margin-left:5%;
            amrgin-right:5%;
}
}
    



/*tablet screen*/
@media screen and (max-width : 760px ){

 h1{
    font-family: 'montserrat' , sans-serif;
    color: rgba(231,95,79,1);
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
    margin-top: 2%;
     width:100%;
  
    }
    .headerQAC{
        width:100%;
    }
    .gridContainer{
	width: 100%;
	
	

}
    
    .heroheader{
        height:200px;
        	background-color: rgba(0,0,0,1.00);
	background-image: url("images/quirkartheader.jpg");
	background-size: cover;
     margin-top:0.5%;
        margin-bottom:4%;
  box-shadow: 6px 9px 33px #909090;
    }
    .gglogo{
        width:20%;
        margin-top:5%;
    }
    
    .logo {
	visibility: hidden;
	display: none;

    }
        .topNav {
	width: 100%;
	clear: none;
	margin-left: 25.542%;
    float:right;
}
      /* Navigation styles*/
.topNavUl {
    position: static;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #d2cac1;
    margin-top:0;
  
}
.topNavLI {
	width: 15%;
	margin-left: 7.1428%;
	clear: none;
	height: auto;
	position: static;
}
    

ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul li{
    width: 200px;
    opacity: .8;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
    font-size: small;
    background-color: #d2cac1;
    font-family: 'montserrat',sans-serif;
    align-content: center;
}
	



ul li a{
	text-decoraion: none;
	
	display: block;
	text-decoration: none;
	background-color: #d2cac1;
	opacity: .8;
	
}

ul li ul li{
	display: none;
	opacity:.8;
	
} 
ul li:hover ul li{
	display: block;

	
	text-align: center;
}
    .linkStyle {
	color: #000000;
	font-family: 'montserrat', sans-serif;
	font-style: normal;
	font-weight: 900;
	text-decoration: none;
	font-size: 12px;
}
  
  .quirklogo{
 
    background-image: url("images/Quirklogo_landscape.jpg");
    width:60%;
    box-shadow: 2px 2px 10px 2px #cecece;
    padding-left: 1%;
    padding-top:0;
    margin-top: 2%;
    margin-bottom: 3%;
       margin-left:5%;
 margin-right:5%;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}
    .quirktext{
    font-family: 'montserrat', sans-serif;
    position:relative;
    width:70%;
        margin-left:15%;
 margin-right:15%;
     font-size: 1.2rem;
    text-color: #cecece;
    line-height: 2em;
    font-weight: 500;
    color: #474646;
    padding-bottom:5%;
    padding-top:1%;
         margin-right:5%;
}
    .p{
       font-family: 'montserrat', sans-serif; 
        font-size: 1.6rem;
    }
 .quirkposterpoem{
     width:70%;
    padding-top: 0%;
    box-shadow: 2px 2px 10px 2px #cecece;
    margin-top:5%;
    
           margin-left:5%;
            amrgin-right:5%;
}


.quirkpaintbox{
    width:40%;
    float:right;
     margin-right: 1%;    
    margin-left:3%;
    margin-top:2%;
        box-shadow: 2px 2px 10px 2px #6b6b6b;
       padding-top: 0%;
}
.quirkposterpaint{
   
     width:70%;
    padding-top: 0%;
    box-shadow: 2px 2px 10px 2px #cecece;
    margin-top:5%;
    
           margin-left:5%;
            amrgin-right:5%;
}
   

    .quirklogo{
         box-shadow: 2px 2px 10px 2px #cfcfcf;
    }

        .quirkfabrics{
  
    width:70%;
    padding-top: 0%;
    box-shadow: 2px 2px 10px 2px #cecece;
    margin-top:5%;
    
           margin-left:5%;
            amrgin-right:5%;
}
    .quirkposterjanes{
        width:70%;
    padding-top: 0%;
    box-shadow: 2px 2px 10px 2px #cecece;
    margin-top:5%;
    
           margin-left:5%;
            amrgin-right:5%;
}
  
 
    .quirkposterskat{
       width:70%;
    padding-top: 0%;
    box-shadow: 2px 2px 10px 2px #cecece;
    margin-top:5%;
    
           margin-left:5%;
            amrgin-right:5%;
}
        .quirkpaintbox{
            width:30%;
            margin-top:15%;
            box-shadow: 2px 2px 10px 2px #cfcfcf;
        }       

}
@media screen and (min-width:760px){
    
    h1,h2, h3, h4, h5, h6{
    font-family: montserrat, sans-serif;
    color: rgba(99,99,99,1);
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 2%;
    letter-spacing: 0.2em;
}
  
 
.gridContainer {
    width: 85%;
    max-width: 1232px;
    margin-left: ;
    margin-right: ;
    margin: auto;
    clear: none;
    float: none;
    margin-left: auto;
}
	.heroHeader {
	height: 320px;
	background-color: rgba(0,0,0,1.00);
	background-image: url("images/quirkartheader.jpg");
	background-size: cover;
     margin-top:0.5%;
        margin-bottom:4%;
  box-shadow: 6px 9px 33px #909090;
}
 

    .gglogo{
        width:20%;
        margin-top:2%;
    }
    .h1{
         font-family: 'montserrat' , sans-serif;
    color: rgba(75,74,74,1.00);
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
        padding-top:5%;
    }
    

.logo {
	
	margin-top:0px;
text-align: center;
    font-family: 'montserrat', sans-serif;
	padding-top: 20px;
    padding-bottom:20px;
	width: 18%;
	background-color:#E8E3DD;
	font-size: 13px;
    margin-right:0;
    margin-left:0;
    float: left;
  display: inline-block;
}
    .topNav {
	width: 34.729%;
	clear: none;
	margin-left: 25.542%;
    float:right;
}
.topNavUl {
    position: static;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #d2cac1;
    margin-top:0;
  
}
.topNavLI {
	width: 15%;
	margin-left: 7.1428%;
	clear: none;
	height: auto;
	position: static;
}
    

ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul li{
width:200px;

	opacity:.8;
	text-decoration: none;
	line-height: 40px;
	text-align: left;
	font-size: small;
	background-color:#d2cac1;	
	font-family:'montserrat',sans-serif;align-content: center;
}
	



ul li a{
	text-decoraion: none;
	
	display: block;
	text-decoration: none;
	background-color: #d2cac1;
	opacity: .8;
	
}

ul li ul li{
	display: none;
	opacity:.8;
	
} 
ul li:hover ul li{
	display: block;

	
	text-align: center;
}
  .linkStyle {
	color: #000000;
	font-family: 'montserrat', sans-serif;
	font-style: normal;
	font-weight: 900;
	text-decoration: none;
	font-size: 12px;
}

.quirklogo{
    float: left;
    /* [disabled]width:38%; */
    width:30%;
    box-shadow: 2px 2px 10px 2px #cecece;
    padding-left: 1%;
    padding-top:0;
    margin-top: 2%;
    margin-bottom: 3%;
    margin-left:3%;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}
    .quirktext{
    font-family: 'montserrat', sans-serif;
    position:relative;
    width:50%;
   float:right;
     font-size: 1.2rem;
    text-color: #cecece;
    line-height: 2em;
    font-weight: 500;
    color: #474646;
    padding-bottom:5%;
    padding-top:1%;
        margin-bottom:5%;
         margin-right:6%;
}
    .p{
       font-family: 'montserrat', sans-serif; 
        font-size: 1.5rem;
    }
    .sectionone{
        display:flex;
        margin-top:3%;
        width:100%;
    }
        .quirkposterskat{
            
    float: left;
  ;
    box-shadow: 2px 2px 10px 2px #cecece;
    padding-left: 0%;
  margin-top: 5%;
    margin-bottom: 2%;
    margin-left: 0%;
}
       .quirkposterpaint{
           margin-left:20%;
  width:35%;
           float: right;
 
    box-shadow: 2px 2px 10px 2px #cecece;
    padding-left: 0%;
    padding-top: 0%;
   margin-top: 0%;
    margin-right: 10%;
    margin-bottom: 2%;
    }
.quirkposterpoem{
  
      width: 35%;
    margin-left: 30%;
    margin-right: 30%;
    margin-top: 4%;
    box-shadow: 2px 2px 10px 2px #cecece;
}
 
    .quirkfabrics{
  float:left;
    width:35%;
    padding-top: 0%;
    box-shadow: 2px 2px 10px 2px #cecece;
    margin-top:5%;
 
           margin-left:1%;
}
    .quirkposterjanes{
        width:35%;
        float:right;
        margin-right:10%;
         margin-top:5%;
           box-shadow: 2px 2px 10px 2px #cecece;
    }
 

        .quirkpaintbox{
            width:30%;
            margin-top:15%;
            box-shadow: 2px 2px 10px 2px #cecece;
            float:left;
        }       

    
}
