* {
    margin: 0;
    padding: 0;
}

body { font-family: 'Cabin', sans-serif; }

@font-face {
    font-family: 'Ancient Medium';
    font-style: normal;
    font-weight: normal;
    src: local('AncientMedium'), url('AncientMedium.woff') format('woff');
}

a {
    
    color: #ff0060;
    text-decoration: none;
}

a:hover {
    
    text-decoration: underline;
    text-decoration-color: #ff7c00;
}

#header {
    min-height: 100%;
    width: 100%;
 display: flex;
justify-content: center;
align-items: center;

}


.logofade { width:100%; display:block; position:fixed; z-index: 1;}

.logofade .h1 {
    font-family: 'Ancient Medium', sans-serif;
    font-size: 40px;
    writing-mode: vertical-rl; 
    color: #000;
    left: 5px;
    position: absolute;
    padding-top: 10px;

}

.logofade .h2 {
    font-family: 'Ancient Medium', sans-serif;
    font-size: 40px;
    writing-mode: vertical-rl; 
    color: #000;
    left: 5px;
    position:absolute;
    bottom: 0;    
    top: 615px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.logofade .h3 {
    font-family: 'Ancient Medium', sans-serif;
    font-size: 40px;
    writing-mode: vertical-rl; 
    color: #000;
    right: 5px;
    position: absolute;
    padding-top: 10px;
    top: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.logofade .h4 {
    font-family: 'Ancient Medium', sans-serif;
    font-size: 40px;
    writing-mode: vertical-rl; 
    color: #000;
    right: 5px;
    position:absolute;
    bottom: 0;    
    top: 615px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}



#start {
    width: 93%;
    min-height: 50%;
    margin: 0 auto;
    
}

.wbox {
    width: 93%;
    font-family: 'Montserrat', sans-serif;
    display: block;
    float: left;
}

#start p {
font-family: 'Montserrat', sans-serif;
font-size: 55pt;
text-transform: uppercase;
    
}


#start h1 {
    text-align: center;
    float: left;
    font-size: 55pt;
}

#start b {
    font-family: 'Ancient Medium', sans-serif;
    color: #000;
    text-decoration: none!important;
    text-transform: lowercase!important;
    

}

   #start b:hover {
    font-family: 'Ancient Medium', sans-serif;
    background-image: linear-gradient(to right, #ff9503, #ff3e2b, #fd025a, #c403b5, #9d03e3, #7400fc, #5103fb);
    color: transparent;
            -webkit-background-clip: text;
            -webkit-transition: color 0.2s; /* For Safari 3.0 to 6.0 */
    transition: color 0.2s; /* For modern browsers */
}

#start u {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    text-decoration: underline;


}


#about {
    width: 100%;
    min-height: 996px;
    background: url("img/background.jpg");
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: auto;
}

#about a {
    
color: #ff7c00;
font-size: 10pt;
}

#about a:hover {
    
text-decoration: underline;
color: #aa2893;
}


#about p {
    
       -webkit-transform: translateZ(0);
    transform: translateZ(0);
    color: #000000;
    font-size: 18pt;
    font-family: 'Cabin', sans-serif;
    margin: 0 auto;
    padding-top: 370px;
    width: 70%;
    
}

#about b {
    font-style:  normal;
    font-family: 'Ancient Medium', sans-serif;
    color: #fff;

}

#about i {
    font-style: italic;
    color: #fff;
    font-family: 'Ancient Medium', sans-serif;

}

#about u {
    color: #fff;
    padding-bottom:2px;
    text-decoration:none;
    border-bottom:3px solid #fff;
        font-family: 'Ancient Medium', sans-serif;

}


#work {
    width: 70%;
    min-height: 998px;
    margin: 0 auto;
    padding-top: 200px;
    background-color: #fff;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: auto;
}

#work a {
    font-size: 18pt;
            font-family: 'Ancient Medium', sans-serif;

    color: #ff0060;
    text-decoration: none;
}

#work a:hover {
    
    background-image: linear-gradient(to right, #ff9503, #ff3e2b, #fd025a, #c403b5, #9d03e3, #7400fc, #5103fb);
    color: transparent;
            -webkit-background-clip: text;
            -webkit-transition: color 0.2s; /* For Safari 3.0 to 6.0 */
    transition: color 0.2s; /* For modern browsers */
}

.boxx {
    
    width: 100%;
}


.work-box {
    
    float: left;
    width: 50%;
    margin-right: 10px;
    padding-bottom: 30px;
    margin-left: 50px;
}

.work-box-text {
    
    float: left;
    width: 40%;
}

.work-box p {
    margin: 0 auto;

    
}

.work-box img {
    width: 60%;
    height: auto;
    
}

        
.title {
	top: 0;
	margin: 0;
    margin-left: 150px;
    margin-top: -300px;
    z-index: 101;
}


.footer {
    max-width: 100%;
    font-size: 30pt;
    font-size: 15pt;
    font-family: 'Montserrat', sans-serif;
    text-decoration: underline;
    text-align: center;
} 

@media screen and (max-width:600px) {
  .column {
    width: 100%;
  }
}