/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 651px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  font-size: 62.5%; }
body {
  font-size: 1.8em; 
  line-height: 1.6;
  font-weight: 400;
  font-family: 'Nixie One', cursive;
  color: #222;
}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 700; 
	font-family: 'Source Code Pro', monospace;
	color: #199090;
}
h1 { font-size: 3.5rem; line-height: 1.2;  }
h2 { font-size: 2.9rem; line-height: 1.25;  }
h3 { font-size: 2.5rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 4.5rem; }
  h2 { font-size: 3.5rem; }
  h3 { font-size: 3.0rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 0 30px;
  color: #199090;
  font-family: 'Source Code Pro', monospace;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  border-radius: 4px;
  border: 2px solid #199090;
  cursor: pointer;
  box-sizing: border-box;}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 165px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }



/* Custom
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.resize{
	width: 100%;
	height: auto;
}

/* Header
-------------------------------------------------------------- */

.header{
	background-image: url(../images/toronto-freelancer-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position:top;
	color: #fff;
	background-attachment: fixed;
}

.header a{
	color: #fff;
	text-decoration: none;
}

.header h1{
	color: #fff;
	font-family: 'Source Code Pro', monospace;
	font-size: 3.0rem;
	font-weight: 400;
}

.header p{
	font-family: 'Source Code Pro', monospace;
}

.layer{
	background-color: rgba(5, 68, 68, 0.41);
    top: 0;
    left: 0;
	background-attachment: fixed;
}

.logo img{
	max-width: 180px;
}

.mail{
	border-top: 3px solid transparent;
}

@media (max-width:650px){
	.header{
		text-align: center;
	}
}

/* Nav
-------------------------------------------------------------- */
.menu {
  margin-top: 7.5%;
	text-align: right;
}

#nav-trigger {
	display: none;
  text-align: right;
  text-decoration:none; 
}

@media (max-width:650px){
	.menu{
		margin-top: 0;
	}
	#nav-trigger{
		text-align: center;
	}
}

#nav-trigger span {
    display: inline-block;
    padding: 10px 30px;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase; 
}

#nav-trigger span:after {
    display: inline-block;
    width: 20px;
    height: 10px;
    content: "";
    border-left: solid 10px transparent;
    border-top: solid 10px #199090;
    border-right: solid 10px transparent; 
}

#nav-trigger span:hover {
    background-color: #424242;
}

#nav-trigger span.open:after {
    border-left: solid 10px transparent;
    border-top: none;
    border-bottom: solid 10px #199090;
    border-right: solid 10px transparent; 
}

nav {
	z-index:7;
}

nav#nav-main {
    padding: 0 0; 
}
nav#nav-main ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right; 
}

nav#nav-main li {
    display: inline-block;
    border-right: solid 1px transparent;
    padding: 5px;
	  margin:0; 
    
}

nav#nav-main li:last-child {
    border-right: none; 
}

nav#nav-main a {
    display: block;
    color: #ffffff;
    padding: 0 15px;
	text-decoration:none;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
}

@media (max-width:1076px){
  nav#nav-main a {
    padding: 0 1px;
  }
}

nav#nav-main li a:hover {
    border-top: 2px solid #ffffff;
}

nav#nav-mobile {
    position: relative;
    display: none; 
}

nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #fff;	
		padding-inline-start: 0;
		margin-block-start: 0;
    margin-block-end: 0;

}

nav#nav-mobile li {
    display: block;
    padding: 5px 0;
    margin: 0 5px;
}

nav#nav-mobile li:last-child {
    border-bottom: none; 
}

nav#nav-mobile a {
    display: block;
    color: #199090;
    padding: 5px 10px; 
	text-decoration: none;
}

nav#nav-mobile a:hover {
    background-color: #199090;
    color: #ffffff; 
}

@media all and (max-width: 924px) {
  #nav-trigger {
    display: block; }

  nav#nav-main {
    display: none; }

  nav#nav-mobile {
    display: block; } }



.first{
	text-align: right;
	margin-top: 7%;
	padding-bottom: 5%;
}

@media (max-width:650px){
	.first{
		text-align: center;
	}
}

.arrow h2{
	font-family: 'Nixie One', cursive;
	color: #fff;
	margin-bottom: 0;
}

.arrow img{
	max-width: 165px;
}

.intro{
	padding: 2% 0;
	color: #333333;
}

.intro img{
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.intro button{
	background-color: #199090;
	color: #ffffff;
	font-family: 'Source Code Pro', monospace;
}

.intro button:hover{
	background-color: #A0A0A0;
	color: #ffffff;
}

@media (max-width:650px){
	.intro{
		text-align: center;
	}
}


/* Skills
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.offer {
	text-align: center;
	background-color: #E8F0F2;
	padding: 2% 2%;
}

.offer h1{
	font-size: 2.2rem;
}

.object {
	font-size: 6.0rem;
	color: #199090;
	padding-bottom: 2%;
}


/* Flip Card
–––––––––––––––––––––––––––––––––––––––––––––––––– */

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

.wrapper{
  width: 100%;
  margin: 0 auto;
  max-width: 150rem;
}

.cols{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.col{
  width: calc(25% - 2rem);
  margin: 1rem;
  cursor: pointer;
}

.container{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	        perspective: 1000px;
}

.front,
.back{
  background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	text-align: center;
	min-height: 280px;
	height: auto;
	border-radius: 10px;
	color: #fff;
	font-size: 1.5rem;
}

.back{
  background: #199090;
  background: -webkit-linear-gradient(45deg,  #cedce7 0%,#199090 100%);
  background: -o-linear-gradient(45deg,  #cedce7 0%,#199090 100%);
  background: linear-gradient(45deg,  #cedce7 0%, #199090 100%);
}

.front:after{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .6;
    background-color: #E8F0F2;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 10px;
}
.container:hover .front,
.container:hover .back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inner{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
            transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 2;
}

.container .back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.container .front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.container:hover .back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.container:hover .front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.front .inner p{
  font-size: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.front .inner p:after{
  content: '';
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #C6D4DF;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.75rem;
}

.front h1{
  font-size: 2.2rem;
}

@media screen and (max-width: 64rem){
  .col{
    width: calc(33.333333% - 2rem);
  }
}

@media screen and (max-width: 48rem){
  .col{
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 32rem){
  .col{
    width: 100%;
    margin: 0 0 2rem 0;
  }
}



/* Portfolio
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.portfolio-section{
	padding: 2% 0;
}

.portfolio-section a{
	text-decoration: none;
}


.img-wrap {
  position: relative;
	line-height: 0;
}

.img-wrap p{
	margin-bottom: 0;
	font-family: 'Source Code Pro', monospace;
}

.img-description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(25, 144, 144, 0.63);
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s, visibility .2s;
  padding-top: 35%;
	font-size: 3.2rem;
	font-weight: bold;
}

.img-wrap:hover .img-description {
  visibility: visible;
  opacity: 1;
  margin-bottom: 0;
}

@media (max-width:1024px){
.wp{
	background-color: #199090;
	text-align: center;
	color: #fff;
	max-width: 400px;
	margin-bottom: 1%;
	line-height: 1.6;
}

.wp img{
	max-width: 400px;
	line-height: 0;
}

.wp a{
	color: #fff;
	text-decoration: none;
}
}

@media (min-width:1025px){
	.phone{
		visibility: hidden;
		display: none;
	}
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.footer{
	background:url(../images/about-bg.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #199090;
	padding: 2% 0;
	font-size: 2.2rem;
}

@media (max-width:650px){
	.footer{
		text-align: center;
	}}

.footer h2{
	font-weight: 700;
	font-size: 4.0rem;
	color: #ffffff;
}

.footer a{
	color: #ffffff;
	text-decoration: none;
}

.footer a:hover{
	color: #A0A0A0;
}

.footer input[type="submit"]{
	background-color: #199090;
	color: #ffffff;
	border: 2px solid #ffffff;
}

.footer input[type="submit"]:hover{
	background-color: #ffffff;
	color: #199090;
	border: 2px solid #199090;
}

.contact{
	float: left;;
	width: 50%;
	color: #199090;
}

.contact2{
	float: right;
	width: 46%;
	margin-left: 4%;
}

@media (max-width:650px){
	.contact, .contact2{
		float: none;
		width: 100%;
	}
}


.footer2{
	background-color: #199090;
	color: #ffffff;
	font-size: 1.4rem;
	padding: 2% 0;
}

.footer2 a{
	color: #ffffff;
	text-decoration: none;
}



.ma {
	text-align: right;
}

@media (max-width:650px){
	.footer2, .ma{
		text-align: center;
	}
}

/* Interior
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.header-int{
	background-color: #ffffff;
}

.header-int img{
	max-width: 300px;
}

.header-int a{
	color: #ffffff;
	text-decoration: none;
}

.logo-int{
	font-size: 7.2vmin;
	font-family:'Source Code Pro', monospace;
	color: #fff;
}

.logo-int a{
	color: #ffffff;
	text-decoration: none;
}

@media (max-width:650px){
	.header-int{
		text-align: center;
	}
	.logo-int{
		text-align: center;
	}}

/* =Nav Interior
-------------------------------------------------------------- */


#nav-trigger-int {
	display: none;
  text-align: right;
  text-decoration:none; 
}

@media (max-width:650px){
	.menu{
		margin-top: 0;
	}
	#nav-trigger-int{
		text-align: center;
	}
}

#nav-trigger-int span {
    display: inline-block;
    padding: 10px 30px;
    color: #199090;
    cursor: pointer;
    text-transform: uppercase; 
}

#nav-trigger-int span:after {
    display: inline-block;
    width: 20px;
    height: 10px;
    content: "";
    border-left: solid 10px transparent;
    border-top: solid 10px #199090;
    border-right: solid 10px transparent; 
}

#nav-trigger-int span:hover {
    background-color: #424242;
}

#nav-trigger-int span.open:after {
    border-left: solid 10px transparent;
    border-top: none;
    border-bottom: solid 10px #199090;
    border-right: solid 10px transparent; 
}

nav {
	z-index:30;
}

nav#nav-main-int {
    padding: 0 0; 
}
nav#nav-main-int ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right; 
}

nav#nav-main-int li {
    display: inline-block;
    border-right: solid 1px transparent;
    padding: 5px;
	  margin:0; 
    
}

nav#nav-main-int li:last-child {
    border-right: none; 
}

nav#nav-main-int a {
    display: block;
    color: #199090;
    padding: 0 15px;
	text-decoration:none;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
}

@media (max-width:1076px){
  nav#nav-main-int a {
    padding: 0 1px;
  }
}

nav#nav-main-int li a:hover {
    border-top: 2px solid #199090;
}

nav#nav-mobile {
    position: relative;
    display: none; 
}

nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #fff;	
		padding-inline-start: 0;
		margin-block-start: 0;
    margin-block-end: 0;

}

nav#nav-mobile li {
    display: block;
    padding: 5px 0;
    margin: 0 5px;
}

nav#nav-mobile li:last-child {
    border-bottom: none; 
}

nav#nav-mobile a {
    display: block;
    color: #199090;
    padding: 5px 10px; 
	text-decoration: none;
}

nav#nav-mobile a:hover {
    background-color: #199090;
    color: #ffffff; 
}

@media all and (max-width: 924px) {
  #nav-trigger-int {
    display: block; }

  nav#nav-main-int {
    display: none; }

  nav#nav-mobile {
    display: block; } }
.main-int{
	padding: 2% 0;
	background-color: #E8E8E8;
}

.main-int h2{
	font-family: 'Source Code Pro', monospace;
	font-weight: 700;
	margin-bottom: 4%;
}

.sizing{
	display: flex;
	padding-top: 1%;
}

@media (max-width:650px){
	.sizing{display:inline-block;}
}

.bg{
	padding: 1%;
	color: #A0A0A0;
	background-color: #E8E8E8;
	text-align: center;
}

.bg a{
	color: #199090;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding-top: 2%;
}

.bg:hover{
	filter: grayscale(100%);
}

@media (max-width:650px){
	.bg{
		margin-bottom: 1%;
	}}







/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}









.menu-int {
	margin-top: 8.5%;
	text-align: right;
}	

@media (max-width:650px){
	.menu-int{
		margin-top: 0;
	}
}


.name {
	text-align: center;
	background-color: #199090;
	padding: 2% 0;
	color: #ffffff;
	text-decoration: none;
}

#website{ display:none; }





