/*Global Styles*/
p{
    margin-top: 0;
    margin-bottom: 0;
}
@font-face {
    font-family: archive;
    src: url(archive.otf);
}
h3{
    margin-top: 0;
    margin-bottom: 0;
}
form{
    display: inline-block;
    margin-left: 330px;
}
/*Containers*/
.main-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 1200px;
    column-gap: 30px;
    row-gap: 30px;
    margin: auto;
    position: relative;
    color: white;
}

/*Header Styles*/
.header-image{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    
}

/*Footer Styles*/
.footer{
   height: 250px;
   width: 1500px;
   position: relative;
   background-color: rgb(177, 177, 177);
}
.phone,
.email{
    font-family: archive;
}

.footer-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
}
.phone,
.email{
    display: inline-block;
}
.copyright{
    color: rgb(244, 244, 244);
    text-align: center;
    font-family: archive;
    padding-top: 3px;
    
}

.subfooter{
    width: 100%;
    height: 30px;
    margin: auto;
    position: absolute;
    bottom: 0;
    background-color: rgb(47, 47, 47);
}
.logo{
    vertical-align: top;
}
.foot-logo{
    margin-top: 55px;
    margin-left: 55px;
}
.address{
    display: inline-block;
    margin-top: 75px;
    margin-left: 105px;
}
.socialmedia{
    margin-top: 65px;
    margin-left: 265px;
}

/*Services Styles*/
.salutation,
.about{
    margin-top: 60px;
    text-align: center;
    color: black;
    font-size: 70px;
    font-family: archive;
    font-weight: bold;
    margin-bottom: 30px;
    
}
.server,
.network,
.repair,
.desktop,
.webdevl,
.managed-IT{
    width: 400px;
    object-fit: cover;
    background-color: #a4011e;
   
  


}
.server-heading,
.network-heading,
.repair-heading{
    position: absolute; 
    top: 5px;
    font-family: 'roboto',sans-serif;
    
    
}

.desktop-heading,
.webdevl-heading,
.managedit-heading{
    grid-row: 2;
    position: absolute;
    top: 5px;
    font-family: 'roboto',sans-serif;
    text-align: center;
}

.server-image,
.network-image,
.desktop-image,
.web-image,
.repair-image,
.managed-image{
    width: 100%;
    height: 100%;
    opacity: .33;
    object-fit: cover;
    color: white;
}
.server-desc,
.network-desc,
.repair-desc{
    position: absolute;
    right: auto;
    margin: 0;
    top: 50px;
    font-family: 'roboto',sans-serif;
    
}
.desktop-desc,
.webdevl-desc,
.managedit-desc{
    grid-row: 2;
    position: absolute;
    margin: 0;
    top: 50px;
    font-family: 'roboto',sans-serif;
    ;
}
ul{

}

/*History Styles*/
.me{
    width: 100%;
}

.history{
    text-align: left;    
    color: black;
    font-size: 20px;
    font-family: 'roboto',sans-serif;
    display: inline-block;

}
.button{
    border: none;
    border-radius: 2px;
    color: #a4011e;
    background-color: rgb(244, 244, 244);
    padding: 20px 40px;
    cursor: pointer;
    font-size: medium;


}
button:hover{
    color: #a4011e;
    background-color: rgb(177, 177, 177);
    transition: .1s;

}

.pic{
    display: inline-block;
    width: 400px;
}
.history-div{
    width: 400px;
    vertical-align: top;

}

.history-section{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 800px;
    margin: auto;
    column-gap: 20px;
    margin-bottom: 20px;
}


/*Contact Styles*/
.contact-section{
    width: 1200px;
    background-color: #a4011e;
    margin: auto;
    border-radius: 5px;
    padding: 50px 70px;
    

}
.contact-text{
    margin-bottom: 10px;
}
.solicitation{
    color:rgb(244, 244, 244);
    text-align: center;
    font-family: archive;

}
.label{
    color:rgb(244, 244, 244);
    font-family: 'roboto',sans-serif;
}
.contact-form{
    display: inline-block;
}
.Description{
    width: 500px;
    height: 100px;
    resize: none;
}

.FirstName,
.LastName,
.CompanyName,
.email{
    line-height: 5px;
    font-size: 20px;
    border-radius: 4px;
    text-align: center;
    margin: auto;

}


