/*CSS for cjmarabetta.com v1 - bootstrap responsive.*/
/*July 2023*/

/*General notes*/
/* 0800a8 - blue
005f3d - green
4f0d67 - purple
03b3b0 - turquoise
d4af37 - gold*/

/*---------------------------------*/
/* BASIC SETUP */
/*---------------------------------*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	background-color: #ffffff;
	color: #777777;
	min-height: 100%;
	position: relative;
}
	
body {	
	font-family: 'Fira Sans', 'Arial', sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-rendering: optimizeLegibility;
	width: 100%;
	margin-bottom: 90px;
}

/*---------------------------------*/
/* REUSABLE COMPONENTS */
/*---------------------------------*/

.row {
	max-width: 100%;
	margin: 0 auto;
}

section {
	padding: 80px 0px;
}

/*----------- HEADINGS ------------*/

h1 {
	color: #ffffff;
	font-size: 250%;
	line-height: 145%;
	letter-spacing: 1px;
}

h1.headline {
	color: #0800a8;
	font-size: 180%;
	word-spacing: 4px;
	margin-top: 40px;
	text-align: center;
}

h2 {
	color: #0800a8;
	font-size: 150%;
	padding-bottom: 10px;
	text-align: center;
	letter-spacing: 1px;
}

h2:after {
	display: block;
	height: 2px;
	background-color: #d4af37;
	content: " ";
	width: 100px;
	margin: 0 auto;
	margin-top: 20px;
}

h3 {
	color: #0800a8;
	font-size: 125%;
	margin-left: 5%
}

h3.left {
	margin-left: 25%;
}

/*-----------GENERIC LINKS---------*/

a {
	text-decoration: none;
}


/*---------------------------------*/
/* HEADER */
/*---------------------------------*/

.main-header {
	background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(img/pencils.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	height: 100vh;
	position: relative;
}

/*.comms-header {
	background-image: url(lib/css/img/comms-page-header.jpg);
	margin-top: 300px;
	max-height: 100%;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	height: 50vh;
	position: relative;
}*/

/*  min-height : 100%;
  min-width : 100%;
  background-size:100% 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/

.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.navbar {
	background-color: #0800a8;
	height: 80px;
	box-shadow: 3px 3px 10px 0 #000000;
}

.navbar-collapse {
	border-top: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.navbar-nav {
	float: right;
	list-style: none;
	margin: 30px 0px 0px 0px;
}

.navbar-nav li {
	display: inline-block;
	margin-right: 40px;
}

.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
	color: #ffffff;
}

.navbar-nav li a:link,
.navbar-nav li a:visited {
	padding: 6px 0px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 90%;
	border-bottom: 2px solid transparent;
	transition: border-bottom 0.2s;
}

.navbar-nav li a:hover,
.navbar-nav li a:active {
	border-bottom: 2px solid #d4af37;
}

.navbar-toggle {
	float: right;
	margin-top: -30px;
    margin-right: 10px;
    border: none;
}

.navbar-toggle:focus,
.navbar-toggle:hover {
	background-color: transparent;
}

.navbar-toggle i {
    font-size: 150%;
    color: #fff;
}

.hero-text-box {
	position: absolute;
	width: 44%;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.graphic-logo {
	width: 250px; 
	margin: 2px; 
	padding: 2px;
}

.logo {
	font-size: 150%;
	color: #ffffff;
	width: auto;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
}

/*---------INNER PAGE HEADER-------*/

.inner-header {
	background-image: none;
}

/*---------------------------------*/
/* PORTFOLIO */
/*---------------------------------*/

.section-portfolio {
	margin-top: 60px;
	padding: 0px;
}

.portfolio-row {
	margin-top: 40px;
	margin-bottom: 40px;
}

.portfolio-new {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	margin: 25px 0;
	background-color: #f2f2f2;
	transition: all 1s linear;
	overflow: hidden;
	box-shadow: inset 3px 3px 10px 0 #000000;
	/*-webkit-mask-image: -webkit-radial-gradient(circle, white, black);*/
}

.skill-link {
	text-decoration: none;
} /*may not be working correctly*/

.skill-image {
	position: absolute;
	width: 100%;
	height: 100%;	
	background-size: cover;
	background-position: center;	
	/*opacity: 0.5;*/
	transform: scale(1.15);
	transition: all 1s linear;
}

.skill-image:hover {
	opacity: .5;
	transform: scale(1);
}

.para-image-test {
	display: block;
	color: #ffffff;
	height: 90%;
	width: 90%;
	position: absolute;
	top: 5%;
	left: 5%;
	padding: 10%;
	border: 2px solid #ffffff;
	opacity: 0.0;
	transition: all 1s linear;
}

.para-image-test:hover {
	box-shadow: 3px 3px 10px 0 #000000;
	background-color: #ffffff;
	opacity: .8;
}

.para-image-test p {
	color: #000000;
	display: block;
	height: 92%;
	width: 92%;
	text-align: center;
	padding-top: 40%;
	font-size: 200%;
	opacity: 1;
}

.para-image-text p:hover {
	opacity: 1;
}
/*-------INNER PAGE PORTFOLIO-------*/

.subhead {
	margin-top: 60px;
}

.bodytext {
	width: 100%;
	margin-left: 5%;
	line-height: 145%;
}

.bodytext p {
	margin-bottom: 10px;
}

.full-image img {
	width: 100%;
	margin: 5px;
}

.visit-button {
	background-color: #0800a8;
	border-radius: 10px;
	padding: 5px 10px;
	display: inline-block;
	margin-top: 20px;
}

.visit-button a:link,
.visit-button a:active,
.visit-button a:hover,
.visit-button a:visited {
	color: #ffffff;
}

/*---------------------------------*/
/* ABOUT */
/*---------------------------------*/

.fluid-background {
	background-color: #4f0d67;
	width: 100%;
	color: #ffffff;
}

.about-row {
	margin: 9% 9% 0% 9%;
}

.about-text {
	width: 60%;
	margin: 40px auto 0 auto;
	line-height: 150%;
}

.skills-head {
	color: #ffffff;
}

/*.skills-head-2 {
	color: #0800a8;
}

.skills-chart {
	width: 90%;
	margin-left: 10%;
	margin-top: 2%;
	background-color: #ffffff;
}

.skills-box-1,
.skills-box-2 {
	padding: 5% 5% 5% 2%;
}

.skills-box-1 {
	background-color: #ffffff;
}

.skills-box ul {
	list-style: none;
}

.skills-box ul li {
	margin: 5px 0;
}

p.about-me {
	margin: 10px auto;
}*/

/*---------------------------------*/
/* CONTACT */
/*---------------------------------*/

/*.section-contact {
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 0 0 60px 0;
}

.social {
	margin-top: 40px;
}
*/
.social-buttons {
	font-size: 200%;
	text-align: center;
	margin-bottom: 10%;
	transform: scale(1);
	transition: transform .1s linear;
}

.social-buttons:hover {
	transform: scale(0.85);
}

.social-buttons a {
	color: #0800a8;
	opacity: 1.0;
}

.social-buttons a:hover {
	opacity: .7;
}


/*---------------------------------*/
/* FOOTER */
/*---------------------------------*/

footer {
	position: absolute;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	background-color: #f0f0f0;	
	padding: 60px 140px;
	margin-top: 80px;
}

.footer-credit {
	margin-top: -20px;
}

.footer-credit p {
	font-size: 70%;
	color: #0800a8;
	text-align: center;
	padding-left: 17%;
}

.footer-credit a {
	text-decoration: none;
	color: #0800a8;
}

.footer-credit a:hover {
	text-decoration: underline;
}

.footer-nav {
	float: right;
	margin-top: -70px;
}

.footer-nav-inner {
	margin-right: 175px;
}

.footer-nav a {
	color: #0800a8;
	font-size: 80%;
	text-decoration: none;
}

.footer-nav a, 
.footer-nav a:active {
	border-bottom: 2px solid transparent;
	transition: border-bottom 0.2s;
}

.footer-nav a:active,
.footer-nav a:hover {
	border-bottom: 2px solid #d4af37;
}

.list-social {
    list-style: none;
    margin-left: 40px;
    padding: 0;
}

.list-social > li {
    display: inline;
    padding: 0 10px;
}


/*-------PORTFOLIO PAGE FOOTER-------*/

.portfolio-footer {
	background-color: #000000;
}
