html, body{
width:100%;
margin:0;
font-family: "Century Gothic", Helvetica, sans-serif;
overflow-x:hidden;
padding-bottom:0;
}

.lineBreak{
width:100;
height:2px;
border:1px solid black;
}

.hidden{
display:none;
}

.titleA{
font-size:5vh;
font-weight:700;
}

.titleB{
font-size:5vh;
font-weight:600;
}

.textA{
font-size:4vh;
}

.textB{
font-size:3vh;
}

.cntr{
text-align:center;
}

.image1{
margin-left:2vw;
width:100%;
}


.centerImage{
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}

/* Header Parallax Element Style*/ 
.paral{
min-height:800px;
background-attachment: fixed;
background-size: cover;
background-position: 50% 50%;
background-color:white;
}

/* Paragraph for Parallax Section */ 
.paral p{
font-size: 24px;
color:#f5f5f5;
text-align: center;
line-height: 60px;
}
 
/* Heading for Parallax Section */ 
.paral h1{
color: rgba(255, 255, 255, 0.8);
font-size: 60px;
text-align: center;
padding-top: 60px;
line-height: 100px;
}

/* Image for Parallax Section */ 
.background_00{
background-image: url("http://www.3dwerkz.com/ASSETS/IMAGES/PARALLAX/NUSKINFINAL.png");
}

.background_01{
background-image: url("http://www.3dwerkz.com/ASSETS/IMAGES/PARALLAX/tranny.jpg");
}

.background_02{
background-image: url("http://www.3dwerkz.com/ASSETS/IMAGES/PARALLAX/WWC.png");
}

.background_03{
background-image: url("http://www.3dwerkz.com/ASSETS/IMAGES/PARALLAX/3dMedley.jpg");
}

.background_04{
background-image: url("http://www.3dwerkz.com/ASSETS/IMAGES/PARALLAX/3DPRINTINGKIDS.jpg");
}


.background_05{
background-image: url("http://www.3dwerkz.com/ASSETS/IMAGES/PARALLAX/3darm.jpg");
}


 
/* Add more images for more sections */

/* Remove Bottom Margin from Jumbotron */
.jumbotron{margin-bottom: 0;}

/* --- Cards for Portfolio --- */
.cardTitle{
text-align:center;
font-size:3vh; 
font-weight:900;
padding-top:1vh;
}

.cardText{
text-align:left;
font-size:2.5vh; 
padding:1vh 1vw 1vh 1vw;
}

.synopsis1{
padding:1vh 1vw 1vh 1vw;
font-size:3vh;
}
/* --- Cards for Portfolio --- */

/* --- Maps for Portfolio --- */

.googleMap{
width:100%;
border:1px solid black;
float:right;
}

/* --- Maps for Portfolio --- */

/* --- Contact Form --- */


/* --- HEADER START -- */


/* --- HEADER END -- */
.banner{
width:100%;
margin-left:1vw;
}

.socMed{
width:5vw;
float:right;
margin-right:2vw;
margin-top:4vh;
}

/* --- FOOTER START -- */
.footerText{
font-size:2vh; 
}

.ftrSocMed{
width:3vw;
margin-left:1vw;
}

.downloadIcons{
border:solid 2px black;
width:10vw;
}

.downloadIcons2{
border:solid 2px black;
width:20vw;
}
/* --- FOOTER END -- */


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


.image1{
margin-left:0;
width:100%;
}

.banner{
width:100%;
margin-left:0;
}

.socMed{
width:10vw;
float:left;
margin-left:3vw;
margin-top:4vh;
}	

.footerText{
font-size:5vh; 
}

.ftrSocMed{
width:12vw;
margin-left:2vw;
}

.paral{
width:100%;
}

}