/*
Theme Name: tetra_theme
Theme URI: https://www.tetrasystemsolutions.com
Description: Tetra system solutions website theme.
Version 1.0
Author: Trevor Blanchard
Author URI: https://www.tetrasystemsolutions.com
*/



@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=SourceCodePro:300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap');
*
{
    margin: 0 auto;
    padding: 0 auto;
    box-sizing: border-box;
    font-family: 'Roboto';
}
body
{
    max-width: 60%;
    min-height: 100vh;
    max-height: 1500px;
    background: linear-gradient(#2e2d2d, rgb(44, 44, 44));
}
header
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header ul
{
    display: flex;
    justify-content: center;
    align-items: center;
}
header ul li
{
    list-style: none;
    margin-left: 20px;
}
header ul li a
{
    text-decoration: none;
    padding: 6px 15px;
    color: white;
    padding: 6px 15px;
    box-sizing: border-box;
    font-family: 'Montserrat';
    text-decoration: none;
    transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
}
html {
    scroll-behavior: smooth;
}
header ul li a:hover
{
    color: #2BABE2;
    
}
header ul li a:active
{
    color: #2799ca;
}


/*header ul li a.about:active {
    margin-top: 100%;
    padding-bottom: 25%;   
}*/ 

h1.about {
    color: white;
    padding: 200px 100px;
}

h1.contact {
    color: white;
    padding: 120px 100px;   
}

h1.services {
    color: white;
    padding: 380px 100px;   
}

h1.contact_info {
    color: white;
    padding: 300px 100px;   
}



div.mainheading {
    color: white;
    font-family: 'Roboto';
    font-size: 50%;
    position: relative;
}

div.secondmainheading {
    color: white;
    font-family: 'Roboto';
    font-size: 130%;
    margin-left: 26%;
    margin-bottom: 10%;
}

div.title1 
{
    position: relative;
    text-align: center;
    margin-bottom: 300%;
}

.button {
    width: 130px;
    height: 40px;
    border: 0;
    outline: none;
    background: var(--gradient);
    color: white;
    font-size: 22px;
    font-family: 'Roboto';
    border-radius: 10px;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 5px 50px  rgba(0, 160, 253, 0.945);
    justify-content: center;
    align-items: center;
    transition: 400ms; 
    --gradient: linear-gradient(to right, #2BABE2, navy, #A020F0, purple);
    background-size: 300%;
    background-position: right; 
    list-style: none;  
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    display: inline-block;
}

.button_home_services {
    width: 130px;
    height: 40px;
    border: 0;
    outline: none;
    background: var(--gradient);
    color: white;
    font-size: 22px;
    font-family: 'Roboto';
    border-radius: 10px;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 5px 50px  rgba(0, 160, 253, 0.945);
    justify-content: center;
    align-items: center;
    transition: 400ms; 
    --gradient: linear-gradient(to right, #2BABE2, navy, #A020F0, purple);
    background-size: 300%;
    background-position: right; 
    list-style: none;  
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    display: inline-block;
}

.linkbutton {
    width: 130px;
    height: 40px;
    border: 0;
    outline: none;
    background: var(--gradient);
    color: white;
    font-size: 22px;
    font-family: 'Roboto';
    border-radius: 10px;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 5px 50px  rgba(0, 160, 253, 0.945);
    justify-content: center;
    align-items: center;
    transition: 400ms; 
    --gradient: linear-gradient(to right, #2BABE2, navy, #A020F0, purple);
    background-size: 300%;
    background-position: right; 
    list-style: none;  
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

div.servicescontainer
{
    position: absolute;
    margin-top: 15%;
}

li
{
    list-style: none;
}

div.aboutContainer
{
    text-align: center;
}

a.button
{
    width: 130px;
    height: 45px;
    border: 0;
    outline: none;
    background: var(--gradient);
    color: white;
    font-size: 22px;
    font-family: 'Roboto';
    border-radius: 10px;
    text-decoration: none;
    box-sizing: border-box;
    display: flex;
    list-style: none; 
    text-align: center;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 50px  rgba(0, 160, 253, 0.945);
    transition: 400ms; 
    --gradient: linear-gradient(to right, #2BABE2, navy, #A020F0, purple);
    background-size: 300%;
    background-position: right;  
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

button:hover
{
    background-position: left;
    box-shadow: 0 5px 50px  rgba(173, 0, 253, 0.945);
}

.linkbutton:hover
{
    background-position: left;
    box-shadow: 0 5px 50px  rgba(173, 0, 253, 0.945);
}

div.heading 
{
    background: linear-gradient(#2BABE2, #A020F0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Roboto';
    font-size: 290%;
    text-align: center;
    margin-top: 5%;
}

div.head1 
{
    position: relative;
    background: linear-gradient(#2BABE2, #A020F0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Roboto';
    font-size: 290%;
    text-align: center;
    margin-top: 30%;
    justify-content: center;
}

div.head2 
{
    position: relative;
    background: linear-gradient(#2BABE2, #A020F0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Roboto';
    font-size: 290%;
    text-align: center;
    margin-top: -262%;
    justify-content: center;
}

div.head3 
{
    position: relative;
    background: linear-gradient(#2BABE2, #A020F0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Roboto';
    font-size: 290%;
    text-align: center;
    margin-top: -258%;
    justify-content: center;
}

div.head4 
{
    position: relative;
    background: linear-gradient(#2BABE2, #A020F0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Roboto';
    font-size: 290%;
    text-align: center;
    margin-top: -240%;
    justify-content: center;
}

.catagories
{
    margin: 70px 0;
}

.column-3
{
    flex-basis: 30%;
    min-width: 250px;
    margin-bottom: 30px;
}

.column-3
{
    width: 100%;
}

.smallcontainer
{
    max-width: 1080px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.column-4
{
    flex-basis: 25%;
    padding: 10px;
    min-width: 200px;
    margin-bottom: 50px;
}

.column-4 img
{
    width: 100%;
}

div.header 
{
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Roboto';
    font-size: 120%;
    text-align: center;

}

.icon
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 300px;
}

.secondaryblur01
{
    position: absolute;
    left: 150%;
    bottom: 105%;
    transform: translate(-150%, -105%);
    width: 50%;
}

.blur01
{
    position: absolute;
    right: 80%;
    top: 40%;
    width: 50%;
}

.blur02
{
    position: absolute;
    left: 80%;
    top: 10%;
    width: 20%;
}

.blur03
{
    position: absolute;
    right: 80%;
    top: 170%;
    width: 40%;
}

.blur04
{
    position: absolute;
    left: 80%;
    top: 130%;
    width: 20%;
}

.blur05
{
    position: absolute;
    right: 80%;
    top: 40%;
    width: 40%;
}

.blur06
{
    position: absolute;
    left: 80%;
    top: 10%;
    width: 20%;
}

.blur07
{
    position: absolute;
    right: 80%;
    top: 40%;
    width: 40%;
}

.blur08
{
    position: absolute;
    left: 80%;
    top: 10%;
    width: 20%;
}

.SlantedLineLeft
{
    position: absolute;
    left: 150%;
    bottom: 25%;
    transform: translate(-150%, -25%);
    width: 60%;
}

div.descriptor 
{
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Roboto';
    font-size: 90%;
    text-align: center;
}

div.contact_descriptor 
{
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Roboto';
    font-size: 90%;
    text-align: center;
    padding: 20px 0px;
}

div.description
{
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Roboto';
    font-size: 200%;
    text-align: center;
}