/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*code*/
*{
text-decoration: none;
}
main{
padding-top: 100px;
}
header{
position: fixed;
top: 0;
right: 0;
left: 0;
background-color: #fff;
width: 100%;
height: 100px;
}
header .header-brand{
font-family: arial;
font-size: 24px;
font-weight: 900;
color: #111;
text-transform: capitalize;
display: block;
margin: 0 auto;
text-align: center;
padding: 20px 0;
}
header nav ul{
display: block;
margin: 0 auto;
width: fit-content;
}
header nav ul li{
display: inline-block;
float: left;
list-style: none;
padding: 0 16px;
}
header nav ul li a{
font-family: arial;
font-size: 16px;
color: #111;
text-transform: capitalize;
}
header .header-link{
display: none;
}
@media only screen and (min-width: 1000px){
header .header-brand{
margin: 31px 0;
text-align: left;
line-height: 38px;
padding: 0 20px 0 40px;
border-right: 3px solid #111;
float: left;
}
header nav ul{
margin: 20px 0 0 20px;
float: left;
}
header nav ul li a{
line-height: 60px;
}
header .header-link{
display: block;
font-family: arial;
font-size: 16px;
color: #111;
text-transform: capitalize;
line-height: 38px;
border: 1px solid #111;
float: right;
margin-right: 40px;
margin-top: 30px;
padding: 0 20px;
}
}
/*index*/
.index-banner{
width: 100%;
height: calc(100vh - 100px);
background-image: url(img/banner.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
display: table;
}
.vertical-center{
display: table-cell;
vertical-align: middle;
}
.index-banner h2{
font-family: arial;
font-size: 60px;
font-weight: 900;
line-height: 70px;
color: #fff;
text-align: center;
text-shadow: 2px 2px 8px #111;
}
.index-banner h1{
font-family: arial;
font-size: 28px;
font-weight: 100;
font-style: italic;
line-height: 40px;
color: #fff;
text-align: center;
text-shadow: 2px 2px 8px #111;
}
.index-links div{
margin: 16px 16px 0;
width: calc(100% - 32px);
height: 100px;
background-color: #f2f2f2;
}
.index-links div h3{
font-family: arial;
font-size: 28px;
font-weight: 600;
line-height: 100px;
color: #111;
text-align: center;
text-transform: uppercase;
}
@media only screen and (min-width: 1000px){
.wrapper{
width: calc(100% - 32px);
margin: 0 auto;
}
.index-banner{
height: 450px;
}
.index-banner h1{
display: block;
margin: 0 auto;
}
.index-links{
overflow: hidden;
}
.index-links div{
margin: 20px 10px 0;
height: 230px;
background-color: #f2f2f2;
float: left;
}
.index-boxlink-square{
width: calc(25% - 20px) !important;
}
.index-boxlink-rectangle{
width: calc(50% - 20px) !important;
}
.index-links div h3{
line-height: 30px;
}
}
/*builds*/
.builds-links{
overflow: hidden;
margin-bottom: 20px;
}
.builds-links h2{
font-family: arial;
font-size: 28px;
font-weight: 600;
margin-left: 10px;
color: #111;
text-transform: capitalize;
}
.builds-links .builds-link{
float: left;
width: calc(25% - 20px);
height: 230px;
margin: 20px 10px 0;
background-color: #e3e3e3;
}
.builds-links .builds-link p{
padding-top: 103px;
font-family: arial;
font-size: 24px;
font-weight: 600;
color: #111;
text-align: center;
text-transform: capitalize;
}
.builds-links .builds-specifications{
float: left;
width: calc(25% - 20px);
height: 230px;
margin: 20px 10px 0;
background-color: #e3e3e3;
}
.builds-links .builds-specifications ul li a{
font-family: arial;
font-size: 16px;
font-weight: ;
color: #111;
text-align: center;
text-transform: capitalize;
}
@media only screen and (max-width: 1000px){
.builds-links .builds-link{
float: left;
width: calc(100% - 32px);
height: 100px;
margin: 16px 16px 0;
background-color: #e3e3e3;
}
.builds-links .builds-link p{
padding-top: 38px;
font-family: arial;
font-size: 24px;
font-weight: 600;
color: #111;
text-align: center;
text-transform: capitalize;
}
.builds-links h2 {
padding-left: 5px;
}
}
/*build*/
.build1 h2{
font-family: arial;
font-size: 28px;
font-weight: 600;
color: #111;
text-align: center;
text-transform: capitalize;
}
.build1 video{
display: block;
margin: 0 auto;
padding: 30px 0;
}
.build1 article h3{
font-family: arial;
font-size: 28px;
font-weight: 600;
color: #111;
text-transform: capitalize;
padding-bottom: 20px;
}
.build1 article div p{
font-family: arial;
font-size: 16px;
font-weight: 600;
line-height: 24px;
color: #111;
text-transform: capitalize;
column-count: 3;
column-gap: 30px;
}
/*footer*/
footer{
width: calc(100% - 80px);
padding: 40px 40px;
margin-top: 20px;
background-color: #111;
overflow: hidden;
}
footer ul{
width: fit-content;
float: left;
padding-left: 20px;
}
footer ul li{
display: block;
font-family: arial;
font-size: 16px;
line-height: 30px;
color: #fff;
list-style: none;
}
footer ul li a{
font-family: arial;
font-size: 16px;
color: #fff;
line-height: 30px;
}
.footer-links-second{
display: none;
}
.footer-socialmedia{
width: 60px;
float: right;
}
.footer-socialmedia img{
width: 100%;
margin-bottom: 10px;
}
@media only screen and (min-width: 1000px){
.footer-links-second{
display: block;
}
footer ul{
padding-left: 30px;
}
footer ul li p{
font-family: arial;
font-size: 16px;
color: #fff;
line-height: 30px;
text-transform: uppercase;
}
}