/* craigbrasco.com CSS by Craig Brasco - 2018 */


/*

font-family: 'BioRhyme Expanded', serif;
font-family: 'Germania One', cursive;

*/


/* ----- GENERAL CSS ----- */

body {
  background: black;
  color: white;
  height: 100%;
  width: 100%;
}


/* hi */


/*  ----- NAVBAR CSS ----- */

.navbar-brand {
    background-repeat: no-repeat;
    display: inline-block;
    width: 225px;
    margin-top: -10px;
}

.navbar.navbar-default.navbar-fixed-top {
    border-bottom: thick solid rgba(0,0,0,1.00);
}

/*  ----- HERO SECTION CSS ----- */

#header {
  text-align: center;
  
}

/* This code styles the hyperlinks in the NavBar */

.nav a {
	color: #55606A;
	font-family: 'Caveat', serif;
	font-weight: 400;
	font-size: 100%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.nav a:hover {
	color: black;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}






/*  ----- CONTAINER CSS  ----- */

#container {
    padding: 0;
    margin: 0;
    color: white;
    position: center;
	font-size: 150%;
   
    
    
}

/*  ----- ABOUT SECTION CSS  ----- */

#aboutme {
  margin-top: 5px;
  margin-bottom: 100px;
  background: black;
  color: white;
  margin-left: 75px;
  margin-right: 75px;
}

#aboutme h4 {
	font-family: 'Caveat', serif;
	font-size: 200%;
	letter-spacing: .005em;
}

#aboutme p {
	font-family: 'Caveat', serif;
	font-size: 150%;
}



#aboutme a {
	color: darkgrey;
	font-family: 'Caveat', serif;
	font-weight: 400;
	font-size: 100%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#aboutme a:hover {
	color: aquamarine;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


/* headshot - You can use this for a picture of yourself or maybe a brand */
.img-round {
  border-radius: 100%;
  height: 250px;
  width: 250px;
}


/*  ----- COMMISSION SECTION CSS  ----- */

#commissions {
  margin-top: 5px;
  margin-bottom: 100px;
  background: black;
  color: white;
  margin-left: 75px;
  margin-right: 75px;
}

#commissions h4 {
	font-family: 'Caveat', serif;
	font-size: 200%;
	letter-spacing: .005em;
}

#commissions p {
	font-family: 'Caveat', serif;
	font-size: 170%;
}




/*  ----- RATES SECTION CSS  ----- */

#rates {
  margin-top: 5px;
  margin-bottom: 100px;
  background: black;
  color: white;
  margin-left: 75px;
  margin-right: 75px;

	
}


#rates h4 {
	font-family: 'Caveat', serif;
	font-size: 300%;
	letter-spacing: .005em;
}

#rates  {
	font-family: 'Caveat', serif;
	font-size: 200% 	;
}

.bold  {
	font-weight: bold;
	background-color: rgba(245, 245, 245, 0.33);
}


/* This code is for a table to list jobs and prices */

.divTable{
	display: table;
	width: 100%;
	font-size: 125%;
	
	
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	display: table-cell;
	padding: 3px 10px;
	border:rgba(0,0,0,1.00) medium solid;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}



/*  ----- PORTFOLIO SECTION CSS  ----- */

#portfolio {
  background: #f5f5f5;
  color: #55606A;
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 50px;
  padding-bottom: 100px;
  margin-top: 0px;
  
}


#portfolio h4 {
	font-family: 'Caveat', serif;
	font-size: 200%;
	letter-spacing: .005em;
}


#portfolio .img-responsive {
    margin-left: auto;
    margin-right: auto;
}


/* ----- BREAK SECTION CSS -----  */

#break{
	
	background-color: black;
	background:url(../images/break.jpg);
	background-repeat: no-repeat;
	background-size:100% auto;
	height: 80vh;
	
}

/* ----- FOOTER SECTION CSS -----  */

#footer {
	font-family: 'Caveat', serif;
	font-weight: 400;
	background: #ffffff;
	letter-spacing: .05em;
	color: #000000;
	padding-top: 50px;
	padding-bottom: 35px;
	text-align: center;
}



/* This code is for the social media icons, does special effects with color. */

.icon-btn {
	text-align: center;
	color:#000;
	font-size: 30px;
	letter-spacing: 30px;
	text-indent: 30px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


.instagram-icn:hover {
	color: #fb913f;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.artstation-icn:hover {
	color:#C918D6;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.vimeo-icn:hover {
	color:#21CB26;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.linkedin-icn:hover {
	color: #48c4d2;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


/* This is the optional Gumroad or store front social media icon */

.gumroad {
    margin: auto;
    width: 5%;
}




/* RESPONSIVE STUFF */


@media screen and (max-width: 768px) {
    h1{
        font-size:30px;
    }
.rates {
    margin-right: 0px;
    margin-left: -63px;
    font-size: 80%;
}
}
