* {
    margin:0;
    padding:0;
    font-size:1em;
    border:0;
    outline:none;
    list-style:none;
    text-decoration:none;
}
@font-face {
    font-family: 'Concourse';
    font-style: normal;
    font-weight: 400;
    font-variant: unicase;
    src: url('fonts/ConcourseC2.ttf') format('truetype');
}
@font-face {
    font-family: 'Concourse';
    font-style: normal;
    font-weight: 700;
    font-variant: unicase;
    src: url('fonts/ConcourseC4.ttf') format('truetype');
}

@font-face {
    font-family: 'Concourse T2';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/ConcourseT2.ttf') format('truetype');
}

/*
::selection {
  	background:#df151a;
    color:#fff;
}
::-moz-selection {
  	background:#df151a;
    color:#fff;
}
*/
html {
    width:100%;
}
body {
    width:100%;
    text-align:left;
    color:#1c1e26;
    background-color:#fff;
}
#gradient {
    position:fixed;
    top:0;
    left:0;
    z-index:100;
    background:#00AAFF;
    width:100%;
    height:10px;
}
.heavy {
    font-family:"Concourse";
    font-variant:unicase;
    font-weight:700;
}


/* CROSS BLOCK */

#cross {
    position:fixed;
    top:8%;
    right:5%;
    display:none;
    cursor:pointer;
    z-index:100;
}

/* NAV BLOCK */

#navigation {
    position:fixed;
    top:10%;
    left:5%;
    display:none;
    cursor:pointer;
}

#navigation .disabled {
    opacity:.3;
    cursor:default;
}

/* INTRO BLOCK */

#intro-line {
    font-family:"Concourse";
    font-weight:400;
    font-variant:unicase;
    position:absolute;
    text-align:center;
    width:calc(100% - 100px);
    padding:0px 50px;
    top:45%;
    margin-top:-40px;
}
#intro-line .heavy {
    color:#1c1e26;
    border-bottom:4px solid transparent;
    transition: border-bottom 1s ease;
    cursor:pointer;
}
#intro-line .heavy:hover {
    border-bottom:4px solid #1c1e26;
}

/* ABOUT BLOCK */

#about-block {
    max-width:1000px;
    padding:0% 10%;
    display:none;
}
.about-header {
    font-family:"Concourse";
    font-variant:unicase;
    font-weight:400;
    margin-bottom:5%;
}
#about-content {
    font-family:"Concourse T2";
    font-weight:400;
    font-size:25px;
    line-height:40px;
    margin-bottom:5%;
}
#about-content p {
    margin-bottom:20px;
}
#about-content a {
    color:#1c1e26;
    border-bottom:2px solid #1c1e26;
    transition: opacity .5s ease;
}
#about-content a:hover {
    opacity:.5;
}
#contact-block {
    margin-bottom:10%;
}
#contact-block #input-block, #contact-block textarea {
    float:left;
}
#contact-block #input-block input {
    width:450px;
    height:20px;
    margin-bottom:20px;
    padding:20px;
    background:none;
    color:#1c1e26;
    font-family:"Concourse T2";
    /*font-variant:normal;*/
    font-weight:400;
    font-size:20px;
    border-bottom:2px solid #1c1e26;
}
#contact-block textarea {
    margin-left:20px;
    width:450px;
    height:186px;
    padding:18px;
    color:#1c1e26;
    border:2px solid #1c1e26;
    font-family:"Concourse T2";
    font-variant:unicase;
    font-weight:400;
    font-size:20px;
    resize:vertical;
}
#contact-block input[type="submit"] {
    width:1000px;
    margin-top:10px;
    padding:20px;
    background:none;
    color:#1c1e26;
    font-family:"Concourse";
    font-variant:unicase;
    font-weight:400;
    font-size:30px;
    border:2px solid #1c1e26;
    cursor:pointer;
    transition: all .25s ease;
}
#contact-block input[type="submit"]:hover {
    color:#fff;
    background:#1c1e26;
}
.clear {
    clear:both;
}
#alert {
    max-width:950px;
    margin-top:10px;
    padding:20px;
    color:#1c1e26;
    font-family:"Concourse";
    font-variant:unicase;
    font-weight:400;
    font-size:25px;
    text-align:left;
    margin-bottom:30px;
}

@media (min-width:1000px){
    .about-header,  #intro-line, .projects-item-title {
        font-size:61px;
    }
    
    .ind-design-title {
         font-size:50px;
    }
    
    #intro-line{
        margin-top:-40px;
    }
    
        
    #about-block{
        margin:10% auto;
    }
    
    #projects-block{
        margin:10% 0%;
    }
    
    #cross img {
        height:60px;
        width:60px;
    }
    
    #navigation img {
        width:32px;
        height:60px;
    }

    #navigation img:first-of-type {
        margin-right:50px;
    }
    
}
@media (min-width:670px) and (max-width:999px){
   .about-header,  #intro-line {
        font-size:55px;
    }
    
    .projects-item-title, .ind-design-title {
        font-size:45px;
    } 
    
    #intro-line{
        margin-top:-45px;
    }
    
    #about-block{
        margin:15% auto;
    }
    
        
    #projects-block{
        margin:15% 0%;
    }
    
    #cross img {
    height:60px;
    width:60px;
    }
    
    #navigation img {
    width:32px;
    height:60px;
}
    #navigation img:first-of-type {
        margin-right:50px;
    }
}
@media (max-width:669px){
    .about-header,  #intro-line, .projects-item-title {
        font-size:50px;
    }
    
    .projects-item-title, .ind-design-title {
        font-size:35px;
    }
    
    #intro-line{
        margin-top:-60px;
    }
    
    #about-block{
        margin:20% auto;
    }
    
    #projects-block{
        margin:20% 0%;
    }
    
    #cross img {
        height:40px;
        width:40px;
    }

    #navigation img {
        width:32px;
        height:40px;
    }
    #navigation img:first-of-type {
        margin-right:30px;
    }
}
@media (max-width:1115px){
    #contact-block #input-block {
        width:100%;
    }
    #contact-block #input-block input {
        width:calc(100% - 40px);
    }
    #contact-block textarea {
        width:calc(100% - 40px);
        margin-left:0px;
        margin-bottom:20px;
    }
    #contact-block input[type="submit"] {
        width:100%;
    }
}
.error-alert {
    border-left:10px solid #FF00AA;
}
.success-alert {
    border-left:10px solid #AAFF00;
}
#close-alert {
    float:right;
    cursor:pointer;
    height:30px;
    width:30px;
}

/* PORTFOLIO BLOCK */

#portfolio-block {
    font-size:61px;
    font-family:"Concourse";
    font-variant: unicase;
    font-weight:400;
    position:absolute;
    /*width:816px;
    height:300px;*/
    width:100%;
    height:50%;
    top:50%;
    margin-top:-150px;
    left:50%;
    margin-left:-408px;
    display:none;
}
#portfolio-title {
    text-align:center;
    margin-bottom:100px;
}
#portfolio-links {
    text-align:center;
}
#portfolio-links a {
    color:#1c1e26;
    font-size:50px;
    margin:0px 10px 20px;
    width:225px;
    display:inline-block;
    padding:15px 30px 20px;
    border:2px solid #1c1e26;
    transition: all .25s ease;
    cursor:pointer;
}
@media (max-width:815px){
    #portfolio-block{
        /*width:300px;*/
        width:100%;
        margin-left: calc(100% - 40px);
        /*margin-left:-150px;*/
    }
}

#portfolio-links a:hover {
    color:#fff;
    background:#1c1e26;
}

/* CODE PORTFOLIO BLOCK */


#projects-block {
    display:none;
}
.projects-item a {
    display:block;
    padding:5% 20% 10%;
    color:#1c1e26;
    margin-bottom:30px;
    transition: all .25s ease;
    border-bottom:5px solid transparent;
}
.projects-item a:hover {
    border-bottom:5px solid #1c1e26;
}
.projects-item-title {
    font-family:"Concourse";
    font-variant: unicase;
    font-weight:700;
    /*font-size:61px;*/
}
.projects-item-description {
    font-family:"Concourse T2";
    font-weight:400;
    font-size:20px;
}

/* DESIGN PORTFOLIO BLOCK */

#design-block {
    margin:150px auto;
    display:none;
}
@media (min-width:1000px){
    #design-block {
        /*width:990px;*/
        width:100%;
    }

}
@media (min-width:670px) and (max-width:999px){
    #design-block {
        /*width:660px;*/
        width:100%;
    }
}
@media (max-width:669px){
    #design-block {
        /*width:330px;*/
        width:100%;
    }
}
.design-item {
    cursor:pointer;
    height:80%;
    width:80%;
    margin:20%;
    float:left;
}
.design-item img {
    /*height:278px;
    width:278px;*/
    height:10%;
    width:10%;
    margin-top:1px;
    margin-left:1px;
    border-radius:50%;
}
.design-item-description {
    /*width:280px;*/
    width:100%;
    padding:127px 0px;
    background:#fff;
    opacity:0;
    position:absolute;
    color:#1c1e26;
    font-family:"Concourse";
    font-variant: unicase;
    font-weight:400;
    font-size:22px;
    text-align:center;
    transition:opacity .25s ease;
    border-radius:50%;
}
.design-item:hover .design-item-description {
    opacity:.9;
}

/* INDIVIDUAL DESIGN PORTFOLIO BLOCK */

.ind-design-block {
    margin:175px 0px 50px;
    display:none;
}
.float-right .ind-design-img, .float-right .ind-design-content, .float-right .ind-design-img-small, .float-right .ind-design-img-large, .float-right .ind-design-content-geroids{
    float:right;
}
.float-left .ind-design-img, .float-left .ind-design-content, .float-left .ind-design-content-geroids, .float-left .ind-design-img-small, .float-left .ind-design-img-large {
    float:left;
}
.ind-design-img-small {
    max-height:10%;
    width: 10%;
    max-width:70px;
    object-fit: cover;
    margin-top:2%;
}
.ind-design-img {
    max-height:10%;
    max-width: 15%;
    object-fit: cover;
    margin-right:2%;
    margin-top:2%;
}
.ind-design-img-large {
    max-height:10%;
    max-width: 15%;
    object-fit: cover;
    margin-top:2%;
}
.ind-design-img-center {
    max-width:80%;
    max-height:80%;
    margin:0% 0% 10% 10%;
}
.ind-design-content {
    width:60%;
    margin:2% 10%;
}

.ind-design-content-geroids {
    width:60%;
    margin:2% 2%;
}

.float-center .ind-design-img, .float-center .ind-design-content, .float-center .ind-design-content-geroids, .float-center .ind-design-img-small, .float-center .ind-design-img-large {
    margin:10% auto;
    display:block;
}
.ind-design-title {
    font-family:"Concourse";
    font-variant: unicase;
    font-weight:700;
    line-height:40px;
    margin-bottom:20px;
}
.ind-design-caption {
    font-family:"Concourse";
    font-variant: unicase;
    font-weight:400;
    font-size:25px;
    margin-bottom:50px;
}
.ind-design-description {
    font-family:"Concourse T2";
    font-weight:400;
    line-height:40px;
    font-size:20px;
}
.ind-design-description p {
    margin-bottom:20px;
}
.ind-design-description p a {
    color:#1c1e26;
    border-bottom:2px solid #1c1e26;
    transition: opacity .5s ease;
}
.ind-design-description p a:hover {
    opacity:.5;
}
.view-external {
    color:#1c1e26;
    font-family:"Concourse";
    font-variant: unicase;
    font-weight:400;
    font-size:20px;
    display:inline-block;
    margin-top:10%;
    margin-left:calc(50% - 70px);
    padding:10px 20px;
    border:2px solid #1c1e26;
    transition: all .25s ease;
}
.view-external:hover {
    color:#fff;
    /*background:#1c1e26;*/
    background:#DCDCDC;
}

.geroids{
    background: black;
}

.twitter{
     max-height:25px;
     max-width: 25px;
     object-fit: cover;
 }


.view-external-twitter {
    color:white;
    font-family:"Concourse";
    font-variant: unicase;
    font-weight:400;
    font-size:20px;
    display:inline-block;
    margin-top:40px;
    margin-left:calc(50% - 100px);
    padding:10px 20px;
    border:2px solid white;
    transition: all .25s ease;
}

.view-external-twitter:hover {
    color:black;
    /*background:#1c1e26;*/
    background:#DCDCDC;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


li:hover {
    cursor: pointer;
}

.input_field::placeholder {
  color: var(--c, lightgrey);
}

#captcha{
    font-family:"Concourse T2";
    font-weight:400;
    font-size : 20px;
    resize: vertical;
    color: red;
}


