body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a
{
   color: #FFFFFF;
   text-decoration: none;
}
a:visited
{
   color: #00BFFF;
}
a:active
{
   color: #00BFFF;
}
a:hover
{
   color: #FFFFFF;
   text-decoration: underline;
}
.visibility-hidden
{
   visibility: hidden;
}
#wb_Intro
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 100vh;
   background-color: transparent;
   background-image: url('../images/background.png');
   background-repeat: repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#Intro
{
   box-sizing: border-box;
   height: 100vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 100px 0 100px 0;
   margin-right: auto;
   margin-left: auto;
}
#Intro > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#Intro > .col-1
{
   flex: 0 0 auto;
}
#Intro > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 768px)
{
#Intro > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#Intro-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #000000;
   opacity: 0.5;
}
#wb_intro6Icon
{
   background-color: transparent;
   background-image: none;
   border: 3px solid #FFFFFF;
   border-radius: 50%;
   text-align: center;
   margin: 0;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_intro6Icon a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#intro6Icon
{
   height: 34px;
   width: 34px;
}
#intro6Icon i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 34px;
   line-height: 34px;
   vertical-align: middle;
   width: 34px;
}
#wb_intro6Icon:hover #intro6Icon i
{
   color: #0D6EFD;
}
#wb_intro6Text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 50px 0 ;
   text-align: center;
}
#wb_intro6Text div
{
   text-align: center;
}
#wb_intro6Text
{
   display: block;
   margin: 0 0 50px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_About
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#About
{
   box-sizing: border-box;
   padding: 20px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#About > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#About > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#About > .row > .col-1
{
   float: left;
}
#About > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#About:before,
#About:after,
#About .row:before,
#About .row:after
{
   display: table;
   content: " ";
}
#About:after,
#About .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#About > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_text1Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 15px 0 ;
   padding: 0;
   text-align: center;
}
#text1Heading1
{
   color: #2E74B5;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 48px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Menu
{
   margin: 0;
}
#Menu
{
   background-color: #6C717C;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
}
#Menu:hover
{
   background-color: #0B5ED7;
   background-image: none;
   border-color: #FFFFFF;
}
#Menu
{
   display: block;
   width: 40px;
   height: 40px;
   position: absolute;
   overflow: hidden;
}
#Menu .line
{
   width: 32px;
   height: 6px;
   background: #FFFFFF;
   display: block;
   margin: 6px auto;
   transition: all 0.3s ease-in-out;
}
#Menu .line:first-child
{
   margin-top: 4px;
}
#Menu-overlay
{
   display: flex;
   align-items: center;
   justify-content: center;
   left: 0;
   overflow-y: auto;
   overflow: hidden;
   position: absolute;
   top: 0;
   width: 400px;
   z-index: 9998 !important;
   background-color: rgba(108,113,124,0.87);
}
#Menu-overlay ul
{
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   text-decoration: none;
   text-transform: none;
   list-style: none;
   margin: 0;
   padding: 0;
}
.Menu
{
   width: 100%;
   max-width: 970px;
}
.Menu a
{
   text-decoration: none;
}
.Menu ul
{
   list-style: none;
   padding: 0;
   text-align: center;
}
.Menu li
{
   position: relative;
}
.Menu li a
{
   display: block;
   position: relative;
   padding: 10px 15px 10px 15px;
   color: #FFFFFF;
   outline: none;
}
.Menu li a:hover
{
   color: #FFFFFF;
   background-color: #0B5ED7;
}
#Menu-overlay
{
   visibility: hidden;
   width: 0;
   transition: width 400ms 0.3s, visibility 0s 700ms;
}
#Menu-overlay.show
{
   visibility: visible;
   width: 400px;
   transition: width 400ms;
}
#Menu-overlay .Menu
{
   opacity: 0;
   transition: opacity 0.3s 400ms;
}
#Menu-overlay.show .Menu
{
   opacity: 1;
   transition-delay: 400ms;
}
#Menu-overlay.hide .Menu
{
   transition-delay: 0s;
}
#Menu-overlay .overlay-icon
{
   margin: 0 10px 0 0 ;
}
.Menu-effect
{
   transition: all 500ms linear;
}
#wb_Menu.affix
{
   top: 0 !important;
   position: fixed !important;
}
#Layer1
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
}
#wb_Skills_and_Focus
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#Skills_and_Focus
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#Skills_and_Focus > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#Skills_and_Focus > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#Skills_and_Focus > .row > .col-1
{
   float: left;
}
#Skills_and_Focus > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#Skills_and_Focus > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#Skills_and_Focus:before,
#Skills_and_Focus:after,
#Skills_and_Focus .row:before,
#Skills_and_Focus .row:after
{
   display: table;
   content: " ";
}
#Skills_and_Focus:after,
#Skills_and_Focus .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#Skills_and_Focus > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_text2Heading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 20px 0 20px 0;
   text-align: center;
}
#text2Heading
{
   color: #2E74B5;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 48px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_text3LayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#text3LayoutGrid
{
   box-sizing: border-box;
   padding: 10px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#text3LayoutGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#text3LayoutGrid > .row > .col-1, #text3LayoutGrid > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#text3LayoutGrid > .row > .col-1, #text3LayoutGrid > .row > .col-2
{
   float: left;
}
#text3LayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#text3LayoutGrid > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 30px 0 30px 0;
}
#text3LayoutGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#text3LayoutGrid > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 30px 0 30px 0;
}
#text3LayoutGrid:before,
#text3LayoutGrid:after,
#text3LayoutGrid .row:before,
#text3LayoutGrid .row:after
{
   display: table;
   content: " ";
}
#text3LayoutGrid:after,
#text3LayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#text3LayoutGrid > .row > .col-1, #text3LayoutGrid > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_profilePhoto
{
   margin: 0;
   vertical-align: top;
}
#profilePhoto
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 440px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_text3Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0 0 5px 0;
   text-align: left;
}
#text3Heading1
{
   color: #696969;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_text3Text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 30px 0 ;
   text-align: left;
}
#wb_text3Text
{
   color: #000000;
   font-family: Arial;
   font-weight: 400;
   font-size: 16px;
   line-height: 27px;
}
#wb_text3Text p, #wb_text3Text ul
{
   margin: 0;
   padding: 0;
}
#wb_text3Text
{
   display: block;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_text22LayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(255,255,255,0.39);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#text22LayoutGrid
{
   box-sizing: border-box;
   padding: 10px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#text22LayoutGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#text22LayoutGrid > .row > .col-1, #text22LayoutGrid > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#text22LayoutGrid > .row > .col-1, #text22LayoutGrid > .row > .col-2
{
   float: left;
}
#text22LayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#text22LayoutGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#text22LayoutGrid:before,
#text22LayoutGrid:after,
#text22LayoutGrid .row:before,
#text22LayoutGrid .row:after
{
   display: table;
   content: " ";
}
#text22LayoutGrid:after,
#text22LayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#text22LayoutGrid > .row > .col-1, #text22LayoutGrid > .row > .col-2
{
   float: none;
   width: 100%;
}
}
#wb_text22Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 30px 0 ;
   text-align: left;
}
#wb_text22Text1
{
   color: #000000;
   font-family: Arial;
   font-weight: 400;
   font-size: 16px;
   line-height: 36px;
}
#wb_text22Text1 p, #wb_text22Text1 ul
{
   margin: 0;
   padding: 0;
}
#wb_text22Text1
{
   display: block;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_text22Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 30px 0 ;
   text-align: left;
}
#wb_text22Text2
{
   color: #000000;
   font-family: Arial;
   font-weight: 400;
   font-size: 16px;
   line-height: 36px;
}
#wb_text22Text2 p, #wb_text22Text2 ul
{
   margin: 0;
   padding: 0;
}
#wb_text22Text2
{
   display: block;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   padding: 20px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .row > .col-1
{
   float: left;
}
#LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid1:before,
#LayoutGrid1:after,
#LayoutGrid1 .row:before,
#LayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid1:after,
#LayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 15px 0 ;
   padding: 0;
   text-align: center;
}
#Heading2
{
   color: #2E74B5;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 48px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_text23LayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#text23LayoutGrid
{
   box-sizing: border-box;
   padding: 10px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#text23LayoutGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#text23LayoutGrid > .row > .col-1, #text23LayoutGrid > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#text23LayoutGrid > .row > .col-1, #text23LayoutGrid > .row > .col-2
{
   float: left;
}
#text23LayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#text23LayoutGrid > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 0 20px 0;
}
#text23LayoutGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#text23LayoutGrid > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 0 20px 0;
}
#text23LayoutGrid:before,
#text23LayoutGrid:after,
#text23LayoutGrid .row:before,
#text23LayoutGrid .row:after
{
   display: table;
   content: " ";
}
#text23LayoutGrid:after,
#text23LayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#text23LayoutGrid > .row > .col-1, #text23LayoutGrid > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_text23Heading1
{
   box-sizing: border-box;
   vertical-align: top;
   margin: 30px 0 15px 0 ;
   padding: 0;
   text-align: left;
}
#text23Heading1
{
   height: 100%;
   margin: 0;
   width: 100%;
}
#wb_text23Heading2
{
   box-sizing: border-box;
   vertical-align: top;
   margin: 30px 0 15px 0 ;
   padding: 0;
   text-align: left;
}
#text23Heading2
{
   height: 100%;
   margin: 0;
   width: 100%;
}
#wb_text23Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 30px 0 ;
   text-align: left;
}
#wb_text23Text1
{
   color: #000000;
   font-family: Arial;
   font-weight: 400;
   font-size: 16px;
   line-height: 27px;
}
#wb_text23Text1 p, #wb_text23Text1 ul
{
   margin: 0;
   padding: 0;
}
#wb_text23Text1
{
   display: block;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_text23Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 30px 0 ;
   text-align: left;
}
#wb_text23Text2
{
   color: #000000;
   font-family: Arial;
   font-weight: 400;
   font-size: 16px;
   line-height: 27px;
}
#wb_text23Text2 p, #wb_text23Text2 ul
{
   margin: 0;
   padding: 0;
}
#wb_text23Text2
{
   display: block;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid4
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid4
{
   box-sizing: border-box;
   padding: 10px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid4 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid4 > .row > .col-1, #LayoutGrid4 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid4 > .row > .col-1, #LayoutGrid4 > .row > .col-2
{
   float: left;
}
#LayoutGrid4 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid4 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 0 20px 0;
}
#LayoutGrid4 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid4 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 0 20px 0;
}
#LayoutGrid4:before,
#LayoutGrid4:after,
#LayoutGrid4 .row:before,
#LayoutGrid4 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid4:after,
#LayoutGrid4 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid4 > .row > .col-1, #LayoutGrid4 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_Heading3
{
   box-sizing: border-box;
   vertical-align: top;
   margin: 30px 0 15px 0 ;
   padding: 0;
   text-align: left;
}
#Heading3
{
   height: 100%;
   margin: 0;
   width: 100%;
}
#wb_Heading4
{
   box-sizing: border-box;
   vertical-align: top;
   margin: 30px 0 15px 0 ;
   padding: 0;
   text-align: left;
}
#Heading4
{
   height: 100%;
   margin: 0;
   width: 100%;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 30px 0 ;
   text-align: left;
}
#wb_Text1
{
   color: #000000;
   font-family: Arial;
   font-weight: 400;
   font-size: 16px;
   line-height: 27px;
}
#wb_Text1 p, #wb_Text1 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text1
{
   display: block;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 30px 0 ;
   text-align: left;
}
#wb_Text3
{
   color: #000000;
   font-family: Arial;
   font-weight: 400;
   font-size: 16px;
   line-height: 27px;
}
#wb_Text3 p, #wb_Text3 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text3
{
   display: block;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid5
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid5
{
   box-sizing: border-box;
   padding: 10px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid5 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid5 > .row > .col-1, #LayoutGrid5 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid5 > .row > .col-1, #LayoutGrid5 > .row > .col-2
{
   float: left;
}
#LayoutGrid5 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid5 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 0 20px 0;
}
#LayoutGrid5 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid5 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 0 20px 0;
}
#LayoutGrid5:before,
#LayoutGrid5:after,
#LayoutGrid5 .row:before,
#LayoutGrid5 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid5:after,
#LayoutGrid5 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid5 > .row > .col-1, #LayoutGrid5 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_Heading5
{
   box-sizing: border-box;
   vertical-align: top;
   margin: 30px 0 15px 0 ;
   padding: 0;
   text-align: left;
}
#Heading5
{
   height: 100%;
   margin: 0;
   width: 100%;
}
#wb_Heading6
{
   box-sizing: border-box;
   vertical-align: top;
   margin: 30px 0 15px 0 ;
   padding: 0;
   text-align: left;
}
#Heading6
{
   height: 100%;
   margin: 0;
   width: 100%;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 30px 0 ;
   text-align: left;
}
#wb_Text4
{
   color: #000000;
   font-family: Arial;
   font-weight: 400;
   font-size: 16px;
   line-height: 27px;
}
#wb_Text4 p, #wb_Text4 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text4
{
   display: block;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 30px 0 ;
   text-align: left;
}
#wb_Text5
{
   color: #000000;
   font-family: Arial;
   font-weight: 400;
   font-size: 16px;
   line-height: 27px;
}
#wb_Text5 p, #wb_Text5 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text5
{
   display: block;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid6
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid6
{
   box-sizing: border-box;
   padding: 10px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid6 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid6 > .row > .col-1, #LayoutGrid6 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid6 > .row > .col-1, #LayoutGrid6 > .row > .col-2
{
   float: left;
}
#LayoutGrid6 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid6 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 0 20px 0;
}
#LayoutGrid6 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid6 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 0 20px 0;
}
#LayoutGrid6:before,
#LayoutGrid6:after,
#LayoutGrid6 .row:before,
#LayoutGrid6 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid6:after,
#LayoutGrid6 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid6 > .row > .col-1, #LayoutGrid6 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_Heading7
{
   box-sizing: border-box;
   vertical-align: top;
   margin: 30px 0 15px 0 ;
   padding: 0;
   text-align: left;
}
#Heading7
{
   height: 100%;
   margin: 0;
   width: 100%;
}
#wb_Heading8
{
   box-sizing: border-box;
   vertical-align: top;
   margin: 30px 0 15px 0 ;
   padding: 0;
   text-align: left;
}
#Heading8
{
   height: 100%;
   margin: 0;
   width: 100%;
}
#wb_Text6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 30px 0 ;
   text-align: left;
}
#wb_Text6
{
   color: #000000;
   font-family: Arial;
   font-weight: 400;
   font-size: 16px;
   line-height: 27px;
}
#wb_Text6 p, #wb_Text6 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text6
{
   display: block;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 30px 0 ;
   text-align: left;
}
#wb_Text7
{
   color: #000000;
   font-family: Arial;
   font-weight: 400;
   font-size: 16px;
   line-height: 27px;
}
#wb_Text7 p, #wb_Text7 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text7
{
   display: block;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid7
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid7
{
   box-sizing: border-box;
   padding: 10px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid7 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2
{
   float: left;
}
#LayoutGrid7 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid7 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 0 20px 0;
}
#LayoutGrid7 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid7 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 0 20px 0;
}
#LayoutGrid7:before,
#LayoutGrid7:after,
#LayoutGrid7 .row:before,
#LayoutGrid7 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid7:after,
#LayoutGrid7 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_Heading9
{
   box-sizing: border-box;
   vertical-align: top;
   margin: 30px 0 15px 0 ;
   padding: 0;
   text-align: left;
}
#Heading9
{
   height: 100%;
   margin: 0;
   width: 100%;
}
#wb_Heading10
{
   box-sizing: border-box;
   vertical-align: top;
   margin: 30px 0 15px 0 ;
   padding: 0;
   text-align: left;
}
#Heading10
{
   height: 100%;
   margin: 0;
   width: 100%;
}
#wb_Text8 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 30px 0 ;
   text-align: left;
}
#wb_Text8
{
   color: #000000;
   font-family: Arial;
   font-weight: 400;
   font-size: 16px;
   line-height: 27px;
}
#wb_Text8 p, #wb_Text8 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text8
{
   display: block;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text9 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 30px 0 ;
   text-align: left;
}
#wb_Text9
{
   color: #000000;
   font-family: Arial;
   font-weight: 400;
   font-size: 16px;
   line-height: 27px;
}
#wb_Text9 p, #wb_Text9 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text9
{
   display: block;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #202020;
   background-image: none;
   border: 1px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 75px 15px 75px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2 > .row > .col-1
{
   float: left;
}
#LayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid2 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid2:before,
#LayoutGrid2:after,
#LayoutGrid2 .row:before,
#LayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid2:after,
#LayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid2 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 20px 0 20px 0;
   text-align: center;
}
#Heading1
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 48px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_LayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid3
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid3 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   float: left;
}
#LayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#LayoutGrid3 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 66.66666667%;
   text-align: center;
}
#LayoutGrid3 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: right;
}
#LayoutGrid3:before,
#LayoutGrid3:after,
#LayoutGrid3 .row:before,
#LayoutGrid3 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid3:after,
#LayoutGrid3 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Icon2
{
   background-color: transparent;
   background-image: none;
   border: 3px solid #FFFFFF;
   border-radius: 50%;
   text-align: center;
   margin: 0;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_Icon2 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#Icon2
{
   height: 34px;
   width: 34px;
}
#Icon2 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 34px;
   line-height: 34px;
   vertical-align: middle;
   width: 34px;
}
#wb_Icon2:hover #Icon2 i
{
   color: #0D6EFD;
}
#wb_Icon3
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   margin: 0 10px 30px 0 ;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_Icon3 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#Icon3
{
   height: 40px;
   width: 27px;
}
#Icon3 i
{
   color: #18191A;
   display: inline-block;
   font-size: 27px;
   line-height: 40px;
   vertical-align: middle;
   width: 27px;
}
#wb_Icon3:hover #Icon3 i
{
   color: #428BCA;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text2 div
{
   text-align: center;
}
#wb_Text2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text10 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text10
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: 400;
   font-size: 149px;
   line-height: 166px;
}
#wb_Text10 p, #wb_Text10 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text10
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Heading8
{
   display: block;
   width: 100%;
   z-index: 36;
}
#AboutLocation
{
   visibility: hidden;
}
#wb_intro6Icon
{
   display: inline-block;
   width: 34px;
   height: 34px;
   text-align: center;
   z-index: 2;
}
#wb_Heading9
{
   display: block;
   width: 100%;
   z-index: 38;
}
#projects
{
   visibility: hidden;
}
#wb_projects
{
   display: block;
   width: 100%;
   z-index: 20;
}
#wb_Heading6
{
   display: block;
   width: 100%;
   z-index: 32;
}
#Skills
{
   visibility: hidden;
}
#wb_profilePhoto
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 3;
}
#wb_Heading7
{
   display: block;
   width: 100%;
   z-index: 34;
}
#wb_Heading4
{
   display: block;
   width: 100%;
   z-index: 28;
}
#wb_AboutLocation
{
   display: block;
   width: 100%;
   z-index: 6;
}
#wb_Heading5
{
   display: block;
   width: 100%;
   z-index: 30;
}
#wb_Skills
{
   display: block;
   width: 100%;
   z-index: 12;
}
#contactInfo
{
   visibility: hidden;
}
#wb_Heading2
{
   display: block;
   width: 100%;
   z-index: 21;
}
#wb_Heading3
{
   display: block;
   width: 100%;
   z-index: 26;
}
#wb_text2Heading
{
   display: block;
   width: 100%;
   z-index: 13;
}
#wb_text3Heading1
{
   display: block;
   width: 100%;
   z-index: 4;
}
#wb_text1Heading1
{
   display: block;
   width: 100%;
   z-index: 7;
}
#wb_contactInfo
{
   display: block;
   width: 100%;
   z-index: 44;
}
#Layer1
{
   position: absolute;
   text-align: left;
   left: 0px;
   top: 10px;
   width: 60px;
   height: 70px;
   z-index: 53;
}
#wb_Heading1
{
   display: block;
   width: 100%;
   z-index: 45;
}
#wb_Heading10
{
   display: block;
   width: 100%;
   z-index: 40;
}
#wb_text23Heading2
{
   display: block;
   width: 100%;
   z-index: 24;
}
#wb_Menu
{
   position: absolute;
   left: 10px;
   top: 10px;
   width: 40px;
   height: 40px;
   z-index: 9;
}
#wb_Icon2
{
   display: inline-block;
   width: 34px;
   height: 34px;
   text-align: center;
   z-index: 43;
}
#wb_Icon3
{
   display: inline-block;
   width: 27px;
   height: 40px;
   text-align: center;
   z-index: 42;
}
#wb_text23Heading1
{
   display: block;
   width: 100%;
   z-index: 22;
}
@media only screen and (min-width: 1024px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#BuildWith1
{
   left: 610px;
   top: 1310px;
   width: 88px;
   height: 31px;
   visibility: visible;
   display: inline;
}
#wb_Intro
{
   visibility: visible;
   display: table;
}
#wb_Intro
{
   height: 100vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#Intro
{
   height: 100vh;
   padding: 100px 0 100px 0;
}
#Intro > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#Intro > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_intro6Icon
{
   width: 34px;
   height: 34px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#intro6Icon
{
   width: 34px;
   height: 34px;
}
#intro6Icon i
{
   line-height: 34px;
   font-size: 34px;
   width: 34px;
}
#wb_intro6Text
{
   visibility: visible;
   display: block;
}
#wb_intro6Text
{
   margin: 0 0 50px 0 ;
   padding: 0;
}
#wb_About
{
   visibility: visible;
   display: table;
}
#wb_About
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#About
{
   height: auto;
   padding: 20px 15px 0 15px;
}
#About .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#About > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#About > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_text1Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 15px 0 ;
   padding: 0;
   font-size: 29px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_text1Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#text1Heading1
{
   color: #2E74B5;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 29px;
   text-align: center;
   text-transform: none;
}
#wb_AboutLocation
{
   visibility: visible;
   display: inline-block;
}
#wb_Menu
{
   left: 10px;
   top: 10px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#Menu
{
   background-color: #6C717C;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 40px;
   height: 40px;
}
#Menu:hover
{
   background-color: #0B5ED7;
   background-image: none;
   border-color: #FFFFFF;
}
#Menu .line
{
   background: #FFFFFF;
}
#Menu .line
{
   top: 0px;
}
#Menu .line:first-child
{
   margin-top: 4px;
}
#Menu-overlay ul
{
   font-size: 29px;
   text-align: center;
}
#Layer1
{
   left: 0px;
   top: 10px;
   width: 60px;
   height: 70px;
   visibility: visible;
   display: block;
}
#wb_Skills_and_Focus
{
   visibility: visible;
   display: table;
}
#wb_Skills_and_Focus
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#Skills_and_Focus
{
   height: auto;
   padding: 0 15px 0 15px;
}
#Skills_and_Focus .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_text2Heading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 0 20px 0;
   font-size: 29px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_text2Heading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#text2Heading
{
   color: #2E74B5;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 29px;
   text-align: center;
   text-transform: none;
}
#wb_Skills
{
   visibility: visible;
   display: inline-block;
}
#wb_text3LayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_text3LayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#text3LayoutGrid
{
   height: auto;
   padding: 10px 15px 20px 15px;
}
#text3LayoutGrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_profilePhoto
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_text3Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 0 5px 0;
   font-size: 29px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_text3Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#text3Heading1
{
   color: #696969;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 29px;
   text-align: left;
   text-transform: none;
}
#wb_text3Text
{
   visibility: visible;
   display: block;
}
#wb_text3Text
{
   font-size: 29px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 49px;
}
#wb_text22LayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_text22LayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#text22LayoutGrid
{
   height: auto;
   padding: 10px 15px 20px 15px;
}
#text22LayoutGrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#text22LayoutGrid > .row > .col-1, #text22LayoutGrid > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#text22LayoutGrid > .row > .col-1
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#text22LayoutGrid > .row > .col-2
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_text22Text1
{
   visibility: visible;
   display: block;
}
#wb_text22Text1
{
   font-size: 29px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 66px;
}
#wb_text22Text2
{
   visibility: visible;
   display: block;
}
#wb_text22Text2
{
   font-size: 29px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 66px;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 20px 15px 0 15px;
}
#LayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Heading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 15px 0 ;
   padding: 0;
   font-size: 29px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading2
{
   color: #2E74B5;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 29px;
   text-align: center;
   text-transform: none;
}
#wb_projects
{
   visibility: visible;
   display: inline-block;
}
#wb_text23LayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_text23LayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#text23LayoutGrid
{
   height: auto;
   padding: 10px 15px 20px 15px;
}
#text23LayoutGrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_text23Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_text23Heading1
{
   text-align: left;
}
#wb_text23Heading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_text23Heading2
{
   text-align: left;
}
#wb_text23Text1
{
   visibility: visible;
   display: block;
}
#wb_text23Text1
{
   font-size: 29px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 49px;
}
#wb_text23Text2
{
   visibility: visible;
   display: block;
}
#wb_text23Text2
{
   font-size: 29px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 49px;
}
#wb_LayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid4
{
   height: auto;
   padding: 10px 15px 20px 15px;
}
#LayoutGrid4 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Heading3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_Heading3
{
   text-align: left;
}
#wb_Heading4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_Heading4
{
   text-align: left;
}
#wb_Text1
{
   visibility: visible;
   display: block;
}
#wb_Text1
{
   font-size: 29px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 49px;
}
#wb_Text3
{
   visibility: visible;
   display: block;
}
#wb_Text3
{
   font-size: 29px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 49px;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: auto;
   padding: 10px 15px 20px 15px;
}
#LayoutGrid5 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Heading5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_Heading5
{
   text-align: left;
}
#wb_Heading6
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_Heading6
{
   text-align: left;
}
#wb_Text4
{
   visibility: visible;
   display: block;
}
#wb_Text4
{
   font-size: 29px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 49px;
}
#wb_Text5
{
   visibility: visible;
   display: block;
}
#wb_Text5
{
   font-size: 29px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 49px;
}
#wb_LayoutGrid6
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid6
{
   height: auto;
   padding: 10px 15px 20px 15px;
}
#LayoutGrid6 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Heading7
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_Heading7
{
   text-align: left;
}
#wb_Heading8
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_Heading8
{
   text-align: left;
}
#wb_Text6
{
   visibility: visible;
   display: block;
}
#wb_Text6
{
   font-size: 29px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 49px;
}
#wb_Text7
{
   visibility: visible;
   display: block;
}
#wb_Text7
{
   font-size: 29px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 49px;
}
#wb_LayoutGrid7
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid7
{
   height: auto;
   padding: 10px 15px 20px 15px;
}
#LayoutGrid7 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Heading9
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_Heading9
{
   text-align: left;
}
#wb_Heading10
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_Heading10
{
   text-align: left;
}
#wb_Text8
{
   visibility: visible;
   display: block;
}
#wb_Text8
{
   font-size: 29px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 49px;
}
#wb_Text9
{
   visibility: visible;
   display: block;
}
#wb_Text9
{
   font-size: 29px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 49px;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 75px 15px 75px 15px;
}
#LayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 0 20px 0;
   font-size: 29px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading1
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 29px;
   text-align: center;
   text-transform: none;
}
#wb_contactInfo
{
   visibility: visible;
   display: inline-block;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid3 > .row > .col-1
{
   display: block;
   width: 16.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid3 > .row > .col-2
{
   display: block;
   width: 66.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#LayoutGrid3 > .row > .col-3
{
   display: block;
   width: 16.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#wb_Icon2
{
   width: 34px;
   height: 34px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#Icon2
{
   width: 34px;
   height: 34px;
}
#Icon2 i
{
   line-height: 34px;
   font-size: 34px;
   width: 34px;
}
#wb_Icon3
{
   width: 27px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 30px 0 ;
   padding: 4px 4px 4px 4px;
}
#Icon3
{
   width: 27px;
   height: 40px;
}
#Icon3 i
{
   line-height: 40px;
   font-size: 27px;
   width: 27px;
}
#wb_Text2
{
   visibility: visible;
   display: block;
}
#wb_Text2
{
   margin: 0;
   padding: 0;
}
#wb_Text10
{
   visibility: visible;
   display: block;
}
#wb_Text10
{
   font-size: 149px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 167px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#BuildWith1
{
   left: 610px;
   top: 1310px;
   width: 88px;
   height: 31px;
   visibility: visible;
   display: inline;
}
#wb_Intro
{
   visibility: visible;
   display: table;
}
#wb_Intro
{
   height: 100vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#Intro
{
   height: 100vh;
   padding: 100px 0 100px 0;
}
#Intro > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#Intro > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_intro6Icon
{
   width: 34px;
   height: 34px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#intro6Icon
{
   width: 34px;
   height: 34px;
}
#intro6Icon i
{
   line-height: 34px;
   font-size: 34px;
   width: 34px;
}
#wb_intro6Text
{
   visibility: visible;
   display: block;
}
#wb_intro6Text
{
   margin: 0 0 50px 0 ;
   padding: 0;
}
#wb_About
{
   visibility: visible;
   display: table;
}
#wb_About
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#About
{
   height: auto;
   padding: 20px 15px 0 15px;
}
#About .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#About > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#About > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_text1Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 15px 0 ;
   padding: 0;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_text1Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#text1Heading1
{
   color: #2E74B5;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: center;
   text-transform: none;
}
#wb_AboutLocation
{
   visibility: visible;
   display: inline-block;
}
#wb_Menu
{
   left: 10px;
   top: 10px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#Menu
{
   background-color: #6C717C;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 40px;
   height: 40px;
}
#Menu:hover
{
   background-color: #0B5ED7;
   background-image: none;
   border-color: #FFFFFF;
}
#Menu .line
{
   background: #FFFFFF;
}
#Menu .line
{
   top: 0px;
}
#Menu .line:first-child
{
   margin-top: 4px;
}
#Menu-overlay ul
{
   font-size: 27px;
   text-align: center;
}
#Layer1
{
   left: 0px;
   top: 10px;
   width: 60px;
   height: 70px;
   visibility: visible;
   display: block;
}
#wb_Skills_and_Focus
{
   visibility: visible;
   display: table;
}
#wb_Skills_and_Focus
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#Skills_and_Focus
{
   height: auto;
   padding: 0 15px 0 15px;
}
#Skills_and_Focus .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_text2Heading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 0 20px 0;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_text2Heading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#text2Heading
{
   color: #2E74B5;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: center;
   text-transform: none;
}
#wb_Skills
{
   visibility: visible;
   display: inline-block;
}
#wb_text3LayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_text3LayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#text3LayoutGrid
{
   height: auto;
   padding: 10px 15px 20px 15px;
}
#text3LayoutGrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_profilePhoto
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_text3Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 0 5px 0;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_text3Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#text3Heading1
{
   color: #696969;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: left;
   text-transform: none;
}
#wb_text3Text
{
   visibility: visible;
   display: block;
}
#wb_text3Text
{
   font-size: 27px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 45px;
}
#wb_text22LayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_text22LayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#text22LayoutGrid
{
   height: auto;
   padding: 10px 15px 20px 15px;
}
#text22LayoutGrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#text22LayoutGrid > .row > .col-1, #text22LayoutGrid > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#text22LayoutGrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#text22LayoutGrid > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_text22Text1
{
   visibility: visible;
   display: block;
}
#wb_text22Text1
{
   font-size: 27px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 60px;
}
#wb_text22Text2
{
   visibility: visible;
   display: block;
}
#wb_text22Text2
{
   font-size: 27px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 60px;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 20px 15px 0 15px;
}
#LayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Heading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 15px 0 ;
   padding: 0;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading2
{
   color: #2E74B5;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: center;
   text-transform: none;
}
#wb_projects
{
   visibility: visible;
   display: inline-block;
}
#wb_text23LayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_text23LayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#text23LayoutGrid
{
   height: auto;
   padding: 10px 15px 20px 15px;
}
#text23LayoutGrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_text23Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_text23Heading1
{
   text-align: left;
}
#wb_text23Heading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_text23Heading2
{
   text-align: left;
}
#wb_text23Text1
{
   visibility: visible;
   display: block;
}
#wb_text23Text1
{
   font-size: 27px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 45px;
}
#wb_text23Text2
{
   visibility: visible;
   display: block;
}
#wb_text23Text2
{
   font-size: 27px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 45px;
}
#wb_LayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid4
{
   height: auto;
   padding: 10px 15px 20px 15px;
}
#LayoutGrid4 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Heading3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_Heading3
{
   text-align: left;
}
#wb_Heading4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_Heading4
{
   text-align: left;
}
#wb_Text1
{
   visibility: visible;
   display: block;
}
#wb_Text1
{
   font-size: 27px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 45px;
}
#wb_Text3
{
   visibility: visible;
   display: block;
}
#wb_Text3
{
   font-size: 27px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 45px;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: auto;
   padding: 10px 15px 20px 15px;
}
#LayoutGrid5 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Heading5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_Heading5
{
   text-align: left;
}
#wb_Heading6
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_Heading6
{
   text-align: left;
}
#wb_Text4
{
   visibility: visible;
   display: block;
}
#wb_Text4
{
   font-size: 27px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 45px;
}
#wb_Text5
{
   visibility: visible;
   display: block;
}
#wb_Text5
{
   font-size: 27px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 45px;
}
#wb_LayoutGrid6
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid6
{
   height: auto;
   padding: 10px 15px 20px 15px;
}
#LayoutGrid6 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Heading7
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_Heading7
{
   text-align: left;
}
#wb_Heading8
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_Heading8
{
   text-align: left;
}
#wb_Text6
{
   visibility: visible;
   display: block;
}
#wb_Text6
{
   font-size: 27px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 45px;
}
#wb_Text7
{
   visibility: visible;
   display: block;
}
#wb_Text7
{
   font-size: 27px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 45px;
}
#wb_LayoutGrid7
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid7
{
   height: auto;
   padding: 10px 15px 20px 15px;
}
#LayoutGrid7 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Heading9
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_Heading9
{
   text-align: left;
}
#wb_Heading10
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_Heading10
{
   text-align: left;
}
#wb_Text8
{
   visibility: visible;
   display: block;
}
#wb_Text8
{
   font-size: 27px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 45px;
}
#wb_Text9
{
   visibility: visible;
   display: block;
}
#wb_Text9
{
   font-size: 27px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 45px;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 75px 15px 75px 15px;
}
#LayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 0 20px 0;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading1
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: center;
   text-transform: none;
}
#wb_contactInfo
{
   visibility: visible;
   display: inline-block;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid3 > .row > .col-1
{
   display: block;
   width: 16.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid3 > .row > .col-2
{
   display: block;
   width: 66.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#LayoutGrid3 > .row > .col-3
{
   display: block;
   width: 16.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#wb_Icon2
{
   width: 34px;
   height: 34px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#Icon2
{
   width: 34px;
   height: 34px;
}
#Icon2 i
{
   line-height: 34px;
   font-size: 34px;
   width: 34px;
}
#wb_Icon3
{
   width: 27px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 30px 0 ;
   padding: 4px 4px 4px 4px;
}
#Icon3
{
   width: 27px;
   height: 40px;
}
#Icon3 i
{
   line-height: 40px;
   font-size: 27px;
   width: 27px;
}
#wb_Text2
{
   visibility: visible;
   display: block;
}
#wb_Text2
{
   margin: 0;
   padding: 0;
}
#wb_Text10
{
   visibility: visible;
   display: block;
}
#wb_Text10
{
   font-size: 128px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 143px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#BuildWith1
{
   left: 610px;
   top: 1310px;
   width: 88px;
   height: 31px;
   visibility: visible;
   display: inline;
}
#wb_Intro
{
   visibility: visible;
   display: table;
}
#wb_Intro
{
   height: 100vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#Intro
{
   height: 100vh;
   padding: 100px 0 100px 0;
}
#Intro > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#Intro > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_intro6Icon
{
   width: 34px;
   height: 34px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#intro6Icon
{
   width: 34px;
   height: 34px;
}
#intro6Icon i
{
   line-height: 34px;
   font-size: 34px;
   width: 34px;
}
#wb_intro6Text
{
   visibility: visible;
   display: block;
}
#wb_intro6Text
{
   margin: 0 0 50px 0 ;
   padding: 0;
}
#wb_About
{
   visibility: visible;
   display: table;
}
#wb_About
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#About
{
   height: auto;
   padding: 20px 15px 0 15px;
}
#About .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#About > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#About > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_text1Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 15px 0 ;
   padding: 0;
   font-size: 21px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_text1Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#text1Heading1
{
   color: #2E74B5;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
   text-transform: none;
}
#wb_AboutLocation
{
   visibility: visible;
   display: inline-block;
}
#wb_Menu
{
   left: 10px;
   top: 10px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#Menu
{
   background-color: #6C717C;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 40px;
   height: 40px;
}
#Menu:hover
{
   background-color: #0B5ED7;
   background-image: none;
   border-color: #FFFFFF;
}
#Menu .line
{
   background: #FFFFFF;
}
#Menu .line
{
   top: 0px;
}
#Menu .line:first-child
{
   margin-top: 4px;
}
#Menu-overlay ul
{
   font-size: 21px;
   text-align: center;
}
#Layer1
{
   left: 0px;
   top: 10px;
   width: 60px;
   height: 70px;
   visibility: visible;
   display: block;
}
#wb_Skills_and_Focus
{
   visibility: visible;
   display: table;
}
#wb_Skills_and_Focus
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#Skills_and_Focus
{
   height: auto;
   padding: 0 15px 0 15px;
}
#Skills_and_Focus .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_text2Heading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 0 20px 0;
   font-size: 21px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_text2Heading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#text2Heading
{
   color: #2E74B5;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
   text-transform: none;
}
#wb_Skills
{
   visibility: visible;
   display: inline-block;
}
#wb_text3LayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_text3LayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#text3LayoutGrid
{
   height: auto;
   padding: 10px 15px 20px 15px;
}
#text3LayoutGrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_profilePhoto
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_text3Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 0 5px 0;
   font-size: 21px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_text3Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#text3Heading1
{
   color: #696969;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: left;
   text-transform: none;
}
#wb_text3Text
{
   visibility: visible;
   display: block;
}
#wb_text3Text
{
   font-size: 16px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 27px;
}
#wb_text22LayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_text22LayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#text22LayoutGrid
{
   height: auto;
   padding: 10px 15px 20px 15px;
}
#text22LayoutGrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#text22LayoutGrid > .row > .col-1, #text22LayoutGrid > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#text22LayoutGrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#text22LayoutGrid > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_text22Text1
{
   visibility: visible;
   display: block;
}
#wb_text22Text1
{
   font-size: 16px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 36px;
}
#wb_text22Text2
{
   visibility: visible;
   display: block;
}
#wb_text22Text2
{
   font-size: 16px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 36px;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 20px 15px 0 15px;
}
#LayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Heading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 15px 0 ;
   padding: 0;
   font-size: 21px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading2
{
   color: #2E74B5;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
   text-transform: none;
}
#wb_projects
{
   visibility: visible;
   display: inline-block;
}
#wb_text23LayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_text23LayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#text23LayoutGrid
{
   height: auto;
   padding: 10px 15px 20px 15px;
}
#text23LayoutGrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_text23Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_text23Heading1
{
   text-align: left;
}
#wb_text23Heading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_text23Heading2
{
   text-align: left;
}
#wb_text23Text1
{
   visibility: visible;
   display: block;
}
#wb_text23Text1
{
   font-size: 16px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 27px;
}
#wb_text23Text2
{
   visibility: visible;
   display: block;
}
#wb_text23Text2
{
   font-size: 16px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 27px;
}
#wb_LayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid4
{
   height: auto;
   padding: 10px 15px 20px 15px;
}
#LayoutGrid4 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Heading3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_Heading3
{
   text-align: left;
}
#wb_Heading4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_Heading4
{
   text-align: left;
}
#wb_Text1
{
   visibility: visible;
   display: block;
}
#wb_Text1
{
   font-size: 16px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 27px;
}
#wb_Text3
{
   visibility: visible;
   display: block;
}
#wb_Text3
{
   font-size: 16px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 27px;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: auto;
   padding: 10px 15px 20px 15px;
}
#LayoutGrid5 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Heading5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_Heading5
{
   text-align: left;
}
#wb_Heading6
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_Heading6
{
   text-align: left;
}
#wb_Text4
{
   visibility: visible;
   display: block;
}
#wb_Text4
{
   font-size: 16px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 27px;
}
#wb_Text5
{
   visibility: visible;
   display: block;
}
#wb_Text5
{
   font-size: 16px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 27px;
}
#wb_LayoutGrid6
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid6
{
   height: auto;
   padding: 10px 15px 20px 15px;
}
#LayoutGrid6 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Heading7
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_Heading7
{
   text-align: left;
}
#wb_Heading8
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_Heading8
{
   text-align: left;
}
#wb_Text6
{
   visibility: visible;
   display: block;
}
#wb_Text6
{
   font-size: 16px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 27px;
}
#wb_Text7
{
   visibility: visible;
   display: block;
}
#wb_Text7
{
   font-size: 16px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 27px;
}
#wb_LayoutGrid7
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid7
{
   height: auto;
   padding: 10px 15px 20px 15px;
}
#LayoutGrid7 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Heading9
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_Heading9
{
   text-align: left;
}
#wb_Heading10
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_Heading10
{
   text-align: left;
}
#wb_Text8
{
   visibility: visible;
   display: block;
}
#wb_Text8
{
   font-size: 16px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 27px;
}
#wb_Text9
{
   visibility: visible;
   display: block;
}
#wb_Text9
{
   font-size: 16px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 27px;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 75px 15px 75px 15px;
}
#LayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 0 20px 0;
   font-size: 21px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading1
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
   text-transform: none;
}
#wb_contactInfo
{
   visibility: visible;
   display: inline-block;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid3 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid3 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#LayoutGrid3 > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#wb_Icon2
{
   width: 34px;
   height: 34px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#Icon2
{
   width: 34px;
   height: 34px;
}
#Icon2 i
{
   line-height: 34px;
   font-size: 34px;
   width: 34px;
}
#wb_Icon3
{
   width: 27px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 30px 0 ;
   padding: 4px 4px 4px 4px;
}
#Icon3
{
   width: 27px;
   height: 40px;
}
#Icon3 i
{
   line-height: 40px;
   font-size: 27px;
   width: 27px;
}
#wb_Text2
{
   visibility: visible;
   display: block;
}
#wb_Text2
{
   margin: 0;
   padding: 0;
}
#wb_Text10
{
   visibility: visible;
   display: block;
}
#wb_Text10
{
   font-size: 96px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 106px;
}
}
@media only screen and (max-width: 479px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#BuildWith1
{
   left: 610px;
   top: 1310px;
   width: 88px;
   height: 31px;
   visibility: visible;
   display: inline;
}
#wb_Intro
{
   visibility: visible;
   display: table;
}
#wb_Intro
{
   height: 100vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#Intro
{
   height: 100vh;
   padding: 100px 0 100px 0;
}
#Intro > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#Intro > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_intro6Icon
{
   width: 34px;
   height: 34px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#intro6Icon
{
   width: 34px;
   height: 34px;
}
#intro6Icon i
{
   line-height: 34px;
   font-size: 34px;
   width: 34px;
}
#wb_intro6Text
{
   visibility: visible;
   display: block;
}
#wb_intro6Text
{
   margin: 0 0 50px 0 ;
   padding: 0;
}
#wb_About
{
   visibility: visible;
   display: table;
}
#wb_About
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#About
{
   height: auto;
   padding: 20px 15px 0 15px;
}
#About .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#About > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#About > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_text1Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 15px 0 ;
   padding: 0;
   font-size: 21px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_text1Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#text1Heading1
{
   color: #2E74B5;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
   text-transform: none;
}
#wb_AboutLocation
{
   visibility: visible;
   display: inline-block;
}
#wb_Menu
{
   left: 10px;
   top: 10px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#Menu
{
   background-color: #6C717C;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 40px;
   height: 40px;
}
#Menu:hover
{
   background-color: #0B5ED7;
   background-image: none;
   border-color: #FFFFFF;
}
#Menu .line
{
   background: #FFFFFF;
}
#Menu .line
{
   top: 0px;
}
#Menu .line:first-child
{
   margin-top: 4px;
}
#Menu-overlay ul
{
   font-size: 21px;
   text-align: center;
}
#Layer1
{
   left: 0px;
   top: 10px;
   width: 60px;
   height: 70px;
   visibility: visible;
   display: block;
}
#wb_Skills_and_Focus
{
   visibility: visible;
   display: table;
}
#wb_Skills_and_Focus
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#Skills_and_Focus
{
   height: auto;
   padding: 0 15px 0 15px;
}
#Skills_and_Focus .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_text2Heading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 0 20px 0;
   font-size: 21px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_text2Heading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#text2Heading
{
   color: #2E74B5;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
   text-transform: none;
}
#wb_Skills
{
   visibility: visible;
   display: inline-block;
}
#wb_text3LayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_text3LayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#text3LayoutGrid
{
   height: auto;
   padding: 10px 15px 20px 15px;
}
#text3LayoutGrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_profilePhoto
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_text3Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 0 5px 0;
   font-size: 21px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_text3Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#text3Heading1
{
   color: #696969;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: left;
   text-transform: none;
}
#wb_text3Text
{
   visibility: visible;
   display: block;
}
#wb_text3Text
{
   font-size: 21px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 36px;
}
#wb_text22LayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_text22LayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#text22LayoutGrid
{
   height: auto;
   padding: 10px 15px 20px 15px;
}
#text22LayoutGrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#text22LayoutGrid > .row > .col-1, #text22LayoutGrid > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#text22LayoutGrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#text22LayoutGrid > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_text22Text1
{
   visibility: visible;
   display: block;
}
#wb_text22Text1
{
   font-size: 21px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 49px;
}
#wb_text22Text2
{
   visibility: visible;
   display: block;
}
#wb_text22Text2
{
   font-size: 21px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 49px;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 20px 15px 0 15px;
}
#LayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Heading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 15px 0 ;
   padding: 0;
   font-size: 21px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading2
{
   color: #2E74B5;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
   text-transform: none;
}
#wb_projects
{
   visibility: visible;
   display: inline-block;
}
#wb_text23LayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_text23LayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#text23LayoutGrid
{
   height: auto;
   padding: 10px 15px 20px 15px;
}
#text23LayoutGrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_text23Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_text23Heading1
{
   text-align: left;
}
#wb_text23Heading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_text23Heading2
{
   text-align: left;
}
#wb_text23Text1
{
   visibility: visible;
   display: block;
}
#wb_text23Text1
{
   font-size: 21px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 36px;
}
#wb_text23Text2
{
   visibility: visible;
   display: block;
}
#wb_text23Text2
{
   font-size: 21px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 36px;
}
#wb_LayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid4
{
   height: auto;
   padding: 10px 15px 20px 15px;
}
#LayoutGrid4 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Heading3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_Heading3
{
   text-align: left;
}
#wb_Heading4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_Heading4
{
   text-align: left;
}
#wb_Text1
{
   visibility: visible;
   display: block;
}
#wb_Text1
{
   font-size: 21px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 36px;
}
#wb_Text3
{
   visibility: visible;
   display: block;
}
#wb_Text3
{
   font-size: 21px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 36px;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: auto;
   padding: 10px 15px 20px 15px;
}
#LayoutGrid5 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Heading5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_Heading5
{
   text-align: left;
}
#wb_Heading6
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_Heading6
{
   text-align: left;
}
#wb_Text4
{
   visibility: visible;
   display: block;
}
#wb_Text4
{
   font-size: 21px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 36px;
}
#wb_Text5
{
   visibility: visible;
   display: block;
}
#wb_Text5
{
   font-size: 21px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 36px;
}
#wb_LayoutGrid6
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid6
{
   height: auto;
   padding: 10px 15px 20px 15px;
}
#LayoutGrid6 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Heading7
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_Heading7
{
   text-align: left;
}
#wb_Heading8
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_Heading8
{
   text-align: left;
}
#wb_Text6
{
   visibility: visible;
   display: block;
}
#wb_Text6
{
   font-size: 21px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 36px;
}
#wb_Text7
{
   visibility: visible;
   display: block;
}
#wb_Text7
{
   font-size: 21px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 36px;
}
#wb_LayoutGrid7
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid7
{
   height: auto;
   padding: 10px 15px 20px 15px;
}
#LayoutGrid7 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Heading9
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_Heading9
{
   text-align: left;
}
#wb_Heading10
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 15px 0 ;
   padding: 0;
}
#wb_Heading10
{
   text-align: left;
}
#wb_Text8
{
   visibility: visible;
   display: block;
}
#wb_Text8
{
   font-size: 21px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 36px;
}
#wb_Text9
{
   visibility: visible;
   display: block;
}
#wb_Text9
{
   font-size: 21px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 36px;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 75px 15px 75px 15px;
}
#LayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 0 20px 0;
   font-size: 21px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading1
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
   text-transform: none;
}
#wb_contactInfo
{
   visibility: visible;
   display: inline-block;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid3 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid3 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#LayoutGrid3 > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#wb_Icon2
{
   width: 34px;
   height: 34px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#Icon2
{
   width: 34px;
   height: 34px;
}
#Icon2 i
{
   line-height: 34px;
   font-size: 34px;
   width: 34px;
}
#wb_Icon3
{
   width: 27px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 30px 0 ;
   padding: 4px 4px 4px 4px;
}
#Icon3
{
   width: 27px;
   height: 40px;
}
#Icon3 i
{
   line-height: 40px;
   font-size: 27px;
   width: 27px;
}
#wb_Text2
{
   visibility: visible;
   display: block;
}
#wb_Text2
{
   margin: 0;
   padding: 0;
}
#wb_Text10
{
   visibility: visible;
   display: block;
}
#wb_Text10
{
   font-size: 64px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 71px;
}
}
