.ProjectMast1{
    margin: 0 auto;
}
* {
    color: white;
    font-family: 'Titillium Web', sans-serif;
}
html {
    scroll-behavior: smooth;
  }
body {
    background-color: #171717;
}
::placeholder {
    color: white;
    opacity: 1; /* Firefox */
  }
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: white;
  }
  
::-ms-input-placeholder { /* Microsoft Edge */
   color: white;
  }
/* Transition Screen */
#loader-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FFFFFF;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}
 
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9C2523;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #332F30;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
#loader-wrap .loaderSection {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
}
 
.sectionL {
    left: 0;
}
 
.sectionR {
    right: 0;
}
/* When page is loaded */
.loaded #loader-wrap .loaderSection .sectionL {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera, Safari */
    -ms-transform: translateX(-100%);  /* IE */
    transform: translateX(-100%);  /* Firefox */
}
 
.loaded #loader-wrap .loaderSection .sectionR {
    -webkit-transform: translateX(100%);  /* Chrome, Opera, Safari */
    -ms-transform: translateX(100%);  /* IE */
    transform: translateX(100%);  /* Firefox 16 */
}
.loaded #loader {
    opacity: 0;
}
.loaded #loader-wrap {
    visibility: hidden;
}
.loaded #loader {
    opacity: 0;
    -webkit-transition: all 3s ease-out;
    transition: all 3s ease-out;
}
.sectionL,.sectionR{
    -webkit-transition: all 0.3s 2s ease-out;
    transition: all 0.3s 2s ease-out;
}
.loaded #loader-wrap {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);

    -webkit-transition: all 0.3s 3s ease-out;
            transition: all 0.3s 3s ease-out;
}     


/* Main CSS */
.encompasswrap {
    display: grid;
    grid-template-columns: 200px auto;
}
.navmenu {
    margin: 0 auto;
    padding-top: 40px;
}
.NavLink {
    display: none;
    text-decoration: none;
    padding-top: 60px;
    width: 200px !important;
    height: 60px;
    text-align: center;
    font-size: 20px;
    transition: 0.5s;
}
.NavLink:hover{
    background-color: #771c1a;
}
#navtribar{
    transition: 1s;
}
#icon {
    text-align: center;
    margin: 0 auto;
    font-size: 50px;
    padding-left: 75px;
}
.left{
    transition: 1s;
}
.active {
    background-color: #681817;
}
.toggled{
    padding-left: 83px !important;
}
.mast{
    height: 500px;
}
.About {
    padding-top: 100px;
}
.aboutmast {
    text-align: right;
    padding-right: 50px;
    font-size: 60px;
}
.aboutdesc {
    padding-right: 50px;
    text-align: right;
    font-size: 25px;
    width: 500px;
    padding-left: 750px;
}
.download {
    text-align: right;
    font-size: 25px;
    width: 500px;
    margin-left: 50px;
    text-decoration: none;
    background-color: #9C2523;
    padding: 10px;
    border-radius: 10px;
    transition: 0.1s;
}
.download:hover {
    background-color: #681817;
}
.Flagship {
    padding-top: 150px;
    padding-left: 50px;
    font-size: 70px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.Flagdesc {
    padding-left: 50px;
    font-size: 30px;
    max-width: 400px;
}
 /* .leftriangle {
    border-left: 500px;
	border-right: 500px solid transparent;
	border-bottom: 1000px solid #555;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 1745px;
    height: 905px; 
}  */
.About2 {
    padding-top: 200px;
}
.About2 h1 {
    text-align: center;
    font-size: 50px;
}
.About2 h2 {
    text-align: center;
}
.About2 p {
    text-align: center;
}
.skillset {
    margin-left: 250px;
    display: grid;
    grid-template-columns: 400px 400px;
    border-radius: 10px;
    background-color: white;
    width: 800px;
}
.column h2, .column p {
    color: #171717;
}
.column {
    border: 1px solid #171717;
    padding: 10px;
}
.workbrac {
    height: 310px;
    display: flex;
    margin: 0 auto;
    justify-content: space-evenly;
    justify-items: center;
    align-content: space-evenly;
    align-items: center;
    padding-bottom: 50px;
}
.work img {
    width: 400px;
    height: 250px;
}
.works {
    padding-top: 50px;
    text-align: center;
    margin: 0 auto;
}
.logohome {
    background:linear-gradient(to bottom right, #9C2523 0%, #9C2523 50%, #171717 50%, #171717 100%);
    display: flex;
    justify-content: center;
    height: 600px;
    padding: 70px 0;
}
.contact {
    padding-top: 75px;
    text-align: center;
    background: linear-gradient(to bottom right, #171717 0%, #171717 50%, #9C2523 50%, #9C2523 100%);
}
.contact h1 {
    font-size: 50px;
    margin-bottom: 0;
}
.contact p{
    font-size: 20px;
}
.contactbrac {
    display: flex;
    justify-content: end;
    padding-right: 100px;
}
.concol {
    display: grid;
    grid-template-rows: 100px 150px;
    padding-top: 50px;
    padding-left: 30px;
    font-size: 30px;
}
.concol a {
    text-decoration: none;
}
.conicon {
    font-size: 80px;
    height: 120px;
}
.emailhold {
    text-align: left;
    width: 400px;
}
.alt {
    text-align: right;
    padding-right: 70px;
    font-size: 30px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }

.skillimg {
    max-width: 100px;
    height: 70px;
    padding-right: 50px;
}
.HomeLogo {
    height: 400px;
    width: 400px;
    display: block;
    margin-top: 95px;
}

#leftimg {
    padding-left: 85px;
}
#leftimg2 {
    padding-left: 85px;
}
.workemcomp {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
}

.bracket {
    background: linear-gradient(to bottom right, #171717 0%, #171717 50%, #9C2523 50%, #9C2523 100%);
}

.Timebank img {

    height: 350px;
    width: 550px;
    margin-bottom: 100px;
}
.Duel img {

    height: 350px;
    width: 550px;
    margin-bottom: 100px;
}
.Q10 img {

    height: 350px;
    width: 500px;
    margin-bottom: 100px;
}
.Unity img {

    height: 350px;
    width: 550px;
    margin-bottom: 100px;
}

.Arial {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
}
.blocks{
    width: 400px;
}
.color {
    border-radius: 3px;
    max-width: 100px;
    padding: 4px;
    margin-bottom: 50px;
}
.colours {
    display: flex;
    justify-content: center;
}
.colourdiv{
    margin: 0 auto;
}
.c1 p{
    background-color: #F74F5C !important;
    border-radius: 3px;
    max-width: 100px;
    padding: 4px;
}
.c2 p{
    background-color: #FFFFFF;
    color: black !important;
    border-radius: 3px;
    max-width: 100px;
    padding: 4px;
}
.mastimage {
    height: 600px;
    width: 1000px;
}
.ProjectMast h1 {
    padding-left: 400px;
    font-size: 50px;
}
.ProjectMast1 p {
    max-width: 500px;
}
.ProjectMast2 h1 {
    padding-left: 400px;
    font-size: 50px;
}
.Projectmast1 h1{
    text-align: center;
    font-size: 50px;
}
.ProjectMast p {
    max-width: 700px;
}
.boards img{
    max-width: 300px;
    max-height: 500px;
    margin-bottom: 100px;
}
.boards {
    display: flex;
    justify-content: center;
}
.boards2 iframe{
    display: flex;
    justify-content: center;
    align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}
a h2 {
    text-align: center;
    text-decoration: none;
}
.Bernina {
    font-family: jaf-bernina-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.c3 p{
    background-color: #7C98D9 !important;
    border-radius: 3px;
    max-width: 100px;
    padding: 4px;
}
.c4 p{
    background-color: #56B381 !important;
    border-radius: 3px;
    max-width: 100px;
    padding: 4px;
}
.c5 p{
    background-color: #F7941D !important;
    border-radius: 3px;
    max-width: 100px;
    padding: 4px;
}
.c6 p{
    background-color: #22211F !important;
    border-radius: 3px;
    max-width: 100px;
    padding: 4px;
}
.c7 p{
    background-color: #EBBA09 !important;
    border-radius: 3px;
    max-width: 100px;
    padding: 4px;
}
.work2 {
    width: 800px;
    height: 800px;
}
.type {
    text-align: center;
    margin-bottom: 100px;
}
.type h2 {
    padding-top: 100px;
}
.ExpIMG {
    width: 300px;
    height: 600px;
}
.Explanation {
    display: grid;
    grid-template-columns: 320px 210px;
}
.Explanation2 {
    display: grid;
    grid-template-columns: 210px 320px;
    padding-left: 600px;
    margin-bottom: 50px;
}
.zeit {
    width: 600px;
}
.Logo {
    text-align: center;
}
.Logo h2 {
    padding-bottom: 100px;
    padding-right: 50px;
}
.LOGO {
    padding-right: 50px;
}
.logosize {
    width: 300px;
    height: 300px;
    padding-left: 340px;
}
.imagecenter{
    display: flex;
    align-items: center;
    justify-content: center;
}
.textcenter{
    text-align: center;
    margin: 0 auto;
}
.textcenter p{
    margin: 0 auto;
    margin-bottom: 40px;
    width: 100%
}
.triple{
    height: 350px;
    width: 500px;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Tripleimage{
    height: 200px;
    width: 480px;
}
.triplebanner{
    height: 400px !important;
}
@media screen and (max-width: 800px) {
    html {
        max-width: 800px;
    }
    .encompasswrap{
        display: grid;
        grid-template-columns: 110px 690px;
    }
    .left {
        width: 110px;
    }
    #icon {
        padding-left: 35px;
    }
    .navmenu {
        width: 110px;
    }
    .NavLink {
        padding-top: 60px;
        font-size: 15px;
        width: 110px !important;
        padding-left: 0;
        padding-right: 0;
        height: 70px;
    }
    .Flagship, .aboutmast {
        font-size: 30px;
    }
    .Flagdesc, .aboutdesc {
        font-size: 15px;
    }
    .aboutmast {
        padding-left: 0;
    }
    .aboutdesc {
        padding-left: 250px;
        padding-bottom: 50px;
        width: 400px;
    }
    .About2 {
        font-size: 30px;
        padding-top: 100px;
    }
    .About2 h1 {
        text-align: center;
    }
    .skillset {
        margin-left: 70px;
        display: grid;
        grid-template-columns: 300px 300px;
        border-radius: 10px;
        background-color: white;
        width: 600px;
    }
    .skillset h2 {
        font-size: 30px;
    }
    .skillset p {
        font-size: 15px;
    }
    #leftimg {
        padding-left: 50px;
    }
    .skillimg{
        padding-right: 30px;
    }
    #leftimg2 {
        padding-left: 20px;
    }
    .concol{
        padding-left: 0px;
    }
    .contactbrac {
        padding-left: 300px;
    }
    .workbrac {
        display: block;
        align-items: center;
        height: 550px;
    }
    .contact h1 {
        font-size: 30px;
    }
    .contact p {
        font-size: 15px;
    }
    .emailhold {
        padding-left: 25px;
    }
    .alt {
        padding-top: 50px;
        padding-left: 50px;
    }
    .work{
        margin-bottom: 50px;
        background-color: none !important;
    }
    .Unity img, .Q10 img, .Timebank img, .Duel img {
        height: 200px;
        width: 300px;
        margin-bottom: 50px;
    }
    .triple {
        height: 150px;
        width: 300px;
        margin-bottom: 0px;
    }
    .Tripleimage{
        height: 100px;
        width: 250px;
    }
    .workhead {
        width: 600px;
        font-size: 20px;
    }
    .grocep{
        width: 550px;
    }
    .mastimage {
        width: 500px;
        height: 300px;
    }
    .ProjectMast h1, .ProjectMast1 h1, .ProjectMast2 h1 {
        font-size: 30px;
        text-align: center;
    }
    .Explanation2{
        padding-top: 100px;
        padding-left: 0;
    }
    .work2 {
        width: 400px;
        height: 400px;
    }
    #icon {
        font-size: 30px;
    }
    .logosize {
        width: 200px;
        height: 200px;
        padding-left: 160px;
    }
    .Logohead {
        padding-left: 0 !important;
        font-size: 30px !important;
        text-align: center !important;
        padding-right: 100px !important;
    }
    .HomeLogo {
        height: 400px;
        width: 400px;
    }
}
@media screen and (max-width: 500px){
    html {
        max-width: 500px;
    }

    .aboutdesc{
        padding-left: 150px;
    }
    .aboutmast{
        padding-left: 50px;
        padding-right: 150px;
    }
    .skillset{
        display: grid;
        grid-template-columns: none;
        grid-template-rows: auto auto;
        border-radius: 10px;
        background-color: white;
        width: 600px;
        margin-right: 100px;
        margin-left: 0;
    }
    #leftimg, #leftimg2 {
        padding-left: 200px;
    }
    .workbrac {
        padding-left: 95px;
    }
    .body {
        max-width: 500px !important;
        overflow: hidden;
    }
    .workhead {
        padding-top: 50px;
        width: 300px;
    }
    .Logo h2 {
        padding-right: 0px;
    }
    .LOGO {
        padding-right: 0px;
    }
    .encompasswrap{
        display: grid;
        grid-template-columns: 110px auto;
    }
    .workemcomp {
        display: block
    }
    .workright {
        max-width: 400px;
    }
    .mastimage {
        width: 300px;
        height: 150px;
    }
    .triplebanner{
        width: 200px !important;
        height: 100px !important;
    }
    .grocep {
        width: 375px;
    }
    .iframe {
        width: 300px;
        height: 100px;
    }
    .Arial {
        padding-left: 0 !important;
        padding-right: 50px;
    }
    .ExpIMG {
        width: 100px;
        height: 300px;
    }
    .Explanation {
        display: grid;
    grid-template-columns: 120px 210px;
    }
    .zeit {
        width: 350px;
    }
    .Bernina {
        padding-left: 0 !important;
    }
    .type p {
        padding-left: 0;
        padding-right: 50px;
    }
    .About2 h1 {
        padding-right: 75px;
    }
    .skillset p {
        font-size: 20px;
    }
    .logosize{
        padding-left: 40px;
    }
    .workright {
        padding-left: 0;
    }
    .alt {
        font-size: 30px;
        width: 200px;
        padding-right: 0;
        padding-left: 375px;
    }
    .boards2 iframe{
        display: flex;
        justify-content: center;
        margin: 0 auto;
        margin-bottom: 30px;
        width: 250px;
        height: 200px;
    }
    .screeen img {
        width: 300px;
        height: 150px;
    }
}
.screeen{
    margin-bottom: 30px;
}