/* --------------------------------------------------------------------------------------------------------------------------------------------------
   THESE STYLES ARE ONLY APPLICABLE TO DEVICES WITH LARGE SCREENS SUCH AS PCS AND LAPTOPS
   -------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------------------------
   NAME BLOCK WITH RIPPLE EFFECT
   -------------------------------------------------------------------------------------------------------------------------------------------------- */
.initialsBlock {
  vertical-align: middle;
  width: 100%;
  text-align: center;
  top: 10%;
  left: 0;
  position: absolute; }

.initialsBlockSmall {
  display: none; }

/* --------------------------------------------------------------------------------------------------------------------------------------------------
   CONTACT ME ICON
   -------------------------------------------------------------------------------------------------------------------------------------------------- */
.iconcontactcommon {
  background-image: url("../images/home_contact.png");
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: center;
  border: 1px solid #fe0001;
  border-radius: 20px;
  position: absolute;
  display: inline; }

.iconcontactcommon:hover {
  background-image: url("../images/home_contact_hover.png"); }

.iconcontactbottom {
  -o-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  height: 12%;
  width: 8%;
  left: 5%;
  top: 65%;
  box-shadow: 0 0 25px #fe0001; }

.iconcontacttop {
  background-image: url("../images/home_contact.png");
  height: 50px;
  width: 50px;
  left: 50%;
  top: 7px;
  box-shadow: 0 0 10px #fe0001; }

.iconcontacttop:hover {
  background-image: url("../images/home_contact_hover.png"); }

/* --------------------------------------------------------------------------------------------------------------------------------------------------
   GALLERY ICON
   -------------------------------------------------------------------------------------------------------------------------------------------------- */
.icongallerycommon {
  background-image: url("../images/home_gallery.png");
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: center;
  border: 1px solid #FF00CC;
  border-radius: 20px;
  position: absolute;
  display: inline; }

.icongallerycommon:hover {
  background-image: url("../images/home_gallery_hover.png"); }

.icongallerybottom {
  -o-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  height: 12%;
  width: 8%;
  left: 55%;
  top: 65%;
  box-shadow: 0 0 18px #FF00CC; }

.icongallerytop {
  background-image: url("../images/home_gallery.png");
  height: 50px;
  width: 50px;
  left: 75%;
  top: 7px;
  box-shadow: 0 0 9px #FF00CC;
  display: none; }

.icongallerytop:hover {
  background-image: url("../images/home_gallery_hover.png"); }

/* --------------------------------------------------------------------------------------------------------------------------------------------------
   RESUME ICON
   -------------------------------------------------------------------------------------------------------------------------------------------------- */
.iconresumecommon {
  background-image: url("../images/home_resume.png");
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: center;
  border: 1px solid #00ccff;
  border-radius: 20px;
  position: absolute;
  display: inline; }

.iconresumecommon:hover {
  background-image: url("../images/home_resume_hover.png"); }

.iconresumebottom {
  -o-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  height: 12%;
  width: 8%;
  left: 45%;
  top: 65%;
  box-shadow: 0 0 17px #00ccff; }

.iconresumetop {
  /*background-image: url("../images/home_resume.png");*/
  height: 50px;
  width: 50px;
  left: 65%;
  top: 7px;
  box-shadow: 0 0 8px #00ccff; }

.iconresumetop:hover {
  background-image: url("../images/home_resume_hover.png"); }

/* --------------------------------------------------------------------------------------------------------------------------------------------------
   QUALIFICATIONS ICON
   -------------------------------------------------------------------------------------------------------------------------------------------------- */
.iconqualificationscommon {
  background-image: url("../images/home_courses.png");
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: center;
  border: 1px solid #00ff15;
  border-radius: 20px;
  position: absolute;
  display: inline; }

.iconqualificationscommon:hover {
  background-image: url("../images/home_courses_hover.png"); }

.iconqualificationsbottom {
  -o-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  height: 12%;
  width: 8%;
  left: 35%;
  top: 65%;
  box-shadow: 0 0 17px #00ff15; }

.iconqualificationstop {
  background-image: url("../images/home_courses.png");
  height: 50px;
  width: 50px;
  left: 60%;
  top: 7px;
  box-shadow: 0 0 8px #00ff15; }

.iconqualificationstop:hover {
  background-image: url("../images/home_courses_hover.png"); }

/* --------------------------------------------------------------------------------------------------------------------------------------------------
   WEBSITES ICON
   -------------------------------------------------------------------------------------------------------------------------------------------------- */
/*
.iconwebsitescommon {
  background-image: url("../images/home_websites.png");
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: center;
  border: 1px solid #FFff00;
  border-radius: 20px;
  position: absolute;
  display: inline; }

.iconwebsitescommon:hover {
  background-image: url("../images/home_websites_hover.png"); }

.iconwebsitesbottom {
  -o-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  height: 12%;
  width: 8%;
  left: 25%;
  top: 65%;
  box-shadow: 0 0 15px #ffff00; }

.iconwebsitestop {
  background-image: url("../images/home_websites.png");
  height: 50px;
  width: 50px;
  left: 60%;
  top: 7px;
  box-shadow: 0 0 7px #ffff00; }

.iconwebsitestop:hover {
  background-image: url("../images/home_websites_hover.png"); }
*/

/* --------------------------------------------------------------------------------------------------------------------------------------------------
   CALENDAR ICON
   -------------------------------------------------------------------------------------------------------------------------------------------------- */
.iconcalendarcommon {
  background-image: url("../images/home_calendar.png");
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: center;
  border: 1px solid #FF4105;
  border-radius: 20px;
  position: absolute;
  display: inline; }

.iconcalendarcommon:hover {
  background-image: url("../images/home_calendar_hover.png"); }

.iconcalendarbottom {
  -o-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  height: 12%;
  width: 8%;
  left: 15%;
  top: 65%;
  box-shadow: 0 0 25px #ff4105; }

.iconcalendartop {
  background-image: url("../images/home_calendar.png");
  height: 50px;
  width: 50px;
  left: 55%;
  top: 7px;
  box-shadow: 0 0 10px #ff4105; }

.iconcalendartop:hover {
  background-image: url("../images/home_calendar_hover.png"); }

/* --------------------------------------------------------------------------------------------------------------------------------------------------
   SMALL ICON SIZE FOR THE MASTER TOP MENU
   -------------------------------------------------------------------------------------------------------------------------------------------------- */
.iconsontop {
  -o-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  top: 10px;
  width: 50px;
  height: 50px; }

/* --------------------------------------------------------------------------------------------------------------------------------------------------
   MASTER PAGE TOP MENU - HOME ICON
   -------------------------------------------------------------------------------------------------------------------------------------------------- */
.iconhometop {
  background-image: url("../images/home_home.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  border: 1px solid #00ffff;
  border-radius: 20px;
  position: absolute;
  display: inline;
  left: 40%;
  top: 7px;
  box-shadow: 0 0 10px #00ffff; }

.iconhometop:hover {
  background-image: url("../images/home_home_hover.png"); }

/* --------------------------------------------------------------------------------------------------------------------------------------------------
   MASTER TOP MENU
   -------------------------------------------------------------------------------------------------------------------------------------------------- */
.mastertopmenu {
  width: 100%;
  height: 70px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  position: absolute;
  left: 0; }

/* --------------------------------------------------------------------------------------------------------------------------------------------------
   MESSAGE JASON BELT
   -------------------------------------------------------------------------------------------------------------------------------------------------- */
.welcomemessagetop {
  -o-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  font: bold 4em Arial;
  margin: 10% 0 0 25%;
  position: absolute;
  color: #fff; }

.welcomemessagecommon {
  position: absolute;
  color: #fff;
  -o-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s; }

.welcomemessagemiddle {
  font: bold 6em Arial;
  margin: 14% 0 0 30%; }

/* --------------------------------------------------------------------------------------------------------------------------------------------------
   TOP MESSAGE TEXT
   -------------------------------------------------------------------------------------------------------------------------------------------------- */
.mastertopwelcomemessage {
  color: #fff;
  margin: 15px 0 0 10%;
  font: 2em Arial; }

.topwelcomemessagecommon {
  color: #fff;
  position: absolute;
  -o-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s; }

.topwelcomemessagemiddle {
  font: 4em Arial;
  margin: 10% 0 0 30%; }

.topwelcomemessagetop {
  -o-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  font: 3em Arial;
  margin: 7% 0 0 20%; }

/* --------------------------------------------------------------------------------------------------------------------------------------------------
   TEXT UNDERNEATH THE ICONS ON THE LANDING PAGE
   -------------------------------------------------------------------------------------------------------------------------------------------------- */
.content {
  padding-top: 80%;
  -o-transition-duration: 2s;
  -moz-transition-duration: 2s;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  font: normal 1em Arial;
  text-align: center; }

/* --------------------------------------------------------------------------------------------------------------------------------------------------
   HIDE THE ELEMENT IF ON A SMALL SCREEN
   -------------------------------------------------------------------------------------------------------------------------------------------------- */
.show_only_on_large_screens {
  visibility: visible; }

.hide_only_when_small_25 {
  width: 10%; }

.centerform {
  width: 100%; }

.hide_only_when_small_10 {
  width: 10%; }

.burgerMenu, .listMenu {
  display: none; }

/*# sourceMappingURL=screen_large.css.map */
