﻿body {
    font-size: 20px !important;
    margin: 0;
    padding: 0;
    font-family: Roboto, Arial, sans-serif;
}

*:focus {
    outline: none;
}

@media all and (min-width:1601px) {
    body {
        font-size: 20px !important;
    }
}

@media all and (max-width:1600px) and (min-width:1281px) {
    body {
        font-size: 15px !important;
    }
}

@media all and (max-width:1280px) and (min-width:1021px) {
    body {
        font-size: 14px !important;
    }
}

@media all and (max-width:1020px) and (min-width:1px) {
    body {
        font-size: 12px !important;
    }
}

.stretch {
width:100%;
}


.top-text-section {
position:absolute;
right:1%;
top:30%;
width:30%;
}


.background-title 
{
    width:80%;
    top:0;
    left:0;
    position:relative;
}

.background-featuretitle
{
    width:16%;
    top:0;
    left:0;
    position:relative;
}

.features-text 
{
font-size:80%;
text-align:left;
font-weight:lighter;
}


strong 
{
	color:#1181fe;
	font-size:100%;
}
