@charset "utf-8";
/* CSS Document */

body{
	width: 100%;
    height: 100%;
 	margin: 0px;
    font-size: 12pt;
    font-family: Century Gothic, sans-serif;
}
#wrapper{
    height:100vh;
    width:100%;
    background-image: url(images/website-under-contruction.png);
    background-repeat: no-repeat;
    background-size: cover;
    float:left; 
}
#text{
    width: 50%;
   
    height: 25%;
    border: 3px solid white;
    background-color:rgba(0, 59, 124, 0.6);
    float:left;
    margin-left: 5%;
    margin-top: 12%;
    padding: 2%;
}
h1{
    font-size: 8vw;
    font-weight: bold;
    color: white;
    line-height: 30px;
  
}
h2{
    font-size: 8vw;
    font-weight: bold;
    color: #f7931e;
    line-height: 10px;
  }
.t_link {
    color: #f7931e;
}
p{
    font-size: 2vw;
    color: white;
  }