/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
* {
    box-sizing: border-box;
}

html {
    color: #fff;
    font-size: 1em;
    line-height: 1.4;
    background-color: #282d58;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img,
svg {
    vertical-align: middle;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

a,
a:visited {
    text-decoration: none;

    color: #fff;
    padding-bottom: 5px;
}
a:hover {
    box-shadow: 0 2px 0 0 rgba(255,255,255,1);
}

address {
    font-style: normal;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/21px 'Poppins', Helvetica, Helvetica Neue, Arial;
    padding: 30px;
    text-align: center;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


.logo {
    width: 230px;
    margin: 0 auto 30px auto;
}

.logo object {
    width: 100%;
}

.no-svg .logo {
  width: 230px;
  height: 230px;
  background-image: url("../img/logo.png");
}

.company-name {
    font-size: 28px;
    font-weight: 300;
}

p {
    font-weight: 300;
}

b {
    font-weight: 500;
}

.wrapper {

}

.center,
img.center {
	text-align: center;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.twitter:before{
	content: '@';
	padding-top: 2px;
	padding-left: 24px;
	background: url(../img/twitter.png) no-repeat 0 0px;
}
.twitter{
	padding-top: 5px;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

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

}

@media only screen and (min-width: 768px) {
    .wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 580px;
        margin-left: -275px;
        margin-top: -133px;
    }
    .company-details {
        width: 330px;
        float: left;
        padding-left: 80px;
    }
    .logo {
        float: left;
        padding-top: 30px;
    }
    body {
        text-align: left;
    }
}

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

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}