@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

*{margin:0;padding:0;}
a{text-decoration: none;}
.clr{clear:both;}

:root{
	--main-blue-dark: #1c4586;
	--main-blue-light: #1c5dab;
}

body{float:left;width:100%;height:100%;font-size:12px;color:#000;font-family: 'Ubuntu', sans-serif;font-weight:400;
background: rgb(21,60,121);
background: linear-gradient(132deg, rgba(21,60,121,1) 0%, rgba(35,106,191,1) 100%);
/*background: rgb(28,69,134);
background: linear-gradient(132deg, rgba(28,69,134,1) 0%, rgba(28,93,171,1) 100%);*/}

#content-outer{float:left;width:100%;height:100vh;overflow:auto;display: flex;outline: 4px solid rgba(255,255,255, 0.3);outline-offset: -15px;}
#content-inner{width:100%; height:100%;margin:0 auto;border:0px solid #fff;}
#left-side{float:left;width:50%;margin:17% 0 0 0;padding-left:5%;box-sizing: border-box;}
#logo-holder{float:left;height:auto;border:0px solid #fff;}
#logo-holder a:link,#logo-holder a:visited{color:#fff;}
.brand{font-weight:700;font-size:4rem;text-align:center;}
.job{font-weight:300;font-size:2.8rem;margin-top:-15px;text-align:center;}
#soon{position:relative;margin:2% 0 0 0;text-align:center;color:#fff;}
/*
#soon::before{content:"";width:30px;height:1px;background:#fff;position: absolute;left:20%;top:8px;}
#soon::after{content:"";width:30px;height:1px;background:#fff;position: absolute;right:20%;top:8px;}
*/
.address-info-container{float:left;width:80%;height:100%;margin:20% 0 0 0;text-align:center;}
a.tel:link,a.tel:visited{float:left;margin:0 0 0 30px;color:#fff;font-size:16px;font-weight:300;}
.address-info-container a:first-of-type{margin-left:10px;}
.email{float: left;margin-left: 30px;color:#fff;font-size:16px;font-weight:300;}

.address{float:left;margin:15px 0 0 10px;color:#fff;font-size:14px;font-weight:300;letter-spacing: 3px;}
#company-title{float:left;margin:5% 0;color:#fff;font-size:14px;}


#right-side{float:left;width:45%;margin:15% 0 0 0;}
#right-side img{float:left;width:100%;height:auto;}