@font-face {
    font-family: 'teslaregular';
    src: url('./fonts/tesla/tesla-webfont.woff2') format('woff2'),
         url('./fonts/tesla/tesla-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
section{
    /*border: #bc9a2e 3px solid;*/
    width: 100%;
    height: 768px;
}

body{
    background-image: url(./IMG_4145\ copy.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    
}

body::before {
    content: "Site under maintenance";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    color: rgba(0, 0, 0, 0.1);
    font-size: 5vw;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    pointer-events: none;
    background-repeat: repeat;
    background-size: 300px 300px;
    white-space: nowrap;
    writing-mode: horizontal-tb;
}

.navbar{
    width: 100%;
    height: 60px;
    padding: 0%;
    margin: 0%;
    top: 0%;
    position: fixed;
    z-index: 999;
    background-color: rgb(24, 24, 24);
    align-content: center;
}
.navlog{
    height: 40px;
    filter: grayscale(0%);
    padding-left: 10px;
    text-align: center;
    padding: 5px;
}
li{
    float: right;
    align-self: center;
    align-content: center;
}
ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow:hidden;
    position: fixed;
    align-content: center;
    top: 10px;
    width: 100%;
    z-index: 1;
    display: block;
    flex-direction: column;
}
li a {
    font-family: teslaregular;
    display: block;
    color:#bc9a2e;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
li a:hover{
    font-family: teslaregular;
    background-color: #bc9a2e;
    color: black;
}
.active{
    background-color:#bc9a2e;
    color: black;
}
.mainarea{
    position: relative;
    top: 0;
    left: 0;
}
.mainlogo{
    position: relative;
    width:150px;
    z-index: 0;
    padding-left: 45%;
    padding-top: 5%;
}
.mypic{
    position: absolute;
    width: 500px;
    right: 0%;
    padding-right: 0%;
    z-index: -1;
}
.logotxt{
    width: 70%;
    padding-top: 5%;
    padding-left: 5%;
    float: none;
}
.belowlogo{
    color: #bc9a2e;
    padding-left: 21%;
    font-family: teslaregular;
}
.belowlogo:hover{
    color: #9d6f08;
}
.belowlogo a :hover{
    color: #9d6f08;
}
.section1{
    overflow: hidden;
}
.rectleft{
    float: left;

}
.rectright{
    float: left;
    padding-left: 50%;
    padding-top: 2%;
}
.rectleftcentxt{
    color: #bc9a2e;
    position: absolute;
    padding-top: 0%;
    padding-left: 5%;
    font-family:cassandra_personal_useregular;
    font-size: 77px;
}
.rectrighttxt{
    color: #bc9a2e;
    font-family:cassandra_personal_useregular;
    font-size: 20px;
}
.snicon{
    width: 50px;
    padding-left: 0%;
    float: none;
    align-content: center;
    padding-left: 10px;
}
.snicon:hover{
    filter: grayscale(100%);
}
.snic{
    align-content: center;
    align-items: center;
    padding: auto;
    text-align: center;
}
.footerarea{
    color: gold;
    width: 100%;
    height: 200px;
    background-color: rgb(24, 24, 24);
    align-content: center;
    padding-bottom: 0%;

}
.fttxt{
    text-align: center;
    padding-bottom: 0%;
    padding-top: 1%;
}
.abtme{
    color: #bc9a2e;
    font-family: 'Times New Roman', Times, serif;
    overflow-clip-margin: 5%;
}
h3{
    color: #bc9a2e;
    font-family: teslaregular;
    padding-left: 0%;
}
*{
    list-style: none;
}
.skills{
    float: left;
}
.bar{
    width: 500px;
    background: #000000;
    display: block;
    height: 5px;
    border: 1px solid #bc9a2e;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 10px #bc9a2e;
    float: none;
}
.bar span{
    height: 5px;
    float: left;
    background: #bc9a2e;
}
.ps{
    width: 90%;
    animation: ps 10s;
    animation-iteration-count: infinite;
}
.pr{
    width: 80%;
    animation: pr 10s;
    animation-iteration-count: infinite;
}
.ai{
    width: 65%;
    animation: ai 10s;
    animation-iteration-count: infinite;
}
.ae{
    width: 65%;
    animation: ae 10s;
    animation-iteration-count: infinite;
}
@keyframes ps{
    0%{
        width: 0%;
    }
    100%{
        width: 90%;
    }
}
@keyframes pr{
    0%{
        width: 0%;
    }
    100%{
        width: 80%;
    }
}
@keyframes ai{
    0%{
        width: 0%;
    }
    100%{
        width: 65%;
    }
}
@keyframes ae{
    0%{
        width: 0%;
    }
    100%{
        width: 65%;
    }
}
.leftbars{
    width: 50%;
}
#sect2{
    height: fit-content;
}
#sect4{
    display: flex;
    flex-direction: row;
    width: 100%;
}
#sect3{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: fit-content;
}
.rightblocksect3{
    /*border: #bc9a2e 3px solid;*/
    position: relative;
    right: 0px;
    width: 50%;
    padding-left: 10%;
    height: fit-content;
    float: right;
}
.dmywork{
    position: relative;
}
.mywork{
    position: absolute;
    padding-left: 5%;
}
.leftblock{
    /*border: #bc9a2e 3px solid;*/
    width: 50%;
}
.rightblock{
    /*border: #bc9a2e 3px solid;*/
    position: relative;
    right: 0px;
    width: 50%;
}
.typeslist{
    color: #bc9a2e;
}
.typecon{
    display: flex;
}
#sect5{
    padding-top: 30px;
}




/*Cards*/
.container{
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 10px;
    justify-content: space-evenly;
    align-content: center;
}

.main_types{
    text-align: center;
    width: 200px;
    height: 350px;
    padding: 20px;
    padding-top: 0%;
    float: none;
    align-items: start;
}
.cardimg:hover{
    filter: grayscale(100%);
    width: 210px;
    /*border: 5px solid gold;*/
    /*border-radius: 30px;*/
}
.cardimg{
    width: 200px;
    filter: grayscale(0%);
    /*border-radius: 30px;*/
}
h2{
    color: #bc9a2e;
}
.mtitles{
    color: #bc9a2e;
}
.mpara{
    color: #bc9a2e;
}
.mbutton{
    background-color: gold;
    border: 0px;
    color: black;
    font-weight: 900;
    border-radius: 10px;
    width: 120px;
}
.mbutton:hover{
    background-color: black;
    border: 3px solid gold;
    color: gold;
    font-weight: 900;
    border-radius: 10px;

}
/*Logos Page*/
#sect5{
    padding-top: 100px;
}

a.Selection{
    border: #9d6f08 3px solid;
}

.sectbreak{
    font-size: large;
    text-align: center;
}

.ytcontainer{
    position: absolute;
}
.ytrow{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: center;
    padding-left: 5%;
}
