@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700');
@import url("https://fonts.googleapis.com/css?family=Metal+Mania");

:root {
    --background: rgba(222, 235, 243, 0.95);
    --color1: rgba(17, 34, 69, 1);
    --white: rgb(255, 255, 255, 1);
  }

* {
    box-sizing: border-box;
    font-family: Raleway;
    color: var(--white);
}

html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;

    
}
/* 
.nav ul {
    margin: 0px;
    border: 7px solid green;
}

.nav li {
    display:flex;
    margin: 0%;
} */

body{
    
    text-align: center;
    font-size: 1.3em;
    

}

#logo{
margin-left: auto;
margin-right: auto;
width: 100%;
min-width: 100px;
max-width: 700px;


}

.logosmall{
    max-height: 50px;
}


.center{
    margin-left: auto;
    margin-right: auto;
}

.container{
    width: 100%;
    min-width: 100px;
    /* border: 10px solid red; */
       

}


.mainsection-header a:link { color: #161e88; }
.mainsection-header a:visited { color: #d9dbff; }
.mainsection-header a:hover { color: #2578e4; }
.mainsection-header a:active { color: #252da8; }



.mainsection-header {
    color: var(--white);
   
    
}

.mainsection-text{
    color: var(--white);
    background-color: hsla(194, 76%, 77%, 0.335);
    display: block;
    max-width: 75%;
    border: 0px dashed black;
    
    padding: 30px 20px 30px 30px;
    -webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.46); 
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.46);
    -webkit-border-radius: 20px;
    border-radius: 20px;
        
}

.email-links a{
    text-decoration: none;
}

.email-links ul{
    display: flex;
    text-decoration: none;
}

/* .email-links li {
    
   
} */


.email-links li a:hover{
    background-color: darkgrey;
    color: antiquewhite;
}






/* .main-nav {
    text-align: center;
    font-size: 1.1em;
    font-weight: lighter;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.main-nav li {
    padding: 0 10%; 
}

.nav a {
    display: inline-block;
    padding: 0;
    color: white;
    text-decoration: none;
    border: 10px black solid;
    
}



.nav a:hover {
    background-color: rgba(255, 255, 255, .3);
    
} */

/* .main-header {
    background-color: rgba(0, 0, 0, .6);
    background-image: url("../images/headerbackground.jpg");
    background-blend-mode: multiply;
    background-size: cover;
    padding-bottom: 30px;
} */


.name {
    text-align: center;
    margin: 0;
    margin-top: 20px;
    font-size: 1em;
    font-family: "Booter - Zero Zero";
    font-weight: normal;
    color: white;
}

.name-large {
    font-size: 2em;
}

.content-section {
    margin: 1em;
}

article, section{
    margin: 0;
    padding: 0;
}


.productsshowcase{
    margin-top: 115px;

}

.productsimage1{
        width: 95vw;
}



@media screen and (min-width: 900px) {

    
    .productsimage1{
        width: 916px; 
    }
    
}