@import url('https://fonts.googleapis.com/css?family=Pacifico');
@font-face {
    font-family: 'Montserrat', sans-serif;
   
}

*{
     font-family: 'Montserrat', sans-serif;
}

body {
    font-family: 'Montserrat', sans-serif;
color:#555;
font-size: 12px;
}

.logo_img{
   
   position:fixed;
   right: 50px;
   bottom: 10px;
}
.logo_img img{
    width: 200px;
    height: 200px;
    z-index: 999;
    
}
.box{
	padding-left: 50%;
        padding-right: 50%;
	border-radius: 15px;
	width:500px;
	background-color:#ffffff;
	padding:5px;
        border-top: 5px solid #d67d0d;
        color:#555;
}
.box-table{
    font-size: 14px;
        float: left;
	border-radius: 15px;
        height:max-content;
	background-color:#ffffff;
	padding:5px;
        border-top: 5px solid #d67d0d;
        color:#555;
        margin-top:60px;
        margin-bottom: 60px;
       width:auto;
        font-weight: 300;
}
.box-img{
	margin-top: -400px;
        padding-right: 50%;
	border-radius: 15px;	
	background-color:#ffffff;
	
        border-top: 5px solid #d67d0d;
        color:#555;
        
        height: max-content;
        position: relative;
        margin-left: 60%;
}
.box-img img{
    width: 500px;
    height: 300px;
    border-radius:10%;
}
.table{
    width: auto;
    background-color:#ffffff;
}
h1 {
    text-shadow: 2px 2px 2px #fff;
}
h2 {
    
    text-shadow: 2px 2px 2px #fff;
}
h3 {
    text-shadow: 2px 2px 2px #fff;
}
a:link {
    text-shadow: 2px 2px 2px #fff;
    text-decoration: none;
}
a:visited {
    text-shadow: 2px 2px 2px #fff;
    text-decoration: none;
}
a:hover {
    text-shadow: 2px 2px 2px #fff;
    text-decoration: underline;
}
a:active {
    text-shadow: 2px 2px 2px #fff;
    text-decoration: none;
}
.partner_img {
    width: 115px;
    margin-left: 50%;
    margin-right:50%;
}

