
*{font-family: Arial, sans-serif;
    color: #ff9900}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #484848;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #484848;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #484848;
}
*{
box-sizing: border-box;
}

#pagetitlebox{
    display: flex;
    margin:10px auto;
    width: 90%;
    border: 1px solid #ffA500;
    border-radius: 10px;
    flex-wrap: wrap;
    flex-direction: row;
    }

#kevbrand{
    height: 100px;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    }

#socials{
    display: flex;
    margin: 35px 0px 0px 10px;
/*    padding: 5px;*/
    display:flex;
    flex-wrap: wrap;
}
#menu{
    background: linear-gradient(#ffA500, #FD6A02);
    margin:10px auto;
    padding-top: 0px;
    padding-bottom: 5px;
    width: 90%;
    border:1px solid #ffA500;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    
    }

#menu a:last-child{
    border-right:none;
}
#menu a{ 
    padding: 10px;
    text-decoration: none;
    border-right: 1px solid #fffc00;
    text-transform: uppercase;
    font-size: 15px;
    color: white;
    font-weight: bold;
    line-height: 20px;
    -webkit-transition:font-size 0.25s ease;
    -moz-transition: font-size 0.25s ease;
    -o-transition:font-size 0.25s ease;
    -ms-transition:font-size 0.25s ease;
    transition: font-size 0.25s ease;
    }
#menu a:hover, #menu a.active{
    font-size: 20px;
    font-weight: bold;
    color: #fffc00;
}
/*small screens: vertical menu*/
@media screen and (max-width:700px){
    #menu{
        flex-direction: column;
        align-content: center;
    }
    #menu a{
        border-right: none;
    }
}

/*style the container*/


body{
    margin:0px auto;
    padding: 10px;
    background-image: url(images/BackgroundAcousticTiles2.jpg);
/*    background-repeat: no-repeat;*/
    background-size: 100%;
}




h1 a{
    font-size: 50px;
    font-weight: bold;
    text-decoration: none;
}


img{
    max-width: 100%;
    height:auto;
    width: auto\9;  
}


    
           
#introduction{
    margin: 10px auto;
    padding: 15px;
    width: 90%;
    background-color: black;
    text-align: center;
    border: 1px solid #ffA500;
    border-radius: 10px;
}
#aboutmeimages{
    margin: 10px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
}
#aboutkevtext{
    font-size: 15px;
    background-color: black;
    display: flex;
    text-align: center;
    border: 1px solid #ffA500;
    border-radius: 10px;
    padding: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
}
#contactformbox{
    margin:20px auto;
    align-content: center;
    padding: 20px;
    width: 90%;
    border:1px solid #ffA500;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
}

label {
    display: block;
    font-family: 'arial';
    padding-bottom: 4px;
    font-size: 1.25em;
}
input, select, textarea{
    border-radius: 5px;
    border: 1px solid #ffA500;
    background: #ffe4b2;
    box-sizing: border-box;
    font-size: 1.25em;
    width: 90%;
    padding: 5px;
}
textarea {
    height: 100px;
    color: #484848;
}
button{
    height: 30px;
    width: 150px;
    color: linear-gradient(#ffA500, #FD6A02);
    font-size: 1.25em;
    border:1px #FD6A02;
    border-radius: 5px;
    cursor: pointer;
}
button:hover{
    height: 35px;
    width: 155px;
}

#about{
/*    float: center;*/
    font-size: 15px;
    background-color: black;
    border: 1px #ff9900;
}
