/* Body */

body{

    background-color: #303030;
    width:100% ;
    height:100% ;
    font-family: 'Roboto Mono', monospace;
    font-size:16px ;
    margin: 10px;
    
}

/* Header & Footer */

footer{
    
    text-align: center;
    width: 100%;
    clear: both;
    font-size: 14px;
    font-family: 'Roboto Mono', monospace;
    color: #f57b00;
    margin-bottom: 50px;
    margin-top: 100px;
    
    
}

/* Navigation Bar & Navigation List */

.mainNav{
    
    text-align: center;
    font-family:'Roboto Mono', monospace;
    font-size:20px ;
    padding: 20px ;   
    margin-bottom: 100px;
}

nav ul li{
    
    display: inline;
    list-style-type: none;
    padding-left: 20px ;
    padding-right:20px ;
    
}

.smallNav {
    
    overflow: hidden;
    position: relative;
    text-align: center;
    display: none;
    
}
.smallNav #links{
    display: none;
}

.icon{
    
    background: #f57b00;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.active{
    color: #f57b00;
}

/* Links/Anchors */

a ,a :hover {
    color:#f57b00;
    text-decoration: none;
    
}

/* Headings */

#biotitle {
    text-align: left;
    font-family: 'Roboto Mono', monospace ;
    font-size: 19px;
    color: white;
    padding: 10px;
    margin-top: 70px;
    margin-left: 10px;
    
}

#bio {
    text-align: left;
    font-family: 'Roboto Mono', monospace;
    font-size: 16px;
    color: #E8E8E8;
    margin-bottom: 20px;
    margin-top: 50px;
    margin-left: 10px;
    
}

#contacttitle {
    text-align: left;
    font-family: 'Roboto Mono', monospace ;
    font-size: 15px;
    color: white;
    padding: 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 70px;
}

#about {
    
    text-align: center;
    font-family:'Roboto Mono', monospace ;
    font-size: 24px;
    color: white;
    padding: 10px;
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 60px;
    
}

#error1 {
    text-align: left;
    font-family: 'Roboto Mono', monospace ;
    font-size: 54px;
    color: red;
    padding: 4px;
    margin-left: 10px;
    margin-top: 60px;
}

#error2 {
    text-align: center;
    font-family: 'Roboto Mono', monospace ;
    font-size: 24px;
    color: white;
    padding: 2px;
    margin-top: 10px;
    margin-bottom: 200px;

}

#home {
    text-align: center;
    font-family: 'Roboto Mono', monospace ;
    font-size: 18px;
    color: #f57b00;
    margin-bottom: 30px;
}

#artintro {
    
    text-align: center;
    font-family: 'Roboto Mono', monospace ;
    font-size: 24px;
    color: white;
    padding: 4px;
    margin-top: 50px;
    margin-bottom: 50px;
}
/* Paragraphs */

#aboutPara {
    text-align: center;
    font-family:'Roboto Mono', monospace  ;
    font-size:15px ;
    color:#E8E8E8;
    padding:7px ;
    margin-left:50px;
    margin-right: 50px;
    margin-bottom:30px;;  
    margin-top: 20px;
    
}

#imagePara {
    text-align: center;
    font-family: 'Roboto Mono', monospace  ;
    font-size: 14px;
    color: #E8E8E8;
    margin: 10px;
    
}

/* Images */

.hkimage {
    width: 70%;
    padding: 5px;
    float: none;
    position: relative;
    
}

.hkimage2 {
    width: 40%;
    padding: 5px;
    float: none;
    position:relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.aboutme {
    float: none;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    position: relative;
    border-radius: 8px;
    width: 70%;
    height: 35%;
    display: block;
}
    
/* Contact Form */

#form {
    
    text-align: center;
    font-size: 16px;
    color: #f57b00;
    padding: 10px;
    margin-bottom: 80px;
    margin-top: 10px;
        
}

input,select{
    background-color: #E8E8E8;
    margin: 8px;
    width: 20%;
    height: 20px;
}

textarea{
    margin: 10px;
    width: 50%;
    height: 80px;
    background-color: #E8E8E8;
}
    
input[type=submit], submit{
    background-color: #f57b00;
    margin: 8px;
    width: 8%;
    height: 20px;
    border: none;
    text-align: center;
    font-family: 'Roboto Mono', monospace;
    color: black;
    
}



.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}
/* Columns */

.column {
  flex: 30%;
  padding: 0 10px;
  margin: 8px;
}

.column img {
  margin-top: 12px;
    vertical-align: middle;
}


@media screen and (min-width: 480px) {
    
        
    #biotitle {
        text-align: center;
        font-size: 16px;
    }
    
    #contacttitle {
        text-align: center;
        font-size: 18px;
    }
    
    .mainNav {
        display: none;
        text-align: center;
    }
    
    .smallNav{
        display: block;
        text-align: center;
    }
    
    #about {
        text-align: center;
        font-size: 18px;
    }
    
    #artintro {
        text-align: center;
        font-size: 16px;
    }
    
    #aboutPara {
        text-align: center;
        font-size: 16px;
    }
    
    .hkimage {
        width: 40%;
    }
    
    .hkimage1 {
        width: 20%;
    }
    
    .aboutme {
        width: 50%;
    }
    }



@media screen and (min-width:768px){
    
    #biotitle {
        text-align: center;
        font-size: 20px;    
    }
    
     #contacttitle {
        text-align: center;
        font-size: 22px;
    }
       
    .mainNav {
        display: block;
        text-align: center;
    }
    
    .smallNav{
        display: none;
        text-align: center;
    }
    
    #about {
        text-align: center;
        font-size: 20px;
    }
    
    #artintro {
        text-align: center;
        font-size: 20px;
    }
    
    #aboutPara {
        text-align: center;
        font-size: 18px;
    }
    
    .hkimage {
        width: 70%;
    }
    
    .hkimage1 {
        width: 40%;
    }
    
    .aboutme {
        width: 60%;
    }
   }

@media screen and (min-width:1025px) {
    #biotitle {
        text-align: left;
        font-size: 19px
    }
       .smallNav{
        display: none;
        text-align: center;
    }
        .mainNav {
    display: block;
    text-align: center;
}
}