@charset "utf-8";
body {
    text-align: center;
    color: #0068AA;
    text-decoration: none;
    font-size: 12px;
    height: 100%;
    margin: 0;
    background: #fff;
    font-family: 'Open Sans', Arial, sans-serif !important;
    background: #fff;
    background-image: url("Images/GoSatcom-bg.jpg");
    -ms-background-size: auto;
    background-size: auto;
    padding: 20px;
}
/* Header */
.header {
    height: 100px;
}
.header:before {    /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}
.header .logo {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.header .logo.sd {
    float: left;
    position: absolute;
    height: 100px;
    left: 20px;
    top: 20px;
}
.header .logo.gosatcom {
    height: 50%;
}

/* Content */
.content a {
    text-decoration: none;
}

.content {
    padding-top: 60px;
}

.transparentContent {
    padding-bottom: 60px;
}

.box {
    background-color: #fff;
    border: 2px solid #eee;
    display: inline-block;
    width: 200px;
    height: 160px;
    line-height: 160px;
    padding: 10px;
    margin: 10px;
}

.box img {
    width: 100%;
    vertical-align: middle;
}

.transparentBox {
    border: 2px solid transparent;
    display: inline-block;
    width: 200px;
    padding: 10px;
    margin: 10px;
}

.legacyText {
    color: #00aeef;
}

.content a:hover .box {
    border-color: #00aeef;
    cursor: pointer;
}


/* Footer */
.footer {
	color: #ffffff;
}
.bar {
    font-size: 28px;
    margin-left: 10px;
    margin-right: 10px;
	color: #ffffff;
}

.footer a {
    font-size: 24px;
    text-decoration: none;
	font-weight: 400;
    color: #ffffff;
}

.footer a:hover {
    color: #00aeef;
}

/* Media Queries */
@media (max-width: 1300px) {

    .header {
        height: 60px;
    }
    .header .logo {
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .header .logo.sd {
        height: 60px;
    }

    .content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .box {
        width: 160px;
        height: 120px;
        line-height: 120px;
        padding: 10px;
    }
}

@media (max-width: 468px) {
	.header .logo.gosatcom {
    	height: 40%;
		padding-top: 65px;
	}
}
