/*CSS*/

@import "../fonts/font-metropolis";

body {
	font-family: "Metropolis", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #0161A0;
	font-size: 20px;

}

h2 {
  font-size: 30px;
  font-weight: 400;
}


.btn-primary {
    color: #fff;
    background-color: #ff8000;
    border-color: #ff8000;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #da8000;
	border-color: #da8000;
	outline: none;
}
.btn {
	border-radius: 0;
	padding: .5rem 1rem;
}

.logo {
	width: 100px;
}

header {
	background: url(../img/hero@2x.jpg) no-repeat left top / cover;
	height: 565px;
	padding-top: 1rem;
}

header .top-menu a {
	color: white;
}

header h2 {
	color: white;
}

header .menu {
	float :right;
}

header .hero {
	background: url(../img/search_domain.svg) no-repeat left 60px center / 185px auto;
	margin-top: 100px;
	border: 2px solid white;
	padding: 55px 60px 55px 275px;
}

header .hero > h2:first-child {
	margin-bottom: 55px;
}

section.main {
	padding: 65px;
}

section.main .notice {
	text-align: center;
	border: 2px solid #ff8000;
	padding: 30px 100px;
	margin-bottom: 75px;
}

section.main .sub-notice {
	text-align: center;
	padding: 0px 100px;
	margin-bottom: 65px;
}

section.main .sub-notice p:first-child {
	margin-bottom: 20px;
}

section.main .service {
	text-align: center;
	background: url(../img/ic_web_design.svg) no-repeat center top / auto 100px;
	padding-top: 125px;
}

section.main .service h2 {
	margin-bottom: 25px;

}

section.main .service.hosting {
	background: url(../img/ic_hosting.svg) no-repeat center top / auto 100px;
}

section.main .service.domains {
	text-align: center;
	background: url(../img/ic_domains.svg) no-repeat center top / auto 100px;
}


section.main .service h2 {
	text-transform: uppercase;
}

footer {
	background:#0161A0;
	color: white;
	padding: 3rem 0;
	text-align: center;
}
footer a {
	color: white;
}

footer a:hover, footer a:focus {
	color: white;
}

footer .footer-nav-container {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

footer .footer-subnav-container, footer .site-info {
	font-size: 80%;
	padding-bottom: 2rem;
}

footer .navbar-nav {
   display: flex;
   justify-content: center;
   flex-direction: row;
}

footer .navbar-nav .nav-link {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

footer .navbar-nav .nav-link:hover, footer .navbar-nav .nav-link:focus {
	text-decoration: underline;
}

footer .social a {
	padding: 0 1.5rem;
}

footer .social {
	width: 100%;
    max-width: 600px;
    padding: 2rem 3rem 1rem 3rem;
    font-size: 115%;
    border-top: 1px solid white;
    display: inline-block;
}