

/* Start styles for final Half Thrashed Parts webpage */
@font-face {
    font-family: 'introrustg-base2line';
    src: url('../introrustg-base2line-webfont.woff2') format('woff2'),
         url('../introrustg-base2line-webfont.woff') format('woff'),
         url('../introrustg-base2line.otf') format('opentype'),
         url('../introrustg-base2line.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


* {
    padding:0;
    margin:0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


body {
    color:#303030;
    background-image: url(../images/tape-background.png);

}

#wrapper {
    width: 940px;
    background: #8bc3dd;
    margin: 20px auto;
    overflow: hidden;
    clear: both;
    border-radius: 20px;
}

main {
    width: 580px;
    float: left;
    /* margin-left: 12px; */
}

header{
    width: 940px;
    clear: both;
    height: 260px;
    line-height: 260px;
}

.logo {
    width: auto;
    float: left;
}


aside {
    width: 340px;
    float: right;
    margin-right: 12px;
}

/* footer styles */

footer {
    border-top: #578fa8 solid 20px;
    clear: both;
    height: 100px;
    line-height: 100px;
    display: flex;
    justify-content: start;
    background: #8c97a1;
}

footer ul{
    display: flex;
}

footer li:first-of-type {
list-style-type: none;
}

footer li {
    margin: 10px 12px 6px 10px;
    color: #8bc3dd;
    list-style-type: none;
}

footer a {
    text-decoration: underline;
    color: #9cc5d8;
}

footer a:hover {
    font-weight: 600;
}


/* footer li {
    padding-top: 20px;
    text-align: center;
} */

/* end footer styles */

/* Column and row styles */

.row {
    clear: both;
}

.col4 {
    width: 220px;
    margin-right: 12px;
    margin-bottom: 10px;
    float:left;
}

.row h3 {
    margin: 0;
}


.col4 h3 {
    text-align: center;
    background: #578fa8;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 9px 9px 0 0;
}

.col4:first-of-type {
    margin-left: 12px;
}

.third {
    width: 300px;
    height: 300px;
    float: left;
    margin-right: 20px;
}

.third:last-of-type{
    margin-right: 0;
}


/* image styles */

img {
    max-width: 100%;
}

.showcase li {
    list-style: none;
    margin-bottom: 12px;
}

main img {
    size: 540px auto;
    margin-left: 12px;
    margin-bottom: 12px;
}

main ul img {
    margin-bottom: 10px;

}

/*  form styles */
form {
    margin: 12px;
    background: #bbcad1;
    border-radius: 4px;
    border: 3px solid #578fa8;
}

fieldset {
    border: none;
}
label, input, textarea {
    display: block;
    margin: 0 10px;
}

label {
    margin-top: 10px;
    margin-bottom: 10px;
}

textarea {
    margin-bottom: 10px;
    width: 520px;
    height: 80px;
}

input:last-of-type {
    margin-bottom: 10px
}

/* typography */

#page-title {
    float: right;
    font-size: 3.5em;
    font-family: 'introrustg-base2line','sans-serif';
}

h2{
    font-size: 2em;
    margin-bottom:12px;
}

.install-link {
    margin-left: 12px;
}

#wrapper h2, h1 {
    /* background-image: url('../images/tape-long.png'); */
}

#banner {
    /* background-image: url('../images/tape-med.png'); */

}

ul h3 {
    margin: 0 0 10px 12px;
}


aside h3 {
    /* background-image: url('../images/tape-short.png'); */
    /* background-color: #a39c89; */

}

aside {
    background: lightgray;
    margin-bottom: 10px;
}

aside h3 {

    float: left;
    margin: 10px 10px 10px 20px;
    font-size: 1.687em;
}

/* #adapters aside {
    margin: 30px;
} */

aside p {
    margin: 10px;
    clear: both;
}

main p, h2, h3 {
    margin: 10px;
}



/* header */

header {
    background: #8c97a1;
    overflow: hidden;
    padding: 20px;
    z-index: 1;
}


header a {
    display: block;

}

/* nav */


nav li {
    list-style: none;
    background: #8c97a1;
    height: 50px;
    line-height: 50px;
    float: left;
    width: 16.66%;
    text-align: center;
    font-size: 1.2em;
    position: relative;
}


nav a {
    display: block;
    text-decoration: none;
    color: rgb(255, 255, 255);
    border-radius: 10px 10px 0 0;
    background: #578fa8;
}

nav a:hover {
    background: #9cc5d8;
    color: rgb(0, 0, 0);
    font-weight: 700;
    border-radius: 16px 16px 0 0;
}

.home nav li:nth-child(1) a,
.adapters nav li:nth-child(2) a,
.used nav li:nth-child(3) a,
.resources nav li:nth-child(4) a,
.about nav li:nth-child(5) a,
.contact nav li:nth-child(6) a {
    background: #8bc3dd;
    color: rgb(0, 0, 0);
    font-weight: 700;
}

/* banner styles */

#banner {
    margin: 10px auto;
    text-align: center;
    height: 60px;
    line-height: 60px;
    /* background: white; */
    overflow: hidden;
}


.banner-title {
    float: left;
    margin-left: 30px;
}



.banner-sub {
    float: right;
    margin-right: 30px;
    font-size: 1.6em;
}

#aside-banner {
    margin: 10px auto;
    text-align: center;
    height: 60px;
    line-height: 60px;
    /* background: white; */
    overflow: hidden;
}

#full-banner {
    margin: 10px auto;
    text-align: center;
    height: 60px;
    line-height: 60px;
    clear: both;
}

/* end banner styles */



/* decription styles */
.info-box-large .description-large {
    float: left;
}

.specification-large {
    float: right;
    margin-right: 12px;
}

.install-link {
    clear: both;
    color:#303030;
    font-size: 1.7em;
    font-weight: 700;
}

.install-link:hover {
    color:#578fa8;
    font-weight: 900;
    display: inline-block;
}

/* end decription styles */

/* used and adapter styles */

.used aside h3, .adapters aside h3 {
    font-size: 1.9em;
}

.used .specification-large {
    float: left;
    margin-left: 12px;
    margin-bottom: 12px;
}

.info-box-large {
    text-align: left;

}


.used aside, .adapters aside {
        margin-top: 20px;
}
    