/* ||||||||| BEGIN OF RESET.CSS ||||||||||| */


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ||||||||||| END OF RESET.CSS |||||||||||| */


/* ||||||||||||| PHONE VERSION ||||||||||||| */


body {background-color: rgb(225,225,225);}

.container {
  font-family: Verdana, sans-serif;
  background-color: rgb(225,225,225);
  letter-spacing: 0.5px;
  max-width: 1280px;
  margin: auto;
}

h1 {
  display: inline;
  z-index: -1;
  position: absolute;
  top: -0.5%;
}


p {
  font-size: 1.25em;
  color: rgb(50,50,50);
}

.back_btn {
  display: block;
  margin: 20% 0 0 0;
  text-decoration: none;
}


a {
  color: rgb(255,165,0);
  text-decoration: none;
}

a:link {color: rgb(255,165,0);}

a:visited {color: rgb(255,165,0);}

a:hover {color: rgb(276,176,49);}

a:active {color: white;}




* {box-sizing: border-box;}

#small {font-size: 0.75em;}

.currentpage {
  color: rgb(276,176,49);
  background-color: rgb(62,62,62);
}


/* |||||||||||||| NAVIGATION ||||||||||||||| */

nav {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: rgb(75,75,75);
  font-family: Verdana, sans-serif;
  font-size: 1.5em;
  text-shadow: 1px 1px rgb(50,50,50);
  letter-spacing: 2px;
  opacity: 1;
  overflow: auto;
}

.menu a {
  font-size: 0.8em;
  display: block;
  padding: 8px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  color: rgb(255,165,0);
}

#info {display: none;}

.menu a:link, a:visited {
  font-family: Verdana, sans-serif;
  text-shadow: 1px 1px rgb(50,50,50);
  text-decoration: none;
}

.menu a:hover {
  background-color: rgb(50,50,50);
}

.menu a:active {
  background-color: rgb(50,50,50);
}

.home {
  display: block;
  background-color: rgb(50,50,50)
}



#me, #me a {
  padding: 0.25em 0 0.25em 0;
  color: rgb(255,165,0);
  display: block;
  text-align: center;
  text-decoration: none;
}

#me:hover {color: rgb(276,176,49);}

#my_desc {
  color: rgb(255,165,0);
  font-size: 0.7em;
  text-align: center;
  padding: 0.2em 0 0.5em 0;
}



#net_icons {
  margin: auto;
  text-align: center;
  padding: 9px 0 9px 0;
}

#net_icons a {
  display: inline;
  padding: 8px 12px 8px 12px;
}


/* |||||||||||||| SHOWREEL ||||||||||||||| */

.showreel_sct {
  width: 100%;
}

.showreel_vid {width: 100%;}




/* ||||||||||||||| ABOUT ||||||||||||||||| */

.about_sct {
  margin: 5% 0;
  padding: 10% 5%;
  background-color: rgb(245,245,245);
  border-top: solid;
  border-bottom: solid;
  border-width: 1px;
  border-color: rgb(155,155,155);
  position: relative;
}

.about_sct p {
  margin: 2% 0;
  line-height: 1.25em;
  font-size: 1em;
}




/* |||||||||||||| SERVICES ||||||||||||||| */

.services_sct {
  margin: 5% 0;
  padding: 10% 5%;
  background-color: rgb(245,245,245);
  border-top: solid;
  border-bottom: solid;
  border-width: 1px;
  border-color: rgb(155,155,155);
  position: relative;
}

.services_sct h2 {
  font-size: 1.1em;
  margin: 4% 0;
  color: rgb(50,50,50);
}

.services_sct li {
  margin: 1.5% 0 0 5%;
  padding: 1.5% 0 1.5% 0; 
  font-size: 1em;
  color: rgb(50,50,50);
}



/* ||||||||||||||| CONTACT |||||||||||||||| */

.contact_sct {
  margin: 1% 0 0 0;
  padding: 10% 5%;
  background-color: rgb(245,245,245);
  border-top: solid;
  border-width: 1px;
  border-color: rgb(155,155,155);
  position: relative;
}

.contact_sct h3 {
  display: inline;
  z-index: -5;
  position: absolute;
}

.contact_form_sct {display: none;}

.contact_data_sct2 {display: none;}

.contact_data_sct h2 {
  font-size: 1.1em;
  margin: 2% 0;
  color: rgb(50,50,50);
}

.contact_data_sct table {
  display: block;
  padding: 0 3%;
  font-size: 1em;
  color: rgb(50,50,50);
  max-width: 50%;
}

.contact_data_sct td {
  padding: 0.25em 0.25em;
}

.contact_type {
  min-width: 4em;
  text-align: left;
}

/* ||||||||||||||| FOOTER |||||||||||||||| */


footer {
  background-color: rgb(50,50,50);
  font-size: 0.75em;
  padding: 1% 10%;
  text-align: center;
  position: relative;
  z-index: 2;
}

footer p {color: rgb(235,235,235);}


/* |||||||||||||| PORTFOLIO |||||||||||||| */



.portfolio_work {
  margin: 0 0 0 0;
  background-color: rgb(245,245,245);
  position: relative;
  width: 100%;
}


.portfolio_menu {
  display: block;
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 5%;
}

.work_switch h3 {
  letter-spacing: 0.1em;
  font-size: 1em;
  display: block;
  color: rgb(205,133,0);
  margin-bottom: 5%;
  font-weight: 500;
}

.work_description {
  font-size: 0.9em;
  line-height: 1.5em;
}


.portfolio_image {
  width: 100%;
}


.back_btn_pf {
  display: block;
  text-decoration: none;
  margin: 10% 0 0 0;
  color: rgb(255,165,0);
}



/* |||||||||||| DESKTOP VERSION |||||||||||| */


@media only screen and (min-width: 650px) {


  .back_btn {display: none;}



  /* |||||||||||||| NAVIGATION ||||||||||||||| */

  nav {
    position: fixed;
    max-width: 1280px;
  }

  .home {
    float: left;
    background-color: inherit;
    padding: 0.35em 1em;
  }

  #me, #me a {
    padding: 0;
  }

  #my_desc {padding: 0;}

  .home:hover {
    background-color: rgb(50,50,50);
  }

  .menu {
    float: right;
    padding: 0 0.65em 0 0;
  }

  .menu_items {
    padding: 0;
    margin: 0;
  }
 
  #info {
    display: block;
  }

  #about_m, #services_m, #contact_m {display: none;}
  
  #net_icons {
    float: left;
    padding: 0;
    margin: 0;
  }

  #net_icons a, #menu_items a {
    display: block;
    float: left;
    padding: 1em 0.5em;
  }

  .menu li {
    float: left;
  }

  .menu a {
    display: block;
    float: left;
    padding: 1em 0.5em;
  }


  /* |||||||||||||| SHOWREEL ||||||||||||||| */

  .showreel_sct {
    max-height: 720px;
    overflow: hidden;
    padding-top: 3.5em;
    width: 100%;
    box-shadow: 5px 5px 10px rgb(150,150,150);
  }

  /* ||||||||||||||| ABOUT ||||||||||||||||| */


  .about_sct {
    margin: 2% 0;
    padding: 5% 2.5% 5% 10%;
    width: 65%;
    height: 27em;
    float: left;
    border-left: solid 1px rgb(155,155,155);
  }
  
  .row::after {
    content: " ";
    clear: both;
    display: block;
  }

  /* |||||||||||||| SERVICES ||||||||||||||| */

  .services_sct {
    margin: 2% 0;
    padding: 5% 10% 5% 2.5%;
    width: 35%;
    height: 27em;
    float: left;
    border-right: solid 1px rgb(155,155,155);
    box-shadow: 5px 5px 10px rgb(150,150,150);
  }

  .services_sct h2 {
    margin: 4% 0 8% 0;
  }
  

  /* ||||||||||||||| CONTACT |||||||||||||||| */

  .contact_sct {
    margin: -2% 0 0 0;
    padding: 5% 10% 5% 10%;
    border-top: none;
    border-left: solid 1px rgb(155,155,155);
    border-right: solid 1px rgb(155,155,155);
    box-shadow: 5px 5px 10px rgb(150,150,150);
  }

  .contact_data_sct {display: none;}

  .contact_data_sct2 {
    display: block;
  }

  .contact_data_sct2 p {
    font-size: 1em;
    text-align: center;
    line-height: 1.5em;
  }
  
  .bigger {font-size: 1.25em;}

  /* |||||||||||||| PORTFOLIO |||||||||||||| */



  .portfolio_work:first-of-type {
    padding-top: 3.5em;
  }

  .portfolio_work:last-of-type {
    margin: 0 0 0 0;
  }

  .portfolio_work {
    margin: 0 0 2% 0;
    box-shadow: 5px 5px 10px rgb(150,150,150);
  }

  .back_btn_pf {display: none;}

  .portfolio_menu {
    display: block;
    padding: 2% 10%; 
  }

  .portfolio_menu h3, .portfolio_menu p {
    display: inline;
  }
  
  .portfolio_menu h3:after {
    content: ' | ';
  }

  footer {box-shadow: 5px 5px 10px rgb(150,150,150);}

}