@charset "utf-8";
/* CSS Document */



html {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	background-image: url("../images/Red-and-Black-Hexagon-background2.jpg");
	background-size: cover;
	background-attachment: fixed;
}

body {
	
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.clearfix {
  overflow: auto;
}

.page-wrapper{
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto; 
}

.top-banner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/website-banner1.1.jpg");
	background-size: cover;
}

#logo {
    width: 25%;
}

h1 {
    text-align: center;
    padding-right: 0px;
	font-size: 75px;
}

#web-title {
	color: #7B0B0C;
	text-align:center;
	
}


.top-banner img {
	width: 50%;
	height: 50%;
	margin-top: 5px;
	margin-left: 5px
	
}

nav ul {
    text-align: center;
    list-style: none;
    padding-left: 0px;
	
}

nav a {
	text-decoration: none;
	color: #F30F13;
	display: block;
	margin-bottom: 4px;
	background-color: #2A2828;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.3em;	
}

nav a:hover {
	background-color: #1514A7;
}

nav ul li ul li a {
	margin: 0px;
	display: none;
}



nav li:hover ul li a{
	display: block;
	font-size: 18px;
}

ul li:hover ul li{
	display: block;
	float: none;
	width: 100%;
}

h1,h2, h3 {
	color: #F30F13;
	-webkit-text-stroke-color: #ffffff; 
	-webkit-text-stroke-width: 2px;	
}

h2 {
	font-size: 36px;
	-webkit-text-stroke-width: 1px;
}

p {
	color: white;
}

.main {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}	
	
.container-featured {
    margin-top: 2%;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 2%;
    
}	
	
.featured-images {
	display: block;
	width: 100%;
}
	
#homepic1 {
	background-image: 
	url("../images/gray-rock-background.jpg")
}	

#homepic2 {
	background-image: 
	url("../images/concrete-confections-logo3.jpg")
}
	
#homepic3 {
	background-image: 
	url("../images/editable-see-through-cutout-text.jpg")
}	
#homepic4 {
	background-image: 
	url("../images/Koopa Troopa 3D model.jpg")
}

#portfoliopic1 {
	background-image: 
	url("../images/gray-rock-background.jpg")
}

#portfoliopic2 {
	background-image: 
	url("../images/concrete-confections-logo3.jpg")
}

#portfoliopic3 {
	background-image: 
	url("../images/editable-see-through-cutout-text.jpg")
}

#portfoliopic4 {
	background-image: 
	url("../images/Koopa Troopa 3D model.jpg")
}

#photoshoppic1 {background-image: 
	url("../images/gray-rock-background.jpg")
}

#photoshoppic2 {
	background-image: 
	url("../images/Neon-Color-text.jpg")
}

#photoshoppic3 {
	background-image: 
	url("../images/editable-see-through-cutout-text.jpg")
}

#photoshoppic4 {
	background-image: 
	url("../images/Jersey-font-text-v2.jpg")
}

#illustratorpic1 {
	background-image: 
	url("../images/concrete-confections-logo3.jpg")
}

#illustratorpic2 {
	background-image: 
	url("../images/MasterDpostersmall.jpg")
}

#illustratorpic3 {background-image: 
	url("../images/carloscoquitologo.png")
}

#illustratorpic4 {
	background-image: url("../images/Mario in text.jpg")
}
 
#pic3d1 {
	background-image: 
	url("../images/Koopa Troopa 3D model.jpg")
}	

#pic3d2 {background-image: 
	url("../images/3D model of the Nintendo DS.jpg")
}

#pic3d3 {
	background-image: 
	url("../images/3D Room.jpg")
}

#pic3d4 {
	background-image: 
	url("../images/3D Room 2.jpg")
}


.featured-img {
    width: 150px;
    border-radius: 100%;
    height: 150px;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    background-position: center;
    border: thick solid #7B0B0C;
	filter: grayscale(100%);
	transition: .5s;
}	

.featured-img:hover {
	filter: grayscale(0);
	transform: scale(1.1)
}

.feature-images {
	text-align: center;
	
}

.featured {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	
}

#email h2 {
	font-size: 20px;
	-webkit-text-stroke-color: #ffffff; 
	-webkit-text-stroke-width: 0px;	
	text-align: center
}
	
@media screen and (min-width:768px){
	nav ul li {
		width: 25%;
		float:left;
		
	}
	
	nav li:hover ul li a{
	display: block;
	font-size: 14px;
}

h1 {
    text-align: center;
    padding-top: 160px;
	padding-bottom: 50px;
    padding-right: 0px;
}
	#email {
		text-align: center;
	}		
}

@media screen and (min-width:960px){
	.container-featured{
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
