@import url('https://fonts.googleapis.com/css?family=Roboto:300');

html {
    height: 100%;
}

body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    color: white;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background: rgb(30,37,74);
    background: linear-gradient(30deg, rgba(30,37,74,1) 0%, rgba(74,86,147,1) 87%);
}

.center
{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    align-items: center;
}

.item {
    align-self: center;
    justify-self: center;
    text-align: center;
    color: #ffffff;
 
}

small {
    font-size: 0.9rem;
    color: lightgray;
}

small a {
    font-size: 0.9rem;
    color: lightgray;
}

hr {
    margin-bottom: 10px;
    margin-top: 17px;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255,255, 255, 0.75), rgba(255, 255, 255, 0));
}

.gradient {
    background-image: linear-gradient(45deg, #ccc 25%, transparent 25%),linear-gradient(-45deg, #ccc 25%, transparent 25%),linear-gradient(45deg, transparent 75%, #ccc 75%),linear-gradient(-45deg, transparent 75%, #ccc 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
    border-bottom: 1px solid #2f2f2f;
}

a:hover {
    color: #ffffff;
    border-bottom-color: #fff;
}

.h2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #ffffff;
}


.h2 a {
    margin: 0 10px;
    color: #ffffff;
}

.contact {
    color:#ffffff;
    
}


    
}
@media only screen and (max-width: 767px) {
.responsive .logo a {
display: inline-block;
vertical-align: middle;
}

.responsive .logo {
position: relative;
display: block;
width: 100%;
text-align: center;
}
}
