* {
	font-family: 'Assistant', sans-serif;
	color: grey;
}

body {
	background-color: #FFFBFF;
}

/* * * HEADER * * */

.headerTop {
	width: 100%;
	height: 40vh;
	background-color: thistle;
	background-image: url(../images/header.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.header {
	background-color: rgba(255,255,255,0.55);
	margin-top: 5%;
}
@media screen and (min-width: 735px) {
	.header h1 {
		color: #39655E;
		font-family: 'Great Vibes', cursive;
		font-size: 5em;
		margin-bottom: -2%;
	}
}


@media screen and (max-width: 735px) {
	.header h1 {
		color: #39655E;
		font-family: 'Great Vibes', cursive;
		font-size: 3em;
		margin-bottom: -2%;
	}
}

.header h3 {
	color: #39655E;
	font-family: 'Cormorant', serif;
	padding-left: 3%;
	margin-top: -1%;
	letter-spacing: 2px;
}

/* * * SIDEBAR * * */

.photo {
	width: 225px;
	height: 225px;
	border-radius: 50%;
	background-image: url(../images/me.png);
	background-repeat: no-repeat;
	border: 4px double darkgrey;
	background-position: center;
}

.blurb {
	padding-top: 5%;
}

.buttonGradient, .buttonGradient:visited {
	width: 100%;
	color: transparent;
	font-size: 2rem;
	letter-spacing: 5px;
	border: 4px solid transparent;
	border-image: linear-gradient(45deg, pink, #CDD6A4);
	border-image-slice: 1;
	background: linear-gradient(45deg, pink, #CDD6A4);
	-webkit-background-clip: text;
	text-fill-color: transparent;
	transition: all 0.2s ease;
}

.buttonGradient:hover {
    border-image: linear-gradient(45deg, pink, #CDD6A4);
    background: linear-gradient(45deg, pink, #CDD6A4); 
    color: white;
}

.bottomSide {
	padding-bottom: 5%;
}

/* * * MAIN CONTENT * * */

.mainContent {
	padding-top: 3%;
}

/* * * SPECIALTIES * * */

.specialties {
	margin-top: 8%;
	padding-bottom: 5%;
}

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

.features {
margin-top: 12%;
}

}

.features {
  text-align: center;
}

.features hr {
    width: 25%;
    margin: 1rem auto;
}

.features .round-icon {
    background-color: #D2D4A8;
    border-radius: 50%;
    display: table;
    height: 100px;
    margin: -61px auto 1rem;
    width: 100px;
    font-size: 3rem;
}

.features .round-icon span {
	color: #fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	border: 4px double darkgrey;
}

@media only screen and (max-width: 40em) {

    .features .columns {
		margin-bottom: 5rem;
	}

}

.specialtiesBlurb {
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}

.specialIcons:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* * * PORTFOLIO PIECES * * */

.icons {
	margin-left: 8%;
	margin-right: 5%;
	width: 20%;
	padding-top: 20%;
	border-radius: 50%;
	background-size: cover;
}

.icons:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.pebbleIcon {
	background-image: url(../images/pebbleIcon200.png);
	background-repeat: no-repeat;
	border: 4px double darkgrey;
	background-position: center;
}

.lupusIcon {
	background-image: url(../images/lupusIcon200.png);
	background-repeat: no-repeat;
	border: 4px double darkgrey;
	background-position: center;
}

.triviaIcon {
	background-image: url(../images/triviaIcon200.png);
	background-repeat: no-repeat;
	border: 4px double darkgrey;
	background-position: center;
}

.slotsIcon {
	background-image: url(../images/slotsIcon200.png);
	background-repeat: no-repeat;
	border: 4px double darkgrey;
	background-position: center;
}

.fidgetIcon {
	background-image: url(../images/fidgetIcon200.png);
	background-repeat: no-repeat;
	border: 4px double darkgrey;
	background-position: center;
}

.kidsIcon {
	background-image: url(../images/kidsIcon200.png);
	background-repeat: no-repeat;
	border: 4px double darkgrey;
	background-position: center;
}

.arcticfoxIcon {
	background-image: url(../images/arcticfoxIcon200.png);
	background-repeat: no-repeat;
	border: 4px double darkgrey;
	background-position: center;
}

.tdkIcon {
	background-image: url(../images/tdkIcon.png);
	background-repeat: no-repeat;
	border: 4px double darkgrey;
	background-position: center;
}

.libraryIcon {
	background-image: url(../images/libraryIcon.png);
	background-repeat: no-repeat;
	border: 4px double darkgrey;
	background-position: center;
}

.gametopiaIcon {
	background-image: url(../images/gametopiaIcon.png);
	background-repeat: no-repeat;
	border: 4px double darkgrey;
	background-position: center;
}

.pizzaIcon {
	background-image: url(../images/pizzaIcon200.jpg);
	background-repeat: no-repeat;
	border: 4px double darkgrey;
	background-position: center;
}

/* * * MODAL * * */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #FFFCFF;
    margin: 3% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* custom modal elements */

.dBorder {
	border: 4px double darkgrey;
}

.modalBtn {
	background-color: #BDBF98;
}

.modalBtn:hover {
	background-color: rgb(210,212,168);
}

/* * * FOOTER * * */

.footer {
	margin-top: 5%;
	background-color: #F3C5C2;
	text-align: center;
	font-size: 1.2rem;
	padding: 1rem;
	background-image: linear-gradient(to top, #F6C5C3 0%, #F6C5C3 1%, #F3C5C2 100%);
}

.footer .social a {
	display: inline-block;
    width: 2rem;
    height: 2rem;
    border-radius: 2px;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    line-height: 2rem;
    margin: 0 3px 0 0;
}

.footer .copywrite {
    color: #8f9296;
    font-size: 0.875rem;
    margin: 1rem 0 1rem 0;
}

.footer .footer-form textarea, .footer .footer-form input {
    border-radius: 3px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
    border: none;
    resize: none;
    font: inherit;
    font-size: 0.875rem;
    font-weight: normal;
    color: grey;
}

.footer .footer-form label {
    color: #fff;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
    font-weight: bold;
}

.footer .footer-form .submit {
    border-radius: 3px;
    background-color: #D1D4A7;
    color: white;
    border: 0;
    padding: 1rem 3.5rem;
    font-weight: bold;
    float: right;
    margin: 0 1rem 2rem 0;
}

.footer .footer-links a {
    list-style: none;
    font-weight: normal;
    color: #fff;
    padding: 3rem 0 2rem;
    margin: 0;
    font-size: 0.875rem;
}

.footer .footer-links a:hover {
	color: #F2F2F2;
}

.footer .footer-links a::after {
    content: "•";
    padding: 0 0.2rem 0 0.4rem;
}

.footer .footer-links a:last-child::after {
	content: "";
	padding: 0 0.4rem 0 0.8rem;
}

.footer textarea {
	color: white;
}

.fi-social-facebook:hover, .fi-social-twitter:hover, .fi-social-linkedin:hover, .fi-social-instagram:hover {
	color: #F2F2F2;	
}

.email {
	color: grey;
}

@media only screen and (min-width: 40.063em) {

    .footer {
		padding: 4rem;
	}

	.footer p {
        text-align: left; 
	}

	.footer .social {
        text-align: left;
        margin: 0;
    }

	.footer .footer-form .contact {
        position: absolute;
        left: -45%;
        top: 10%;
    } 
}

/* * * ABOUT * * */

.instaSidebar h3 {
	border-bottom: 3px double darkgrey;
}

.subheading {
	color: #39655E;
	font-family: 'Cormorant', serif;
	padding-left: 3%;
	margin-top: -1%;
	letter-spacing: 2px;
}