@charset "UTF-8";

html,
html * {
    margin: 0;
    
}

body {
    max-width: 1200px;
    min-width: 980px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.logo {
    padding: 10px 5px 5px;
}

nav {
    float: right;
    padding-top: 45px;
    padding-right: 20px;
}

nav ul li {
    list-style-type: none;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
    display: inline-block;
}

nav ul li a {
    text-decoration: none;
    color: #333;
    transition: 0.3s;
}

nav ul li a:hover {
    color: #339999;
    transition: 0.3s;
}

.sidebar {
    visibility: hidden;
}

.openbtn {
    visibility: hidden;
}

.banner2 {
    height: 290px;
    background-color: #888888;
    background-image: url(images/audiofied-guitar.jpg);
    background-size: cover;
    margin: 0.5%;
   
}

h1 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 200;
    padding-top: 20px;
    padding-left: 20px;
}

.phonenumber {
    position: relative;
    top: 195px;
    left: 20px;
    float: left;
    color: #ffffff;
    font-size: 20px;
}

.phonenumber a {
    text-decoration: none;
    color: #ffffff;
    transition: 0.3s;
}

.coluns {
        width:49%;
        float: left;
        margin: 0.5%;
}

.textbox-1 {
    font-size: 16px;
    height: 260px;
    background-color: #72939d;
    padding: 40px;
    color: #FFF;
    text-align: left;
    line-height: 24px;
}

.textbox-2 {
    font-size: 16px;
    height: 260px;
    background-color: #000;
    background-image: url(images/engineer.jpg);
    background-size: cover;
    padding: 40px;
    text-align: left;
    line-height: 24px;
}

.textbox-3 {
    font-size: 16px;
    height: 260px;
    background-color: #333;
    padding: 40px;
    color: #E5E5E5;
    text-align: left;
    line-height: 24px;
}

.textbox-4 {
    font-size: 16px;
    height: 260px;
    background-color: #72939d;
    padding: 40px;
    color: #FFF;
    text-align: left;
    line-height: 24px;
}

.footer {
        width:99%;
        float: left;
        margin: 0.5%;
}

.textbox-5 {
    font-size: 12px;
    height: 65px;
    background-color: #999;
    padding: 10px;
    color: #FFF;
    text-align: center;
    line-height: 20px;
}

.socialmedia_icons-desktop {
    margin-top: 10px;
}

.socialmedia_icons-desktop a {
    display: inline;
}

.social_media-desktop {

    padding:0 30px 0 30px;
}

h2 {
    font-size: 18px;
    padding-bottom: 15px;
}
.press {
    position: relative;
    top: 60px;
}
.press a {
    color: #FFF;
    text-decoration: underline;
}
.press a:hover {
    color: #FFF;
    text-decoration: none;
}

.sidebar {
    position: absolute;
    top: 0;
    }



/*Tablet*/
@media (max-width: 1024px) {

body {
    min-width: 660px;
}

.logo {
    padding: 0 0 15px 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

nav {
    float: none;
    padding-top: 10px;
    padding-bottom: 6px;
    text-align: center;
}

nav ul li {
    font-size: 13px;
    padding-left: 15px;
    padding-bottom: 0;
    display: inline-block;
}

.sidebar {
    visibility: hidden;
}

.sidebar .closebtn {
    visibility: hidden;
}

.openbtn {
    visibility: hidden;
}

.banner2 {
    height: 250px;
}

h1 {
    font-size: 20px;
}

.phonenumber {
    position: relative;
    top: 170px;
    left: 20px;
    float: left;
    color: #ffffff;
    font-size: 16px;
}

.textbox-1 {
    height: 330px;
    font-size: 14px;
    padding: 25px;
    line-height: 22px;
}

.textbox-2 {
    height: 330px;
    font-size: 14px;
    padding: 25px;
    line-height: 22px;
}

.textbox-3 {
    height: 280px;
    font-size: 14px;
    padding: 25px;
    line-height: 22px;

}

.textbox-4 {
    height: 280px;
    font-size: 14px;
    padding: 25px;
    line-height: 22px;

}

.textbox-5 {
    font-size: 11px;

}

.textbox-5 a {
    color: #FFF;
    text-decoration: none;

}

.socialmedia_icons-desktop {
    pmargin-top: 10;
}


}



/*Mobile 1*/
@media (max-width: 420px) {

body {
    min-width: 380px;
}

.logo {
    width:258px;
    height: 74px;
    margin-top: 20px;
    margin-left: 15px;
    margin-bottom: -10px;
    padding: 0;
    float: left;
}

nav {
    visibility: hidden;
}

/* The sidebar menu */
.sidebar {
    visibility: visible;
    height: 0%; /* 100% Full-height */
    width: 100%; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    text-align: center;
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #1b272d; /* Black*/
    opacity: 0.9;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 0px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}

/* The sidebar links */
.sidebar a {
    padding: 5px 0px 5px 0px;
    text-decoration: none;
    font-size: 20px;
    color: #f6f6f6;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
    color: #6ab7c2;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
    visibility: visible;
    position: absolute;
    top: 5px;
    left: 15px;
    font-size: 36px; 
    float: left;
}

/* The button used to open the sidebar */
.openbtn {
    visibility: visible;
    font-size: 25px;
    cursor: pointer;
    color: #444;
    padding: 10px 15px;
    border: 0;
    float: left;
}

.menu_mobile {
    margin-bottom: 30px;

}
.openbtn:hover {
    color: #777;
}

.social_media {

    padding:0 30px 0 30px;
}

.socialmedia_icons a {
    display: inline;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s; /* If you want a transition effect */
    padding: 20px;
}

.banner2 {
    height: 250px;
    margin: 0;
}

h1 {
    font-size: 20px;
}

.phonenumber {
    position: relative;
    top: 170px;
    left: 20px;
    float: left;
    color: #ffffff;
    font-size: 14px;
}

.coluns {
        width:100%;
        float: none;
        margin: 0;
}

.textbox-1 {
    height: 270px;
    font-size: 14px;
    padding: 20px;
    line-height: 22px;
    background-color: #72939d;

}

.textbox-2 {
    height: 240px;
    font-size: 14px;
    padding: 20px;
    line-height: 22px;

}

.press {
    position: relative;
    top: 45px;
}

.textbox-3 {
    height: 260px;
    font-size: 14px;
    padding: 20px;
    line-height: 22px;
    background-color: #333;

}

.textbox-4 {
    height: 310px;
    font-size: 14px;
    padding: 10px;
    line-height: 22px;
    background-color: #72939d;

}

.footer {
        width:100%;
        margin: 0;
}

.textbox-5 {
    font-size: 10px;

}

.textbox-5 a {
    color: #FFF;
    text-decoration: none;

}


}

/*Mobile 2*/
@media (max-width: 375px) {

body {
    min-width: 320px;
}

.logo {
    margin-top: 20px;
    margin-left: 0px;
    margin-bottom: -35px;
    padding: 0;
    float: left;
}


}

/*Mobile 3*/
@media (max-width: 320px) {

body {
    min-width: 290px;
}

.logo {
    width:240px;
    height: 68px;
    margin-top: 20px;
    margin-left: 0px;
    margin-bottom: -35px;
    padding: 0;
    float: left;
    
}
.textbox-1 {
    height: 330px;
    font-size: 14px;
    padding: 20px;

}

.textbox-2 {
    height: 240px;
    font-size: 14px;
    padding: 20px;

}

.textbox-3 {
    height: 270px;
    font-size: 14px;
    padding: 20px;

}

.textbox-4 {
    height: 280px;
    font-size: 14px;
    padding: 10px;

}
.textbox-5 {
    font-size: 8px;
}
  


}